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