summaryrefslogtreecommitdiff
path: root/css/prefs.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/prefs.css')
-rw-r--r--css/prefs.css129
1 files changed, 0 insertions, 129 deletions
diff --git a/css/prefs.css b/css/prefs.css
deleted file mode 100644
index 0a184ff9b..000000000
--- a/css/prefs.css
+++ /dev/null
@@ -1,129 +0,0 @@
-body#ttrssPrefs {
- background-color : #f5f5f5;
-}
-
-body#ttrssPrefs #footer, body#ttrssPrefs #header {
- background-color : #f5f5f5;
- padding-left : 8px;
- padding-right : 8px;
-}
-
-
-#header a:hover {
- color : black;
-}
-
-#header img {
- vertical-align : middle;
- cursor : pointer;
-}
-
-
-div#pref-tabs .dijitContentPane {
- font-size : 13px;
-}
-
-div#pref-tabs {
- box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
- margin : 0px 5px 0px 5px;
-}
-
-div#pref-tabs .dijitContentPane h3 {
- font-size : 14px;
-}
-
-#pref-filter-wrap, #pref-filter-header, #pref-filter-content,
-#pref-label-wrap, #pref-label-header, #pref-label-content,
-#pref-user-wrap, #pref-user-header, #pref-user-content,
-#pref-instance-wrap, #pref-instance-header, #pref-instance-content {
- margin : 0px;
- padding : 0px;
- border-width : 0px;
-}
-
-#userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds, #instanceConfigTab {
- padding : 0px;
-}
-
-/* preferences */
-
-table.prefPrefsList h3 {
- margin-top : 0.5em;
- margin-bottom : 0px;
-}
-
-tr.title td {
- border-width : 0px 0px 1px 0px;
- border-color : #ecf4ff;
- border-style : solid;
- color : #0088cc;
-}
-
-div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
- height : 300px;
- overflow : auto;
- border-width : 0px 1px 1px 1px;
- border-color : #ddd;
- border-style : solid;
- margin : 0px 0px 5px 0px;
- background-color : white;
-}
-div.filterTestHolder, div.prefFeedOPMLHolder {
- border-width : 1px;
-}
-
-ul.userFeedList {
- height : 200px;
- overflow : auto;
- list-style-type : none;
- border : 1px solid #ddd;
- margin : 0px 0px 5px 0px;
- padding : 5px;
-}
-
-div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
- text-align : center;
- padding : 5px;
- color : #555;
-}
-
-div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
- margin-right : 5px;
-}
-
-#errorButton {
- color : red;
-}
-
-table.prefPluginsList td label, table.prefUserList td {
- cursor : pointer;
-}
-
-table.prefPluginsList label {
- white-space : nowrap;
-}
-
-table.prefPluginsList label img {
- vertical-align : middle;
-}
-
-table.prefErrorLog tr.errrow td {
- font-size : 10px;
-}
-
-table.prefErrorLog tr.errrow td.errno {
- font-style : italic;
- font-weight : bold;
- white-space : nowrap;
-}
-
-table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp {
- color : #555;
-}
-
-body#ttrssPrefs hr {
- border-color : #ecf4ff;
- max-width : 100%;
-}
-
-