body{
    font-family: verdana,Arial,Helvetica,sans-serif;
    background: url(https://files.cnblogs.com/cyStyle/snow.gif) top center repeat;
}

#lnkBlogLogo{
width:128px;
height:128px;
display:block;
position:absolute;
background-image:url("https://files.cnblogs.com/jackbase/logo.ico");
background-repeat:no-repeat;
 -moz-transform:rotate(-15deg);
  -webkit-transform:rotate(-15deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
}
#blogLogo{
  -moz-transform:rotate(-15deg);
  -webkit-transform:rotate(-15deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
  display:none;
}
#blogTitle{
  margin-top: -5px;
}
#blogTitle h1{
  font-size : 22pt;
}
#blogTitle h2{
  font-size : 9pt;
}
.dayTitle{
  font-size : 11pt;
}
.postTitle2{
  font-size : 16pt;
}
.postSeparator{
  display : none;
}
.postDesc{
  margin-top : 5px; 
  margin-bottom: 5px; 
}
.postCon .cnblogs-post-body{
  text-overflow:ellipsis;  
  overflow:hidden; 
  height:54px;
}
.commentbox_title_right{
  margin-right: -120px;
}
#tbCommentBody{
  width:570px;
}
#site_nav_under, #ad_under_post_holder, #under_post_news, #google_ad_c2, #under_post_kb, .topicListFooter, .dayTitle{
display:none;
visibility：hidden;
}
.photo {
        margin: 12px;
        position: relative;
        width: 180px;
        height: 130px;
        margin-bottom: 90px;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.sample1 span {
	width: 28px;
	height: 21px;
	display: block;
	position: absolute;
	top: -12px;
	left: 90px;
	background: url("https://7u2q99.com1.z0.glb.clouddn.com/pin.png") no-repeat;
}


#home {
    width: 81%;
}

#header, #main {
    background-size:100% 100%;
}
#footer {
    background-size:100%;
}

#main *:not(.T1):not(.T2):not(.postTitle2):not(#blogTitle){
    font-size : 11pt;
}

.T1{
    color: #fff;
    padding-left: 15px;
    font-size: 14pt;
    background: #0681ba !important;
    text-shadow: 2px 2px 3px #222222;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    margin-bottom: 5px;
    font-weight: bold;
}
.T2{
    color: #0681ba;
    border-left: 13px solid #0681ba;
    padding: 5px;
    background-color: #f5f5f5;
    font-weight: bold;
}