-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
73 lines (61 loc) · 1.39 KB
/
style.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
@font-face { font-family: Fontin; src: url('fonts/Fontin_Sans_R_45b.otf'); }
@font-face { font-family: Tallys; src: url('fonts/Tallys_15.otf'); }
* { margin:0px; padding:0px; border:0px; color: #555555; text-decoration:none; }
body{
background: #1c1817 url(images/bg4.jpg) repeat;
}
#wrapper {
width:900px;
margin:0px auto;
}
#header {
text-align:center;
padding-bottom:70px;
padding-top:10px;
background: url(images/things.png) bottom center no-repeat;
}
#content {
margin:0px auto;
overflow:auto;
margin-top:30px;
padding-left:10px;
}
#col1, #col2 { border-right:1px dashed #aaa; }
#col1, #col2, #col3 {
display:block;
float:left;
width:290px;
padding:0px;
}
#col2 { left:-300px; }
#col3 { left:-600px; }
#content div h4 {
font-family: Gill Sans;
margin-top:10px;
font-size: 125%;
padding:0px 10px 0px 10px;
}
#content div p {
font-family: Verdana;
font-size: 66%;
overflow:auto;
padding-bottom:5px;
margin:0px 10px 10px 10px;
border-bottom:1px solid #ddd;
display:block;
}
#content div p img {
margin:10px;
border:4px solid white;
-webkit-box-shadow:0px 0px 8px #888888;
-moz-box-shadow:0px 0px 8px #888888;
}
#footer {
text-align: center;
color:#888;
bottom:0px;
margin-top: 5%;
margin-bottom: 3%;
font-family: monospace;
font-size: 100%;
}