-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
118 lines (118 loc) · 1.96 KB
/
styles.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
body {
background: #444;
color: white;
margin: 20px;
font: 14px/1.2 Helvetica, sans-serif;
overflow-y: scroll;
}
a {
color: yellow;
}
img#doggy {
margin-left: 10px;
margin-bottom: 20px;
border-right: 1px solid white;
border-bottom: 1px solid white;
}
h1, h2 {
color: #00ff99;
text-shadow: 3px 3px 8px #000;
padding: 2px;
margin: 10px 0px 0px 0px;
}
p {
padding: 2px;
margin: 5px 0px;
}
h1#updates {
margin-top: 0;
margin-bottom: 10px;
max-width: 90%;
}
#languages {
margin: 0px;
}
#languages a {
font-size: 11px;
display: inline-block;
text-decoration: none;
background: #000;
color: #ff0;
padding: 4px 6px;
margin-bottom: 5px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
#languages a:hover {
text-decoration: underline;
}
#languages a.selected {
background: #ff0;
color: #000;
}
#intro {
clear: both;
margin-bottom: 5px;
}
#container {
clear: both;
position: relative;
width: 100%;
height: 400px;
background: #333;
border-left: 1px solid #444;
border-top: 1px solid #444;
border-right: 1px solid #444;
border-bottom: 1px solid #444;
box-shadow:inset 2px 2px 8px #222;
-moz-box-shadow:inset 2px 2px 8px #222;
-webkit-box-shadow:inset 2px 2px 8px #222;
}
#legend {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 400px;
}
#vis {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 400px;
}
#stop {
position: absolute;
right: 10px;
top: 10px;
}
ul {
list-style-type: none;
margin: 5px 0px 30px 0px;
padding: 0px;
}
li {
padding: 0;
margin: 10px 0px 10px 15px;
}
li a {
font-weight: bold;
text-decoration: none;
}
li a:hover {
text-decoration: underline;
}
span.change {
color: #8ff;
}
span.comment {
color: #f8f;
}
span.time {
color: #8f8;
}
span.user {
color: #fa8;
}