-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtops.css
70 lines (59 loc) · 885 Bytes
/
tops.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
#header {
background: #baccd8;
background-image: url("tops.png");
background-size: 40%;
background-repeat: no-repeat;
background-position: center;
text-align: center;
padding: 3.5em;
margin: 0;
}
#header h1 {
margin: 0;
padding: 0;
font-size:180%;
line-height: 1em;
font-weight: normal;
visibility:hidden;
}
#sidebar {
float: right;
width:18em;
padding: 2em 0;
}
#content{
float: left;
width: 30em;
padding: 2em 0;
}
pre {
background: #cc9;
}
#sidebar p, #sidebar ul, #sidebar ol, #sidebar dl {
padding-left:20px;
padding-right:20px;
}
#footer{
clear:both;
background: #cc9;
padding: 1em 2em;
text-align: center;
color: #fff;
background: #8194a1;
}
#wrap {
width:50em;
margin: 0 auto;
padding:2em;
background: #dae3e9;
}
body {
font: 80% georgia, sans-serif;
}
h3 {
font-size:1.8em;
}
ul li {
font-size: 1em;
}
p { font-size: 1.2em;}