]> git.wh0rd.org - tt-rss.git/blame - opml.css
get_user_theme_path()
[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
04f6df27
AD
22div.opmlBody {
23 margin : 30px;
c2c0c35d
AD
24}
25
04f6df27
AD
26div.error {
27 background : #fff0f0;
28 border : 1px solid #c0c0c0;
29 padding : 5px;
30 font-size : x-small;
c2c0c35d
AD
31}
32
33a {
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