*** empty log message ***
This commit is contained in:
parent
66f3175b82
commit
6a5ca557c8
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
htdocs/theme/bureau2crea/img/bg_mainNav.jpg
Normal file
BIN
htdocs/theme/bureau2crea/img/bg_mainNav.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
BIN
htdocs/theme/bureau2crea/img/bg_navHorizontal.jpg
Normal file
BIN
htdocs/theme/bureau2crea/img/bg_navHorizontal.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
htdocs/theme/bureau2crea/img/favicon.ico
Normal file
BIN
htdocs/theme/bureau2crea/img/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
@ -22,7 +22,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/theme/bureau2crea/style.css.php
|
* \file htdocs/theme/bureau2crea/style.css.php
|
||||||
* \brief Fichier de style CSS du theme bureau2crea
|
* \brief Fichier de style CSS du theme bureau2crea
|
||||||
* \version $Id: style.css.php,v 1.46 2011/08/17 08:22:10 bureau2crea Exp $
|
* \version $Id: style.css.php,v 1.47 2011/08/17 09:42:14 bureau2crea Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
||||||
@ -167,7 +167,7 @@ input.button[type=submit] {
|
|||||||
padding: 0px 10px 0px 10px;
|
padding: 0px 10px 0px 10px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border: 2px solid #336600;
|
/*border: 2px solid #336600;*/
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
@ -243,6 +243,7 @@ div.vmenu {
|
|||||||
float: left;
|
float: left;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.fiche {
|
div.fiche {
|
||||||
@ -315,7 +316,7 @@ div.tmenu {
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 10px 0px 10px 0px;
|
margin: 10px 0px 10px 0px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
background-image : url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_tmenu.jpg' ?>) ;
|
background-image : url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_mainNav.jpg' ?>) ;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
border-bottom: 2px solid #842F00;
|
border-bottom: 2px solid #842F00;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@ -473,8 +474,6 @@ li.tmenu span, li.tmenusel span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
li.tmenu {
|
li.tmenu {
|
||||||
background-image : url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_tmenu_btnD.jpg' ?>);
|
|
||||||
background-position: right;
|
|
||||||
}
|
}
|
||||||
.tmenuimage {
|
.tmenuimage {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
@ -485,35 +484,27 @@ li.tmenu a {
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
background-image : url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_tmenu_btnG.jpg' ?>);
|
|
||||||
background-position: left center;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: Geneva, Verdana, sans-serif;
|
font-family: Geneva, Verdana, sans-serif;
|
||||||
line-height: 25px;
|
line-height: 22px;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.tmenu a:hover {
|
li.tmenu a:hover {
|
||||||
color: #842F00;
|
color: #FFFFFF;
|
||||||
|
background-color: #D45416;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.tmenu a.tmenusel {
|
li.tmenu a.tmenusel,
|
||||||
|
li.tmenu a.tmenusel:hover {
|
||||||
color: #842F00;
|
color: #842F00;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
background-color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.tmenu .tmenusel {
|
li.tmenu .tmenusel {
|
||||||
color: #FFF;
|
|
||||||
padding: 0px 10px 0px 10px;
|
|
||||||
-moz-border-radius-topleft:4px;
|
|
||||||
-moz-border-radius-topright:4px;
|
|
||||||
border-top-left-radius:4px;
|
|
||||||
border-top-right-radius:4px;
|
|
||||||
border: 2px solid #842F00;
|
|
||||||
border-bottom: none;
|
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -557,10 +548,11 @@ li.tmenu a.tmenudisabled {
|
|||||||
div.login_block {
|
div.login_block {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
<?php print $right; ?>: 5px;
|
<?php print $right; ?>: 5px;
|
||||||
top: 3px;
|
top: 6px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
<?php if (GETPOST("optioncss") == 'print') { ?>
|
<?php if (GETPOST("optioncss") == 'print') { ?>
|
||||||
display: none;
|
display: none;
|
||||||
|
color: #FFF;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -575,7 +567,7 @@ div.login {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
div.login a {
|
div.login a {
|
||||||
color: #234046;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
div.login a:hover {
|
div.login a:hover {
|
||||||
color: black;
|
color: black;
|
||||||
@ -641,7 +633,7 @@ div.blockvmenuimpair
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_leftCategorie.jpg' ?>);
|
background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_leftCategorie.jpg' ?>);
|
||||||
background-position: top left;
|
background-position: top right;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -677,7 +669,7 @@ div.menu_titre
|
|||||||
div.menu_titre a.vmenu {
|
div.menu_titre a.vmenu {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
|
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
|
||||||
font-size: 13px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.blockvmenusearch
|
div.blockvmenusearch
|
||||||
@ -1011,46 +1003,53 @@ td.photo {
|
|||||||
|
|
||||||
div.tabs {
|
div.tabs {
|
||||||
top: 20px;
|
top: 20px;
|
||||||
margin: 10px 0px 0px 0px;
|
margin: 0px 0px 10px 0px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_tmenu.jpg' ?>);
|
background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_navHorizontal.jpg' ?>);
|
||||||
height: 18px;
|
height: 25px;
|
||||||
border-bottom: 2px solid #842F00;
|
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tabs a.tabTitle {
|
div.tabs a.tabTitle {
|
||||||
margin-right: 5px;
|
margin: 4px;
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
|
height: 16px;
|
||||||
|
color: #FFF;
|
||||||
|
line-height: 16px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 14px;
|
||||||
|
display: block;
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tabs a.tabTitle img {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tabs a.tab {
|
div.tabs a.tab {
|
||||||
display: block;
|
display: block;
|
||||||
width: auto;
|
width: auto;
|
||||||
font-size: 10px;
|
font-size: 11px;
|
||||||
height: 18px;
|
height: 25px;
|
||||||
background-position: right;
|
line-height: 25px;
|
||||||
line-height: 18px;
|
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 10px;
|
|
||||||
padding: 0px 10px 0px 10px;
|
padding: 0px 10px 0px 10px;
|
||||||
margin-bottom: -2px;
|
|
||||||
border: 1px solid #666;
|
|
||||||
background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_btnGrey.jpg' ?>);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tabs a.tab#active {
|
div.tabs a.tab#active {
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
color: #842F00;
|
color: #D45416;
|
||||||
border: 1px solid #842F00;
|
|
||||||
border-bottom: 0px;
|
border-bottom: 0px;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tabs a.tab span {
|
div.tabs a.tab span {
|
||||||
@ -1068,7 +1067,8 @@ div.tabs a.tab#active span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.tabs a.tab:hover {
|
div.tabs a.tab:hover {
|
||||||
color: #333333;
|
color: #FFFFFF;
|
||||||
|
background-color: #505050;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*div.tabs {
|
/*div.tabs {
|
||||||
@ -1203,7 +1203,6 @@ span.tabspan {
|
|||||||
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
|
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_btnBlue.jpg' ?>) repeat-x;
|
background: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_btnBlue.jpg' ?>) repeat-x;
|
||||||
border: 2px solid #063953;
|
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
padding: 0px 10px 0px 10px;
|
padding: 0px 10px 0px 10px;
|
||||||
margin: 0px 10px 0px 10px;
|
margin: 0px 10px 0px 10px;
|
||||||
@ -1221,15 +1220,14 @@ span.tabspan {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.butActionDelete {
|
.butActionDelete {
|
||||||
border: 1px solid red;
|
background: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_btnRed.jpg' ?>) repeat-x;
|
||||||
|
color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
|
.butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
|
||||||
border: 1px solid #997777;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.butActionDelete:hover {
|
.butActionDelete:hover {
|
||||||
background: #FFe7ec;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.butActionRefused {
|
.butActionRefused {
|
||||||
@ -1289,9 +1287,10 @@ margin: 0px 0px 0px 0px;
|
|||||||
|
|
||||||
|
|
||||||
table.border {
|
table.border {
|
||||||
border: 2px solid #666666;
|
-webkit-box-shadow: #CCC 2px 4px 2px;
|
||||||
border-collapse: collapse;
|
border: 1px solid #666;
|
||||||
clear: left;
|
/*border-collapse: collapse;*/
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.border td {
|
table.border td {
|
||||||
@ -1310,11 +1309,11 @@ border-left: 1px solid #000000;
|
|||||||
/* Main boxes */
|
/* Main boxes */
|
||||||
|
|
||||||
table.noborder {
|
table.noborder {
|
||||||
box-shadow: 2px 4px 2px #CCCCCC;
|
/*box-shadow: 2px 4px 2px #CCCCCC;
|
||||||
-moz-box-shadow: 2px 4px 2px #CCCCCC;
|
-moz-box-shadow: 2px 4px 2px #CCCCCC;
|
||||||
-webkit-box-shadow: 2px 4px 2px #CCCCCC;
|
-webkit-box-shadow: 2px 4px 2px #CCCCCC; */
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 1px solid #666;
|
/*border: 1px solid #666;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
table.noborder tr {
|
table.noborder tr {
|
||||||
@ -1376,6 +1375,11 @@ tr.liste_titre {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr.liste_titre a {
|
||||||
|
color: #FFFFFF;
|
||||||
|
margin: 0px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
tr.liste_titre td {
|
tr.liste_titre td {
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
@ -2107,6 +2111,7 @@ table.noborder {
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.leftContent {
|
div.leftContent {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user