119 lines
6.6 KiB
CSS
119 lines
6.6 KiB
CSS
|
|
ul,li{
|
|
/*margin: 0;*/
|
|
padding: 0;
|
|
}
|
|
/*********************
|
|
****文章list*****
|
|
**********************/
|
|
#blog{padding-top: 20px !important;}
|
|
.widget { margin-bottom: 50px; padding-left: 0;}
|
|
.widget>form{position: relative;}
|
|
.widget>form>input[type=submit]{width: 48px;height: 46px; border-radius: 5px; position: absolute;z-index: 5;right: 1px;top: 1px; border:none; background:#fff url("../images/search_icon.png") no-repeat 17px 15px; outline: none; }
|
|
|
|
/*固定锁*/
|
|
.congai{position:fixed; top:115px; z-index:40;width: 370px;}
|
|
.single_comments { margin-bottom: 20px; }
|
|
.single_comments img { float: left; margin-right: 10px; margin-top: 5px; }
|
|
.single_comments p { margin-bottom: 0; }
|
|
.widget .entry-meta span { display: inline-block; margin-right: 10px; }
|
|
.widget h3 { color: #999; text-transform: uppercase; margin-bottom: 20px; font-size: 24px;}
|
|
.sy_news{
|
|
margin-top: 30px;
|
|
}
|
|
.sy_news h2{border-bottom: 1px solid #ddd;}
|
|
.sy_news ul{
|
|
border-top: 1px solid #ddd;
|
|
padding: 20px 0 0 20px;
|
|
}
|
|
.sy_news ul li{
|
|
padding: 4px 0;
|
|
}
|
|
.sy_news ul li a{
|
|
font-size: 12px; color: #444;
|
|
}
|
|
|
|
|
|
|
|
/*新闻列表*/
|
|
.blog .blog-item .blog-content>.col-sm-8>p{line-height: 2; }
|
|
.post-tags { }
|
|
.blog .blog-item .entry-meta { border-radius: 5px; overflow: hidden; }
|
|
.blog .blog-item .entry-meta > span { background: #f5f5f5; border-top: 1px solid #fff; display: block; font-size: 12px; overflow: hidden; padding: 5px; text-align: left; }
|
|
#publish_date { background: #ff8200; border-bottom: 5px solid #4e4e4e; color: #fff; padding: 5px 0; text-align: center; cursor: pointer;}
|
|
#publish_date+span{text-align: center;}
|
|
.blog .blog-item .entry-meta > span { color: #ccc; }
|
|
.blog .blog-item .entry-meta > span a { font-size: 12px; margin-left: 3px; font-weight: 300; color: #888; }
|
|
ul.pagination > li > a { border: 1px solid #F1F1F1; margin-right: 5px; border-radius: 5px; font-size: 16px; padding: 5px 14px; }
|
|
ul.pagination > li > a i { margin-left: 5px; margin-right: 5px; }
|
|
ul.pagination > li.active > a, ul.pagination > li:hover > a { background-color: #ff8200 !important; border-color: #ff8200 !important; color: #fff; }
|
|
.search_box {border-color: #DEDEDE; height: 48px; outline: medium none; box-shadow: none; }
|
|
.form-control:focus { box-shadow: none; outline: 0 none; }
|
|
ul.tag-cloud, ul.sidebar-gallery { list-style: none; padding: 0; margin: 0; }
|
|
.tag-cloud li { display: inline-block; margin-bottom: 10px;margin-right: 1%; }
|
|
.tag-cloud li a { border-radius: 4px; padding: 8px 15px; }
|
|
.tag-cloud li a:hover { background: #ff8200; color: #fff; }
|
|
/*固定侧栏 img扫光*/
|
|
.sidebar-gallery li { display: inline-block; margin: 0 2% 2% 0 !important; position: relative;overflow:hidden; transition:all 0.5s ease;}
|
|
.sidebar-gallery li span{position: absolute;display: block; z-index: 16;width: 80px;height: 100%; top:0; left:-100px;
|
|
-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease; transition:all 0.5s ease;
|
|
background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.5) 40%, rgba(255,255,255,0.6) 60%,rgba(255,255,255,0));
|
|
background: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.5) 40%, rgba(255,255,255,0.6) 60%,rgba(255,255,255,0));
|
|
background: -ms-llinear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.5) 40%, rgba(255,255,255,0.6) 60%,rgba(255,255,255,0));
|
|
background: linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.5) 40%, rgba(255,255,255,0.6) 60%,rgba(255,255,255,0));
|
|
-webkit-transform:skew(-30deg);
|
|
-moz-transform:skew(-30deg);
|
|
transform:skew(-30deg);
|
|
}
|
|
.sidebar-gallery li:hover{-webkit-transform:translate(-3px,-5px);
|
|
transform:translate(-3px,-5px);
|
|
box-shadow:4px 4px 0px #aaa;
|
|
}
|
|
.sidebar-gallery li:hover span{left:195px;}
|
|
.sidebar-gallery li a { border-radius: 5px !important; display: inline-block;}
|
|
.sidebar-gallery li img{width: 170px; border-radius: 4px; }
|
|
|
|
/**********************
|
|
**blog single page css*
|
|
**********************/
|
|
.reply_section { background: #f5f5f5; border-radius: 5px; }
|
|
.post_reply { margin-left: 10px; margin-top: 45px; }
|
|
.post_reply img { width: 85px; height: 85px; border: 5px solid #D5D8DD; }
|
|
.post_reply ul { list-style: none outside none; margin: 0; padding: 0; margin-top: 5px; }
|
|
.post_reply ul li { float: left; }
|
|
.post_reply ul li a { display: block; }
|
|
.post_reply ul li a i { border: 1px solid #DDDDDD; border-radius: 39px; color: #FFFFFF; font-size: 20px; height: 30px; margin-right: 3px; padding-top: 7px; text-align: center; width: 30px; }
|
|
.post_reply ul li a i.fa-facebook { background: #0182C4; }
|
|
.post_reply ul li a i.fa-twitter { background: none repeat scroll 0 0 #3FC1FE; }
|
|
.post_reply ul li a i.fa-google-plus { background: none repeat scroll 0 0 #D34836; }
|
|
.post_reply ul li a i:hover { opacity: .5; }
|
|
.post_reply_content { margin: 30px; }
|
|
.post_reply_content h1 a:hover { color: #FFC800; }
|
|
.post_reply_content h4 { margin-bottom: 50px; }
|
|
.reply_section .media-body { display: inherit; }
|
|
.comment_section .media-body { display: inherit; }
|
|
#comments_title { color: #4e4e4e; font-weight: 700px; font-size: 20px; margin-top: 60px; margin-bottom: 40px; }
|
|
.comment_section { margin-top: 30px; position: relative; }
|
|
.post_comments img { width: 85px; height: 85px; margin-top: 35px; }
|
|
.post_reply_comments { background: #f5f5f5; border-radius: 4px; padding: 30px; }
|
|
.post_reply_comments:before { border-color: transparent #F0F0F0 transparent transparent; border-style: solid; border-width: 15px; content: " "; height: 0; left: 75px; position: absolute; top: 20px; }
|
|
.post_reply_comments h3, .post_reply_content h3 { margin-top: 0; }
|
|
.post_reply_comments h1 a:hover { color: #ff8200; }
|
|
.post_reply_comments h4 { color: #c4c4c5; font-weight: 400; }
|
|
.post_reply_comments p { padding-bottom: 30px; }
|
|
.post_reply_comments a { bottom: 15px; position: absolute; right: 30px; background: #ff8200; color: #fff; border-radius: 5px; padding: 8px 20px; }
|
|
.post_reply_comments a:before { border-color: #ff8200 transparent transparent; border-style: solid; border-width: 16px; bottom: -11px; content: ""; height: 0; left: -12px; position: absolute; z-index: 99999; }
|
|
.post_reply_comments h2 a { }
|
|
.message_heading { margin-bottom: 50px; margin-top: 60px; }
|
|
|
|
/******************
|
|
404 page css
|
|
******************/
|
|
#error .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success:hover { background-color: #EBEBEB; border-color: #EBEBEB; color: #4E4E4E; }
|
|
#error h1 { color: #4e4e4e; text-transform: uppercase; }
|
|
|
|
/******************
|
|
shortcodes page css
|
|
******************/
|
|
.shortcode-item { padding-bottom: 0; }
|
|
.shortcode-item h2 { color: #4E4E4E; font-size: 24px; margin-bottom: 22px; margin-top: 0; font-weight: 600 } |