]> git.wh0rd.org - tt-rss.git/blame - digest.css
update translations; release 1.4.3
[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
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;
11a7a966
AD
119 padding : 2px;
120}
121
122#feeds ul#feeds-content li.selected {
123 background : #f0f0f0;
124}
125
126#feeds ul#feeds-content li.selected a {
127 color : #404040;
128}
129
130#feeds ul#feeds-content li.selected a:hover {
131 color : #659a4c;
c01f40f4
AD
132}
133
134#feeds ul#feeds-content {
135 list-style-type : none;
136 font-weight : bold;
137 color : #659a4c;
138 margin : 0px;
139 padding : 0px;
140}
141
b41c2549
AD
142#feeds ul#feeds-content li a {
143 color : #659a4c;
144}
145
146#feeds ul#feeds-content li a:hover {
147 color : gray;
148}
149
c01f40f4
AD
150#headlines {
151 padding : 5px;
152 font-size : 14px;
118e9399
AD
153 max-width : 65%;
154}
155
156#headlines ul#headlines-content img.digest-check {
118e9399 157 cursor : pointer;
6361fd20 158}
118e9399 159
6361fd20
AD
160#headlines ul#headlines-content div.digest-check {
161 float : right;
c01f40f4
AD
162}
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;
169}
170
171#headlines ul#headlines-content {
172 list-style-type : none;
173 color : gray;
174 margin : 0px;
175 padding : 0px;
176}
177
178#headlines ul#headlines-content li {
179 margin : 0px 0px 10px 0px;
180 color : #909090;
1ca8997b 181 clear : left;
c01f40f4
AD
182}
183
118e9399
AD
184#headlines ul#headlines-content li:hover {
185 background : #fafafa;
186}
187
c01f40f4
AD
188#headlines ul#headlines-content a.title {
189 font-weight : bold;
190 font-size : 16px;
191}
192
193#headlines ul#headlines-content div.excerpt {
c01f40f4 194 color : #404040;
118e9399
AD
195 cursor : pointer;
196}
197
198#headlines ul#headlines-content div.content {
199 color : #404040;
c01f40f4
AD
200}
201
11a7a966
AD
202#headlines ul#headlines-content div.content img {
203 max-width : 75%;
204}
205
1ca8997b
AD
206#headlines ul#headlines-content div.body {
207 margin-left : 21px;
118e9399 208 /*margin-left : 42px;*/
1ca8997b
AD
209}
210
c01f40f4 211#headlines ul#headlines-content div.info {
1ca8997b
AD
212 margin-top : 2px;
213 font-size : 11px;
c01f40f4
AD
214}
215
216#headlines ul#headlines-content div.info a {
217 color : gray;
c524d7e6 218 font-weight : bold;
c01f40f4
AD
219}
220
c524d7e6
AD
221#headlines ul#headlines-content div.info a:hover {
222 color : #659a4c;
223}