]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
basic functionality pass 1
[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;
d76a3b03 21 padding : 2px 10px 2px 10px;
2c1dd701 22}
1cd17194 23
2c1dd701
AD
24a.button:hover {
25 background : #f0f0f0;
26 text-decoration : none;
27}
28
d76a3b03
AD
29table.feedOverview {
30 margin : 5px;
31 border : 1px solid #c0c0c0;
32 background : #f0f0f0;
33 -moz-border-radius : 5px;
34 padding : 5px;
35 font-size : small;
36}
37
38td.headlineToolbar {
39 padding-top : 10px;
40}
41
42table.headlines td.title {
43 font-weight : bold;
44 font-size : large;
45 border-width : 0px 0px 1px 0px;
46 border-color : #d0d0d0;
47 border-style : solid;
48 text-align : right;
49}
50
51table.headlines td.headlineUpdated {
52 width : 200px;
53
54}
55
56table.main td.toolbar {
2c1dd701
AD
57 height : 40px;
58 text-align : right;
59 background : #f0f0f0;
60 padding-right : 5px;
1cd17194
AD
61}
62
d76a3b03 63table.main td.header {
1cd17194
AD
64 font-size : 18pt;
65 background : #f0f0f0;
2c1dd701 66 height : 50px;
1cd17194 67 padding-left : 80px;
2c1dd701 68 padding-top : 30px;
1cd17194
AD
69 font-weight : bold;
70}
71
d76a3b03
AD
72table.main td.feeds {
73 width : 250px;
1cd17194
AD
74 border-width : 1px 1px 0px 0px;
75 border-color : #c0c0c0;
76 border-style : solid;
77 padding : 10px;
78}
79
d76a3b03 80table.main td.headlines {
1cd17194
AD
81 height : 25%;
82 padding : 10px;
83 border-width : 1px 0px 0px 0px;
84 border-color : #c0c0c0;
85 border-style : solid;
86 overflow : scroll;
87}
88
d76a3b03 89table.main td.content {
1cd17194
AD
90 padding : 10px;
91 border-width : 1px 0px 0px 0px;
92 border-color : #c0c0c0;
93 border-style : solid;
94 overflow : scroll;
95}
96
d76a3b03 97table.main td.notify {
1cd17194
AD
98 height : 40px;
99 border-width : 1px 0px 0px 0px;
100 border-color : #c0c0c0;
101 border-style : solid;
102 font-size : small;
103 text-align : center;
104 color : gray;
105}
106
107.even {
108 background-color : #f0f0f0;
109}
110
d76a3b03
AD
111.evenUnread {
112 background-color : #f0f0f0;
113 font-weight : bold;
1cd17194
AD
114}
115
d76a3b03
AD
116.oddUnread {
117 font-weight : bold;
118}
1cd17194
AD
119
120li {
121 list-style-type : none;
122
123}
124
125ul {
126 margin : 0px;
127 padding : 0px;
128 border : 1px solid #f0f0f0;
129}