aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/roma
diff options
context:
space:
mode:
authorgrum <grum@piwigo.org>2010-03-29 21:08:20 +0000
committergrum <grum@piwigo.org>2010-03-29 21:08:20 +0000
commita9f06445d1a8c429105651a946aa2653b7c1b090 (patch)
treefa4e7ddecfb532d8d1eae52ca1d91e093bbd4805 /admin/themes/roma
parentf1093d515517a27db6ab47b660b09f0bb115803a (diff)
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
Diffstat (limited to 'admin/themes/roma')
-rw-r--r--admin/themes/roma/theme.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 5e061ce17..01a0a29f8 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -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;} \ No newline at end of file
+#pwgHead, #footer {background-color:#222;}