From b3af99a0c527dc0c9cfcf4579dd78f5b6d4e8d31 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Jan 2010 13:43:17 +0300 Subject: theme system updates; remove old-skool theme; add neutral theme --- themes/neutral/theme.css | 136 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 themes/neutral/theme.css (limited to 'themes/neutral/theme.css') diff --git a/themes/neutral/theme.css b/themes/neutral/theme.css new file mode 100644 index 000000000..870e9678c --- /dev/null +++ b/themes/neutral/theme.css @@ -0,0 +1,136 @@ +body { + background : #f0f0f0; +} + +#toolbar { + background : #f0f0f0; +} + +#feeds-holder { + background : #fafafa; + border-color : #909090; + border-style : solid; +} + +div.headlinesSubToolbar { + background : url("images/subtoolbar.png") top left; +} + +div.headlines_normal { + border-color : #909090; + background : #f0f0f0; +} + +div.headlines_cdm { + border-color : #909090; + background : #f0f0f0; +} + +div#headlinesInnerContainer { + background : #fafafa; +} + +#footer, #prefFooter { + background : #f0f0f0; + color : gray; + border-color : #909090; +} + +div.postReply div.postHeader { + background : #fafafa; + border-color : #909090; +} + +/*div.postReply a { + color : gray; +}*/ + +#resize-grabber { + border-color : #909090; + background : #f0f0f0; +} + +#prefContentOuter { + background : #f0f0f0; + border-color : #909090; +} + +#prefContent { + background : #fafafa; +} + +div.prefsTab:hover { + border-color : #c0c0c0; +} + +div.prefsTab { + border-color : #f0f0f0; +} + +div.prefsTabSelected { + border-color : #909090; + background : url("images/prefs_tab.png"); +} + +tr.title td { + color : gray; + font-weight : bold; + border-color : #c0c0c0; +} + +tr.title td a { + color : gray; +} + +table.prefFeedList td.feedEditCat { + border-color : #c0c0c0; +} + +h3 { + border-color : #c0c0c0; +} + +table.prefFilterList td.filterEditCat { + border-color : #c0c0c0; +} + +#content-frame { + border-color : #909090; +} + +#content-insert { + background : #f0f0f0; +} + +button[disabled], input[disabled], select[disabled], textarea[disabled] { + background : #404040; + color : gray; +} + +input, select, button { + background : #f0f0f0; + border : 1px solid #c0c0c0; + color : #gray; + padding : 2px 4px 2px 4px; +} + +button:active { + background : url("images/button_pressed.png") top left; + background-repeat : repeat-x; +} + +button { + background : url("images/button.png") top left; + background-repeat : repeat-x; +} + +textarea { + background : #f0f0f0; + border : 1px solid #c0c0c0; + color : #gray; +} + +select { + padding : 2px 0px 2px 4px; +} + -- cgit v1.2.3-54-g00ecf