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/images/button.png | Bin 0 -> 2761 bytes themes/neutral/images/button_pressed.png | Bin 0 -> 2782 bytes themes/neutral/images/prefs_tab.png | Bin 0 -> 2761 bytes themes/neutral/images/resize_handle_horiz.png | Bin 0 -> 100 bytes themes/neutral/images/score_half_high.png | Bin 0 -> 2982 bytes themes/neutral/images/score_high.png | Bin 0 -> 2913 bytes themes/neutral/images/subtoolbar.png | Bin 0 -> 874 bytes themes/neutral/images/ttrss_logo.png | Bin 0 -> 6099 bytes themes/neutral/images/ttrss_logo.svg | 170 ++++++++++++++++++++++++++ themes/neutral/theme.css | 136 +++++++++++++++++++++ themes/neutral/theme.ini | 4 + 11 files changed, 310 insertions(+) create mode 100644 themes/neutral/images/button.png create mode 100644 themes/neutral/images/button_pressed.png create mode 100644 themes/neutral/images/prefs_tab.png create mode 100644 themes/neutral/images/resize_handle_horiz.png create mode 100644 themes/neutral/images/score_half_high.png create mode 100644 themes/neutral/images/score_high.png create mode 100644 themes/neutral/images/subtoolbar.png create mode 100644 themes/neutral/images/ttrss_logo.png create mode 100644 themes/neutral/images/ttrss_logo.svg create mode 100644 themes/neutral/theme.css create mode 100644 themes/neutral/theme.ini (limited to 'themes/neutral') diff --git a/themes/neutral/images/button.png b/themes/neutral/images/button.png new file mode 100644 index 000000000..525ab1ef7 Binary files /dev/null and b/themes/neutral/images/button.png differ diff --git a/themes/neutral/images/button_pressed.png b/themes/neutral/images/button_pressed.png new file mode 100644 index 000000000..212c77879 Binary files /dev/null and b/themes/neutral/images/button_pressed.png differ diff --git a/themes/neutral/images/prefs_tab.png b/themes/neutral/images/prefs_tab.png new file mode 100644 index 000000000..f6c538729 Binary files /dev/null and b/themes/neutral/images/prefs_tab.png differ diff --git a/themes/neutral/images/resize_handle_horiz.png b/themes/neutral/images/resize_handle_horiz.png new file mode 100644 index 000000000..a2e347e3d Binary files /dev/null and b/themes/neutral/images/resize_handle_horiz.png differ diff --git a/themes/neutral/images/score_half_high.png b/themes/neutral/images/score_half_high.png new file mode 100644 index 000000000..c0626a36b Binary files /dev/null and b/themes/neutral/images/score_half_high.png differ diff --git a/themes/neutral/images/score_high.png b/themes/neutral/images/score_high.png new file mode 100644 index 000000000..3b3d472fa Binary files /dev/null and b/themes/neutral/images/score_high.png differ diff --git a/themes/neutral/images/subtoolbar.png b/themes/neutral/images/subtoolbar.png new file mode 100644 index 000000000..a3c02e07a Binary files /dev/null and b/themes/neutral/images/subtoolbar.png differ diff --git a/themes/neutral/images/ttrss_logo.png b/themes/neutral/images/ttrss_logo.png new file mode 100644 index 000000000..0a5ced3d9 Binary files /dev/null and b/themes/neutral/images/ttrss_logo.png differ diff --git a/themes/neutral/images/ttrss_logo.svg b/themes/neutral/images/ttrss_logo.svg new file mode 100644 index 000000000..84f8a6e84 --- /dev/null +++ b/themes/neutral/images/ttrss_logo.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + tiny tiny + rss + + 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; +} + diff --git a/themes/neutral/theme.ini b/themes/neutral/theme.ini new file mode 100644 index 000000000..0ed840050 --- /dev/null +++ b/themes/neutral/theme.ini @@ -0,0 +1,4 @@ +[theme] +name=Neutral +version=1.0 +options=hide_footer,collapse_feedlist -- cgit v1.2.3-54-g00ecf