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