-
Notifications
You must be signed in to change notification settings - Fork 0
/
master.css
66 lines (59 loc) · 937 Bytes
/
master.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
/* ************************************ */
/* */
/* Scratchband */
/* 2010.xx.xx */
/* http://scratchband.net/ */
/* */
/* Cascading Style Sheets */
/* */
/* ************************************ */
* {
margin: 0;
padding: 0;
list-style: none;
font-family: sans-serif;
font-size: 100%;
border: none;
}
body {
border-top:9px solid #787878;
}
#wrap {
margin: 0px auto;
width: 940px;
}
#header {
padding-top:20px;
}
#contents{
line-height:1.5;
width:800px;
margin:50px auto 0 auto;
}
#contents h2{
text-align:center;
margin-bottom:50px;
}
#contents h3{
font-size: 24px;
font-weight:bold;
margin-top:20px;
margin-bottom:8px;
padding-left:6px;
border-bottom:1px dotted #000000;
border-left:8px solid #000000
}
#contents h4{
text-align:center;
margin:15px 0;
}
#contents p{
font-size: 18px;
}
#footer{
margin:30px 0;
text-align:right;
padding-right:100px;
text-size:14px;
}
}