diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index 4ebca9e0b7569cf9f4dc3febcb467b7385f30266..9839747eafa9d06b3af67cab872c93544c73679f 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -942,9 +942,9 @@ a.impayee:hover { font-weight: bold; color: #550000; } } div.titre { - font-weight: bold; + font-weight: normal; color: #57A2CA; - text-decoration: none + text-decoration: none; } diff --git a/htdocs/theme/bluelagoon/bluelagoon.css.php b/htdocs/theme/bluelagoon/bluelagoon.css.php index fe9e0170de9d2a9c156ef8848f2c14d49b59a364..c69edc81872e120c225e7028e58c4e39ef89ca6a 100644 --- a/htdocs/theme/bluelagoon/bluelagoon.css.php +++ b/htdocs/theme/bluelagoon/bluelagoon.css.php @@ -623,10 +623,9 @@ a.impayee:hover { font-weight: bold; color: #550000; } div.titre { font-family: Helvetica, Verdana; - font-size: 0.9em; - font-weight: bold; + font-weight: normal; color: #336666; - text-decoration: none + text-decoration: none; } diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index d2490e3909a8d3bef7a4310a7317cac19ad0d214..10848b7f883004c8b9f552a0c59c900aa9282125 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -823,7 +823,7 @@ background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/liste_titre.png' background-repeat: repeat-x; color: #334444; font-family: helvetica, verdana, arial, sans-serif; -font-weight: bold; +font-weight: normal; border-bottom: 1px solid #FDFFFF; white-space: nowrap; } @@ -834,7 +834,7 @@ background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/liste_titre.png' background-repeat: repeat-x; color: #F5FFFF; font-family: helvetica, verdana, arial, sans-serif; -font-weight: bold; +font-weight: normal; border-bottom: 1px solid #FDFFFF; white-space: nowrap; } @@ -993,9 +993,9 @@ a.impayee:hover { font-weight: bold; color: #550000; } div.titre { font-family: helvetica, verdana, arial, sans-serif; - font-weight: bold; + font-weight: normal; color: #336666; - text-decoration: none + text-decoration: none; } diff --git a/htdocs/theme/freelug/freelug.css.php b/htdocs/theme/freelug/freelug.css.php index b30b0ed5d8fcdba5376654334493111664b8f8eb..5564a2888610f5ac9e22f6e1702829493229547c 100644 --- a/htdocs/theme/freelug/freelug.css.php +++ b/htdocs/theme/freelug/freelug.css.php @@ -725,9 +725,9 @@ a.impayee:hover { font-weight: bold; color: #550000; } div.titre { font-family: helvetica, verdana, arial, sans-serif; - font-weight: bold; + font-weight: normal; color: #777799; - text-decoration: none + text-decoration: none; } diff --git a/htdocs/theme/rodolphe/rodolphe.css.php b/htdocs/theme/rodolphe/rodolphe.css.php index 31ebca8d7de0e8d70f6b7bdf7709b6617acb1d72..43b380de3c79ebc0f51fdeb0dcde08274eef8fde 100644 --- a/htdocs/theme/rodolphe/rodolphe.css.php +++ b/htdocs/theme/rodolphe/rodolphe.css.php @@ -651,9 +651,9 @@ a.impayee:hover { font-weight: bold; color: #550000; } div.titre { font-family: helvetica, verdana, arial, sans-serif; - font-weight: bold; - color: #666633; - text-decoration: none + font-weight: normal; + color: #666633; + text-decoration: none; } diff --git a/htdocs/theme/yellow/yellow.css.php b/htdocs/theme/yellow/yellow.css.php index e9580536988ceece83bdd050de0523920efe6874..50200cc034f6b52644460199c8a10c04c29b7601 100644 --- a/htdocs/theme/yellow/yellow.css.php +++ b/htdocs/theme/yellow/yellow.css.php @@ -715,9 +715,9 @@ a.impayee:hover { font-weight: bold; color: #550000; } div.titre { font-family: helvetica, verdana, arial, sans-serif; - font-weight: bold; - color: #666633; - text-decoration: none + font-weight: normal; + color: #666633; + text-decoration: none; }