]> git.wh0rd.org - tt-rss.git/blob - css/prefs.css
1cc8b7b0366ab4d7743866bd52ed29b798f143b7
[tt-rss.git] / css / prefs.css
1 #header a:hover {
2 color : black;
3 }
4
5 #header img {
6 vertical-align : middle;
7 cursor : pointer;
8 }
9
10
11 div#pref-tabs .dijitContentPane {
12 font-size : 13px;
13 }
14
15 div#pref-tabs {
16 margin : 0px 5px 0px 5px;
17 }
18
19 div#pref-tabs .dijitContentPane h3 {
20 font-size : 14px;
21 font-weight : bold;
22 }
23
24 #pref-filter-wrap, #pref-filter-header, #pref-filter-content,
25 #pref-label-wrap, #pref-label-header, #pref-label-content,
26 #pref-user-wrap, #pref-user-header, #pref-user-content,
27 #pref-instance-wrap, #pref-instance-header, #pref-instance-content {
28 margin : 0px;
29 padding : 0px;
30 border-width : 0px;
31 }
32
33 #userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds, #instanceConfigTab {
34 padding : 0px;
35 }
36
37 /* preferences */
38
39 table.prefPrefsList h3 {
40 margin-top : 0.5em;
41 margin-bottom : 0px;
42 }
43
44 tr.title td {
45 border-width : 0px 0px 1px 0px;
46 border-color : #ecf4ff;
47 border-style : solid;
48 color : #4684ff;
49 }
50
51 div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
52 height : 300px;
53 overflow : auto;
54 border-width : 0px 1px 1px 1px;
55 border-color : #c0c0c0;
56 border-style : solid;
57 margin : 0px 0px 5px 0px;
58 background-color : #ecf4ff;
59 box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
60 }
61 div.filterTestHolder, div.prefFeedOPMLHolder {
62 border-width : 1px;
63 }
64
65 ul.selfUpdateList, ul.userFeedList {
66 height : 200px;
67 overflow : auto;
68 list-style-type : none;
69 border : 1px solid #c0c0c0;
70 background-color : #ecf4ff;
71 margin : 0px 0px 5px 0px;
72 padding : 5px;
73 box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
74 border-radius : 4px;
75 }
76
77 div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
78 text-align : center;
79 padding : 5px;
80 color : #555;
81 }
82
83 div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
84 margin-right : 5px;
85 }
86
87 #errorButton {
88 color : red;
89 }
90
91 a.bookmarklet {
92 color : #4684ff;
93 border : 1px solid #ecf4ff;
94 padding : 2px;
95 }
96
97 table.prefPluginsList td label, table.prefUserList td {
98 cursor : pointer;
99 }
100
101 table.prefErrorLog tr.errrow td {
102 font-size : 10px;
103 }
104
105 table.prefErrorLog tr.errrow td.errno {
106 font-style : italic;
107 font-weight : bold;
108 white-space : nowrap;
109 }
110
111 table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp {
112 color : #555;
113 }
114
115 .dijitAccordionContainer-child {
116 box-shadow : inset 0px 0px 3px rgba(0,0,0,0.2);
117 }
118