博客定制CSS

 1 #home{
 2     width:1366px;
 3     margin-top:15px;
 4 }
 5 
 6 #blogTitle h1 a{
 7     font-family: 方正豪体简体;
 8     font-size: 3em;
 9 }
10 
11 #blogTitle h2{
12     font-family: Consolas;
13     font-size: 1.75em;
14     font-style: italic;
15     color:#AAAAAA
16 }
17 
18 #navigator{
19     height: 60px;
20 }
21 
22 #navList{
23     font-family: Source Han Sans Regular;
24     font-size: 1.5em;
25 }
26 
27 .c_ad_block{
28     display:none;
29 }
30 
31 .Cal{
32     display:none;
33 }
34 
35 #mainContent .forFlow{
36      font-family: Consolas, 思源宋体;
37 }

猜你喜欢

转载自www.cnblogs.com/zpy-shark/p/9357477.html