现在的位置: 首页 > 综合 > 正文

MSDN风格皮肤

2013年06月29日 ⁄ 综合 ⁄ 共 1286字 ⁄ 字号 评论关闭

晚上设置了下博客,顺便把MSDN的一些元素搬过来了,还有一些地方比如边栏要完善。明天再说啦。 已经改好了噢!

 

说明:这个皮肤是基于“简约”皮肤的,下面是我添加的CSS:(撑太大了。我把图片地址改了。)

 

Code
a:hover{color:#f60}
body
{background:#fff}
iframe
{display:none}
#main
{margin:10px;background:#f3f3f3;border:1px solid #999}
.headermaintitle
{padding:5px 0 5px 55px;line-height:34px;color:#fff}
.postTitle a, .postTitle a:link, .postTitle a:visited
{padding:0;color: #03c;font-size: 14px;}
.postTitle a:hover
{padding:0;color: #f60;text-decoration: none;border:none;}
#header
{background:#801e2b url(...msdn.BG1.jpg) no-repeat left top}

#blogTitle
{padding:0 16px 0}
#blogTitle h2
{color:#fff;font-size:12px}
.blogStats
{color:#fff}
#navigator
{background:#9b4342 url(...msdn.glassBG1.jpg) no-repeat left top;
border:none;border-top:1px solid #d09291;border-bottom:solid 1px #253e53}
.menu
{color:#fff}

#mainContent
{}
#sideBar
{border:none;}
.forFlow
{}
.clear
{clear:both;}

.day
{margin:5px;padding:5px;border:1px solid #999;border-top:none;
background:#fff url(...box_BG_repeater.jpg) repeat-x top}
.dayTitle
{display:block;font-size:16px;font-weight:bold}
.postTitle,.entrylistPosttitle,.feedback_area_title
{border-bottom:none;margin:0;}
.postDesc,.entrylistItemPostDesc
{border-bottom:none;}

#sideBar li
{margin:1px 0;text-indent:0}
#sideBar li a
{display:block;padding:0 2px;background:#e6e6e9;border:1px solid #e6e6e9;}
#sideBar li a:hover
{border:1px solid #7a1312}

 

抱歉!评论已关闭.