-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
54 lines (50 loc) · 806 Bytes
/
index.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
html, body {
width : 100%;
height : 100%;
margin : 0;
padding : 1em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:18px;
background:#F9F9F9;
color:#111;
text-shadow:
-1px -1px #fff,
0px 1px rgba(0,0,0,0.5)
}
.desc{
font-size: 0.5em;
padding-left: 1em;
}
h1,h2,h3,h4,h5{
font-variant:small-caps;
font-weight:bold;
margin-top: -0.5em;
padding-top: 0;
margin-bottom: 0.25em;
}
h1{
font-size:1.8em;
}
h2{
font-size:1.4em;
}
h3{
font-size:1.2em;
}
h4{
font-size:1.0em;
}
h5{
font-size:0.8em;
}
hr {
margin-bottom: 32px;
}
p {
margin: 1em 0em;
padding: 0;
margin-top: 0;
}