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