some admin theme cleanup - remove unused css

git-svn-id: http://piwigo.org/svn/trunk@8383 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2010-12-29 22:03:35 +00:00
commit 63eebc1c12
2 changed files with 32 additions and 33 deletions

View file

@ -1,19 +1,19 @@
/* generic colors - clear */
.gcText { color: #777777; } /* used for text */
.gcText2 { color: #777777; } /* used for table header */
.gcText3 { color: #555555; } /* used for tabs text */
.gcTextInput { color:#666666; } /* used for inputs */
.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 */
.gcBgInput { background-color:#CCCCCC; } /* used for inputs */
.gcBorder { border-color: #AAAAAA; } /* used for borders */
.gcBorder2 { border-color: #666666; } /* used for widgets borders */
.gcBorderInput { border-color:#777777; } /* used for inputs */
/* generic colors - clear
.gcText { color: #777777; } used for text
.gcText2 { color: #777777; } used for table header
.gcText3 { color: #555555; } used for tabs text
.gcTextInput { color:#666666; } used for inputs
.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
.gcBgInput { background-color:#CCCCCC; } used for inputs
.gcBorder { border-color: #AAAAAA; } used for borders
.gcBorder2 { border-color: #666666; } used for widgets borders
.gcBorderInput { border-color:#777777; } used for inputs
*/
/* text color */
.theme_title { left: 15px; color: #000; text-align: left;}
body, h3, dt, h2, .throw, .content, label { color:#777; }
@ -88,7 +88,6 @@ h3, #imageToolBar a:hover, .content, .throw, .row1 { background-color: #ddd; }
.content dl, dd { margin:5px; }
.content div.titrePage { height:40px; }
SPAN.pwgScreen { font-style:italic; border-bottom:1px dotted #666}
UL.thumbnails span.wrap2:hover { background-color:#eee; border:1px solid #0cc9c; color:#999; }
UL.thumbnails span.wrap2 { border:1px solid #999; padding: 4px; }

View file

@ -1,19 +1,19 @@
/* generic colors - roma */
.gcText { color: #666666; } /* used for text */
.gcText2 { color: #FF3366; } /* used for table header */
.gcText3 { color: #FF3366; } /* used for tabs text */
.gcTextInput { color:#999999; } /* used for inputs */
.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 */
.gcBgInput { background-color:#444444; } /* used for inputs */
.gcBorder { border-color: #FF3363; } /* used for borders */
.gcBorder2 { border-color: #666666; } /* used for widgets borders */
.gcBorderInput { border-color:#666666; } /* used for inputs */
/* generic colors - roma
.gcText { color: #666666; } used for text
.gcText2 { color: #FF3366; } used for table header
.gcText3 { color: #FF3366; } used for tabs text
.gcTextInput { color:#999999; } used for inputs
.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
.gcBgInput { background-color:#444444; } used for inputs
.gcBorder { border-color: #FF3363; } used for borders
.gcBorder2 { border-color: #666666; } used for widgets borders
.gcBorderInput { border-color:#666666; } used for inputs
*/
/* text color */
body, h3, dt, h2, .throw, .content, label { color:#666; }
INPUT, select, textarea { color:#999; background-color: #444; }