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