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