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