forked from codeguy/php-the-right-way
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
75 lines (75 loc) · 1.26 KB
/
styles.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
74
75
body{
background: #EEE;
padding: 40px;
color: #333;
font-family: "Droid Serif";
font-size: 22px;
line-height: 30px;
}
.site-header{
text-align: center;
}
.site-title{
margin: 0;
font-family: 'Alfa Slab One';
font-size: 100px;
line-height: 100px;
font-weight: normal;
}
.site-title a{
text-decoration: none;
}
.site-slogan{
font-family: 'Droid Serif';
font-weight: normal;
}
.toc{
list-style: none;
margin: 0 0 40px 0;
padding: 0;
font-size: 20px;
}
.top{
background: #333;
display: inline-block;
padding: 0 8px;
color: #FFF;
font-size: 12px;
text-decoration: none;
}
.site-footer{
font-size: 14px;
text-align: center;
}
h1{
border-bottom: 1px dotted #CCC;
padding: 30px 0 0 0;
color: #000;
font-family: 'Droid Serif';
font-size: 50px;
font-weight: normal;
line-height: 60px;
letter-spacing: -1px;
}
h2, .site-slogan, h3, h4, p, pre, ul, pre{
margin-bottom: 30px;
}
h2, .site-slogan{
font-size: 30px;
line-height: 60px;
}
h3{
font-size: 22px;
line-height: 60px;
}
a{
color: #333;
}
pre{
background: #DDD;
border: 1px solid #CCC;
margin-left: 30px;
margin-right: 30px;
padding: 20px;
font-size: 18px;
}