]> git.wh0rd.org - tt-rss.git/blob - opml.css
rename All Posts, change default labels in schema
[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 background-color : #f0f0f0;
11 background-image : url("images/header.png");
12 background-position : top left;
13 background-repeat : repeat-x;
14 height : 50px;
15 padding-left : 80px;
16 padding-top : 30px;
17 font-weight : bold;
18 color : black;
19 border-width : 0px 0px 1px 0px;
20 border-color : #c0c0c0;
21 border-style : solid;
22
23 }
24
25 div {
26 margin : 30px;
27 }
28
29 a {
30 text-decoration : none;
31 }
32
33 .button {
34 font-family : tahoma, sans-serif;
35 border : 1px solid #d0d0d0;
36 background-image : url("images/button.png");
37 background-position : top;
38 background-repeat : repeat-x;
39 background-color : white;
40 color : black;
41 padding : 2px 10px 2px 10px;
42 font-size : small;
43 }
44
45 .button:hover {
46 background : white;
47 text-decoration : none;
48 color : black;
49 }
50