diff options
Diffstat (limited to 'admin/themes/roma')
-rw-r--r-- | admin/themes/roma/theme.css | 15 |
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;} |