]> git.wh0rd.org - tt-rss.git/blame - opml.css
rewrite README, update UPGRADING
[tt-rss.git] / opml.css
CommitLineData
c2c0c35d
AD
1body {
2 margin : 0px;
3 padding : 0px;
4 background : white;
5 color : black;
6}
7
8h1 {
9 font-size : 21pt;
c2c0c35d 10 font-weight : bold;
04f6df27 11 padding : 10px 0px 10px 30px;
c2c0c35d
AD
12 color : black;
13 border-width : 0px 0px 1px 0px;
14 border-color : #c0c0c0;
15 border-style : solid;
04f6df27
AD
16 background-color : white;
17 background-image : url("images/vgrad_light.png");
18 background-position : bottom left;
19 background-repeat : repeat-x;
20}
c2c0c35d 21
648cbec8
AD
22h2 {
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
04f6df27
AD
30div.opmlBody {
31 margin : 30px;
c2c0c35d
AD
32}
33
04f6df27
AD
34div.error {
35 background : #fff0f0;
36 border : 1px solid #c0c0c0;
37 padding : 5px;
38 font-size : x-small;
c2c0c35d
AD
39}
40
41a {
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
4e9f5c24
AD
63a {
64 color : black;
65 text-decoration : none;
66}
67
68a:hover {
69 color : #5050aa;
70}
71
72ul {
73 list-style-type : none;
74 margin : 0px;
75 padding : 10px;
76}
77
78