-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathv2.css
More file actions
97 lines (83 loc) · 1.35 KB
/
v2.css
File metadata and controls
97 lines (83 loc) · 1.35 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
@charset "UTF-8";
/* CSS Document */
/* global */
body {
background-color:#f5f6f6;
color: #424242;
font-family: 'Trebuchet MS','Bitstream Vera Sans',Verdana,Arial,'Lucida Sans','Lucida Sans Unicode',Helvetica,sans-serif;
font-size: 13px;
padding: 20px 0;
}
.rds {
-moz-border-radius: 15px;
border-radius: 15px;
}
.container {
margin: 0 auto;
padding: 0;
width: 900px;
}
/* header */
#header {
color: #A0A999;
height: 160px;
margin: 0;
padding: 8px 30px 0 7px;
text-align: right;
}
#header img {
border-radius: 50% 50% 50% 50%;
}
#header #sitename{
font-size: 18px;
margin-right: 12px;
color:#711046;
}
.title-nav div{
margin-left: 20px;
display: inline;
}
/* content */
#content{
margin: 20px;
}
/* footer */
#footer{
text-align:center;
height:80px;
padding: 8px 10px;
margin:20px;
background-color:#F5F5F5;
color:#CCC;
}
#footer a {
background: inherit;
color: #CCC;
text-decoration: none;
}
/* index */
#home ul{
list-style:none;
}
#home .post-list {
padding: 10px;
}
#home .page{
text-align:center;
}
.post{
margin-bottom: 20px;
padding: 20px;
font-size:14px;
line-height:22px;
}
.post .title a{
font-size:26px;
color: #005577;
font-family: Georgia,'Times New Roman',Times,'Lucida Sans','Lucida Sans Unicode',serif;
}
hr {
margin: 50px 0;
border: 0;
border-bottom: 1px dashed black;
}