summaryrefslogtreecommitdiffstats
path: root/www/style.css
blob: d2b9aba134cf2a21d32678f32e316dd86e650734 (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #D6D6D6;
	background-image: url(background.png);
	background-repeat: repeat-x;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
}

#warning {
	position: absolute;
	left: 51px;
	top: 15px;
}

h1 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #878787;
	font-family: "Trajan Pro, serif";
	font-size: 1.8em;
	font-variant: small-caps;
}

h2 {
	margin-top: 5px;
	font-family: "Trajan Pro, serif";
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

p, dt {
	margin-top: 12px;
}

dt {
	font-style: italic;
}

dd {
	margin-top: 6px;
	margin-left: 6px;
}


.badword {
	color: red;
}

.goodword {
	color: green;
}

#blockedreason {
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	background-color: #ffaaaa;
	font-weight: bold;
}

.deniedurl {
	font-weight: bold;
}

#fulldeniedurl {
	background-color: #D6D6D6;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	display: none;
}

#toggleurl {
        border-bottom: 1px solid;
	font-size: 0.8em;
	cursor: pointer;
	color: blue;
}

#outer_container {
	margin: 0% 80px 0% 80px;
	background-color: white;
	border-left-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	background-image: url(worldmap.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#inner_container {
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
	/* It grows out of the "box" in IE */
	word-wrap: break-word; /* Internet Explorer */
}


a {
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
}