summaryrefslogtreecommitdiff
path: root/opml.css
blob: a061a73af621ab25611f64a725b6277091ab08a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
body {
	margin : 0px;
	padding : 0px;
	background : white;
	color : black;
}

h1 {
	font-size : 21pt;
	font-weight : bold;
	padding : 10px 0px 10px 30px;
	color : black;
	border-width : 0px 0px 1px 0px;
	border-color : #c0c0c0;
	border-style : solid;
	background-color : white;
	background-image : url("images/vgrad_light.png");
	background-position : bottom left;
	background-repeat : repeat-x;
}

h2 {
	font-size : 14pt;
	font-weight : bold;
	border-width : 0px 0px 1px 0px;
	border-style : solid;
	border-color : #e0e0e0;
}

div.opmlBody {
	margin : 30px;	
}

div.error {
	background : #fff0f0;
	border : 1px solid #c0c0c0;
	padding : 5px;
	font-size : x-small;
}

a {
	text-decoration : none;
}

.button {
	font-family : tahoma, sans-serif;
	border : 1px solid #d0d0d0;
	background-image : url("images/button.png");
	background-position : top;
	background-repeat : repeat-x;
	background-color : white;
	color : black;	
	padding : 2px 10px 2px 10px;
	font-size : small;
}

.button:hover {
	background : white;
	text-decoration : none;
	color : black;
}

a {
	color : black;
	text-decoration : none;
}

a:hover {
	color : #5050aa;
}

ul {
	list-style-type : none;
	margin : 0px;
	padding : 10px;	
}