]> git.wh0rd.org Git - tt-rss.git/blob - digest.css
b500a47e7174df57166a8899e23a7677a4e7850d
[tt-rss.git] / digest.css
1 body {
2         background : #f0f0f0;
3         color : gray;
4         font-family : sans-serif;
5         font-size : 12px;
6 }
7
8 a {
9         color : #0069D8;
10         text-decoration : none;
11 }
12
13 a: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
112 #feeds ul#feeds-content div.unread-ctr {
113         color : gray;
114         float : right;
115 }
116
117 #feeds ul#feeds-content li {
118         margin : 0px 0px 2px 0px;
119         padding : 2px;
120         clear : both;
121 }
122
123 #feeds ul#feeds-content li.selected {
124         background : #f0f0f0;
125 }
126
127 #feeds ul#feeds-content li.selected a {
128         color : #404040;
129 }
130
131 #feeds ul#feeds-content li.selected a:hover {
132         color : #659a4c;
133 }
134
135 #feeds ul#feeds-content {
136         list-style-type : none;
137         font-weight : bold;
138         color : #659a4c;
139         margin : 0px;
140         padding : 0px;
141 }
142
143 #feeds ul#feeds-content li a {
144         color : #659a4c;
145 }
146
147 #feeds ul#feeds-content li a:hover {
148         color : gray;
149 }
150
151 #headlines {
152         padding : 5px;
153         font-size : 14px;
154         max-width : 65%;
155 }
156
157 #headlines ul#headlines-content img.digest-check {
158         cursor : pointer;
159 }
160
161 #headlines ul#headlines-content div.digest-check {
162         float : right;
163 }
164
165 #headlines ul#headlines-content img.icon {
166         width : 16px;
167         height : 16px;
168         vertical-align : middle;
169         margin-right : 5px;
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;
182         clear : left;
183 }
184
185 #headlines ul#headlines-content a.title {
186         font-weight : bold;
187         font-size : 16px;
188 }
189
190 #headlines ul#headlines-content div.excerpt {
191         color : #404040;
192         cursor : pointer;
193 }
194
195 #headlines ul#headlines-content div.content {
196         color : #404040;
197 }
198
199 #headlines ul#headlines-content div.content img {
200         max-width : 75%;
201 }
202
203 #headlines ul#headlines-content div.body {
204         margin-left : 21px;
205         /*margin-left : 42px;*/
206 }
207
208 #headlines ul#headlines-content div.info {
209         margin-top : 2px;
210         font-size : 11px;
211 }
212
213 #headlines ul#headlines-content div.info a {
214         color : gray;
215         font-weight : bold;
216 }
217
218 #headlines ul#headlines-content div.info a:hover {
219         color : #659a4c;
220 }