summaryrefslogtreecommitdiff
path: root/css/prefs.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-19 21:22:01 +0400
committerAndrew Dolgov <[email protected]>2013-05-19 21:22:01 +0400
commit5bbc4bb4b04519036946db961ddea551fdf2eb6c (patch)
tree78bc9a94551c8899ac2c1479811fedd568e8dd00 /css/prefs.css
parenta5eca8875078f7fea55e009a47694a2111354ae6 (diff)
move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
Diffstat (limited to 'css/prefs.css')
-rw-r--r--css/prefs.css125
1 files changed, 125 insertions, 0 deletions
diff --git a/css/prefs.css b/css/prefs.css
new file mode 100644
index 000000000..872032666
--- /dev/null
+++ b/css/prefs.css
@@ -0,0 +1,125 @@
+#header a:hover {
+ color : black;
+}
+
+#header img {
+ vertical-align : middle;
+ cursor : pointer;
+}
+
+
+div#pref-tabs .dijitContentPane {
+ font-size : 13px;
+}
+
+div#pref-tabs {
+ margin : 0px 5px 0px 5px;
+}
+
+div#pref-tabs .dijitContentPane h3 {
+ font-size : 14px;
+ font-weight : bold;
+}
+
+#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 : #4684ff;
+}
+
+div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
+ height : 300px;
+ overflow : auto;
+ border-width : 0px 1px 1px 1px;
+ border-color : #c0c0c0;
+ border-style : solid;
+ margin : 0px 0px 5px 0px;
+ background-color : #ecf4ff;
+}
+div.filterTestHolder, div.prefFeedOPMLHolder {
+ border-width : 1px;
+}
+
+ul.selfUpdateList {
+ height : 200px;
+ overflow : auto;
+ list-style-type : none;
+ border : 1px solid #c0c0c0;
+ background-color : #ecf4ff;
+ 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;
+}
+
+a.bookmarklet {
+ color : #4684ff;
+ border : 1px solid #ecf4ff;
+ padding : 2px;
+}
+
+table.prefPluginsList td label, table.prefUserList td {
+ cursor : pointer;
+}
+
+ul.userFeedList {
+ height : 300px;
+ overflow : auto;
+ list-style-type : none;
+ border : 1px solid #555;
+ background-color : white;
+ margin : 0px 0px 5px 0px;
+ padding : 0px;
+}
+
+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;
+}
+
+.dijitAccordionContainer-child {
+ box-shadow : inset 0px 0px 3px rgba(0,0,0,0.2);
+}
+