diff --git a/themes/compact/theme.css b/themes/compact/theme.css
deleted file mode 100644
index a221497ce..000000000
--- a/themes/compact/theme.css
+++ /dev/null
@@ -1,47 +0,0 @@
-#feeds-holder {
- border-width : 0px 1px 0px 0px;
- top : 0px;
- bottom : 0px;
- background : white;
-}
-
-#header {
- left : 270px;
-}
-
-#toolbar {
- font-size : small;
-}
-
-#toolbar input {
- font-size : small;
-}
-
-div.headlines_cdm {
- border-width : 1px 0px 0px 0px;
- bottom : 0px;
-}
-
-#content-frame {
- border-width : 1px 0px 0px 0px;
- bottom : 0px;
-}
-
-div.postReply {
- font-size : small;
- padding : 0px;
- margin : 0px;
-}
-
-div.postReply div.postHeader {
- border-width : 0px 0px 1px 1px;
-}
-
-#prefContentOuter {
- bottom : 0px;
-}
-
-#footer, #prefFooter {
- display : none;
-}
-
diff --git a/themes/compact/theme.ini b/themes/compact/theme.ini
deleted file mode 100644
index fa8cc6ade..000000000
--- a/themes/compact/theme.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[theme]
-name=Compact
-version=1.0
-options=
diff --git a/themes/graycube/images/grad_1.png b/themes/graycube/images/grad_1.png
deleted file mode 100644
index 1a25a785a..000000000
Binary files a/themes/graycube/images/grad_1.png and /dev/null differ
diff --git a/themes/graycube/images/resize_handle_horiz.png b/themes/graycube/images/resize_handle_horiz.png
deleted file mode 100644
index a2e347e3d..000000000
Binary files a/themes/graycube/images/resize_handle_horiz.png and /dev/null differ
diff --git a/themes/graycube/images/resize_horiz.png b/themes/graycube/images/resize_horiz.png
deleted file mode 100644
index cbf190971..000000000
Binary files a/themes/graycube/images/resize_horiz.png and /dev/null differ
diff --git a/themes/graycube/images/ttrss_logo.png b/themes/graycube/images/ttrss_logo.png
deleted file mode 100644
index 34735a20b..000000000
Binary files a/themes/graycube/images/ttrss_logo.png and /dev/null differ
diff --git a/themes/graycube/images/ttrss_logo.svg b/themes/graycube/images/ttrss_logo.svg
deleted file mode 100644
index f2dabbc61..000000000
--- a/themes/graycube/images/ttrss_logo.svg
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css
deleted file mode 100644
index df1552dc9..000000000
--- a/themes/graycube/theme.css
+++ /dev/null
@@ -1,530 +0,0 @@
-body {
- background : #f6f6f6;
-}
-
-h3 {
- border-color : #999999;
-}
-
-a:hover {
- color : gray;
-}
-
-div.cdmArticle {
- border-color : #999999;
- background : #f9f9f9;
-}
-
-div.cdmArticle.Unread {
- border-color : #999999;
- background : white;
-}
-
-div.cdmArticle.Unread div.cdmHeader {
- background : transparent;
- background-repeat : repeat-x;
-}
-
-
-div.cdmArticle.Selected, div.cdmArticle.Unread.Selected {
- border-color : #999999;
- background : #ffcccc;
-}
-
-div.cdmArticle.Unread div.cdmHeader a.title,
-div.cdmArticle.Unread.Selected div.cdmHeader a.title {
- color : black;
-}
-
-div.cdmHeader a:hover {
- color : black;
-}
-
-.notify {
- border-color : #999;
- background-color : #f9f9f9;
- color : black;
- -moz-border-radius : 0px;
-}
-
-div.notice {
- background : #f9f9f9;
- border : 1px solid #999999;
-}
-
-div.warning {
- background : #ffcccc;
- border : 1px solid #ff0000;
-}
-
-
-ul.userFeedList, ul.browseFeedList, ul.labelTestResults {
- border : 1px solid #999999;
-}
-
-div.postReply {
- padding : 0px;
- margin : 0px;
- font-size : medium;
-}
-
-div.postReply a {
- color : black;
-}
-
-div.postReply a:hover {
- color : gray;
-}
-
-div.postReply div.postHeader {
- background : #f9f9f9;
- border-style : solid;
- border-color : #999999;
- border-width : 0px 0px 1px 0px;
- margin : 0px;
-}
-
-div.postReply > div.postHeader {
- padding : 5px;
-}
-
-.even.Unread.Selected, .even.Selected.Unread, .even.Unread.Selected td,
- .even.Selected.Unread td {
- background-color : #ffcccc;
- font-weight : bold;
- border-color : #ebebeb;
-}
-
-.odd.Unread.Selected, .odd.Selected.Unread, .odd.Unread.Selected td,
- .odd.Selected.Unread td {
- background-color : #ffcccc;
- font-weight : bold;
- border-color : #ebebeb;
-
-}
-
-.even.Selected, .even.Selected td {
- background-color : #ffcccc;
- border-color : #ebebeb;
-}
-
-.odd.Selected, .odd.Selected td {
- background-color : #ffcccc;
- border-color : #ebebeb;
-}
-
-.evenGrayed, .evenGrayed td {
- background-color : #f9f9f9;
- color : gray;
- border-color : #ebebeb;
-}
-
-.oddGrayed, .oddGrayed td {
- border-color : #ebebeb;
-}
-
-.oddGrayed {
- color : gray;
- background-color : #f9f9f9;
-}
-
-.even, .even td {
- border-color : #ebebeb;
- background-color : #f9f9f9;
-}
-
-.odd, .odd td {
- background-color : #f9f9f9;
- border-color : #ebebeb;
-}
-
-.even.Unread, .even.Unread td {
- background-color : white;
- font-weight : bold;
- border-color : #ebebeb;
-}
-
-.odd.Unread, .odd.Unread td {
- font-weight : bold;
- border-color : #ebebeb;
-}
-
-ul.feedList {
- list-style-type : none;
- padding : 0px 0px 0px 5px;
- font-size : 9pt;
-}
-
-ul.feedList hr {
- border-width : 0px;
-}
-
-ul.feedList li.feedCat {
- margin : 0px;
- padding : 1px 0px 1px 0px;
- color : #707070;
- font-size : 9pt;
-}
-
-ul.feedList li.feedCat span.catTitle:hover {
- color : black;
-}
-
-ul.feedCatList {
- list-style-type : none;
- margin : 0px 0px 0px 15px;
- padding : 0px;
-}
-
-ul.feedCatList li {
- margin : 0px;
- padding : 1px 0px 1px 0px;
- color : black;
-}
-
-ul.feedList img {
- vertical-align : bottom;
-}
-
-ul.feedList li {
- margin : 0px;
- padding : 2px 0px 2px 0px;
-}
-
-ul.feedList span.feedlink:hover {
- color : gray;
-}
-
-li.feed.Selected span.feedlink,
-li.label.Selected span.feedlink,
-li.virt.Selected span.feedlink,
-li.tag.Selected span.feedlink {
- color : gray;
-}
-
-li.feed.Unread.Selected span.feedlink,
-li.label.Unread.Selected span.feedlink,
-li.virt.Unread.Selected span.feedlink,
-li.tag.Unread.Selected span.feedlink {
- color : gray;
-}
-
-div.prefFeedCatHolder {
- border : 1px solid #999999;
-}
-
-table.prefFeedList td.feedEditCat {
- border-color : #999999;
-}
-
-table.prefFilterList td.filterEditCat {
- border-color : #999999;
-}
-
-tr.title td {
- color : gray;
- font-weight : bold;
-}
-
-tr.title td a {
- color : gray;
-}
-
-tr.title td a:hover {
- color : black;
-}
-
-span.contentPreview:hover {
- color : gray;
-}
-
-#dispSwitch a:hover {
- color : black;
-}
-
-#infoBoxTitle {
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #999999;
- background : #ffcccc;
- color : black;
- text-shadow : #ffffff 0px 1px 0px;
-}
-
-
-#infoBox {
- border-width : 1px 1px 1px 1px;
- border-style : solid;
- border-color : #999999;
- position : relative;
- bottom : 2px;
- right : 2px;
- padding-bottom : 5px;
- background : #efefef;
-}
-
-div.infoBoxContents a {
- color : gray;
-}
-
-div.infoBoxContents a:hover {
- color : black;
-}
-
-#header {
- position : absolute;
- white-space: nowrap;
- top : 10px;
- left : 25px;
- right : 20px;
- height : 40px;
- color : gray;
-}
-
-#feeds-holder {
- border-width : 1px 1px 1px 1px;
- border-style : solid;
- border-color : #c0c0c0;
- top : 50px;
- left : 20px;
- position : absolute;
- width : 240px;
- overflow : auto;
- bottom : 30px;
- border-collapse : collapse;
- background : #f9f9f9;
-}
-
-#toolbar div.actionChooser {
- margin-right : 0px;
-}
-
-#toolbar {
- position : absolute;
- left : 280px;
- padding : 0px 20px 10px 0px;
- top : 50px;
- right : 0px;
- white-space: nowrap;
- height : 30px;
- background-image : url("images/toolbar.png");
- background-position : bottom left;
- background-repeat : repeat-x;
-}
-
-div.headlines_normal {
- position : absolute;
- border-width : 1px 1px 1px 1px;
- border-style : solid;
- border-color : #999999;
- left : 280px;
- height : 305px;
- top : 85px;
- right : 20px;
- overflow : hidden;
- background : white;
- border-collapse : collapse;
-}
-
-div.headlines_cdm {
- position : absolute;
- border-width : 1px 1px 1px 1px;
- border-style : solid;
- border-color : #999;
- left : 280px;
- bottom : 30px;
- top : 85px;
- right : 20px;
- overflow : hidden;
- background : white;
- border-collapse : collapse;
-}
-
-#content-frame {
- position : absolute;
- border-width : 1px 1px 1px 1px;
- border-style : solid;
- border-color : #999999;
- background : white;
- overflow : auto;
- top : 410px;
- left : 280px;
- bottom : 30px;
- right : 20px;
- border-collapse : collapse;
-}
-
-#footer, #prefFooter {
- vertical-align : middle;
- display : block;
- position : absolute;
- bottom : 5px;
- text-align : center;
- color : gray;
- right : 0px;
- left : 0px;
- padding : 0px;
- border-width : 0px;
- background : #f6f6f6;
-}
-
-#footer a {
- color : gray;
-}
-
-#headlinesContainer {
- margin-left : 0px;
- background-color : white;
-}
-
-#headlineActionsTop {
-/* border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #c0c0c0;
- background-color : #fafafa; */
-}
-
-#headlinesInnerContainer {
- overflow : auto;
- position : absolute;
- left : 1px;
- right : 0px;
- bottom : 0px;
- top : 25px;
-}
-
-div.firstTab {
- width : 20px;
- float : left;
-}
-
-div.prefsTab {
- border-color : #999999;
-}
-
-div.prefsTab.Selected {
- border-color : #999999;
- background : white;
-}
-
-/* preferences layout */
-
-#prefHeader {
- margin : 10px 10px 10px 25px;
- color : gray;
-}
-
-div.return {
- float : right;
- margin-right : 10px;
-}
-
-div.return a {
- color : black;
-}
-
-div.return a:hover {
- color : gray;
-}
-
-#prefContentOuter {
- clear : left;
- position : absolute;
- bottom : 30px;
- top : 75px;
- overflow : auto;
- left : 10px;
- right : 10px;
- padding : 1em;
- margin : 0px;
- background : white;
- border-width : 1px 1px 1px 1px;
- border-color : #999999;
- border-style : solid;
-}
-
-#prefContent {
- background : white;
-
-}
-
-.insensitive a {
- color : gray;
- text-decoration : underline;
-}
-
-.insensitive a:hover {
- color : black;
-}
-
-div.topLinks a {
- color : black;
-}
-
-div.topLinks a:hover {
- color : gray;
-}
-
-a.visibleLink {
- color : gray;
-}
-
-table.prefFilterList tr.even:hover td,
-table.prefFilterList tr.odd:hover td,
-table.prefFilterList tr.even.Selected:hover td,
-table.prefFilterList tr.odd.Selected:hover td
-table.prefLabelList tr.even:hover td,
-table.prefLabelList tr.odd:hover td,
-table.prefLabelList tr.even.Selected:hover td,
-table.prefLabelList tr.odd.Selected:hover td,
-table.prefUserList tr.even:hover td,
-table.prefUserList tr.odd:hover td,
-table.prefUserList tr.even.Selected:hover td,
-table.prefUserList tr.odd.Selected:hover td,
-table.prefFeedList tr.even:hover td,
-table.prefFeedList tr.odd:hover td,
-table.prefFeedList tr.even.Selected:hover td,
-table.prefFeedList tr.odd.Selected:hover td
-{
- color : gray;
-}
-
-table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
- color : gray;
-}
-
-table.headlinesList tr.feedTitle td {
- background : #efefef;
-}
-
-div.cdmFeedTitle {
- background : #efefef;
-}
-
-div.tagCloudContainer {
- border : 1px solid #999999;
-}
-
-#resize-grabber {
- border-color : gray;
- background : url("images/resize_horiz.png") top left;
-}
-
-table.prefPrefsList tr:hover td.prefValue {
- color : gray;
-}
-
-table.prefPrefsList tr:hover td.prefValue input {
- color : gray;
-}
-
-ul#headlineActionsBody li:hover {
- color : black;
- background : #ffcccc;
-}
-
-span#headlineActionsDrop {
- background : #f0f0f0;
- color : black;
-}
-
diff --git a/themes/graycube/theme.ini b/themes/graycube/theme.ini
deleted file mode 100644
index 3a07229ce..000000000
--- a/themes/graycube/theme.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[theme]
-name=Graycube
-version=1.0
-options=hide_footer,collapse_feedlist
diff --git a/themes/greentiny/images/blank_icon.gif b/themes/greentiny/images/blank_icon.gif
deleted file mode 100644
index f6482afb6..000000000
Binary files a/themes/greentiny/images/blank_icon.gif and /dev/null differ
diff --git a/themes/greentiny/images/down_arrow.png b/themes/greentiny/images/down_arrow.png
deleted file mode 100644
index 3eff46dd1..000000000
Binary files a/themes/greentiny/images/down_arrow.png and /dev/null differ
diff --git a/themes/greentiny/images/favicon.png b/themes/greentiny/images/favicon.png
deleted file mode 100644
index a6f114cdd..000000000
Binary files a/themes/greentiny/images/favicon.png and /dev/null differ
diff --git a/themes/greentiny/images/feed-icon-12x12.png b/themes/greentiny/images/feed-icon-12x12.png
deleted file mode 100644
index 291000eab..000000000
Binary files a/themes/greentiny/images/feed-icon-12x12.png and /dev/null differ
diff --git a/themes/greentiny/images/footer.png b/themes/greentiny/images/footer.png
deleted file mode 100644
index 79add28b2..000000000
Binary files a/themes/greentiny/images/footer.png and /dev/null differ
diff --git a/themes/greentiny/images/fresh.png b/themes/greentiny/images/fresh.png
deleted file mode 100644
index 88cad8122..000000000
Binary files a/themes/greentiny/images/fresh.png and /dev/null differ
diff --git a/themes/greentiny/images/fresh_new.png b/themes/greentiny/images/fresh_new.png
deleted file mode 100644
index 245ea444b..000000000
Binary files a/themes/greentiny/images/fresh_new.png and /dev/null differ
diff --git a/themes/greentiny/images/indicator_white.gif b/themes/greentiny/images/indicator_white.gif
deleted file mode 100644
index 856d47150..000000000
Binary files a/themes/greentiny/images/indicator_white.gif and /dev/null differ
diff --git a/themes/greentiny/images/label.png b/themes/greentiny/images/label.png
deleted file mode 100644
index a4b4182d6..000000000
Binary files a/themes/greentiny/images/label.png and /dev/null differ
diff --git a/themes/greentiny/images/mark_set.gif b/themes/greentiny/images/mark_set.gif
deleted file mode 100644
index 4dd6bdcd6..000000000
Binary files a/themes/greentiny/images/mark_set.gif and /dev/null differ
diff --git a/themes/greentiny/images/mark_set.png b/themes/greentiny/images/mark_set.png
deleted file mode 100644
index 132f8d9cf..000000000
Binary files a/themes/greentiny/images/mark_set.png and /dev/null differ
diff --git a/themes/greentiny/images/mark_unset.gif b/themes/greentiny/images/mark_unset.gif
deleted file mode 100644
index 47db0b569..000000000
Binary files a/themes/greentiny/images/mark_unset.gif and /dev/null differ
diff --git a/themes/greentiny/images/mark_unset.png b/themes/greentiny/images/mark_unset.png
deleted file mode 100644
index 4104defb6..000000000
Binary files a/themes/greentiny/images/mark_unset.png and /dev/null differ
diff --git a/themes/greentiny/images/new_version.png b/themes/greentiny/images/new_version.png
deleted file mode 100644
index b311d6249..000000000
Binary files a/themes/greentiny/images/new_version.png and /dev/null differ
diff --git a/themes/greentiny/images/overlay.png b/themes/greentiny/images/overlay.png
deleted file mode 100644
index e3a0a7702..000000000
Binary files a/themes/greentiny/images/overlay.png and /dev/null differ
diff --git a/themes/greentiny/images/prefs-content.png b/themes/greentiny/images/prefs-content.png
deleted file mode 100644
index 8eccab137..000000000
Binary files a/themes/greentiny/images/prefs-content.png and /dev/null differ
diff --git a/themes/greentiny/images/pub_set.gif b/themes/greentiny/images/pub_set.gif
deleted file mode 100644
index a6f114cdd..000000000
Binary files a/themes/greentiny/images/pub_set.gif and /dev/null differ
diff --git a/themes/greentiny/images/pub_set.png b/themes/greentiny/images/pub_set.png
deleted file mode 100644
index e8b96d1f6..000000000
Binary files a/themes/greentiny/images/pub_set.png and /dev/null differ
diff --git a/themes/greentiny/images/pub_unset.gif b/themes/greentiny/images/pub_unset.gif
deleted file mode 100644
index 552576f21..000000000
Binary files a/themes/greentiny/images/pub_unset.gif and /dev/null differ
diff --git a/themes/greentiny/images/pub_unset.png b/themes/greentiny/images/pub_unset.png
deleted file mode 100644
index c28e9dafa..000000000
Binary files a/themes/greentiny/images/pub_unset.png and /dev/null differ
diff --git a/themes/greentiny/images/resize_handle_horiz.png b/themes/greentiny/images/resize_handle_horiz.png
deleted file mode 100644
index b0ef93f1b..000000000
Binary files a/themes/greentiny/images/resize_handle_horiz.png and /dev/null differ
diff --git a/themes/greentiny/images/resize_horiz.png b/themes/greentiny/images/resize_horiz.png
deleted file mode 100644
index ce947c9b2..000000000
Binary files a/themes/greentiny/images/resize_horiz.png and /dev/null differ
diff --git a/themes/greentiny/images/resizer.png b/themes/greentiny/images/resizer.png
deleted file mode 100644
index ca3b02f81..000000000
Binary files a/themes/greentiny/images/resizer.png and /dev/null differ
diff --git a/themes/greentiny/images/score_half_high.png b/themes/greentiny/images/score_half_high.png
deleted file mode 100644
index 73e06b538..000000000
Binary files a/themes/greentiny/images/score_half_high.png and /dev/null differ
diff --git a/themes/greentiny/images/score_half_low.png b/themes/greentiny/images/score_half_low.png
deleted file mode 100644
index d44ee6c6a..000000000
Binary files a/themes/greentiny/images/score_half_low.png and /dev/null differ
diff --git a/themes/greentiny/images/score_high.png b/themes/greentiny/images/score_high.png
deleted file mode 100644
index 0d1d9469a..000000000
Binary files a/themes/greentiny/images/score_high.png and /dev/null differ
diff --git a/themes/greentiny/images/score_low.png b/themes/greentiny/images/score_low.png
deleted file mode 100644
index 0aefff100..000000000
Binary files a/themes/greentiny/images/score_low.png and /dev/null differ
diff --git a/themes/greentiny/images/score_neutral.png b/themes/greentiny/images/score_neutral.png
deleted file mode 100644
index deaa10ae3..000000000
Binary files a/themes/greentiny/images/score_neutral.png and /dev/null differ
diff --git a/themes/greentiny/images/sign_excl.png b/themes/greentiny/images/sign_excl.png
deleted file mode 100644
index ab6e7dc80..000000000
Binary files a/themes/greentiny/images/sign_excl.png and /dev/null differ
diff --git a/themes/greentiny/images/sign_info.png b/themes/greentiny/images/sign_info.png
deleted file mode 100644
index 59f8ab6f0..000000000
Binary files a/themes/greentiny/images/sign_info.png and /dev/null differ
diff --git a/themes/greentiny/images/sign_quest.png b/themes/greentiny/images/sign_quest.png
deleted file mode 100644
index f4cd417e7..000000000
Binary files a/themes/greentiny/images/sign_quest.png and /dev/null differ
diff --git a/themes/greentiny/images/small_question.png b/themes/greentiny/images/small_question.png
deleted file mode 100644
index a441ef81b..000000000
Binary files a/themes/greentiny/images/small_question.png and /dev/null differ
diff --git a/themes/greentiny/images/tag.png b/themes/greentiny/images/tag.png
deleted file mode 100644
index a4b4182d6..000000000
Binary files a/themes/greentiny/images/tag.png and /dev/null differ
diff --git a/themes/greentiny/images/toolbar.png b/themes/greentiny/images/toolbar.png
deleted file mode 100644
index 79add28b2..000000000
Binary files a/themes/greentiny/images/toolbar.png and /dev/null differ
diff --git a/themes/greentiny/images/ttrss_logo.png b/themes/greentiny/images/ttrss_logo.png
deleted file mode 100644
index 0ded30762..000000000
Binary files a/themes/greentiny/images/ttrss_logo.png and /dev/null differ
diff --git a/themes/greentiny/images/ttrss_logo_big.png b/themes/greentiny/images/ttrss_logo_big.png
deleted file mode 100644
index 0ded30762..000000000
Binary files a/themes/greentiny/images/ttrss_logo_big.png and /dev/null differ
diff --git a/themes/greentiny/images/updated.png b/themes/greentiny/images/updated.png
deleted file mode 100644
index 652e84a61..000000000
Binary files a/themes/greentiny/images/updated.png and /dev/null differ
diff --git a/themes/greentiny/theme.css b/themes/greentiny/theme.css
deleted file mode 100644
index f53c393e1..000000000
--- a/themes/greentiny/theme.css
+++ /dev/null
@@ -1,1740 +0,0 @@
-body {
- background : #192025;
- color : #8BB6C6;
- margin : 0px;
- padding : 0px;
- font-family : "Lucida Grande", Arial, sans-serif;
-}
-
-option {
- color : #8BB6C6;
-}
-
-button[disabled], input[disabled], select[disabled], textarea[disabled] {
- background : #404040;
- color : gray;
-}
-
-input, select, button {
- background : #1e2a32;
- border : 1px solid black;
- color : #8BB6C6;
- padding : 2px 4px 2px 4px;
-}
-
-button:active {
- background : #FF5500;
-}
-
-button {
-}
-
-textarea {
- background : #171D22
- border : 1px solid black;
- color : #8BB6C6;
-}
-
-select {
- padding : 2px 0px 2px 4px;
-}
-
-blockquote {
- border-width : 0px 0px 0px 4px;
- border-color : #8BB6C6;
- border-style : solid;
- background-color : #1e2a32;
-}
-
-/*div.postReply a {
- color : #8BB6C6;
-}*/
-
-div.postReply a:hover {
- color : #ff6c00;
-}
-
-div.postReply div.postHeader {
- background : #1e2a32;
- border-width : 0px 0px 1px 0px;
- border-style : dotted;
- border-color : #29353D;
- margin : 0px 1px 0px 0px;
- padding : 5px;
- cursor : move;
-}
-
-div.postReply div.postContent {
- padding : 10px;
- font-size : 14px;
-}
-
-div.postReply div.postEnclosures {
- margin-top : 1em;
- color : gray;
-}
-
-div.postReply span.author {
- font-size : 12px;
-}
-
-ul.feedList li.feedCat {
- margin : 0px;
- padding : 3px 0px 3px 0px;
- color : #707070;
- font-size : 12px;
-}
-
-ul.feedList li.feedCat a {
- color : #707070;
-}
-
-ul.feedList li.feedCat a:hover {
- color : #4684ff;
-}
-
-ul.feedList li.feedCat.Selected {
- margin : 0px;
- padding : 3px 0px 3px 0px;
- color : #4684ff;
- font-size : 12px;
-}
-
-ul.feedList li.feedCat.Selected a {
- color : #4684ff;
-}
-
-ul.feedCatList {
- list-style-type : none;
- margin : 0px 0px 0px 15px;
- padding : 0px;
-}
-
-ul.feedCatList li {
- margin : 0px;
- padding : 0px 0px 2px 0px;
- color : #8BB6C6;
-}
-
-ul.feedList > li {
- padding : 0px 0px 2px 0px;
-}
-
-li.feed.Unread,
-li.error.Unread,
-li.label.Unread,
-li.virt.Unread,
-li.tag.Unread {
- font-weight : bold;
-}
-
-li.error.Selected a,
-li.error a,
-li.error.Unread a,
-li.error.Unread.Selected a {
- color : #f04040;
-}
-
-li.feed {
- display : block;
-}
-
-h1 {
- font-size : 18px;
-}
-
-h2 {
- font-size : 16px;
- font-weight : bold;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #29353D;
-}
-
-h3 {
- font-size : 14px;
- font-weight : bold;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #29353D;
-}
-
-hr {
- border-width : 0px 0px 1px 0px;
- border-style : dashed;
- border-color : #e0e0e0;
-}
-
-a {
- color : #8BB6C6;
- text-decoration : none;
-}
-
-a:hover {
- color : #00FF00;
-}
-
-#notify {
- border-width : 1px;
- border-style : solid;
- top : 10px;
- right : 35%;
- min-width : 30%;
- position : absolute;
- display : none;
- float : right;
- font-size : 12px;
- z-index : 998;
- -moz-border-radius : 2px;
- padding : 5px 5px 5px 5px;
-}
-
-#notify img {
- vertical-align : middle;
-}
-
-.notifyProgress {
- border-color : #FFAA00;
- background-color : #FF5500;
- font-size : 14px;
- font-weight : bold;
- color : #FFAA00;
-}
-
-.notifyInfo {
- border-color : #7AD78E;
- background-color : #D5FFDB;
- color : #8BB6C6;
-}
-
-.notify {
- border-color : #d7c47a;
- background-color : #FF5500;
- color : #8BB6C6;
-}
-
-.notifyError {
- background-color : #ffcccc;
- border-color : #ff0000;
- color : #8BB6C6;
-}
-
-.notifyError span:hover {
- color : red;
- cursor : pointer;
-}
-
-#dispSwitch {
- font-size : 12px;
- margin : 5px 5px 0px 0px;
-}
-
-#dispSwitch a {
- color : gray;
-}
-
-#dispSwitch a:hover {
- color : #4684ff;
-}
-
-div.expPane {
- margin : 15px;
-}
-
-.even.Unread.Selected, .even.Selected.Unread, .even.Unread.Selected td,
- .even.Selected.Unread td {
- background-color : #192025;
- font-weight : bold;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #FFFFAA;
-}
-
-.odd.Unread.Selected, .odd.Selected.Unread, .odd.Unread.Selected td,
- .odd.Selected.Unread td {
- background-color : #192025;
- font-weight : bold;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #FFFFAA;
-}
-
-.even.Selected, .even.Selected td {
- background-color : #192025;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #FFFFAA;
- border-collapse : collapse;
-}
-
-.odd.Selected, .odd.Selected td {
- background-color : #192025;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #FFFFAA;
- border-collapse : collapse;
-}
-
-.evenGrayed, .evenGrayed td {
- background-color : #202A30;
- color : #909090;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #29353D;
- border-collapse : collapse;
-}
-
-.oddGrayed {
- color : #909090;
-}
-
-.even, .even td {
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #29353D;
- background-color : #202A30;
- border-collapse : collapse;
-}
-
-.odd, .odd td {
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #29353D;
- border-collapse : collapse;
-}
-
-.even.Unread, .even.Unread td {
- background-color : #202A30;
- font-weight : bold;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #29353D;
- border-collapse : collapse;
-}
-
-.odd.Unread, .odd.Unread td {
- font-weight : bold;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #29353D;
-}
-
-.invisible {
- display : none;
-}
-
-/* preferences */
-
-table.prefPrefsList tr:hover td.prefValue {
- color : #88b0f0;
-}
-
-table.prefPrefsList tr:hover td.prefValue input {
- color : #88b0f0;
-}
-
-tr.title td {
- border-width : 0px 0px 1px 0px;
- border-color : #29353D;
- border-style : solid;
- color : #4684ff;
-}
-
-tr.title td a {
- color : #4684ff;
-}
-
-tr.title td a:hover {
- color : #00FF00;
-}
-
-div.feedEditSearch {
- float : right;
-}
-
-table.prefFeedList td.feedEditCat {
- font-weight : bold;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #29353D;
- padding-top : 0.5em;
-}
-
-table.prefFilterList td.filterEditCat {
- font-weight : bold;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #29353D;
- padding-top : 0.5em;
-}
-
-/* oh for the love of... */
-
-table.prefFilterList tr.even,
-table.prefFilterList tr.odd,
-table.prefFilterList tr.even.Selected,
-table.prefFilterList tr.odd.Selected,
-table.prefLabelList tr.even,
-table.prefLabelList tr.odd,
-table.prefLabelList tr.even.Selected,
-table.prefLabelList tr.odd.Selected,
-table.prefUserList tr.even,
-table.prefUserList tr.odd,
-table.prefUserList tr.even.Selected,
-table.prefUserList tr.odd.Selected,
-table.prefFeedList tr.even,
-table.prefFeedList tr.odd,
-table.prefFeedList tr.even.Selected,
-table.prefFeedList tr.odd.Selected
-{
- cursor : pointer;
-}
-
-table.prefFilterList tr.even:hover td,
-table.prefFilterList tr.odd:hover td,
-table.prefFilterList tr.even.Selected:hover td,
-table.prefFilterList tr.odd.Selected:hover td
-table.prefLabelList tr.even:hover td,
-table.prefLabelList tr.odd:hover td,
-table.prefLabelList tr.even.Selected:hover td,
-table.prefLabelList tr.odd.Selected:hover td,
-table.prefUserList tr.even:hover td,
-table.prefUserList tr.odd:hover td,
-table.prefUserList tr.even.Selected:hover td,
-table.prefUserList tr.odd.Selected:hover td,
-table.prefFeedList tr.even:hover td,
-table.prefFeedList tr.odd:hover td,
-table.prefFeedList tr.even.Selected:hover td,
-table.prefFeedList tr.odd.Selected:hover td
-{
- color : #00FF00;
-}
-
-table.prefFeedList td.feedIcon {
- text-align : center;
-}
-
-table.prefFeedList td.feedSelect {
- text-align : center;
-}
-
-div.prefFeedCatHolder {
- height : 250px;
- overflow : auto;
- border : 1px solid #29353D;
- margin : 5px 0px 5px 0px;
- background-color : #171D22;
-}
-
-a.helpLink {
- color : #808080;
-}
-
-a.helpLink:hover {
- color : #4684ff;
-}
-
-div.helpResponse {
- margin : 10px;
- background-image : url("images/vgrad_light_rev2.png");
- background-position : top left;
- background-repeat : repeat-x;
- padding : 10px 20px 10px 20px;
- border : 1px solid #29353D;
-}
-
-#infoBoxTitle {
- border-color : #29353D;
- background-color : #29353D;
-}
-
-/* shadow stuff from http://www.sixapart.com/pronet/articles/ydsf_-_robust_c.html */
-
-#infoBox {
- border-color : #29353D;
- background-color : #192025;
-}
-
-div.infoBoxContents a {
- color : #527040;
-}
-
-div.infoBoxContents a:hover {
- color : #ff6c00;
-}
-
-div.helpResponse h1, div.infoBoxContents h1 {
-/* border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #c0c0c0; */
- font-size : 18px;
-}
-
-div.helpResponse h2, div.infoBoxContents h2 {
-/* border-width : 0px 0px 0px 0px; */
- font-size : 16px;
-}
-
-pre {
- margin : 5px;
-}
-
-input.extSearch {
- width : 100%;
-}
-
-div.firstTab {
- width : 10px;
- float : left;
-}
-
-div.prefsTab:hover {
- cursor : pointer;
-}
-
-div.prefsTab.Selected:hover {
- cursor : pointer;
-}
-
-div.prefsTab {
- border-width : 1px 1px 0px 1px;
- border-color : #29353D;
- border-style : solid;
- border-collapse : collapse;
-}
-
-div.prefsTab.Selected {
- border-width : 1px 1px 0px 1px;
- border-color : #29353D;
- border-style : solid;
- background-color : #192025;
- color : #ff6c00;
- font-weight : bold;
-}
-
-div.notice {
- background : #171D22;
- border : 1px solid #29353D;
- width : 60%;
- padding : 5px;
- margin : 0px 0px 5px 0px;
- font-size : 12px;
-}
-
-div.warning {
- background : #FF5500;
- border : 1px solid #d7c47a;
- font-size : 12px;
- width : 60%;
- padding : 5px;
- margin : 0px 0px 5px 0px;
-}
-
-
-div.warning img, div.notice img, div.error img {
- vertical-align : middle;
- padding : 5px;
-}
-
-div.error {
- border : 1px solid #ff0000;
- background : #ffcccc;
- color : #FF0000;
- padding : 5px;
- margin : 0px 0px 5px 0px;
- font-size : 12px;
-}
-
-ul.nomarks {
- list-style-type : none;
- margin : 0px;
- padding : 10px;
-}
-
-div.prefHelp, td.prefHelp {
- color : gray;
- padding : 5px;
-}
-
-table.loginForm {
- background-color : #171D22;
-}
-
-table.innerLoginForm {
- border : 1px solid #29353D;
- padding : 50px;
- background-color : #171D22;
-}
-
-table.innerLoginForm td {
- padding : 3px 3px 5px 3px;
-}
-
-span.feed_error {
- color : red;
-}
-
-.insensitive {
- color : gray;
-}
-
-.insensitive a {
- color : #4684ff;
-}
-
-.insensitive a:hover {
- color : #ff6c00;
-}
-
-/* .prefGenericAddBox {
- font-size : 12px;
-} */
-
-body.logoutBody {
- background-color : #171D22;
- color : #8BB6C6;
-}
-
-span.logoutWarning {
- color : red;
- font-weight : bold;
-}
-
-div.logoutContent {
- width : 600px;
- border : 1px solid #29353D;
- background-color : #171D22;
- margin-left : auto;
- margin-right : auto;
- margin-top : 20px;
- padding : 10px;
-}
-
-.small {
- font-size : 12px;
-}
-
-table.innerFeedTable td {
- margin : 0px;
- padding : 0px;
-}
-
-td.selectPrompt {
- font-size : 12px;
- color : gray;
-}
-
-div.headlinesSubToolbar {
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #171D22;
- position : absolute;
- left : 0px;
- top : 0px;
- height : 25px;
- right : 0px;
- background : #171D22;
- font-size : 11px;
- color : gray;
-}
-
-input#subtoolbar_search_box {
- height : 10px;
- font-size : 9px;
- vertical-align : middle;
-}
-
-table.headlinesSubToolbar td.headlineActions {
- padding : 0px 5px 0px 5px;
-}
-
-table.headlinesSubToolbar td.headlineActionsRTL {
- padding : 0px 5px 0px 5px;
-}
-
-table.headlinesSubToolbar td.headlineTitle {
- padding : 0px 5px 0px 5px;
- text-align : right;
-}
-
-table.headlinesSubToolbar td.headlineTitleRTL {
- padding : 0px 5px 0px 5px;
- text-align : left;
-}
-
-span.contentPreview {
- font-size : 12px;
- color : gray;
- font-weight : normal;
-}
-
-span.contentPreview:hover {
- color : #4684ff;
-}
-
-table.headlinesList {
- width : 100%;
-}
-
-table.headlinesList td.hlFeedIcon {
- width : 25px;
- text-align : center;
- cursor : pointer;
-}
-
-
-table.headlinesList td.hlMarkedPic {
- width : 25px;
- text-align : center;
-}
-
-table.headlinesList td.hlfeed {
- text-align : right;
-}
-
-td.hlSelectRow, td.hlUpdPic {
- width : 25px;
- text-align : center;
-}
-
-table.headlinesList td.hlUpdated {
- color : gray;
- text-align : right;
- width : 100px;
- cursor : pointer;
-}
-
-table.headlinesList tr td {
- padding : 2px 0px 2px 0px;
-}
-
-div.postHeader div.postDate {
- text-align : right;
- color : gray;
- float : right;
-}
-
-div.postHeader div.postDateRTL {
- text-align : left;
- color : gray;
- float : right;
-}
-
-div.postReply span.tagList {
- color : gray;
-}
-
-div.postHeader div {
- padding-bottom : 3px;
- font-size : 12px;
-}
-
-#feedUpdateErrors {
- display : none;
-}
-
-#allEntryTags {
- font-size : 12px;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #29353D;
- padding-bottom : 5px;
- display : none;
-}
-
-/*td.hlContent {
- overflow : hidden;
- height : 1em;
- display : block;
-} */
-
-td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
- height : 1em;
-}
-
-td.hlFeed {
- text-align : right;
-}
-
-span.hlFeed, span.hlFeed a {
- font-size : 12px;
- color : gray;
-}
-
-span.hlFeed a:hover {
- color : #4684ff;
-}
-
-/* div.cdmArticle:hover {
- background-color : #171D22;
-} */
-
-div.cdmAllTags {
- float : left;
- background-color : #171D22;
- border : 1px solid #29353D;
- display : none;
- z-index : 3;
- top : auto;
- left : auto;
- right : auto;
- position : absolute;
- padding : 10px;
-}
-
-span.cdmAllTagsCtr:hover div {
- display : block;
-}
-
-div.cdmArticle {
- border-color : #a0a0a0;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- background-color : #202A30;
- margin : 0px;
- color : #505050;
- /* padding : 10px; */
- color : #8BB6C6;
-
-}
-
-/* div.cdmArticle.Unread:hover {
- background-color : #171D22;
-} */
-
-div.cdmArticle.Unread {
- border-color : #29353D;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- background-color : #171D22;
- margin : 0px;
- /* padding : 10px; */
- color : #8BB6C6;
-}
-
-div.cdmArticle.Selected, div.cdmArticle.Unread.Selected {
- margin : 0px;
- background-color : #192025;
- border-color : #FFFFAA;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
-}
-
-div.cdmArticle.Unread div.cdmHeader a.title,
-div.cdmArticle.Unread.Selected div.cdmHeader a.title {
- font-weight : bold;
-}
-
-div.cdmHeader {
- padding : 5px 5px 10px 5px;
- color : gray;
-
-}
-
-div.cdmArticle.Unread div.cdmHeader span.titleWrap a {
- color : #ff6c00;
-}
-
-div.cdmFooter {
- font-size : 12px;
- color : #8BB6C6;
- padding : 5px;
- color : gray;
-/* background-color : white; */
- border-width : 1px 0px 0px 0px;
- border-color : #29353D;
- border-style : dotted;
-}
-
-/*div.cdmArticle.Selected div.cdmFooter {
- background-color : transparent;
-}
-
-div.cdmArticle.Unread.Selected div.cdmFooter {
- background-color : transparent;
-}*/
-
-div.cdmFooter span.s0 {
- border-width : 0px 1px 0px 0px;
- border-color : #29353D;
- border-style : dotted;
- padding : 0px 5px 0px 0px;
-}
-
-div.cdmFooter span.s1 {
- border-width : 0px 1px 0px 0px;
- border-color : #29353D;
- border-style : dotted;
- padding : 0px 5px 0px 5px;
-}
-
-div.cdmFooter span.s2 {
- padding : 0px 5px 0px 5px;
-}
-
-div.cdmFooter img.markedPic, div.cdmFooter img.tagsPic {
- width : 16px;
- height : 16px;
- vertical-align : middle;
-}
-
-img.markedPic {
- cursor : pointer;
-}
-
-div.cdmHeader div.articleUpdated {
- float : right;
- font-weight : bold;
- color : gray;
-}
-
-div.cdmHeader div.articleUpdated img {
- vertical-align : middle;
-}
-
-div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
- margin : 0px;
-}
-
-div.cdmHeader, div.cdmHeader a {
- color : #505050;
- font-size : 12px;
-}
-
-div.cdmHeader a:hover {
- color : #4684ff;
-}
-
-div.cdmContent {
- margin : 0px 15px 5px 15px;
-}
-
-div.cdmContent:hover {
- cursor : pointer;
-}
-
-div.cdmExcerpt {
- margin : 0px 15px 5px 15px;
-}
-
-div.cdmExcerpt:hover {
- cursor : pointer;
- color : #88b0f0;
-}
-
-div.cdmEnclosures {
- margin-top : 1em;
- color : gray;
-}
-
-a.warning {
- color : #f04040;
-}
-
-img.closeButton {
- border-width : 0px;
- float : right;
-}
-
-span.groupPrompt {
- font-size : 12px;
- color : #4684ff;
-}
-
-div.tagCloudContainer {
-/* height : 300px;
- overflow : auto; */
- border : 1px solid #29353D;
- background-color : #171D22;
- margin : 5px 0px 5px 0px;
- padding : 5px;
- text-align : center;
-}
-
-ul.feedErrorsList {
- height : 300px;
- overflow : auto;
- list-style-type : none;
- border : 1px solid #29353D;
- background-color : #171D22;
- margin : 0px 0px 5px 0px;
- padding : 0px;
-}
-
-ul.userFeedList {
- height : 300px;
- overflow : auto;
- list-style-type : none;
- border : 1px solid #29353D;
- background-color : #171D22;
- margin : 0px 0px 5px 0px;
- padding : 0px;
-}
-
-/* #browseBigFeedList li.odd.Selected {
- border : 1px solid #d0d0f6;
- background-color : #eaeaff;
- -moz-border-radius : 5px;
-} */
-
-/*#browseBigFeedList li {
- padding :0px;
-}*/
-
-div.labelTestError {
- margin : 5px 0px 5px 0px;
- color : #f04040;
-}
-
-ul.labelTestResults {
- height : 100px;
- overflow : auto;
- list-style-type : none;
- margin : 0px 0px 5px 0px;
- padding : 0px;
- border : 1px solid #29353D;
- background-color : #171D22;
-}
-
-ul.filterTestResults {
- height : 300px;
- overflow : auto;
- list-style-type : none;
- margin : 0px 0px 5px 0px;
- padding : 0px;
- border : 1px solid #29353D;
- background-color : #171D22;
-}
-
-ul.browseFeedList {
- height : 300px;
- overflow : auto;
- list-style-type : none;
- margin : 0px 0px 5px 0px;
- padding : 0px;
- border : 1px solid #29353D;
- background-color : #171D22;
-}
-
-ul.browseFeedList li {
- margin : 0px;
- padding : 0px;
-}
-
-span.subscribers {
- color : #808080;
-}
-
-div.subscribers {
- color : #808080;
- font-size : 12px;
- float : right;
-}
-
-input.feedBrowseCB {
- margin-right : 1em;
-}
-
-div.browserDetails {
- margin : 5px 5px 5px 5px;
- padding : 5px;
-}
-
-ul.compact {
- list-style-type : none;
- margin : 0px;
- padding : 0px;
-}
-
-ul.compact li {
- margin : 0px;
- padding : 0px;
-}
-
-div.browserFeedInfo {
- font-size : 12px;
-/* border : 1px solid #88b0f0;
- background-color : #ecf4ff;
- -moz-border-radius : 5px; */
- padding : 5px;
-}
-
-div.browserFeedInfo div.detailsPart {
- margin : 5px 0px 5px 5px;
-}
-
-div.cdmContent a {
- color : #4684ff;
-}
-
-div.cdmContent a:hover {
- color : #00FF00;
-}
-
-a.cdmToggleLink {
- color : #808080;
- font-size : 12px;
-}
-
-a.cdmToggleLink:hover {
- color : #00FF00;
-}
-
-.noborder {
- border-width : 0px;
-}
-
-#debug_output {
- position : absolute;
- width : 400px;
- height : 200px;
- right : 20px;
- bottom : 20px;
- z-index : 999;
- background-color : #171D22;
- border : 1px solid #29353D;
- overflow : auto;
- margin : 0px;
- padding : 0px;
- list-style-type : none;
-}
-
-#debug_output li {
- margin : 0px;
- padding : 0px;
- font-size : 11px;
-}
-
-#dialog_overlay {
- left : 0;
- top : 0;
- height : 100%;
- width : 100%;
- z-index : 4;
- position : absolute;
- background-image : url("images/shadow_dark.png");
-}
-
-#overlay {
- background : #171D22;
- left : 0;
- top : 0;
- height : 100%;
- width : 100%;
- z-index : 100;
- position : absolute;
-}
-
-#overlay_inner {
- font-weight : bold;
- margin : 10px;
-}
-
-#fatal_error {
- background : #171D22;
- left : 0;
- top : 0;
- height : 100%;
- width : 100%;
- z-index : 200;
- display : none;
- position : absolute;
-}
-
-#fatal_error_inner {
- font-weight : bold;
- margin : 10px;
- color : red;
-}
-
-#fatal_error_msg {
- color : #8BB6C6;
- padding : 10px;
- font-weight : normal;
- background-color : #ffcccc;
- border : 1px solid #ff0000;
-}
-
-#fatal_error_msg a {
- color : red;
-}
-
-#fatal_error_msg a:hover {
- color : red;
- text-decoration : underline;
-}
-
-#fatal_error_msg img {
- vertical-align : middle;
-}
-
-#noDaemonWarning {
- position : absolute;
- background-color : #171D22;
- border : 1px solid #29353D;
- padding : 10px;
- margin : 5px;
- z-index : 2;
- display : none;
-}
-
-#qafInput {
- width : 100%;
-}
-
-form {
- margin : 0px;
- padding : 0px;
-}
-
-#main_toolbar_form {
- margin : 0px;
- padding : 0px;
- display : inline;
-}
-
-div.feedExtInfo {
- margin-left : 2em;
- font-size : 7pt;
- color : gray;
- font-weight : normal;
-}
-
-span.debugTS {
- color : #4684ff;
-}
-
-#backReqBox {
- display : none;
-}
-
-/*.scriptWarn:before {
- content : "Disabled script:";
-}*/
-
-.scriptWarn {
- color : white;
- background-color : #903030;
- border : 1px solid #601010;
- padding : 3px;
- font-weight : bold;
- display : none;
-}
-
-.objectWarn {
- color : gray;
- font-style: italic;
- text-align : center;
-}
-
-table.loginForm2 {
- padding : 1em;
-}
-
-table.loginForm2 .loginTop {
- border-width : 0px 0px 1px 0px;
- border-color : #29353D;
- border-style : solid;
- padding : 0.5em;
-}
-
-table.loginForm2 .loginMiddle {
- padding : 3em;
-}
-
-table.loginForm2 .loginBottom {
- border-width : 1px 0px 0px 0px;
- border-color : #29353D;
- border-style : solid;
- font-size : 12px;
- text-align : center;
- color : #909090;
- padding : 0.5em;
-}
-
-table.loginForm2 .loginBottom a {
- color : gray;
-}
-
-table.loginForm2 .loginBottom a:hover {
- color : #FF5500;
-}
-
-table.loginForm2 .loginError {
- color : red;
- margin : 0.5em;
-}
-
-table.loginForm2 .innerLoginCell {
- padding-top : 0.5em;
-}
-
-#milestoneDetails {
- display : none;
-}
-
-div.loadingPrompt {
- padding : 1em;
- text-align : center;
- font-weight : bold;
-}
-
-div.whiteBox {
- background-color : #171D22;
- margin-left : 1px;
- text-align : center;
- padding : 1em;
-}
-
-/* layout */
-
-#header {
- position : absolute;
- white-space: nowrap;
- top : 10px;
- left : 15px;
- right : 5px;
- height : 40px;
- color : #4684ff;
- font-size : 12px;
-}
-
-#feeds-holder {
- border-width : 1px 1px 0px 0px;
- border-style : solid;
- border-color : #29353D;
- top : 50px;
- left : 0px;
- position : absolute;
- width : 260px;
- overflow : auto;
- bottom : 0px;
- border-collapse : collapse;
-}
-
-#toolbar {
- position : absolute;
- left : 261px;
- padding : 5px 10px 5px 10px;
- top : 50px;
- right : 0px;
- white-space: nowrap;
- height : 30px;
- background-image : url("images/toolbar.png");
- background-position : bottom left;
- background-repeat : repeat-x;
- font-size : 12px;
-}
-
-div.headlines_normal {
- position : absolute;
- border-width : 1px 0px 0px 0px;
- border-style : solid;
- border-color : #29353D;
- left : 261px;
- height : 305px;
- top : 85px;
- right : 0px;
- overflow : hidden;
- font-size : 12px;
- border-collapse : collapse;
-}
-
-div.headlines_cdm {
- position : absolute;
- border-width : 1px 0px 1px 0px;
- border-style : solid;
- border-color : #29353D;
- left : 261px;
- bottom : 40px;
- top : 85px;
- right : 0px;
- overflow : hidden;
- font-size : 12px;
- border-collapse : collapse;
-}
-
-#content-frame {
- position : absolute;
- border-width : 1px 0px 0px 0px;
- border-style : solid;
- border-color : #29353D;
- overflow : auto;
- top : 390px;
- left : 261px;
- bottom : 40px;
- right : 0px;
- border-collapse : collapse;
-}
-
-#resize-grabber {
- height : 5px;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #29353D;
- background : #1e2a32;
- cursor : move;
- text-align : center;
-}
-
-#footer, #prefFooter {
- position : absolute;
- bottom : 0px;
- height : 20px;
- text-align : center;
- color : #8BB6C6;
- font-size : 12px;
- background-image : url("images/footer.png");
- background-position : top left;
- background-repeat : repeat-x;
- background-color : #171D22;
- right : 0px;
- left : 261px;
- padding : 10px;
- border-collapse : collapse;
- border-width : 1px 0px 0px 0px;
- border-style : solid;
- border-color : #29353D;
-
-}
-
-#prefFooter {
- left : 0px;
-}
-
-#footer a, #prefFooter a {
- color : #8BB6C6;
-}
-
-#footer a:hover, #prefFooter a:hover {
- color : #ff6c00;
-}
-
-#headlinesContainer {
- margin-left : 0px;
- background-color : #171D22;
-}
-
-#headlineActionsTop {
-/* border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #c0c0c0;
- background-color : #fafafa; */
- font-size : 12px;
-}
-
-#headlinesInnerContainer {
- overflow : auto;
- position : absolute;
- left : 0px;
- right : 0px;
- bottom : 0px;
- top : 25px;
-}
-
-/* preferences layout */
-
-#prefHeader {
- color : #4684ff;
- font-size : 12px;
- margin : 10px;
- height : 33px;
-}
-
-div.return {
- float : right;
- font-size : 12px;
- margin-right : 10px;
-}
-
-div.return a {
- color : #4684ff;
-}
-
-div.return a:hover {
- color : #ff6c00;
-}
-
-#prefContentOuter {
- border-color : #29353D;
- border-style : solid;
- font-size : 12px;
-}
-
-#prefContent {
- background-image : url("images/prefs-content.png");
- background-position : top left;
- background-repeat : repeat-x;
-}
-
-.catCtr.Unread, .feedCtr.Unread {
- font-weight : bold;
- color : #8BB6C6;
-}
-
-ul.headlineDropdownMenu {
- list-style-type : none;
- margin : 0px;
- padding : 0px;
-}
-
-ul.headlineDropdownMenu li.top {
- float : left;
- width : 12em;
- background-image : url("images/down_arrow.png");
- background-position : center right;
- background-repeat : no-repeat;
- margin : 0px;
- cursor : pointer;
- border-width : 1px 1px 1px 1px;
- border-color : transparent;
- border-style : solid;
-}
-
-ul.headlineDropdownMenu li.top2 {
- float : left;
-}
-
-ul.headlineDropdownMenu li.top3 {
- float : left;
- margin : 0px;
- cursor : pointer;
- border-width : 1px 1px 1px 1px;
- border-color : transparent;
- border-style : solid;
-}
-
-ul.headlineDropdownMenu li.vsep {
- float : left;
- margin : 0px 5px 0px 0px;
- border-width : 0px 1px 0px 0px;
- border-color : #29353D;
- border-style : dotted;
- color : white;
-}
-
-ul.headlineDropdownMenu li.top:hover {
- cursor : pointer;
- border-width : 1px 1px 1px 1px;
- border-color : #29353D;
- border-style : solid;
-}
-
-ul.headlineDropdownMenu li.top:hover ul {
- display : block;
-}
-
-ul.headlineDropdownMenu ul {
- list-style-type : none;
- position : absolute;
- float : none;
- margin : 0px;
- padding : 0px;
- display : none;
- background-color : #171D22;
- width : 12em;
- z-index : 3;
- top : auto;
- left : auto;
- border-width : 0px 1px 1px 1px;
- border-color : #29353D;
- border-style : solid;
- margin-left : -1px;
-}
-
-ul.headlineDropdownMenu ul li {
- float: none;
- padding : 2px 0px 2px 10px;
- color : #8BB6C6;
-}
-
-ul.headlineDropdownMenu ul li:hover {
- color : #FF6C00;
- background-color : #29353D;
-}
-
-table.prefFeedCatList {
- background-color : #171D22;
-}
-
-div.autocomplete {
- background-color : #171D22;
- border :1px solid #778899;
-}
-
-div.autocomplete ul li.selected {
- background-color : #192025;
-}
-
-div.topLinks {
- color : gray;
-}
-
-div.topLinks a {
- color : #4684ff;
-}
-
-div.topLinks a:hover {
- color : #ff6c00;
-}
-
-div.topLinks a.feedback {
- color : #009900;
-}
-
-a.visibleLink {
- color : #4684ff;
-
-}
-
-table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
- color : #4684ff;
-}
-
-div.cdmFeedTitle {
- border-color : #a0a0a0;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- padding : 5px 3px 5px 5px;
- background : url("images/toolbar.png") bottom left;
- background-repeat : repeat-x;
-}
-
-table.headlinesList tr, table.headlinesList td {
- border-collapse : collapse;
- margin : 0px;
-}
-
-table.headlinesList tr.feedTitle td {
- background : url("images/toolbar.png") bottom left;
- background-repeat : repeat-x;
- border-color : #29353D;
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- padding : 5px 3px 5px 5px;
-
-}
-
-td.hlContent, td.hlContentL, td.hlContentH {
- cursor : pointer;
-}
-
-td.hlContentH a, td.hlContentH span {
- color : #00cc00;
-}
-
-td.hlContentL a, td.hlContentL span {
- color : #909090;
- text-decoration : line-through;
-}
-
-span.titleWrapH, span.titleWrapH a {
- color : #00cc00;
-}
-
-span.titleWrapL, span.titleWrapL a {
- color : #909090;
- text-decoration : line-through;
-}
-
-img.hlScorePic {
- vertical-align : middle;
- width : 16px;
- height : 16px;
-}
-
-div#hotkey_help_overlay {
- color : #8BB6C6;
- font-size : 15px;
-}
-
-div#hotkey_help_overlay h1 {
- text-align : center;
-}
-
-div#hotkey_help_overlay ul {
- list-style-type : none;
- margin : 0px;
-}
-
-div#hotkey_help_overlay li {
- margin : 0px;
-}
-
-div#hotkey_help_overlay p {
- text-align : center;
-}
-
-div#hotkey_help_overlay td.n {
- text-align : right;
- font-weight : bold;
- width : 6em;
- color : #00FF00;
- padding-right : 5px;
-}
-
-div#hotkey_help_overlay td {
- vertical-align : top;
-}
-
-div#hotkey_help_overlay h1 {
- margin : 0px;
-}
-
-div#hotkey_help_overlay h2 {
- font-size : 16px;
- border-width : 0px;
- margin : 0.3em 0px 0.3em 0px;
- text-align : center;
- color : #FF5500;
-}
-
-div#l_progress_o {
- border : 1px solid #29353D;
- background-color : #171D22;
-}
-
-div#l_progress_i {
- background-color : #29353D;
-}
-
-#content-insert {
- background-color : #171D22;
- overflow : auto;
- position : absolute;
- left : 0px;
- right : 0px;
- bottom : 0px;
- top : 6px;
-}
-
-div.dlgSec {
- font-size : 14px;
- color : gray;
- font-weight : bold;
- clear : both;
- height : 20px;
-}
-
-div.dlgSecCont {
- position : relative;
- left : 150px;
- top : -20px;
- float : left;
- font-size : 12px;
- font-weight : medium;
- line-height : 200%;
-}
-
-div.dlgButtons {
- text-align : right;
- clear : both;
-}
-
-textarea.labelSQL {
- font-family : monospace;
-}
-
-div#label_test_result {
- clear : both;
-}
diff --git a/themes/greentiny/theme.ini b/themes/greentiny/theme.ini
deleted file mode 100644
index 239bdf24a..000000000
--- a/themes/greentiny/theme.ini
+++ /dev/null
@@ -1,5 +0,0 @@
-[theme]
-name=Greentiny
-author=Lejla
-version=1.0
-options=no_highlights,hide_footer,collapse_feedlist
diff --git a/themes/neon/images/archive.png b/themes/neon/images/archive.png
deleted file mode 100755
index fab68beac..000000000
Binary files a/themes/neon/images/archive.png and /dev/null differ
diff --git a/themes/neon/images/art-pub-note.png b/themes/neon/images/art-pub-note.png
deleted file mode 100755
index 6721d51c7..000000000
Binary files a/themes/neon/images/art-pub-note.png and /dev/null differ
diff --git a/themes/neon/images/art-zoom.png b/themes/neon/images/art-zoom.png
deleted file mode 100755
index 1c96110aa..000000000
Binary files a/themes/neon/images/art-zoom.png and /dev/null differ
diff --git a/themes/neon/images/button.png b/themes/neon/images/button.png
deleted file mode 100755
index 0684c89d6..000000000
Binary files a/themes/neon/images/button.png and /dev/null differ
diff --git a/themes/neon/images/button_pressed.png b/themes/neon/images/button_pressed.png
deleted file mode 100644
index 2e7d72f81..000000000
Binary files a/themes/neon/images/button_pressed.png and /dev/null differ
diff --git a/themes/neon/images/fresh.png b/themes/neon/images/fresh.png
deleted file mode 100755
index b3f1355be..000000000
Binary files a/themes/neon/images/fresh.png and /dev/null differ
diff --git a/themes/neon/images/fresh_sign.png b/themes/neon/images/fresh_sign.png
deleted file mode 100755
index 00c2d3d2c..000000000
Binary files a/themes/neon/images/fresh_sign.png and /dev/null differ
diff --git a/themes/neon/images/indicator_white.gif b/themes/neon/images/indicator_white.gif
deleted file mode 100755
index 93daf4c12..000000000
Binary files a/themes/neon/images/indicator_white.gif and /dev/null differ
diff --git a/themes/neon/images/label.png b/themes/neon/images/label.png
deleted file mode 100755
index 3b3a21cd8..000000000
Binary files a/themes/neon/images/label.png and /dev/null differ
diff --git a/themes/neon/images/mark_set.png b/themes/neon/images/mark_set.png
deleted file mode 100644
index 6b223a7d5..000000000
Binary files a/themes/neon/images/mark_set.png and /dev/null differ
diff --git a/themes/neon/images/mark_unset.png b/themes/neon/images/mark_unset.png
deleted file mode 100644
index d92dbcba2..000000000
Binary files a/themes/neon/images/mark_unset.png and /dev/null differ
diff --git a/themes/neon/images/pub_set.png b/themes/neon/images/pub_set.png
deleted file mode 100644
index 5f062fd5d..000000000
Binary files a/themes/neon/images/pub_set.png and /dev/null differ
diff --git a/themes/neon/images/pub_unset.png b/themes/neon/images/pub_unset.png
deleted file mode 100644
index 8bb775082..000000000
Binary files a/themes/neon/images/pub_unset.png and /dev/null differ
diff --git a/themes/neon/images/resize_handle_horiz.png b/themes/neon/images/resize_handle_horiz.png
deleted file mode 100644
index 6dc146562..000000000
Binary files a/themes/neon/images/resize_handle_horiz.png and /dev/null differ
diff --git a/themes/neon/images/shadow_dark.png b/themes/neon/images/shadow_dark.png
deleted file mode 100644
index 3a26b2a5c..000000000
Binary files a/themes/neon/images/shadow_dark.png and /dev/null differ
diff --git a/themes/neon/images/sign_excl.png b/themes/neon/images/sign_excl.png
deleted file mode 100755
index 01fd21e4a..000000000
Binary files a/themes/neon/images/sign_excl.png and /dev/null differ
diff --git a/themes/neon/images/sign_info.png b/themes/neon/images/sign_info.png
deleted file mode 100755
index 06bfc7d7e..000000000
Binary files a/themes/neon/images/sign_info.png and /dev/null differ
diff --git a/themes/neon/images/sign_quest.png b/themes/neon/images/sign_quest.png
deleted file mode 100755
index 25868ab67..000000000
Binary files a/themes/neon/images/sign_quest.png and /dev/null differ
diff --git a/themes/neon/images/sign_quest.svg b/themes/neon/images/sign_quest.svg
deleted file mode 100755
index 038f46e47..000000000
--- a/themes/neon/images/sign_quest.svg
+++ /dev/null
@@ -1,187 +0,0 @@
-
-
-
-
diff --git a/themes/neon/images/small_question.png b/themes/neon/images/small_question.png
deleted file mode 100755
index f02f740d8..000000000
Binary files a/themes/neon/images/small_question.png and /dev/null differ
diff --git a/themes/neon/images/tag.png b/themes/neon/images/tag.png
deleted file mode 100755
index d7e477afa..000000000
Binary files a/themes/neon/images/tag.png and /dev/null differ
diff --git a/themes/neon/images/ttrss_logo.png b/themes/neon/images/ttrss_logo.png
deleted file mode 100644
index 5277670e7..000000000
Binary files a/themes/neon/images/ttrss_logo.png and /dev/null differ
diff --git a/themes/neon/images/ttrss_logo.svg b/themes/neon/images/ttrss_logo.svg
deleted file mode 100644
index da72b97ce..000000000
--- a/themes/neon/images/ttrss_logo.svg
+++ /dev/null
@@ -1,155 +0,0 @@
-
-
-
-
diff --git a/themes/neon/theme.css b/themes/neon/theme.css
deleted file mode 100644
index 615631c9c..000000000
--- a/themes/neon/theme.css
+++ /dev/null
@@ -1,584 +0,0 @@
-body {
- background : #202020;
-}
-
-a {
- color : gray;
-}
-
-a:hover {
- color : #b077ec;
-}
-
-h3 {
- border-color : #202020;
- color : #f0f0f0;
-}
-
-#overlay {
- background : #202020;
- color : gray;
-}
-
-div#l_progress_o {
- background-color : #3c2c4c;
-}
-
-div#l_progress_i {
- background-color : #b077ec;
-}
-
-#header {
-
-}
-
-#footer, #prefFooter {
- background : #202020;
- color : gray;
- border-color : #404040;
-}
-
-#footer a:hover {
- color : #b077ec;
-}
-
-#feeds-holder {
- background : #404040;
- border-style : solid;
- border-color : #202020;
-}
-
-#toolbar {
- background : #202020;
-}
-
-option {
- color : #b077ec;
-}
-
-button[disabled], input[disabled], select[disabled], textarea[disabled] {
- background : #404040;
- color : gray;
-}
-
-input, select, button {
- background : #3c2c4c;
- border : 1px solid black;
- color : #b077ec;
- padding : 2px 4px 2px 4px;
- font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
- font-size : 12px;
-}
-
-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 : #3c2c4c;
- border : 1px solid black;
- color : #b077ec;
-}
-
-select {
- padding : 2px 0px 2px 4px;
-}
-
-div.headlines_normal {
- border-color : #404040;
- background : #202020;
-}
-
-div.headlines_cdm {
- border-color : #404040;
- background : #202020;
-}
-
-div#headlinesInnerContainer {
- background : #202020;
-}
-
-div.headlinesSubToolbar {
- background : #404040;
- color : #f0f0f0;
-}
-
-#resize-grabber {
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #3c2c4c;
- background : #3c2c4c;
-}
-
-#content-frame {
- border-color : #404040;
-}
-
-#content-insert {
- background : #303030;
-}
-
-.even.Unread.Selected, .even.Selected.Unread, .even.Unread.Selected td,
- .even.Selected.Unread td {
- background-color : #3c2c4c;
- font-weight : bold;
- border-color : #404040;
-}
-
-.odd.Unread.Selected, .odd.Selected.Unread, .odd.Unread.Selected td,
- .odd.Selected.Unread td {
- background-color : #3c2c4c;
- font-weight : bold;
- border-color : #404040;
-
-}
-
-.even.Selected, .even.Selected td {
- background-color : #3c2c4c;
- border-color : #404040;
-}
-
-.odd.Selected, .odd.Selected td {
- background-color : #3c2c4c;
- border-color : #404040;
-}
-
-.evenGrayed, .evenGrayed td {
- background-color : #303030;
- color : gray;
- border-color : #404040;
-}
-
-.oddGrayed, .oddGrayed td {
- border-color : #404040;
-}
-
-.oddGrayed {
- color : gray;
- background-color : #404040;
-}
-
-.even, .even td {
- border-color : #404040;
- background-color : #404040;
-}
-
-.odd, .odd td {
- background-color : #303030;
- border-color : #202020;
-}
-
-.even.Unread, .even.Unread td {
- background-color : #404040;
- font-weight : bold;
- border-color : #404040;
-}
-
-.odd.Unread, .odd.Unread td {
- font-weight : bold;
- border-color : #404040;
- background-color : #303030;
-}
-
-ul.feedList li.feedCat.Selected {
- color : #b077ec;
-}
-
-ul.feedList li.feedCat.Selected span.catTitle {
- color : #b077ec;
-}
-
-ul.feedList li.feedCat {
- color : #b077ec;
-}
-
-ul.feedList li.feedCat span.catTitle:hover {
- color : #b077ec;
-}
-
-ul.feedList li.feedCat span.catTitle {
- color : #b077ec;
-}
-
-ul.feedCatList li {
- color : gray;
-}
-
-#prefContentOuter {
- background : #404040;
- border-color : #404040;
-}
-
-#prefContent {
- background : #404040;
- color : gray;
-
-}
-
-div.prefsTab {
- border-color : #404040;
- color : gray;
-}
-
-div.prefsTab.Selected {
- border-color : #404040;
- background : #404040;
- color : gray;
-}
-
-div.topLinks a {
- color : #b077ec;
-}
-
-div.topLinks a:hover {
- color : gray;
-}
-
-ul.feedList span.feedlink:hover {
- color : #b077ec;
-}
-
-li.feed.Selected span.feedlink,
-li.label.Selected span.feedlink,
-li.virt.Selected span.feedlink,
-li.tag.Selected span.feedlink {
- color : #b077ec;
-}
-
-li.feed.Unread.Selected span.feedlink,
-li.label.Unread.Selected span.feedlink,
-li.virt.Unread.Selected span.feedlink,
-li.tag.Unread.Selected span.feedlink {
- color : #b077ec;
-}
-
-span.contentPreview:hover, td.hlContent a:hover {
- color : #b077ec;
-}
-
-.catCtr.Unread, .feedCtr.Unread {
- color : #8752c2;
-}
-
-span#headlineActionsDrop {
- border : 1px solid black;
- color : #b077ec;
- background : #3c2c4c;
-}
-
-ul#headlineActionsBody {
- background-color : #3c2c4c;
- border-color : black;
-}
-
-ul#headlineActionsBody li {
- color : #b077ec;
-}
-
-ul#headlineActionsBody li:hover {
- color : white;
- background : #b077ec;
-}
-
-ul#headlineActionsBody li.insensitive {
- color : white;
-}
-
-ul#headlineActionsBody li.insensitive:hover {
- background : #3c2c4c;
- color : white;
-}
-
-optgroup {
- color : white;
-}
-
-#infoBoxTitle {
- border-color : #404004;
- background : #404040;
- color : gray;
- text-shadow : #202020 0px 1px 0px;
-}
-
-
-#infoBox {
- border-color : #202020;
- background : #202020;
- color : gray;
-}
-
-div.infoBoxContents a {
- color : gray;
-}
-
-div.infoBoxContents a:hover {
- color : #b077ec;
-}
-
-div.notice {
- background : #202020;
- border : 1px solid #404040;
- color : gray;
-}
-
-div.error, div.warning {
- background : #3c2c4c;
- border : 1px solid #404040;
- color : #b077ec:;
-}
-
-.notify, .notifyInfo, .notifyProgress, .notifyError {
- border-color : #b077ec;
- background-color : #3c2c4c;
- color : #b077ec;
-}
-
-div.tagCloudContainer {
- border : 1px solid #404040;
- background : #303030;
-}
-
-div.tagCloudContainer a:hover {
- color : #b077ec;
-}
-
-#dispSwitch a:hover {
- color : #b077ec;
-}
-
-div.postReply {
- color : gray;
-}
-
-div.postReply a {
- color : gray;
-}
-
-div.postReply a:hover {
- color : #b077ec;
-}
-
-div.postReply div.postHeader {
- background : #3c2c4c;
- border-color : #202020;
- margin : 0px;
-}
-
-div.postReply > div.postHeader {
- padding : 5px;
-}
-
-#dialog_overlay {
- background-image : url("images/shadow_dark.png");
-}
-
-div#cmdline {
- background-color : #3c2c4c;
- border : 1px solid #b077ec;
- padding : 3px 5px 3px 5px;
- z-index : 5;
- color : #b077ec;
-}
-
-table.prefFilterList tr.even:hover td,
-table.prefFilterList tr.odd:hover td,
-table.prefFilterList tr.even.Selected:hover td,
-table.prefFilterList tr.odd.Selected:hover td
-table.prefLabelList tr.even:hover td,
-table.prefLabelList tr.odd:hover td,
-table.prefLabelList tr.even.Selected:hover td,
-table.prefLabelList tr.odd.Selected:hover td,
-table.prefUserList tr.even:hover td,
-table.prefUserList tr.odd:hover td,
-table.prefUserList tr.even.Selected:hover td,
-table.prefUserList tr.odd.Selected:hover td,
-table.prefFeedList tr.even:hover td,
-table.prefFeedList tr.odd:hover td,
-table.prefFeedList tr.even.Selected:hover td,
-table.prefFeedList tr.odd.Selected:hover td
-{
- color : #b077ec;
-}
-
-table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
- color : gray;
-}
-
-table.headlinesList tr.feedTitle td {
- background : #efefef;
-}
-
-tr.title td {
- color : gray;
- font-weight : bold;
- border-color : #202020;
-}
-
-tr.title td a {
- color : gray;
-}
-
-tr.title td a:hover {
- color : #b077ec;
-}
-
-table.prefFeedList td.feedEditCat {
- border-color : #202020;
- color : #f0f0f0;
-}
-
-table.prefFilterList td.filterEditCat {
- border-color : #202020;
- color : #f0f0f0;
-}
-
-ul.browseFeedList, ul.userFeedList {
- border : 1px solid #404040;
- background : #303030;
-}
-
-div.prefFeedCatHolder {
- border : 1px solid #404040;
- background-color : #303030;
-}
-
-#debug_output {
- background-color : #202020;
- border : 1px solid #b077ec;
- color : gray;
-}
-
-span.debugTS {
- color : #b077ec;
-}
-
-div.cdmArticle {
- border-color : #202020;
- background : #404040;
- color : gray;
-}
-
-div.cdmArticle.Unread {
- border-color : #202020;
- background : #404040;
- color : gray;
-}
-
-div.cdmArticle.Unread div.cdmHeader {
- background : transparent;
- background-repeat : repeat-x;
- color : gray;
-}
-
-div.cdmArticle.Unread div.cdmHeader span.titleWrap a {
- color : white;
-}
-
-div.cdmArticle.Unread.Selected div.cdmHeader span.titleWrap a {
- color : white;
-}
-
-div.cdmArticle.Selected, div.cdmArticle.Unread.Selected {
- border-color : #404040;
- background : #3c2c4c;
- color : gray;
-}
-
-div.cdmArticle.Selected div.cdmFooter, div.cdmArticle.Unread.Selected div.cdmFooter {
- background : gray;
-}
-
-div.cdmArticle.Unread div.cdmHeader a.title,
-div.cdmArticle.Unread.Selected div.cdmHeader a.title {
- color : gray;
-}
-
-div.cdmHeader a.title {
- color : gray;
-}
-
-div.cdmHeader a:hover {
- color : #3c2c4c;
-}
-
-div.cdmFooter {
- background : #303030;
- color : gray;
-}
-
-div.cdmContent a {
- color : #b077ec;
-}
-
-div.cdmContent a:hover {
- color : #3c2c4c;
-}
-
-::-moz-selection {
- background : #3c2c4c;
- color : white;
-}
-
-::selection {
- background : #3c2c4c;
- color : white;
-}
-
-code::-moz-selection {
- background: #3c2c4c;
-}
-
-code::selection {
- background: #3c2c4c;
-}
-
-div.whiteBox {
- color : gray;
- background : #202020;
-}
-
-table.prefPrefsList tr:hover td.prefValue {
- color : #b077ec;
-}
-
-table.prefPrefsList tr:hover td.prefValue input {
- color : #b077ec;
-}
-
-span.groupPrompt {
- color : #b077ec;
-}
-
-div.labelColorIndicator {
- border-color : #202020;
-}
-
-div.colorPicker div.colorPickerEntry:hover {
- border : 1px solid #b077ec;
-}
-
-div.colorPicker div.ccPrompt:hover {
- color : #b077ec;
-}
-
-div.colorPicker div.colorPickerEntry {
- border : 1px solid #202020;
-}
-
-div.colorPicker {
- border : 1px solid #202020;
- background : #404040;
- color : gray;
-}
-
-ul.feedErrorsList {
- border : 1px solid #404040;
- background-color : #303030;
-}
-
diff --git a/themes/neon/theme.ini b/themes/neon/theme.ini
deleted file mode 100644
index 36cb86a47..000000000
--- a/themes/neon/theme.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[theme]
-name=Neon
-version=1.0
-options=hide_footer,collapse_feedlist
diff --git a/themes/neutral/images/button.png b/themes/neutral/images/button.png
deleted file mode 100644
index 525ab1ef7..000000000
Binary files a/themes/neutral/images/button.png and /dev/null differ
diff --git a/themes/neutral/images/button_pressed.png b/themes/neutral/images/button_pressed.png
deleted file mode 100644
index 212c77879..000000000
Binary files a/themes/neutral/images/button_pressed.png and /dev/null differ
diff --git a/themes/neutral/images/fresh_sign.png b/themes/neutral/images/fresh_sign.png
deleted file mode 100755
index 936ced198..000000000
Binary files a/themes/neutral/images/fresh_sign.png and /dev/null differ
diff --git a/themes/neutral/images/prefs_tab.png b/themes/neutral/images/prefs_tab.png
deleted file mode 100644
index f6c538729..000000000
Binary files a/themes/neutral/images/prefs_tab.png and /dev/null differ
diff --git a/themes/neutral/images/resize_handle_horiz.png b/themes/neutral/images/resize_handle_horiz.png
deleted file mode 100644
index a2e347e3d..000000000
Binary files a/themes/neutral/images/resize_handle_horiz.png and /dev/null differ
diff --git a/themes/neutral/images/score_half_high.png b/themes/neutral/images/score_half_high.png
deleted file mode 100644
index c0626a36b..000000000
Binary files a/themes/neutral/images/score_half_high.png and /dev/null differ
diff --git a/themes/neutral/images/score_high.png b/themes/neutral/images/score_high.png
deleted file mode 100644
index 3b3d472fa..000000000
Binary files a/themes/neutral/images/score_high.png and /dev/null differ
diff --git a/themes/neutral/images/subtoolbar.png b/themes/neutral/images/subtoolbar.png
deleted file mode 100644
index a3c02e07a..000000000
Binary files a/themes/neutral/images/subtoolbar.png and /dev/null differ
diff --git a/themes/neutral/images/ttrss_logo.png b/themes/neutral/images/ttrss_logo.png
deleted file mode 100644
index 0a5ced3d9..000000000
Binary files a/themes/neutral/images/ttrss_logo.png and /dev/null differ
diff --git a/themes/neutral/images/ttrss_logo.svg b/themes/neutral/images/ttrss_logo.svg
deleted file mode 100644
index 84f8a6e84..000000000
--- a/themes/neutral/images/ttrss_logo.svg
+++ /dev/null
@@ -1,170 +0,0 @@
-
-
-
-
diff --git a/themes/neutral/theme.css b/themes/neutral/theme.css
deleted file mode 100644
index df018519b..000000000
--- a/themes/neutral/theme.css
+++ /dev/null
@@ -1,171 +0,0 @@
-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#headlinesContainer {
- 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.prefsTab.Selected {
- 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 : #f0f0f0;
- color : gray;
-}
-
-input, select, button {
- background : #f0f0f0;
- border : 1px solid #c0c0c0;
- color : #404040;
- padding : 2px 4px 2px 4px;
- font-size : 12px;
- font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
-}
-
-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;
-}
-
-div.tagCloudContainer {
- border : 1px solid #88b0f0;
-}
-
-div.infoBoxContents a {
- color : #5d82c0;
-}
-
-
-#infoBoxTitle {
- border-color : #88b0f0;
- background : #88b0f0;
- text-shadow : #5d82c0 0px 1px 0px;
-}
-
-
-#infoBox {
- border-color : #88b0f0;
- background : #ecf4ff;
-}
-
-ul.browseFeedList, ul.userFeedList {
- border : 1px solid #88b0f0;
-}
-
-div.prefFeedCatHolder {
- border : 1px solid #88b0f0;
-}
-
diff --git a/themes/neutral/theme.ini b/themes/neutral/theme.ini
deleted file mode 100644
index 0ed840050..000000000
--- a/themes/neutral/theme.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[theme]
-name=Neutral
-version=1.0
-options=hide_footer,collapse_feedlist