码迷,mamicode.com
首页 > 其他好文 > 详细

我的博客样式

时间:2014-08-24 20:45:12      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:blog   color   os   io   ar   div   cti   log   line   

此文长期更新,具体根据我博客的样式判定.

架构: BlackLowKey

页面CSS:

div.prob{
  box-shadow:0 0 4px #ccf;
  padding: 2px;
  text-align:left;
  border-radius:6px;
}
div.prob h2{
  font-size:30px !important;
  font-family:Courier New,微软雅黑;
  font-weight:normal !important;
  text-align:center;
  text-shadow:0 0 1px #888;
}
div.prob h3{
  font-size:20px !important;
  font-family:Courier New,微软雅黑;
  font-weight:normal !important;
  border-left:4px solid #39f;
  text-shadow:0 0 1px #aaa;
  padding-left:3px;
}
pre.indent,div.indent{
  text-indent:2em;
  font-family:Courier New,宋体;
  text-shadow:0 0 1px #aaa;
}
div.prob pre.indent,div.prob div.indent{
  font-size:16px;
}
.mono{
  font-family:Monaco,Consolas,Ubuntu Mono;
  padding:5px;
  border:1px solid #ccc;
  border-radius:5px;
  background:#eee;
  text-shadow:0 0 1px #666;
}
*::selection{
  background:#acf;
}
body,#navigator{
  background:#0068c9;
}
#blogTitle h1 a, #blogTitle h2,#navList a:link,#navList hover, #navList a:visited, #navList a:active{
  text-shadow:none;
  border:none !important;
}
.headermaintitle{
  font-size:40px;
}
#navList {
  height: 60px;
  float: left;
  margin-left: 0;
  width: 800px;
}
#navList li {
  float: left;
  height: 60px;
}
#navList li:hover {
  background:rgba(255,255,255,0.4);
}
a:hover,.postCon a:hover{
  text-decoration:none !important;
  border-bottom:2px solid #acf;
}
.postCon a:link, .postCon a:visited, .postCon a:active {
  text-decoration: none;
  border-bottom: 2px dashed #acf;
  color:#39f;
  padding-left:0px;
  margin-left: 2px;
}
.postTitle,div.newsItem .catListTitle {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 100px 10px 20px;
  background: #E5F0FC;
  line-height: 1.5em;
  clear: both;
  border:none;
  border-left: 5px solid #1fa6e6;
}
.newsItem {
  background: #E5F0FC;
  padding: 0 0 5px 0;
  margin-bottom: 2em;
}
.cnblogs_Highlighter *{
  font-family:Monaco,Ubuntu Mono,Consolas !important;
}
.CalNextPrev{
  width: 20px !important;
  height: 20px !important;
  background: #acf;
  padding: 0 !important;
  font-size: 16px !important;
  text-align: center !important;
}
.CalNextPrev:hover{
  background: #39f;
}
.CalNextPrev a:hover,.CalNextPrev:hover a{
  color:white;
}
.CalTitle{
  background:#acf;
  border:none;
}
.Cal tbody tr:nth-child(2){
  background:#cdf;
}
.Cal tbody tr:nth-child(1) td{
  padding:0px !important;
}
.CalDayHeader{
  border:none;
}
.Cal tbody tr:nth-child(n-2) td{
  background:#eef;
}
.CalOtherMonthDay{
  background:#def !important;
}
.CalWeekendDay{
  background:#4df !important;
}
.CalTodayDay{
  background:#aaf !important;
  color:white;
  font-weight:bold;
}
input[type="text"]{
  margin:0px;
  border:1px solid transparent;
  border-bottom:1px solid #acf;
}
input[type="text"]:hover{
  margin:0px;
  border:1px solid #e7e7e7;
  border-bottom:1px solid #acf;
}
input[type="text"]:focus{
  box-shadow:0 0 2px #aaf;
  border:1px solid transparent;
  border-bottom:1px solid #acf;
}
input:focus{
  outline:none;
}
input[type="button"] {
  margin: 0px;
  border: none;
  background: #29af3f;
  color: white;
  font-weight: bold;
}
input[type="button"] {
  margin: 0px;
  border: none;
  background: #198F2D;
  color: white;
  font-weight: bold;
}

 

我的博客样式

标签:blog   color   os   io   ar   div   cti   log   line   

原文地址:http://www.cnblogs.com/tmzbot/p/3933308.html

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