-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlifestyles.css
47 lines (46 loc) · 953 Bytes
/
lifestyles.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
body {
color:#CCC;
background-color: black;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 0.8em;
margin:0;
}
h1 {
position:absolute;
font-weight:normal;
margin:0;
padding:0 0 0 5px;
}
h3 {
text-align:center;
}
a, a:visited {
text-decoration:none;
color: yellow;
}
a:active {
color: red;
}
a.active {
color: red;
}
#seed_text {
display:none;
background-color: black;
color: white;
font-family: Courier, monospace;
}
#thumbnails_controls {
/*margin-bottom: 5px;*/
}
.tooltip {
position:absolute;
background: #000;
border: 1px solid yellow;
color: yellow;
padding: 5px;
z-index: 100;
}
#canvas {
float: left
}