码农熊,灰色调_第1页
码农熊,灰色调_第2页
码农熊,灰色调_第3页
码农熊,灰色调_第4页
码农熊,灰色调_第5页
已阅读5页,还剩6页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

前言1.改成了灰色调2.没有使用图片3.全部采用圆角风格4.细节部分采用默认样式色彩#ccc#999999#888888#777777#666666#555555效果展示代码页面设置/*公用*/

body{

color:#333;background:#FFF;font-family:"verdana","宋体","Arial";font-size:10pt;line-height:1.8em;background:#888888;

}

#home{

background:#fff;

overflow:auto;

border:solid1px#fff;

}

/*段落*/

.postBodyp,.postConp{

margin:7px0;

line-height:24px;

}

h1{

margin:0;

}

h3{

font-size:15px;

font-weight:bold;

}

/*超链接*/

a{

color:#464646;

text-decoration:none;

}

a:hover{

text-decoration:underline;

}

a:visited,a:hover{

color:#464646;

}

ul{

list-style:none;

margin:0;

padding:0;

}

image{

border:none;

}

#header{

padding:20px;

}

/*博客标题*/

#blogTitle,#blogTitlea{

font-weight:bold;

color:#888888;

}

/*子标题*/

.subtitle{

padding-left:30px;

font-size:14px;

color:#999;

font-weight:normal;

margin:10px0;

}

/*导航栏*/

#navigator{

border-radius:4px;

font-size:16px;

height:48px;

background:#888888;

text-align:center;

margin-top:20px;

margin-bottom:20px;

}

#navListli{

/*border:solid1px#80BB01;

*/

margin:0;

line-height:48px;

display:inline-block;

float:left;

}

#navListli:hover{

/*border:solid1px#BFE866;

*/

background:#999999;

}

#navListlia{

padding:030px;

text-decoration:none;

line-height:48px;

border:0;

color:#fff;

display:-moz-inline-box;

display:inline-block;

}

.blogStats{

margin:0;

line-height:48px;

display:inline-block;

float:right;

}

#main{

padding:20px;

}

/*左边*/

#sideBarMain{

width:200px;float:left;border-right:1pxsolid#666;margin-right:20px;

}

#sideBarMaina{

color:#666;

}

#leftcontentcontainer{

color:#666;

}

.newsItem{

color:#666;

}

/*公告*/

#profile_block{

margin-top:0px;

line-height:24px;

text-align:left;

}

/*主面板*/

#mainContent{float:right;margin-left:-250px;width:100%;}

/*每日文章列表*/

.day{

background:#fff;

padding:0;

/*border-bottom:solid5px#489BF0;

*/

margin:0020px0;

}

/*博客标题*/

.postTitlea{

color:#464646;

}

.postTitle{

padding-bottom:10px;

font-size:20px;

font-weight:bold;

color:#464646;

}

.dayTitle{

display:none;

}

/*摘要*/

.c_b_p_desc{

padding:10px;

line-height:24px;

color:#888;

}

.c_b_p_desca{

color:#888;

}

.c_b_p_desca:hover{

text-decoration:none;

border-bottom-width:1px;

border-bottom-style:dotted;

}

/*右侧图片*/

.desc_img{

margin-left:10px;

border:solid1px#fff;

box-shadow:0010px#aaa;

}

.forFlow{margin:016px0220px;}

/*博文页*/

#topics.post{

background:#fff;

}

.postCon{

padding:10px20px020px;

}

.postDesc{

margin:030px;

margin-bottom:2px;

padding:8px0px;

font-size:12px;

color:#aaa;

background:#fff;

text-align:right;

}

.postDesca{

color:#AAA;

}

.postBody{

padding:0;

}

/*google搜索框*/

#google_q,#q{

height:26px;

width:120px;

border:solid1px#aaa;

box-shadow:inset005px#aaa;

}

/*按钮*/

.btn_my_zzk{

border:none;

height:30px;

width:80px;

padding:1px;

font-size:14px;

font-weight:bold;

cursor:pointer;

position:relative;

vertical-align:middle;

display:inline-block;

background:#888888;

color:#fff;

border-radius:4px;

}

.btn_my_zzk:hover{

background:#999999;

}

/*评论按钮*/

#btn_comment_submit{

border:none;

height:48px;

width:120px;

border-radius:4px;

}

/*评论按钮*/

.comment_btn{

font-family:'MicrosoftYahei';

border:none;

height:48px;

width:120px;

font-size:18px;

cursor:pointer;

position:relative;

vertical-align:middle;

display:inline-block;

background:#888888;

color:#fff;

border-radius:4px;

}

#btn_comment_submit:hover{

background:#999999;

border-radius:4px;

}

/*评论标题*/

.postTitle,.entrylistPosttitle,.feedback_area_title{border-bottom:1pxsolid#ddd;font-size:14px;font-weight:bold;margin:20px010px;}

.feedbackListSubtitle{

font-size:12px;

color:#888;

}

.feedbackListSubtitlea{

color:#888;

}

mentformtextarea{width:450px;height:300px;ont-size:13px;}

/*评论条目*/

.feedbackItem{padding:8px;border-bottom:1pxdotted#ccc;}

/************************************分类页****************************************/

.entrylist{

padding:10px20px;

background:#fff;

}

.entrylistItem{

margin:10px0;

padding:10px;

}

.entrylistPosttitle{

font-size:18px;

font-weight:bold;

padding-left:30px;

}

.entrylistPostSummary{

padding:10px;

}

.entrylistItemPostDesc{

font-size:12px;

color:#999;

padding-left:40px;

}

/*尾部*/

#footer{

font-size:12px;

margin:20px;

padding:12px;

text-align:center;

background:#999999;

color:#DDD;

font-size:14px;

border-radius:4px;

}文章设置<styletype="text/css">

.First

{

margin:10px0;

font-family:'MicrosoftYahei';

text-align:left;

padding:6px20px;

color:#fff;

background:#888888;

font-size:20px;

border-radius:4px;

clear:both;

}

.Second

{

margin:10px0;

font-family:'MicrosoftYahei';

padding:6px20px;

background:#999999;

color:#fff;

font-size:18px;

border-radius:4px;

clear:both;

}

.Third

{

margin:10px0;

padding:6px20px;

font-family:'MicrosoftYahei';

margin:15px0;

font-size:16px;

color:fff;

background:#CCCCCC;

border-radius:4px;

clear:both;

}

.note

{

margin:10px0;

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论