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