分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > IT知识

自定博客园页面css

发布时间:2023-09-06 01:16责任编辑:郭大石关键词:暂无标签

 

css代码

 

.postTitle {
???border-left: 3px solid #21759b;
???margin-bottom: 10px;
???font-size: 40px;
???float: right;
???width: 100%;
???clear: both;
}

.c_b_p_desc {
???font-size: 21px;
???line-height: 1.7;
}

.postDesc {
???font-size: 16px;
???background: url(images/posted_time.png) no-repeat 0 1px;
???color: burlywood;
???float: left;
???width: 100%;
???clear: both;
???text-align: left;
???padding-left: 20px;
???padding-right: 5px;
???margin-top: 4px;
???line-height: 1.5;
}

#home {
???margin: 0 auto;
???width:60%;
???min-width: 950px;
???background-color: #fff;
???padding: 30px;
???margin-top: 50px;
???margin-bottom: 30px;
???box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#blogTitle h1 a {
???color: #515151;
???font-size:50px;
}

#navList {
???min-height: 30px;
???float: left;
???font-size:18px;
}

#navigator {
???font-size: 18px;
???border-bottom: 3px solid #EDEDFF;
???border-top: 1px solid #ededed;
???height: 50px;
???clear: both;
???margin-top: 40px;
}

#navList{
font-size:18px;
}

#navList a{
padding-top:15%;
}

#navList a:hover{
color:#4c9ed9;
}

.catListTitle {
???font-weight: bold;
???line-height: 1.2;
???font-size: 2.35em;
???margin-top: 37px;
???margin-bottom: 10px;
???text-align: left;
???background-color: #f7f7f7;
???padding: 10px 0 10px 14px;
???border-left: 10px solid burlywood;
}

#mainContent {
???min-height: 200px;
???padding: 11px 11px 13px 0px;
???-o-text-overflow: ellipsis;
???text-overflow: ellipsis;
???overflow: hidden;
???float: right;
???margin-left: -15em;
???width: 91%;
}

#sideBar {
???margin-top: -20px;
???width: 250px;
???min-height: 200px;
???padding: 0px 0 0px 5px;
???float: left;
???-o-text-overflow: ellipsis;
???text-overflow: ellipsis;
???overflow: hidden;
}

自定博客园页面css

原文地址:http://www.cnblogs.com/CrayzCow/p/7650088.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved