#ff3300 replacement by #ff3333
git-svn-id: http://piwigo.org/svn/branches/2.0@2990 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
34dcd9c8e6
commit
476d7539c0
3 changed files with 6 additions and 6 deletions
|
@ -29,7 +29,7 @@ INPUT.radio, INPUT.checkbox {
|
|||
}
|
||||
|
||||
.errors { /* Errors display */
|
||||
color: #f30;
|
||||
color: #f33;
|
||||
background-color: transparent;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue