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 - clear */
|
||||
.gcText { color: #777777; } /* used for text */
|
||||
.gcText2 { color: #777777; } /* used for table header */
|
||||
.gcText3 { color: #555555; } /* used for tabs text */
|
||||
.gcLink { color: #005E89; } /* used for link */
|
||||
.gcLinkHover { color: #D54E21; } /* used for link */
|
||||
.gcBgPage { background-color: #F9F9F9; } /* used for page background */
|
||||
.gcBgTabSheet { background-color: #F1F1F1; } /* used inside tabsheet & menu */
|
||||
.gcBgTableRow1 { background-color: #DDDDDD; } /* used in for tables rows background */
|
||||
.gcBgTableRow2 { background-color: #EEEEEE; } /* used in tables rows & some widgets background */
|
||||
.gcBorder { border-color: #AAAAAA; } /* used for borders */
|
||||
.gcBorder2 { border-color: #666666; } /* used for widgets borders */
|
||||
|
||||
/* text color */
|
||||
.theme_title { left: 15px; color: #000; text-align: left;}
|
||||
body, h3, dt, h2, .throw, .content, label,
|
||||
|
|
@ -25,8 +38,8 @@ position:absolute; left:0px; top:0px; z-index: 0;
|
|||
background:transparent }
|
||||
#theHeader { display:none; height:40px; margin: 0; padding: 0;
|
||||
background:transparent }
|
||||
h3, #imageToolBar a:hover, .row2, .content { background-color: #ddd; }
|
||||
.throw, .row1 { background-color:#eee; }
|
||||
h3, #imageToolBar a:hover, .content, .throw, .row1 { background-color: #ddd; }
|
||||
.row2 { background-color:#eeeeee; }
|
||||
.throw em { font-style: normal; color: #0cc9c; }
|
||||
#content { background: #f1f1f1; min-height: 467px;}
|
||||
.content { padding:0 5px 5px; margin: 0 10px 0 252px; z-index:99; border: 1px solid #aaa;}
|
||||
|
|
@ -83,7 +96,7 @@ a.Piwigo {
|
|||
a.Piwigo:hover span.Piwigo {
|
||||
border-bottom: 1px solid #0cc9c;
|
||||
}
|
||||
TABLE.table2 { border: 2px solid #eee; }
|
||||
TABLE.table2 { border: 2px solid #dddddd; }
|
||||
|
||||
*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
|
||||
a { color:#005E89; border-width: 0; }
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue