]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
basic functionality pass 4
[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;
ac53063a
AD
19 background-image : url("button.png");
20 background-position : top;
21 background-repeat : repeat-x;
22 background-color : white;
23 color : black;
d76a3b03 24 padding : 2px 10px 2px 10px;
ac53063a 25 font-size : small;
2c1dd701 26}
1cd17194 27
2c1dd701 28a.button:hover {
ac53063a 29 background : white;
2c1dd701
AD
30 text-decoration : none;
31}
32
d76a3b03
AD
33table.feedOverview {
34 margin : 5px;
35 border : 1px solid #c0c0c0;
36 background : #f0f0f0;
37 -moz-border-radius : 5px;
38 padding : 5px;
39 font-size : small;
40}
41
42td.headlineToolbar {
43 padding-top : 10px;
44}
45
82baad4a
AD
46table.feeds td.footer {
47 font-weight : bold;
48 border-width : 1px 0px 0px 0px;
49 border-color : #d0d0d0;
50 border-style : solid;
51 text-align : right;
52 font-size : small;
53}
54
ac53063a
AD
55table.headlines td.search {
56 font-size : small;
57/* border-width : 0px 0px 1px 0px;
58 border-color : #d0d0d0;
59 border-style : solid;
60 padding-bottom : 3px; */
61}
62
d76a3b03
AD
63table.headlines td.title {
64 font-weight : bold;
65 font-size : large;
66 border-width : 0px 0px 1px 0px;
67 border-color : #d0d0d0;
68 border-style : solid;
69 text-align : right;
ac53063a 70 padding-bottom : 3px;
d76a3b03
AD
71}
72
73table.headlines td.headlineUpdated {
74 width : 200px;
75
76}
77
ac53063a
AD
78input {
79 border : 1px solid #a0a0a0;
80}
81
d76a3b03 82table.main td.toolbar {
2c1dd701 83 height : 40px;
2c1dd701
AD
84 background : #f0f0f0;
85 padding-right : 5px;
ac53063a
AD
86 font-size : small;
87 text-align : right;
1cd17194
AD
88}
89
d76a3b03 90table.main td.header {
1cd17194 91 font-size : 18pt;
a1a8a2be
AD
92 background-color : #f0f0f0;
93 background-image : url("header.png");
94 background-position : top left;
95 background-repeat : repeat-x;
2c1dd701 96 height : 50px;
1cd17194 97 padding-left : 80px;
2c1dd701 98 padding-top : 30px;
1cd17194
AD
99 font-weight : bold;
100}
101
d76a3b03
AD
102table.main td.feeds {
103 width : 250px;
1cd17194
AD
104 border-width : 1px 1px 0px 0px;
105 border-color : #c0c0c0;
106 border-style : solid;
107 padding : 10px;
108}
109
d76a3b03 110table.main td.headlines {
1cd17194
AD
111 height : 25%;
112 padding : 10px;
113 border-width : 1px 0px 0px 0px;
114 border-color : #c0c0c0;
115 border-style : solid;
116 overflow : scroll;
117}
118
d76a3b03 119table.main td.content {
1cd17194
AD
120 padding : 10px;
121 border-width : 1px 0px 0px 0px;
122 border-color : #c0c0c0;
123 border-style : solid;
124 overflow : scroll;
125}
126
d76a3b03 127table.main td.notify {
1cd17194
AD
128 height : 40px;
129 border-width : 1px 0px 0px 0px;
130 border-color : #c0c0c0;
131 border-style : solid;
132 font-size : small;
133 text-align : center;
134 color : gray;
135}
136
137.even {
138 background-color : #f0f0f0;
139}
140
d76a3b03
AD
141.evenUnread {
142 background-color : #f0f0f0;
143 font-weight : bold;
1cd17194
AD
144}
145
d76a3b03
AD
146.oddUnread {
147 font-weight : bold;
148}
1cd17194
AD
149
150li {
151 list-style-type : none;
152
153}
154
155ul {
156 margin : 0px;
157 padding : 0px;
158 border : 1px solid #f0f0f0;
159}
a1a8a2be
AD
160
161.invisible {
162 display : none;
163}