]> git.wh0rd.org - tt-rss.git/blame - mobile/mobile.css
bump CONFIG_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;
12c6fa18 15 border-color : #88b0ff;
ab1486d5
AD
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
2f468537
AD
26#heading {
27 padding : 2px;
42096f52
AD
28 border-width : 0px 0px 1px 0px;
29 border-style : solid;
12c6fa18 30 border-color : #88b0ff;
42096f52 31 font-weight : bold;
8e3f7217
AD
32}
33
2f468537 34#content {
581e6bb5 35 background : white;
0d3adafe
AD
36}
37
2f468537 38#footer {
8e3f7217
AD
39 border-width : 1px 0px 0px 0px;
40 border-style : solid;
12c6fa18 41 border-color : #88b0ff;
8e3f7217
AD
42 text-align : center;
43 font-size : x-small;
8e3f7217 44 color : gray;
2f468537 45 padding : 2px;
8e3f7217 46}
8e3f7217 47
0d3adafe
AD
48form {
49 padding : 0px;
50 margin : 0px;
51}
52
ab1486d5
AD
53li.feedCatHolder {
54 display : inline;
55}
56
0d3adafe
AD
57ul.feedList {
58 list-style-type : none;
ab1486d5
AD
59 margin : 0px;
60 padding : 0px;
0d3adafe
AD
61}
62
63ul.feedList li.feedCat {
64 margin : 0px;
ab1486d5 65 padding : 0px;
0d3adafe
AD
66 color : #707070;
67 font-size : x-small;
68}
69
70ul.feedList li.feedCat a {
71 color : #707070;
72}
73
74ul.feedList li.feedCat a:hover {
12c6fa18 75 color : #4684ff;
0d3adafe
AD
76}
77
78ul.feedCatList {
79 list-style-type : none;
ab1486d5 80 margin : 0px 0px 0px 1em;
0d3adafe
AD
81 padding : 0px;
82}
83
84ul.feedCatList li {
85 margin : 0px;
ab1486d5 86 padding : 0px;
0d3adafe
AD
87 color : black;
88}
89
90ul.feedList li {
91 margin : 0px;
92}
93
8e3f7217
AD
94hr {
95 border-width : 0px 0px 1px 0px;
96 border-style : dashed;
97 border-color : #e0e0e0;
98}
99
581e6bb5 100ul.headlines a, ul.feedList a {
8e3f7217 101 color : black;
581e6bb5
AD
102}
103
104a {
12c6fa18 105 color : #4684ff;
8e3f7217
AD
106 text-decoration : none;
107}
108
109a:hover {
581e6bb5 110 color : black;
8e3f7217
AD
111}
112
113ul.feedList img, img.tinyFeedIcon {
114 margin : 0px 3px 0px 0px;
115 width : 16px;
116 height : 16px;
117 border-width : 0px;
118}
119
2f468537
AD
120ul.feedlist li.feedUnread,
121ul.feedlist li.errorUnread,
122ul.feedlist li.labelUnread,
123ul.feedlist li.virtUnread,
124ul.feedlist li.tagUnread {
125 font-weight : bold;
126}
127
128.even {
12c6fa18 129 background-color : #88b0ff;
2f468537
AD
130}
131
132.evenUnread {
12c6fa18
AD
133 border-width : 1px 0px 1px 0px;
134 border-color : #88b0ff;
135 border-style : solid;
2f468537
AD
136 font-weight : bold;
137}
138
139.oddUnread {
140 font-weight : bold;
141}
142
143.invisible {
144 display : none;
145}
146
ab1486d5
AD
147ul.headlines {
148 list-style-type : none;
149 margin : 0px;
150 padding : 0px;
151}
152
153ul.headlines span.hlUpdated {
42096f52 154 color : gray;
42096f52
AD
155}
156
24ac6776 157ul.headlines img.feedIcon {
42096f52
AD
158 width : 25px;
159 text-align : center;
160}
161
24ac6776
AD
162ul.headlines img.marked {
163 border-width : 0px;
164}
eead4d26
AD
165div.postTags {
166 color : gray;
167}
2f468537 168
eead4d26
AD
169#headingAddon {
170 font-weight : normal;
171}
24ac6776
AD
172
173