-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.css
100 lines (81 loc) · 1.16 KB
/
main.css
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
html {
background-color: #000000;
}
body {
margin: 4em auto 4em auto;
width: 636px;
}
#prompt {
display: none;
}
#commandprompt {
background: #000000;
border: 0px;
color: #ffffff;
width: 95%;
}
#googlemap {
border: 0px;
margin: 0px;
overflow: hidden;
}
li {
color: #ffffff;
}
h1, h2 {
color: #357345;
font-family: Georgia, serif;
font-weight: normal;
font-size: 34px;
margin-top: 2em;
}
h2 {
font-size: 20px;
}
.text, .speaker, .time{
font-family: Georgia, serif;
font-size: 1em;
line-height: 1.5em;
color: #c0c0c0;
}
.speaker, .time {
font-size: 16px;
font-weight: bold;
}
.speaker {
font-style: italic;
}
.time {
font-size: 14px;
}
.error {
color: #ff0000;
}
.arrow {
color: #00ff00;
}
.command {
color: #ffffff;
}
.logo {
text-align:left;
margin-bottom: 6em;
}
.logo img {
padding: 0px;
width: 300px;
position: relative;
left: -84px;
}
.smallmap {
width: 512px;
height: 512px;
border: 1px solid #ccc;
}
.olControlAttribution {
bottom: 5px;
}
a, a:visited { color: #99ccff; }
.backlinkblock {
margin: 3em 0;
}