码迷,mamicode.com
首页 > Web开发 > 详细

[新手报到] 对博客皮肤BlueSky的一些细微CSS调整;

时间:2015-05-26 18:44:17      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:

    大家好, 我是编程领域的新手(现主要是javaweb/winfrom这块),大家多多关照哈!
最近发现cnblogs的交流氛围相当不错, 也来凑个热闹, 同时也学着写写博客, 让大家见笑了!
博客的皮肤是基于 BlueSky,对一些局部细节做了细微调整;

(由于时间关系,改动不大,代码也没继续优化,再次让各位大大见笑了!)

下面是针对BlueSky的页面定制CSS: (也当是备个份吧)

* {font-family:"微软雅黑"; border-radius:2px;}
#main {background-color:rgba(255,255,255,0.9);margin-bottom:7px;}
#header,#footer,#main,input[type=button] {box-shadow: 0px 0px 1px 1px #ccc;}
#sideBarMain .newsItem,#blog-calendar,#leftcontentcontainer,#mainContent,#navigator .blogStats {font-size:14px;}
input[type=button] {border:0px;outline:none;background-color:rgba(33,117,188,0.7);color:#fff}
input[type=button]:hover {background-color:rgba(0,0,0,0.5)}
/**body {background: url(http://img2.3lian.com/2014/f6/59/d/112.jpg) center center no-repeat;}**/
#author_profile_info a img {position: relative;top: -22px;}
#tbCommentBody {width:100%;height:100px;}
#tbCommentBody,input[type=text]{ text-indent:2px;border:1px #ccc solid; box-shadow: 0px 0px 1px 0px #ccc;}
#footer {background-color:rgba(33,117,188,0.6);width:100%;color:#fff;font-size:15px;height:15px; line-height:15px;}
如果你也喜欢这样的风格, 欢迎批评指教!

[新手报到] 对博客皮肤BlueSky的一些细微CSS调整;

标签:

原文地址:http://www.cnblogs.com/winzel/p/4531024.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!