forked from spajak/spzoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
49 lines (49 loc) · 770 Bytes
/
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
body {
font-size: 100%;
font-family: Verdana,Helvetica,Arial,sans-serif;
color: #444;
background-color: #fff;
}
img {
border: 0 none;
}
h1 {
margin: 40px 0 25px;
font-size: 4.25em;
}
h1 > a {
text-decoration: none;
color: inherit;
}
h2 {
margin: 35px 0 25px;
font-size: 1.75em;
}
h3 {
text-transform: uppercase;
font-size: 1em;
font-weight: normal;
}
table {
border-collapse: collapse;
margin-bottom: 25px;
}
td, th {
border: 1px solid #d0d0d0;
padding: 5px;
text-align: left;
}
th {
background-color: #f0f0f0;
}
#page {
width: 700px;
margin: 20px auto 100px;
font-size: 12px;
line-height: 17px;
}
#demo {
font-size: 11px;
max-width: 300px;
margin: 40px auto;
}