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