diff --git a/htdocs/theme/bureau2crea/img/bg_centerBlock-title.jpg b/htdocs/theme/bureau2crea/img/bg_centerBlock-title.jpg index b391dfe6ba353235138da8ad6c60343beb83c506..629a40617e5cf373178a2ec8bf8457b0958dc523 100644 Binary files a/htdocs/theme/bureau2crea/img/bg_centerBlock-title.jpg and b/htdocs/theme/bureau2crea/img/bg_centerBlock-title.jpg differ diff --git a/htdocs/theme/bureau2crea/img/bg_centerBlock-title2.jpg b/htdocs/theme/bureau2crea/img/bg_centerBlock-title2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8cb8d9f39c5771820ef90d371522427515e16cb Binary files /dev/null and b/htdocs/theme/bureau2crea/img/bg_centerBlock-title2.jpg differ diff --git a/htdocs/theme/bureau2crea/img/dolibarr_logo.png b/htdocs/theme/bureau2crea/img/dolibarr_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..9ce642503dbcf17d8f8d62703b7e01c449ee8eba Binary files /dev/null and b/htdocs/theme/bureau2crea/img/dolibarr_logo.png differ diff --git a/htdocs/theme/bureau2crea/img/stcomm-1.png b/htdocs/theme/bureau2crea/img/stcomm-1.png index 52b3625ac057bf43d8817354b1a74ef73443d313..e18aa77d893ad4cacf6fc074a562e430ddf6c707 100644 Binary files a/htdocs/theme/bureau2crea/img/stcomm-1.png and b/htdocs/theme/bureau2crea/img/stcomm-1.png differ diff --git a/htdocs/theme/bureau2crea/img/stcomm0.png b/htdocs/theme/bureau2crea/img/stcomm0.png index 6053eeda485dd88f281622827bc505cb2228d613..ffddcfdfa33ebc38fad2e5bf5fdd0819386d5daf 100644 Binary files a/htdocs/theme/bureau2crea/img/stcomm0.png and b/htdocs/theme/bureau2crea/img/stcomm0.png differ diff --git a/htdocs/theme/bureau2crea/img/stcomm1.png b/htdocs/theme/bureau2crea/img/stcomm1.png index eb76c0fb179c46977fc3df02d7ea680ee2bff4da..275b0eeb63e65fde30ea41e55ca938d848b9779d 100644 Binary files a/htdocs/theme/bureau2crea/img/stcomm1.png and b/htdocs/theme/bureau2crea/img/stcomm1.png differ diff --git a/htdocs/theme/bureau2crea/img/stcomm2.png b/htdocs/theme/bureau2crea/img/stcomm2.png index 1e76ce4946bfcbdeaf9a8215d767c85ee2f4fa34..e9c0557e7623c9753c3ffd432d49873e83e44638 100644 Binary files a/htdocs/theme/bureau2crea/img/stcomm2.png and b/htdocs/theme/bureau2crea/img/stcomm2.png differ diff --git a/htdocs/theme/bureau2crea/img/stcomm3.png b/htdocs/theme/bureau2crea/img/stcomm3.png index 465234fcd3c3976e5b478d155996b1091d018d31..cbced22fb2827d77843589c8a4fd87df5d7fa8f9 100644 Binary files a/htdocs/theme/bureau2crea/img/stcomm3.png and b/htdocs/theme/bureau2crea/img/stcomm3.png differ diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index b7de6787ae42e76a64f2abef3fc7aa381a3a6445..e580a2ed836715a4f9b38838286a18bb7714d04d 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -22,7 +22,7 @@ /** * \file htdocs/theme/bureau2crea/style.css.php * \brief Fichier de style CSS du theme bureau2crea - * \version $Id: style.css.php,v 1.49 2011/08/17 13:08:19 eldy Exp $ + * \version $Id: style.css.php,v 1.50 2011/08/17 14:07:16 bureau2crea Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1016,16 +1016,16 @@ div.tabs { } div.tabs a.tabTitle { - margin: 4px; + padding: 4px 20px; position: relative; float: left; - height: 16px; + height: 17px; color: #FFF; line-height: 16px; font-weight: bold; font-size: 14px; display: block; - padding-left: 20px; + background-color: #202020; } div.tabs a.tabTitle img { @@ -1353,7 +1353,7 @@ table.nobordernopadding td { /* For lists */ table.liste { - background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_centerBlock-title.jpg' ?>); + /*background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_centerBlock-title.jpg' ?>);*/ background-repeat: no-repeat; background-position: top right; vertical-align: text-top; @@ -1364,7 +1364,7 @@ padding: 0px 5px; } table.noborder { - background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_centerBlock-title.jpg' ?>); + /*background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_centerBlock-title.jpg' ?>);*/ background-repeat: no-repeat; background-position: top right; vertical-align: text-top; @@ -1373,7 +1373,7 @@ table.noborder { tr.liste_titre { height: 25px; background-repeat: repeat-x; - color: #FFFFFF; + color: #333333; font-family: <?php print $fontlist ?>; font-weight: normal; /* text-decoration: underline; */ @@ -1381,8 +1381,30 @@ tr.liste_titre { white-space: nowrap; } +tr.liste_titre:first-child { + background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_centerBlock-title.jpg' ?>); + background-position: top right; +} + +td.liste_titre_sel, +tr.liste_titre:first-child td { + color: #FFFFFF !important; +} + +tr.liste_titre { + background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_centerBlock-title2.jpg' ?>); +} + +tr.liste_total { +height: 25px; +border-top: 1px solid #333; +} + +div#stats { +} + tr.liste_titre a { -color: #FFFFFF; +color: #333333; margin: 0px 5px; } @@ -1393,7 +1415,7 @@ tr.liste_titre td { td.liste_titre { background-repeat: repeat-x; - color: #FFFFFF; + color: #333333; font-family: <?php print $fontlist ?>; font-weight: normal; white-space: nowrap; @@ -1438,7 +1460,7 @@ background-repeat: repeat-x; color: #332266; font-weight: normal; white-space: nowrap; -padding: 3px; +padding: 5px; } th { @@ -2171,9 +2193,15 @@ a.cke_dialog_ui_button border: 1px solid #666666 !important; } +table.login { + border-collapse: collapse; + } +table.login tr, +table.login td { + height: 0px; +} <?php if (is_object($db)) $db->close(); -?> - +?> \ No newline at end of file