]> git.wh0rd.org - tt-rss.git/blame - digest.css
remove unused headlines-info.unread
[tt-rss.git] / digest.css
CommitLineData
ba7e88e5 1body#ttrssDigest {
c01f40f4 2 background : #f0f0f0;
c5325e09 3 color : black;
0e2d03a7 4 font-family : sans-serif;
c01f40f4
AD
5 font-size : 12px;
6}
7
8a {
9 color : #0069D8;
10 text-decoration : none;
11}
12
13a:hover {
14 color : gray;
15}
16
17#header a, #footer a {
18 color : gray;
19}
20
78ac6caf
AD
21#header a:hover, #footer a:hover {
22 color : #0069D8;
23}
24
c01f40f4
AD
25#header {
26 font-weight : bold;
27 font-size : 14px;
0e2d03a7 28 font-family : "Segoe UI", Tahoma, sans-serif;
c01f40f4
AD
29 margin-left : 1em;
30 margin-right : 1em;
c5325e09 31 color : gray;
c01f40f4
AD
32}
33
34#header div.links {
35 float : right;
36}
37
38#search {
39 float : right;
40 clear : left;
41
42}
43
44#content {
45 border : 1px solid #e0e0e0;
46 background : white;
47 padding : 0.8em;
48 margin : 0.5em;
49}
50
51#footer {
52 font-size : 12px;
53 text-align : center;
c5325e09 54 color : gray;
c01f40f4
AD
55}
56
c01f40f4
AD
57#content h1 {
58 margin : 0px 0px 20px 0px;
0e2d03a7 59 font-family : "Segoe UI", Tahoma, sans-serif;
c01f40f4
AD
60 font-size : 18px;
61 letter-spacing : 1px;
62 color : #684C99;
63}
64
65#title {
66}
67
68#latest {
69 padding : 5px;
70}
71
72#feeds {
73 float : right;
74 width : 30%;
75 min-width : 300px;
76 padding : 5px;
77 font-size : 14px;
78}
79
80#feeds h1 {
81 text-align : right;
82}
83
84#feeds ul#feeds-content img {
85 width : 16px;
86 height : 16px;
87 vertical-align : middle;
88 margin-right : 5px;
89}
90
c1b5cd23
AD
91#feeds ul#feeds-content div.unread-ctr img.dismiss {
92 margin-right : 0px;
93 cursor : pointer;
94}
95
c01f40f4
AD
96#feeds ul#feeds-content div.unread-ctr {
97 color : gray;
98 float : right;
99}
100
101#feeds ul#feeds-content li {
102 margin : 0px 0px 2px 0px;
11a7a966 103 padding : 2px;
d5d56329 104 clear : both;
11a7a966
AD
105}
106
107#feeds ul#feeds-content li.selected {
108 background : #f0f0f0;
109}
110
111#feeds ul#feeds-content li.selected a {
112 color : #404040;
113}
114
115#feeds ul#feeds-content li.selected a:hover {
116 color : #659a4c;
c01f40f4
AD
117}
118
119#feeds ul#feeds-content {
120 list-style-type : none;
121 font-weight : bold;
122 color : #659a4c;
123 margin : 0px;
124 padding : 0px;
125}
126
b41c2549
AD
127#feeds ul#feeds-content li a {
128 color : #659a4c;
129}
130
131#feeds ul#feeds-content li a:hover {
132 color : gray;
133}
134
c01f40f4
AD
135#headlines {
136 padding : 5px;
137 font-size : 14px;
118e9399
AD
138 max-width : 65%;
139}
140
78ac6caf
AD
141#headlines h1 a {
142 color : #684C99;
143}
144
145#headlines h1 a:hover {
146 color : gray;
147}
148
149#headlines h1 #headlines-title {
150 color : gray;
151}
152
9ed133e7
AD
153#headlines ul#headlines-content div.digest-check {
154 float : right;
6361fd20 155}
118e9399 156
9ed133e7
AD
157#headlines ul#headlines-content div.digest-check img {
158 cursor : pointer;
159 margin-right : 0px;
160 margin-left : 3px;
c01f40f4
AD
161}
162
9ed133e7 163
11a7a966 164#headlines ul#headlines-content img.icon {
c01f40f4
AD
165 width : 16px;
166 height : 16px;
167 vertical-align : middle;
168 margin-right : 5px;
85629f6c 169 float : left;
c01f40f4
AD
170}
171
172#headlines ul#headlines-content {
173 list-style-type : none;
174 color : gray;
175 margin : 0px;
176 padding : 0px;
177}
178
179#headlines ul#headlines-content li {
180 margin : 0px 0px 10px 0px;
181 color : #909090;
1ca8997b 182 clear : left;
c01f40f4
AD
183}
184
e638cd02
AD
185#headlines ul#headlines-content li.fresh a.title {
186 font-weight : bold;
187 font-size : 16px;
188 display : block;
189 padding-left : 21px;
190 color : #007FFF;
191}
192
2f57dff5 193#headlines ul#headlines-content li.unread a.title {
c01f40f4
AD
194 font-weight : bold;
195 font-size : 16px;
85629f6c
AD
196 display : block;
197 padding-left : 21px;
c01f40f4
AD
198}
199
2f57dff5
AD
200#headlines ul#headlines-content li.read a.title {
201 font-size : 16px;
202 font-weight : bold;
203 display : block;
204 padding-left : 21px;
205 color : #8DB1D6;
206}
207
208#headlines ul#headlines-content li.read a.title:hover {
209 color : gray;
210}
211
eb4f33ec
AD
212#headlines ul#headlines-content img#H-LOADING-IMG {
213 margin-left : 5px;
214}
215
c01f40f4 216#headlines ul#headlines-content div.excerpt {
c01f40f4 217 color : #404040;
118e9399
AD
218 cursor : pointer;
219}
220
221#headlines ul#headlines-content div.content {
222 color : #404040;
c01f40f4
AD
223}
224
11a7a966
AD
225#headlines ul#headlines-content div.content img {
226 max-width : 75%;
227}
228
1ca8997b
AD
229#headlines ul#headlines-content div.body {
230 margin-left : 21px;
118e9399 231 /*margin-left : 42px;*/
1ca8997b
AD
232}
233
c01f40f4 234#headlines ul#headlines-content div.info {
1ca8997b 235 font-size : 11px;
c01f40f4
AD
236}
237
238#headlines ul#headlines-content div.info a {
239 color : gray;
240}
241
78ac6caf
AD
242#headlines ul#headlines-content span.tags {
243 font-size : 11px;
244 margin-bottom : 2px;
245}
246
247#headlines ul#headlines-content span.tags a {
248 color : #684C99;
249}
250
251#headlines ul#headlines-content div.info a:hover,
252#headlines ul#headlines-content span.tags a:hover {
c524d7e6
AD
253 color : #659a4c;
254}
c7a5c8a5
AD
255
256#overlay {
257 background : white;
258 left : 0;
259 top : 0;
260 height : 100%;
261 width : 100%;
262 z-index : 100;
263 position : absolute;
264 text-align : center;
265}
266
267#overlay_inner {
268 margin : 1em;
269}
270
271#overlay img {
272 vertical-align : middle;
273}
ba7e88e5
AD
274
275div.fatalError button {
276 margin-top : 5px;
277}
278
279div.fatalError textarea {
280 width : 100%;
281 height : 100px;
282}
283
29a5b4aa
AD
284div.insensitive {
285 color : gray;
286}