aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-12-29 22:03:35 +0000
committerrvelices <rv-github@modusoptimus.com>2010-12-29 22:03:35 +0000
commit63eebc1c123edbf93dc9eaa8380e3b476e982567 (patch)
tree3a6fe09f36d46e97144d4af45c4fe5e97f66d3c5 /admin
parenta129f6b257b4e802e4345fd7b01fdc6b75f3963c (diff)
some admin theme cleanup - remove unused css
git-svn-id: http://piwigo.org/svn/trunk@8383 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/clear/theme.css33
-rw-r--r--admin/themes/roma/theme.css32
2 files changed, 32 insertions, 33 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index da1d04ef5..87b488987 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -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; }
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index ff598ed40..de1612a28 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -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; }