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