-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathklobe.css
More file actions
73 lines (56 loc) · 972 Bytes
/
klobe.css
File metadata and controls
73 lines (56 loc) · 972 Bytes
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
body {
color: #FCFCFA;
background-color: #000084;
font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, Sans-serif;
padding: 0px 5px;
}
a:link, a:visited, a:hover, a:active {
color: #FCFCFA;
}
div.container {
display: table;
margin: 1em auto;
}
div.column1 {
float:left;
font-size: 5em;
text-align: right;
padding-right: 1em;
}
div.column2 {
float:right;
text-align: left;
padding-left: 1em;
font-size: larger;
}
div.column2 img {
border: 0px;
padding: 0 0.5em;
vertical-align: middle;
}
div.column2 dt {
font-style: italic;
}
div.column2 dd {
margin-left: 3em;
margin-bottom: 1em;
margin-top: 5px;
}
div.quote {
text-align: center;
margin-bottom: 2em;;
margin-top: 2em;
cursor: pointer;
}
div.footer {
font-size: smaller;
}
div.footer img#valid {
border: 0px;
float: right;
height: 31px;
width: 88px;
}
hr.clear {
clear: both;
}