From 7c99518a39425d8442d7b751c4ed3c7a15c9aad4 Mon Sep 17 00:00:00 2001 From: vdigital Date: Tue, 16 Dec 2008 20:17:25 +0000 Subject: #ff3300 replacement by #ff3333 merge -c2990 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2991 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/default-colors.css | 2 +- admin/template/goto/theme/roma/theme.css | 6 +++--- template/yoga/theme/Sylvia/theme.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/admin/template/goto/default-colors.css b/admin/template/goto/default-colors.css index ddbb6e881..d1e0ca866 100644 --- a/admin/template/goto/default-colors.css +++ b/admin/template/goto/default-colors.css @@ -29,7 +29,7 @@ INPUT.radio, INPUT.checkbox { } .errors { /* Errors display */ - color: #f30; + color: #f33; background-color: transparent; font-weight: bold; text-align: left; diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 6d762a48d..2b3a21cc1 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -12,7 +12,7 @@ input.rateButton, legend, h3 { color: #666; } .content .infos { color: #f70; border:0; background-color: transparent; padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; background-position:left top;} .content .infos li, .content .errors li { list-style-type:none; } -.content .errors { color: #f30; border:0; background-color: transparent; +.content .errors { color: #f33; border:0; background-color: transparent; padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; font-weight:bold; } #copyright { color:#666; margin:60px auto 0px 240px; text-align:center; padding-bottom: 15px; } @@ -80,12 +80,12 @@ a.Piwigo { font-size: 11px; font-weight: normal; letter-spacing: 0; color : #F33; text-decoration: none; border: 0; } a.Piwigo:hover span.Piwigo { - border-bottom: 1px solid #FF3363; color: #F30; + border-bottom: 1px solid #FF3363; } *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } a { color:#f70; border-width: 0; } -a:hover, a:active { color: #f30; border-bottom: 1px solid #FF3363; cursor: pointer; } +a:hover, a:active { color: #f33; border-bottom: 1px solid #FF3363; cursor: pointer; } .content .navigationBar {color:#666;} ul.actions, .content form#waiting {text-align:center;} h2 { display:block; font-size:28px; letter-spacing:-1px; diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 37ca75a42..8d8ec4ac9 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -318,7 +318,7 @@ A, INPUT.rateButton { border-width: 0; } A:hover, A:active { - color:#f30; + color:#f33; border-bottom: 1px solid #FF3363; cursor: pointer; } @@ -327,7 +327,7 @@ a.Piwigo { font-size: 11px; font-weight: normal; letter-spacing: 0; color : #F33; text-decoration: none; border: 0; } a.Piwigo:hover span.Piwigo { - border-bottom: 1px solid #FF3363; color: #F30; + border-bottom: 1px solid #FF3363; } #theImage A, .illustration A, A.navThumb, A.navThumb { border-bottom-width: 0; -- cgit v1.2.3