]> git.wh0rd.org Git - tt-rss.git/blob - tt-rss.css
disable some buttons in headline navbar
[tt-rss.git] / tt-rss.css
1 body {
2         background : white;
3         color : black;
4         margin : 0px;
5         padding : 0px;
6         font-family : sans-serif;
7 }
8
9 h1 {
10         font-size : 16pt;       
11 }
12
13 h2 {
14         font-size : 14pt;
15         font-color : bold;
16         border-width : 0px 0px 1px 0px;
17         border-style : solid;
18         border-color : #e0e0e0;
19 }
20
21 hr {
22         border-width : 0px 0px 1px 0px;
23         border-style : dashed;
24         border-color : #e0e0e0;
25 }
26
27 a {
28         color : black;
29         text-decoration : none;
30 }
31
32 a:hover {
33         color : #5050aa;
34 }
35
36 table.feedOverview {
37         margin : 5px;
38         border : 1px solid #c0c0c0;
39         background : #f0f0f0;
40         -moz-border-radius : 5px;
41         padding : 5px;
42         font-size : small;
43 }
44
45 td.headlineToolbar {
46         padding-top : 10px;
47 }
48
49 table.feeds td.footer {
50         font-weight : bold;
51         border-width : 1px 0px 0px 0px;
52         border-color : #d0d0d0;
53         border-style : solid;
54         text-align : right;
55         font-size : small;
56 }
57
58 table.headlines td.search {
59         font-size : small;
60 /*      border-width : 0px 0px 1px 0px;
61         border-color : #d0d0d0;
62         border-style : solid;
63         padding-bottom : 3px; */
64 }
65
66 table.headlines td.title {
67         font-weight : bold;
68         font-size : large;
69         border-width : 0px 0px 1px 0px;
70         border-color : #d0d0d0;
71         border-style : solid;
72         text-align : right;
73         padding-bottom : 3px;
74 }
75
76 table.headlines td.headlineUpdated {
77         width : 200px;
78
79 }
80
81 input {
82         border : 1px solid #a0a0a0;
83 }
84
85 table.main td.toolbar {
86         height : 40px;
87         background-color : #f0f0f0;
88         /* background-image : url("shadow_top.png");
89         background-position : bottom left;
90         background-repeat : repeat-x; */
91         padding-right : 10px;
92         padding-left : 10px;
93         font-size : small;
94 }
95
96 #notify {
97         font-weight : bold;
98         border : 1px solid #c0c0c0;
99         font-size : small;
100         display : none;
101         background : white;
102         -moz-border-radius : 5px;
103         padding : 3px 10px 3px 10px;
104         width : 300px;
105 }
106
107 table.main td.header {
108         font-size : 21pt;
109         background-color : #f0f0f0;
110         background-image : url("header.png");
111         background-position : top left;
112         background-repeat : repeat-x;
113         height : 50px;
114         padding-left : 80px;
115         padding-top : 30px;
116         font-weight : bold;
117         color : black;
118 }
119
120 table.main td.feeds {
121         width : 250px;
122         border-width : 1px 1px 0px 0px;
123         border-color : #c0c0c0;
124         border-style : solid;
125         padding : 10px;
126 }
127
128 table.main td.headlines {
129         height : 25%;
130         padding : 10px;
131         border-width : 1px 0px 0px 0px;
132         border-color : #c0c0c0;
133         border-style : solid;
134         overflow : scroll;
135 }
136
137 table.main td.prefContent {
138         padding : 10px;
139         border-width : 1px 0px 0px 0px;
140         border-color : #c0c0c0;
141         border-style : solid;
142 }
143
144 table.main td.content {
145         padding : 10px;
146         border-width : 1px 0px 0px 0px;
147         border-color : #c0c0c0;
148         border-style : solid;
149 }
150
151 td.content a {
152         color : #5050aa;
153         text-decoration : none;
154 }
155
156 /*
157 td.content a:hover {
158         text-decoration : underline;
159 } */
160
161 table.main td.notify {
162         height : 40px;
163         border-width : 1px 0px 0px 0px;
164         border-color : #c0c0c0;
165         border-style : solid;
166         font-size : x-small;
167         text-align : center;
168         color : gray;
169         background-color : #f0f0f0;
170         background-image : url("header_rev.png");
171         background-position : top left;
172         background-repeat : repeat-x;
173
174 }
175
176 .even {
177         background-color : #f0f0f0;
178 }
179
180 .evenUnread {
181         background-color : #f0f0f0;
182         font-weight : bold;
183 }
184
185 .oddUnread {
186         font-weight : bold;
187 }
188
189 li {
190         list-style-type : none;
191
192 }
193
194 ul {
195         margin : 0px;
196         padding : 0px;
197         border : 1px solid #f0f0f0;
198 }
199
200 .invisible {
201         display : none;
202 }
203
204 table.prefAddFeed td {
205         padding : 2px;
206 }
207
208 table.prefAddFeed input {
209         width : 250px;
210 }
211
212 table.prefAddFeed {
213         background : #f0f0f0;
214         border : 1px solid #c0c0c0;
215         padding : 10px;
216         -moz-border-radius : 5px;
217 }
218
219 table.prefFeedList tr.title td {
220         font-weight : bold;
221         border-width : 0px 0px 1px 0px;
222         border-color : #f0f0f0;
223         border-style : solid;
224 }
225
226 .evenSelected {
227         background-color : #c0c0c0;
228 }
229
230 .oddSelected {
231         background-color : #c0c0c0;
232 }
233
234 a.disabledButton {
235         border : 1px solid #d0d0d0;
236         background-color : white;
237         color : #909090;        
238         padding : 2px 10px 2px 10px;
239         font-size : small;
240 }
241
242 a.disabledButton:hover {
243         background : white;
244         text-decoration : none;
245         color : #909090;
246 }
247
248 a.button {
249         border : 1px solid #d0d0d0;
250         background-image : url("button.png");
251         background-position : top;
252         background-repeat : repeat-x;
253         background-color : white;
254         color : black;  
255         padding : 2px 10px 2px 10px;
256         font-size : small;
257 }
258
259 a.button:hover {
260         background : white;
261         text-decoration : none;
262         color : black;
263 }
264
265 a.buttonWarn {
266         border : 1px solid #d0d0d0;
267         background-image : url("button.png");
268         background-position : top;
269         background-repeat : repeat-x;
270         background-color : white;
271         color : black;  
272         padding : 2px 10px 2px 10px;
273         font-size : small;
274 }
275
276 a.buttonWarn:hover {
277         background : #fff0f0;
278         text-decoration : none;
279         color : black;
280 }
281
282 td.headlineUpdateMark {
283         width : 25px;
284         text-align : center;
285 }