aboutsummaryrefslogtreecommitdiff
path: root/maint.css
blob: 200288e13a24f7c90fc4278f3a289f2537219d6e (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
body {
	margin-top: 4%;
	margin-left: 10%;
	margin-right: 10%;
	background-color: white;
}

h1, h2, h3, h4 {
	text-align: center;
}

span {
	display: table-cell;
	padding-left: 1em;
}

span img {
	vertical-align: middle;
}

span.header {
	width: 100%;	
}

div.lang {
	display: table-row;
}

div.lang span {
	vertical-align: middle;
	display: table-cell;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 2px gray solid;
}

div.copyright {
        font-size: 80%; 
	padding: 4px;
	background: #f2f2f9;
	border-style: solid;
	border-width: thin;
}

a img {
	border: 1px black solid;
}

Return to:

Send suggestions and report system problems to the System administrator.