summaryrefslogtreecommitdiff
path: root/opml.css
blob: e6d7612b69d31c8c6d1e2a6e777abe485bc7af29 (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
body {
	margin : 0px;
	padding : 0px;
	background : white;
	color : black;
}

h1 {
	font-size : 16pt;
	font-weight : bold;
	border-width : 0px 0px 1px 0px;
	border-color : #88b0f0;
	border-style : solid;
	margin-top : 2em;
}

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;
}

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

a:hover {
	color : #5050aa;
}

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

.insensitive {
	color : gray;
}