update clear & roma theme with generic classes, allowing to use theme colors for plugin + invert tables colors for clear theme
git-svn-id: http://piwigo.org/svn/trunk@5460 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
f1093d5155
commit
a9f06445d1
2 changed files with 43 additions and 17 deletions
|
|
@ -1,3 +1,16 @@
|
|||
/* generic colors - roma */
|
||||
.gcText { color: #666666; } /* used for text */
|
||||
.gcText2 { color: #FF3366; } /* used for table header */
|
||||
.gcText3 { color: #FF3366; } /* used for tabs text */
|
||||
.gcLink { color: #FF7700; } /* used for link */
|
||||
.gcLinkHover { color: #FF3333; } /* used for link */
|
||||
.gcBgPage { background-color: #111111; } /* used for page background */
|
||||
.gcBgTabSheet { background-color: #222222; } /* used inside tabsheet & menu */
|
||||
.gcBgTableRow1 { background-color: #111111; } /* used in for tables rows background */
|
||||
.gcBgTableRow2 { background-color: #222222; } /* used in tables rows & some widgets background */
|
||||
.gcBorder { border-color: #FF3363; } /* used for borders */
|
||||
.gcBorder2 { border-color: #666666; } /* used for widgets borders */
|
||||
|
||||
/* text color */
|
||||
body, h3, dt, h2, .throw, .content, label,
|
||||
input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#666; }
|
||||
|
|
@ -222,4 +235,4 @@ html>body #menubar {min-height:522px; height:522px;} /* IE 7 and modern browsers
|
|||
|
||||
#helpContent, #pLoaderPage, #ftpPage, #ftpPage LEGEND {color:#aaa;}
|
||||
|
||||
#pwgHead, #footer {background-color:#222;}
|
||||
#pwgHead, #footer {background-color:#222;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue