diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css index 79118d285d8..c3a3b326cc2 100644 --- a/htdocs/theme/dev/dev.css +++ b/htdocs/theme/dev/dev.css @@ -741,24 +741,3 @@ td.small { tr.nonpayed { font-size: 0.6em; font-weight: bold; } -/* - * - */ - -p#powered-by-dolibarr { - position: fixed; - margin: 0; - padding: 0; - bottom: 2px; - left: 0px; - z-index: 2; -} - -p#powered-by-dolibarr a { - border: 1px solid black; - text-decoration: none; - color: black; - font-size: 0.7em; - padding-right: 5px; - padding-left: 5px; -} diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index 7904808799f..9c24c5847b0 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -888,7 +888,9 @@ table.dp { /* Barre navigation */ .dpButtons,.tpButtons { text-align:center; - background-color:#617389;color:#FFFFFF; font-weight:bold; + background-color:#617389; + color:#FFFFFF; + font-weight:bold; border: 1px outset black; cursor:pointer; } diff --git a/htdocs/theme/freelug/freelug.css b/htdocs/theme/freelug/freelug.css index 184d3e843d4..6742e639055 100644 --- a/htdocs/theme/freelug/freelug.css +++ b/htdocs/theme/freelug/freelug.css @@ -773,25 +773,73 @@ tr.nonpayed { -/* - * Objets debug - */ -p#powered-by-dolibarr { - position: fixed; - margin: 0; - padding: 0; - bottom: 2px; - font-size: 10px; -left: 0px; - z-index: 2; +/* ============================================================================== */ +/* Calendar */ +/* ============================================================================== */ +.bodyline { + -moz-border-radius:8px; + border: 1px #E4ECEC outset; + padding:0px; + margin-bottom:5px; } +table.dp { + width: 180px; + background-color: #FFFFFF; + border-top: solid 2px #DDDDDD; + border-left: solid 2px #DDDDDD; + border-right: solid 1px #222222; + border-bottom: solid 1px #222222; +} +.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;} +/* Barre titre */ +.dpHead,.tpHead,.tpHour td:Hover .tpHead{ + font-weight:bold; + background-color:#777799; + color:white; + font-size:11px; + cursor:auto; +} +/* Barre navigation */ +.dpButtons,.tpButtons { + text-align:center; + background-color:#bbbbcc; + color:#FFFFFF; + font-weight:bold; + border: 1px outset black; + cursor:pointer; +} +.dpButtons:Active,.tpButtons:Active{border: 1px outset black;} +.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;} +.dpExplanation{ font-weight:normal; font-size:11px;} +.dpWeek td{text-align:center} -p#powered-by-dolibarr a { - border: 1px solid black; - text-decoration: none; - color: black; - font-size: 10px; - padding-right: 5px; - padding-left: 5px; +.dpToday,.dpReg,.dpSelected{ + cursor:pointer; +} +.dpToday{font-weight:bold; color:black; background-color:#DDDDDD;} +.dpReg:Hover,.dpToday:Hover{background-color:black;color:white} + +/* Jour courant */ +.dpSelected{background-color:#777799;color:white;font-weight:bold; } + +.tpHour{border-top:1px solid #DDDDDD; border-right:1px solid #DDDDDD;} +.tpHour td {border-left:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD; cursor:pointer;} +.tpHour td:Hover {background-color:black;color:white;} + +.tpMinute {margin-top:5px;} +.tpMinute td:Hover {background-color:black; color:white; } +.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;} + +/* Bouton X fermer */ +.dpInvisibleButtons +{ +border-style:none; +background-color:transparent; +padding:0px; +font-size:9px; +border-width:0px; +color:#062342; +vertical-align:middle; +cursor: pointer; } \ No newline at end of file diff --git a/htdocs/theme/print.css b/htdocs/theme/print.css index e925f9952fa..12b4f288d50 100644 --- a/htdocs/theme/print.css +++ b/htdocs/theme/print.css @@ -21,4 +21,4 @@ /* Avec ces styles, on imprime pas les menus de gauches et celui du haut */ -.leftmenu,.menu,.noprint, #powered-by-dolibarr {display:none;} +.leftmenu,.menu,.noprint {display:none;} diff --git a/htdocs/theme/rodolphe/rodolphe.css b/htdocs/theme/rodolphe/rodolphe.css index bd084d62efa..c06fbf06f36 100644 --- a/htdocs/theme/rodolphe/rodolphe.css +++ b/htdocs/theme/rodolphe/rodolphe.css @@ -701,27 +701,3 @@ tr.nonpayed { font-weight: bold; } - - -/* - * Objets debug - */ - -p#powered-by-dolibarr { - position: fixed; - margin: 0; - padding: 0; - bottom: 2px; - font-size: 10px; - left: 0px; - z-index: 2; -} - -p#powered-by-dolibarr a { - border: 1px solid black; - text-decoration: none; - color: black; - font-size: 10px; - padding-right: 5px; - padding-left: 5px; -} \ No newline at end of file