]> git.wh0rd.org Git - tt-rss.git/blob - opml.css
rewrite README, update UPGRADING
[tt-rss.git] / opml.css
1 body {
2         margin : 0px;
3         padding : 0px;
4         background : white;
5         color : black;
6 }
7
8 h1 {
9         font-size : 21pt;
10         font-weight : bold;
11         padding : 10px 0px 10px 30px;
12         color : black;
13         border-width : 0px 0px 1px 0px;
14         border-color : #c0c0c0;
15         border-style : solid;
16         background-color : white;
17         background-image : url("images/vgrad_light.png");
18         background-position : bottom left;
19         background-repeat : repeat-x;
20 }
21
22 h2 {
23         font-size : 14pt;
24         font-weight : bold;
25         border-width : 0px 0px 1px 0px;
26         border-style : solid;
27         border-color : #e0e0e0;
28 }
29
30 div.opmlBody {
31         margin : 30px;  
32 }
33
34 div.error {
35         background : #fff0f0;
36         border : 1px solid #c0c0c0;
37         padding : 5px;
38         font-size : x-small;
39 }
40
41 a {
42         text-decoration : none;
43 }
44
45 .button {
46         font-family : tahoma, sans-serif;
47         border : 1px solid #d0d0d0;
48         background-image : url("images/button.png");
49         background-position : top;
50         background-repeat : repeat-x;
51         background-color : white;
52         color : black;  
53         padding : 2px 10px 2px 10px;
54         font-size : small;
55 }
56
57 .button:hover {
58         background : white;
59         text-decoration : none;
60         color : black;
61 }
62
63 a {
64         color : black;
65         text-decoration : none;
66 }
67
68 a:hover {
69         color : #5050aa;
70 }
71
72 ul {
73         list-style-type : none;
74         margin : 0px;
75         padding : 10px; 
76 }
77
78