]> git.wh0rd.org - tt-rss.git/blob - tt-rss.css
more notify() integration
[tt-rss.git] / tt-rss.css
1 body {
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
6 }
7
8 h1 {
9 font-size : 16pt;
10 }
11
12 h2 {
13 font-size : 14pt;
14 font-color : bold;
15 border-width : 0px 0px 1px 0px;
16 border-style : solid;
17 border-color : #e0e0e0;
18 }
19
20 hr {
21 border-width : 0px 0px 1px 0px;
22 border-style : dashed;
23 border-color : #e0e0e0;
24 }
25
26 a {
27 color : black;
28 text-decoration : none;
29 }
30
31 a:hover {
32 color : #5050aa;
33 }
34
35 table.feedOverview {
36 margin : 5px;
37 border : 1px solid #c0c0c0;
38 background : #f0f0f0;
39 -moz-border-radius : 5px;
40 padding : 5px;
41 font-size : small;
42 }
43
44 td.headlineToolbar {
45 padding-top : 10px;
46 }
47
48 table.feeds td.footer {
49 font-weight : bold;
50 border-width : 1px 0px 0px 0px;
51 border-color : #d0d0d0;
52 border-style : solid;
53 text-align : right;
54 font-size : small;
55 }
56
57 table.headlines td.search {
58 font-size : small;
59 /* border-width : 0px 0px 1px 0px;
60 border-color : #d0d0d0;
61 border-style : solid;
62 padding-bottom : 3px; */
63 }
64
65 table.headlines td.title {
66 font-weight : bold;
67 font-size : large;
68 border-width : 0px 0px 1px 0px;
69 border-color : #d0d0d0;
70 border-style : solid;
71 text-align : right;
72 padding-bottom : 3px;
73 }
74
75 table.headlines td.headlineUpdated {
76 width : 200px;
77
78 }
79
80 input {
81 border : 1px solid #a0a0a0;
82 }
83
84 table.main td.toolbar {
85 height : 40px;
86 background-color : #f0f0f0;
87 /* background-image : url("shadow_top.png");
88 background-position : bottom left;
89 background-repeat : repeat-x; */
90 padding-right : 10px;
91 padding-left : 10px;
92 font-size : small;
93 }
94
95 #notify {
96 font-weight : bold;
97 border : 1px solid #c0c0c0;
98 font-size : small;
99 display : none;
100 background : white;
101 -moz-border-radius : 5px;
102 padding : 3px 10px 3px 10px;
103 width : 300px;
104 }
105
106 table.main td.header {
107 font-size : 21pt;
108 background-color : #f0f0f0;
109 background-image : url("header.png");
110 background-position : top left;
111 background-repeat : repeat-x;
112 height : 50px;
113 padding-left : 80px;
114 padding-top : 30px;
115 font-weight : bold;
116 color : black;
117 }
118
119 table.main td.feeds {
120 width : 250px;
121 border-width : 1px 1px 0px 0px;
122 border-color : #c0c0c0;
123 border-style : solid;
124 padding : 10px;
125 }
126
127 table.main td.headlines {
128 height : 25%;
129 padding : 10px;
130 border-width : 1px 0px 0px 0px;
131 border-color : #c0c0c0;
132 border-style : solid;
133 overflow : scroll;
134 }
135
136 table.main td.prefContent {
137 padding : 10px;
138 border-width : 1px 0px 0px 0px;
139 border-color : #c0c0c0;
140 border-style : solid;
141 }
142
143 table.main td.content {
144 padding : 10px;
145 border-width : 1px 0px 0px 0px;
146 border-color : #c0c0c0;
147 border-style : solid;
148 }
149
150 td.content a {
151 color : #5050aa;
152 text-decoration : none;
153 }
154
155 /*
156 td.content a:hover {
157 text-decoration : underline;
158 } */
159
160 table.main td.notify {
161 height : 40px;
162 border-width : 1px 0px 0px 0px;
163 border-color : #c0c0c0;
164 border-style : solid;
165 font-size : x-small;
166 text-align : center;
167 color : gray;
168 background-color : #f0f0f0;
169 background-image : url("header_rev.png");
170 background-position : top left;
171 background-repeat : repeat-x;
172
173 }
174
175 .even {
176 background-color : #f0f0f0;
177 }
178
179 .evenUnread {
180 background-color : #f0f0f0;
181 font-weight : bold;
182 }
183
184 .oddUnread {
185 font-weight : bold;
186 }
187
188 li {
189 list-style-type : none;
190
191 }
192
193 ul {
194 margin : 0px;
195 padding : 0px;
196 border : 1px solid #f0f0f0;
197 }
198
199 .invisible {
200 display : none;
201 }
202
203 table.prefAddFeed td {
204 padding : 2px;
205 }
206
207 table.prefAddFeed input {
208 width : 250px;
209 }
210
211 table.prefAddFeed {
212 background : #f0f0f0;
213 border : 1px solid #c0c0c0;
214 padding : 10px;
215 -moz-border-radius : 5px;
216 }
217
218 table.prefFeedList tr.title td {
219 font-weight : bold;
220 border-width : 0px 0px 1px 0px;
221 border-color : #f0f0f0;
222 border-style : solid;
223 }
224
225 .evenSelected {
226 background-color : #c0c0c0;
227 }
228
229 .oddSelected {
230 background-color : #c0c0c0;
231 }
232
233 a.button {
234 border : 1px solid #d0d0d0;
235 background-image : url("button.png");
236 background-position : top;
237 background-repeat : repeat-x;
238 background-color : white;
239 color : black;
240 padding : 2px 10px 2px 10px;
241 font-size : small;
242 }
243
244 a.button:hover {
245 background : white;
246 text-decoration : none;
247 color : black;
248 }
249
250 a.buttonWarn {
251 border : 1px solid #d0d0d0;
252 background-image : url("button.png");
253 background-position : top;
254 background-repeat : repeat-x;
255 background-color : white;
256 color : black;
257 padding : 2px 10px 2px 10px;
258 font-size : small;
259 }
260
261 a.buttonWarn:hover {
262 background : #fff0f0;
263 text-decoration : none;
264 color : black;
265 }
266
267 td.headlineUpdateMark {
268 width : 25px;
269 text-align : center;
270 }