]> git.wh0rd.org Git - tt-rss.git/blob - prefs.css
add a placeholder where floicon might be added if needed, still keep it
[tt-rss.git] / 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 }
60 div.filterTestHolder, div.prefFeedOPMLHolder {
61         border-width : 1px;
62 }
63
64 ul.selfUpdateList {
65         height : 200px;
66         overflow : auto;
67         list-style-type : none;
68         border : 1px solid #c0c0c0;
69         background-color : #ecf4ff;
70         margin : 0px 0px 5px 0px;
71         padding : 5px;
72 }
73
74 div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
75         text-align : center;
76         padding : 5px;
77         color : #555;
78 }
79
80 div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
81         margin-right : 5px;
82 }
83
84 #errorButton {
85         color : red;
86 }
87
88 a.bookmarklet {
89         color : #4684ff;
90         border : 1px solid #ecf4ff;
91         padding : 2px;
92 }
93
94 table.prefPluginsList td label, table.prefUserList td {
95         cursor : pointer;
96 }
97
98 ul.userFeedList {
99         height : 300px;
100         overflow : auto;
101         list-style-type : none;
102         border : 1px solid #555;
103         background-color : white;
104         margin : 0px 0px 5px 0px;
105         padding : 0px;
106 }
107
108 table.prefErrorLog tr.errrow td {
109         font-size : 10px;
110 }
111
112 table.prefErrorLog tr.errrow td.errno {
113         font-style : italic;
114         font-weight : bold;
115         white-space : nowrap;
116 }
117
118 table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp {
119         color : #555;
120 }
121
122 .dijitAccordionContainer-child {
123         box-shadow : inset 0px 0px 3px rgba(0,0,0,0.2);
124 }
125