]> git.wh0rd.org - tt-rss.git/blob - tt-rss.css
initial prefpane work
[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 : 5px;
107 font-size : small;
108 text-align : right;
109 }
110
111 table.main td.header {
112 font-size : 18pt;
113 background-color : #f0f0f0;
114 background-image : url("header.png");
115 background-position : top left;
116 background-repeat : repeat-x;
117 height : 50px;
118 padding-left : 80px;
119 padding-top : 30px;
120 font-weight : bold;
121 }
122
123 table.main td.feeds {
124 width : 250px;
125 border-width : 1px 1px 0px 0px;
126 border-color : #c0c0c0;
127 border-style : solid;
128 padding : 10px;
129 }
130
131 table.main td.headlines {
132 height : 25%;
133 padding : 10px;
134 border-width : 1px 0px 0px 0px;
135 border-color : #c0c0c0;
136 border-style : solid;
137 overflow : scroll;
138 }
139
140 table.main td.content {
141 padding : 10px;
142 border-width : 1px 0px 0px 0px;
143 border-color : #c0c0c0;
144 border-style : solid;
145 overflow : scroll;
146 }
147
148 td.content a {
149 color : #5050aa;
150 text-decoration : none;
151 }
152
153 td.content a:hover {
154 text-decoration : underline;
155 }
156
157 table.main td.notify {
158 height : 40px;
159 border-width : 1px 0px 0px 0px;
160 border-color : #c0c0c0;
161 border-style : solid;
162 font-size : x-small;
163 text-align : center;
164 color : gray;
165 background-color : #f0f0f0;
166 background-image : url("header_rev.png");
167 background-position : top left;
168 background-repeat : repeat-x;
169
170 }
171
172 .even {
173 background-color : #f0f0f0;
174 }
175
176 .evenUnread {
177 background-color : #f0f0f0;
178 font-weight : bold;
179 }
180
181 .oddUnread {
182 font-weight : bold;
183 }
184
185 li {
186 list-style-type : none;
187
188 }
189
190 ul {
191 margin : 0px;
192 padding : 0px;
193 border : 1px solid #f0f0f0;
194 }
195
196 .invisible {
197 display : none;
198 }
199
200 table.prefAddFeed td {
201 padding : 2px;
202 }
203
204 table.prefAddFeed input {
205 width : 250px;
206 }
207
208 table.prefAddFeed {
209 background : #f0f0f0;
210 border : 1px solid #c0c0c0;
211 padding : 10px;
212 -moz-border-radius : 5px;
213 }
214
215 table.prefFeedList tr.title td {
216 font-weight : bold;
217 border-width : 0px 0px 1px 0px;
218 border-color : #f0f0f0;
219 border-style : solid;
220 }
221
222 .evenSelected {
223 background-color : #c0c0c0;
224 }
225
226 .oddSelected {
227 background-color : #c0c0c0;
228 }
229