-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmain.css
More file actions
43 lines (41 loc) · 762 Bytes
/
main.css
File metadata and controls
43 lines (41 loc) · 762 Bytes
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
.placement-top{
display: none;
}
#bdshare > a{
height: 25px;
}
#bdshare > span{
height: 25px;
}
/* twitter模板的时候使用这个背景颜色
bootstrap模板的时候使用bootstrap-3/style.css样式
*/
/**
body{
background-color: #EEE;
}
**/
.container-narrow{
background-color: #FFF;
max-width: 960px;
padding: 1px 15px;
}
#cnzz_stat_icon_1256833154{
display: none;
}
p,ul,ol{
line-height: 28px;
font-size: 16px;
letter-spacing: 0.5px;
color:#575757;
font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
margin: 15px 5px;
}
pre{
background-color:#282c34;
}
#footer p {
line-height: 10px;
/* margin-bottom: 0px; */
margin-top:10px;
}