]> git.wh0rd.org Git - tt-rss.git/blob - opml.css
get_user_theme_path()
[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 div.opmlBody {
23         margin : 30px;  
24 }
25
26 div.error {
27         background : #fff0f0;
28         border : 1px solid #c0c0c0;
29         padding : 5px;
30         font-size : x-small;
31 }
32
33 a {
34         text-decoration : none;
35 }
36
37 .button {
38         font-family : tahoma, sans-serif;
39         border : 1px solid #d0d0d0;
40         background-image : url("images/button.png");
41         background-position : top;
42         background-repeat : repeat-x;
43         background-color : white;
44         color : black;  
45         padding : 2px 10px 2px 10px;
46         font-size : small;
47 }
48
49 .button:hover {
50         background : white;
51         text-decoration : none;
52         color : black;
53 }
54