]> git.wh0rd.org - tt-rss.git/blob - tt-rss.css
initial mockup
[tt-rss.git] / tt-rss.css
1 body {
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
6 }
7
8 a {
9 color : black;
10 text-decoration : none;
11 }
12
13 a:hover {
14 text-decoration : underline;
15
16 }
17
18 td.header {
19 font-size : 18pt;
20 background : #f0f0f0;
21 height : 100px;
22 padding-left : 80px;
23 font-weight : bold;
24 }
25
26 td.feeds {
27 width : 180px;
28 border-width : 1px 1px 0px 0px;
29 border-color : #c0c0c0;
30 border-style : solid;
31 padding : 10px;
32 }
33
34 td.headlines {
35 height : 25%;
36 padding : 10px;
37 border-width : 1px 0px 0px 0px;
38 border-color : #c0c0c0;
39 border-style : solid;
40 overflow : scroll;
41 }
42
43 td.content {
44 padding : 10px;
45 border-width : 1px 0px 0px 0px;
46 border-color : #c0c0c0;
47 border-style : solid;
48 overflow : scroll;
49 }
50
51 td.notify {
52 height : 40px;
53 border-width : 1px 0px 0px 0px;
54 border-color : #c0c0c0;
55 border-style : solid;
56 font-size : small;
57 text-align : center;
58 color : gray;
59 }
60
61 .even {
62 background-color : #f0f0f0;
63 }
64
65 .odd {
66
67
68 }
69
70
71 li {
72 list-style-type : none;
73
74 }
75
76 ul {
77 margin : 0px;
78 padding : 0px;
79 border : 1px solid #f0f0f0;
80 }