]> git.wh0rd.org Git - tt-rss.git/blob - mobile/mobile.css
finalize basic mobile version
[tt-rss.git] / mobile / mobile.css
1 body {
2         padding : 0px;
3         margin : 0px;
4 }
5
6 h1 {
7         font-size : 16pt;       
8 }
9
10 h2 {
11         font-size : 14pt;
12         font-weight : bold;
13         border-width : 0px 0px 1px 0px;
14         border-style : solid;
15         border-color : #e0e0e0;
16 }
17
18 h3 {
19         font-size : 12pt;
20         font-weight : bold;
21         border-width : 0px 0px 1px 0px;
22         border-style : solid;
23         border-color : #e0e0e0;
24 }
25
26 td > input, div > input {
27         border : 1px solid #a0a0a0;
28 }
29
30 .button {
31         border : 1px solid #d0d0d0;
32         background-image : url("../images/button.png");
33         background-position : top;
34         background-repeat : repeat-x;
35         background-color : white;
36         color : black;  
37 }
38
39 .button:hover {
40         background : white;
41         text-decoration : none;
42         color : black;
43 }
44
45 #heading {
46         padding : 2px;
47         border-width : 0px 0px 1px 0px;
48         border-style : solid;
49         border-color : #c0c0c0;
50         font-weight : bold;
51         background-color : #e0e0e0;
52 }
53
54 #content {
55         background-color : white;
56         background-position : top left;
57         background-repeat : repeat-x;
58 }
59
60 #footer {
61         border-width : 1px 0px 0px 0px;
62         border-style : solid;
63         border-color : #c0c0c0;
64         text-align : center;
65         font-size : x-small;
66         background-color : white;
67         color : gray;
68         padding : 2px;
69 }
70
71 form {
72         padding : 0px;
73         margin : 0px;
74 }
75
76 li.feedCatHolder {
77         display : inline;
78 }
79
80 ul.feedList {
81         list-style-type : none;
82         margin : 0px;
83         padding : 0px;
84 }
85
86 ul.feedList li.feedCat {
87         margin : 0px;
88         padding : 0px;
89         color : #707070;
90         font-size : x-small;
91 }
92
93 ul.feedList li.feedCat a {
94         color : #707070;
95 }
96
97 ul.feedList li.feedCat a:hover {
98         color : #5050aa;
99 }
100
101 ul.feedCatList {
102         list-style-type : none;
103         margin : 0px 0px 0px 1em;
104         padding : 0px;  
105 }
106
107 ul.feedCatList li {
108         margin : 0px;
109         padding : 0px;
110         color : black;
111 }
112
113 ul.feedList li {
114         margin : 0px;
115 }
116
117 hr {
118         border-width : 0px 0px 1px 0px;
119         border-style : dashed;
120         border-color : #e0e0e0;
121 }
122
123 a {
124         color : black;
125         text-decoration : none;
126 }
127
128 a:hover {
129         color : #5050aa;
130 }
131
132 ul.feedList img, img.tinyFeedIcon {
133         margin : 0px 3px 0px 0px;
134         width : 16px;
135         height : 16px;
136         border-width : 0px;
137 }
138
139 ul.feedlist li.feedUnread, 
140 ul.feedlist li.errorUnread, 
141 ul.feedlist li.labelUnread, 
142 ul.feedlist li.virtUnread,
143 ul.feedlist li.tagUnread {
144         font-weight : bold;
145 }
146
147 .even {
148         background-color : #e0e0e0;
149 }
150
151 .evenUnread {
152         background-color : #e0e0e0;
153         font-weight : bold;
154 }
155
156 .oddUnread {
157         font-weight : bold;
158 }
159
160 .invisible {
161         display : none;
162 }
163
164 ul.headlines {
165         list-style-type : none;
166         margin : 0px;
167         padding : 0px;
168 }
169
170 ul.headlines span.hlUpdated {
171         color : gray;
172 }
173
174 ul.headlines img {
175         width : 25px;
176         text-align : center;
177 }
178
179