博客园界面设置
Posted jx_yangbo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了博客园界面设置相关的知识,希望对你有一定的参考价值。
页面定制CSS代码:
1 #navigator, #blogTitle, #main, #footer{ 2 width: 1200px; 3 position: relative; 4 margin: 0 auto; 5 } 6 #mainContent{ 7 width: 965px; 8 background: white; 9 box-shadow: 0px 0px 8px #999; 10 -moz-box-shadow: 0px 0px 8px #999; 11 -web-kit-shadow: 0px 0px 8px #999; 12 border-radius: 6px; 13 -moz-border-radius: 6px; 14 -web-kit-shadow: 6px; 15 float: left; 16 display: inline-block; 17 } 18 body{ 19 font-size: 15px; 20 font-family: "微软雅黑"; 21 }
侧边栏公告:
1 <img class="img_avatar" src="http://img1.qqba.com/23/lrgz0od15gv25421.jpg" height="300px" width="200px"><br><br>
以上是关于博客园界面设置的主要内容,如果未能解决你的问题,请参考以下文章