博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
博客园美化代码备份
阅读量:6620 次
发布时间:2019-06-25

本文共 2702 字,大约阅读时间需要 9 分钟。


#Header1_HeaderTitle {font-family: "华文行楷";font-size: 62px;font-weight: bold;padding-top:15px;padding-bottom:5px;padding-left:20px;padding-right:0px;text-align: center;

}

Header2_HeaderTitle {

font-family: "华文行楷";font-size: 52px;padding-top:-15px;font-weight: bold;padding-bottom:20px;padding-left:100px;padding-right:0px;text-align: left;

}

header {

height:178px;

}

/* 博客标题 */

blogTitle {

height: 178px;  /*高度*/              clear: both;

}

/*******************************************************************/

/导航栏/

navigator {

font-size:28px;   height:52px;   background:#55895B;   text-align:center;   margin-top:20px;   margin-bottom:20px;

}

navList li { /* 每一个栏目节点 */
margin:0 10px 0 10px;
line-height:52px;
float:left;
color:white;
}

navList li a { /* 栏目文字的格式 */
padding:0 10px;
text-decoration:none;
line-height:52px;
border:0;
color:#fff;
padding-left: 25px;
}

navList li:hover {

background:#000000;   height:52px;

}

blog_stats {

margin:0 10px 0 0;font-size:16px;line-height:52px;float:left;

}

blog_nav_rss,#blog_nav_rss_image{

display:none;

}

/*********************************************************/

.day {
margin:0 30 0px 0;
}

.dayTitle {

display:none;
}

.postTitle a { /标题/

color:#009CB5;
text-decoration:none;
}

.postTitle {

font-size:20px;
font-weight:bold;
color:#009CB5;
font-family: "行楷";
border-left: 3px solid #21759b;
margin-bottom: 10px;
margin-left:20px;
float: right;
width: 100%;
clear: both;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {

color: #21759b;
transition: all 0.4s linear 0s;
}

/* .postTitle a:hover {

margin-left: 30px;
color: #0f3647;
text-decoration: none;
} */

.day .postTitle a {

padding-left: 10px;
text-decoration:none;
}

.c_b_p_desc { /摘要/

line-height:24px;
color:#888;
}

.c_b_p_desc a:hover {

text-decoration:none;
border-bottom-width:1px;
border-bottom-style:dotted;
}

.postSeparator {

border-bottom: 0.5px solid #DDDDDD;

}

/**********************************************************/

sidebar_shortcut,.catListPostArchive,.catList这里是UI开头的类的集合。,#sidebar_toptags {

display:none;

}

.catListTitle {

font-weight:bold;
font-family: "华文行楷";
}

/主面板/

mainContent {

float:right;margin-top:0px;margin-left:0px;padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;

}

/google搜索框/

google_q,#q {

height:22px;width:120px;border:solid 1px #ccc;box-shadow:inset 0 0 3px #ddd;border-radius:4px;

}

/搜索按钮/

.btn_my_zzk {

font-family:'Microsoft Yahei';
border:none;
height:26px;
width:60px;
padding:1px;
font-size:14px;
cursor:pointer;
position:relative;
vertical-align:middle;
display:inline-block;
background:#55895B;
border-radius:4px;
color:#fff;
}

.btn_my_zzk:hover {

background:#6DA47D;
}

转载于:https://www.cnblogs.com/CH520/p/9344565.html

你可能感兴趣的文章
昆明滇池水质达30年来最好 百名“市民河长”守卫“母亲河”
查看>>
太合音乐发布“少年红星音乐计划” 力促00后创作浪潮
查看>>
ICO后STO也被明令禁止,区块链并不是法外之地
查看>>
浅尝辄止,React是如何工作的
查看>>
ECS vs Kubernetes:相似但是不同
查看>>
6000多套iOS源码大分享
查看>>
一个完整Java Web项目背后的密码
查看>>
前端笔试题面试题记录(上)| 掘金技术征文
查看>>
移动端页面分享快照生成总结
查看>>
收发数据的原理(上)
查看>>
AccessibilityService 从入门到出轨
查看>>
七层网络协议-tcp/ip协议
查看>>
React 学习资源
查看>>
Jenkins插件开发入门指南
查看>>
满足你各种姿势的最美Android开源日历
查看>>
XSS姿势——文件上传XSS
查看>>
Hacking with Unicode
查看>>
RecyclerView 知识梳理(1) 综述
查看>>
Kibana:数据分析的可视化利器
查看>>
React Fiber源码分析 第二篇(同步模式)
查看>>