]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
basic functionality pass 8
[tt-rss.git] / tt-rss.css
CommitLineData
1cd17194
AD
1body {
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
6}
7
007bda35
AD
8h1 {
9 font-size : 16pt;
10}
11
12h2 {
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
20hr {
21 border-width : 0px 0px 1px 0px;
22 border-style : dashed;
23 border-color : #e0e0e0;
24}
25
1cd17194
AD
26a {
27 color : black;
28 text-decoration : none;
29}
30
31a:hover {
3dbea71b 32 color : #5050aa;
2c1dd701
AD
33}
34
35a.button {
36 border : 1px solid #d0d0d0;
ac53063a
AD
37 background-image : url("button.png");
38 background-position : top;
39 background-repeat : repeat-x;
40 background-color : white;
41 color : black;
d76a3b03 42 padding : 2px 10px 2px 10px;
ac53063a 43 font-size : small;
2c1dd701 44}
1cd17194 45
2c1dd701 46a.button:hover {
ac53063a 47 background : white;
2c1dd701
AD
48 text-decoration : none;
49}
50
d76a3b03
AD
51table.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
60td.headlineToolbar {
61 padding-top : 10px;
62}
63
82baad4a
AD
64table.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
ac53063a
AD
73table.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
d76a3b03
AD
81table.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;
ac53063a 88 padding-bottom : 3px;
d76a3b03
AD
89}
90
91table.headlines td.headlineUpdated {
92 width : 200px;
93
94}
95
ac53063a
AD
96input {
97 border : 1px solid #a0a0a0;
98}
99
d76a3b03 100table.main td.toolbar {
2c1dd701 101 height : 40px;
857d6a80
AD
102 background-color : #f0f0f0;
103 /* background-image : url("shadow_top.png");
104 background-position : bottom left;
105 background-repeat : repeat-x; */
71ad3959
AD
106 padding-right : 10px;
107 padding-left : 10px;
ac53063a 108 font-size : small;
71ad3959
AD
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;
1cd17194
AD
120}
121
d76a3b03 122table.main td.header {
71ad3959 123 font-size : 21pt;
a1a8a2be
AD
124 background-color : #f0f0f0;
125 background-image : url("header.png");
126 background-position : top left;
127 background-repeat : repeat-x;
2c1dd701 128 height : 50px;
1cd17194 129 padding-left : 80px;
2c1dd701 130 padding-top : 30px;
1cd17194 131 font-weight : bold;
71ad3959 132 color : black;
1cd17194
AD
133}
134
d76a3b03
AD
135table.main td.feeds {
136 width : 250px;
1cd17194
AD
137 border-width : 1px 1px 0px 0px;
138 border-color : #c0c0c0;
139 border-style : solid;
140 padding : 10px;
141}
142
d76a3b03 143table.main td.headlines {
1cd17194
AD
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
d76a3b03 152table.main td.content {
1cd17194
AD
153 padding : 10px;
154 border-width : 1px 0px 0px 0px;
155 border-color : #c0c0c0;
156 border-style : solid;
157 overflow : scroll;
158}
159
3dbea71b
AD
160td.content a {
161 color : #5050aa;
162 text-decoration : none;
163}
164
71ad3959 165/*
3dbea71b
AD
166td.content a:hover {
167 text-decoration : underline;
71ad3959 168} */
3dbea71b 169
d76a3b03 170table.main td.notify {
1cd17194
AD
171 height : 40px;
172 border-width : 1px 0px 0px 0px;
173 border-color : #c0c0c0;
174 border-style : solid;
67824557 175 font-size : x-small;
1cd17194
AD
176 text-align : center;
177 color : gray;
67824557
AD
178 background-color : #f0f0f0;
179 background-image : url("header_rev.png");
180 background-position : top left;
181 background-repeat : repeat-x;
182
1cd17194
AD
183}
184
185.even {
186 background-color : #f0f0f0;
187}
188
d76a3b03
AD
189.evenUnread {
190 background-color : #f0f0f0;
191 font-weight : bold;
1cd17194
AD
192}
193
d76a3b03
AD
194.oddUnread {
195 font-weight : bold;
196}
1cd17194
AD
197
198li {
199 list-style-type : none;
200
201}
202
203ul {
204 margin : 0px;
205 padding : 0px;
206 border : 1px solid #f0f0f0;
207}
a1a8a2be
AD
208
209.invisible {
210 display : none;
211}
007bda35
AD
212
213table.prefAddFeed td {
214 padding : 2px;
215}
216
217table.prefAddFeed input {
218 width : 250px;
219}
220
221table.prefAddFeed {
222 background : #f0f0f0;
223 border : 1px solid #c0c0c0;
224 padding : 10px;
225 -moz-border-radius : 5px;
226}
227
228table.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