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

测试一下

时间:2017-11-07 22:23:18      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:stc   git   gpo   :hover   shadow   ros   import   enter   cat   

cnblogs_post_body {
font-family: "微软雅黑";
line-height: 1.8;

}
/博文小标题/

cnblogs_post_body h3 {

background-color: lightcyan;
padding: 0.5em;

/* border-left: green solid thin;
border-right: green solid thin;/
/
border-radius: 1em;/
/
box-shadow: -5px 0px 3px gray;*/
text-shadow: 0px 0px 5px white;
transition: all 0.5s;
}

cnblogs_post_body h3:hover {

background-color: #e7e7be;

}

cnblogs_post_body p {

transition: all 0.5s;

}

cnblogs_post_body p:hover {

background-color: lightgoldenrodyellow;

}

author_profile_info {

padding: 0.5em;
transition: all 0.5s;

}

author_profile_info:hover {

/* transform: scale(1.1,1.1);/
background: white none repeat scroll 0% 0%;
/
border: thin dashed gray;*/
}

/顶、关注、收藏/

green_channel {

width: 100%;
transition: all 0.5s;

}

green_channel:hover {

font-size: large;

}
/赞&反/

div_digg {

width: inherit;
border: green thin dashed;
background-color: white;
padding: 1.5em;
box-shadow: 5px 5px 5px gray;
border-radius: 0.5em;
transition: all 0.5s;

}

div_digg:hover {

box-shadow: 0px 0px 1em lightskyblue;
border: solid thin black;

}
/赞成/

div_digg .diggit {

background-position: center center;
padding: 1em;
border-radius: 5em;
background-color: green;
box-shadow: 0px 0px 1em lightgreen;
cursor: crosshair;

}
/反对/

div_digg .buryit {

background-position: center center;
padding: 1em;
border-radius: 5em;
background-color: gray;
box-shadow: 0px 0px 1em lightgray;
cursor: crosshair;

}

div_digg .diggit:hover, #div_digg .buryit:hover {

outline: 1px solid red;

}

div_digg>.clear::after{

font-family: "新細明體";
content: "求打賞,求月票(什麼鬼)";
margin-top: 1.5em;
display: inline-block;
color: black;
text-shadow: 0 0 10px black;

}

digg_tips {

display:none;

}

/评论/
.feedback_area_title {
color: #008000;
font-weight: bold;
font-size: x-large;
text-shadow: 0 0 1px yellow;
border-bottom: thin solid green;
margin-bottom: 2em;
}

.feedback_area_title::after {
font-family: "新細明體";
content: "有嘢即管講";
color: gray;
font-size: 0.8em;
margin-left: 2em;
}

.feedbackManage {
float: right;
}

.feedbackManage a {
color: gray;
}

.feedbackManage a:hover {
color: green;
}

.feedbackItem {
border: thin dashed gray;
margin-bottom: 1em;
padding: 10px;
transition: 0.2s;
}

.feedbackItem:hover {
background: lightgoldenrodyellow;
}

.feedbackItem a {
text-decoration: none;
}

.feedbackItem .layer {
color: gray;
}

.feedbackItem .comment_date {
color: green;
}

.blog_comment_body {
margin-top: 10px;
color: #444;
font-family: serif;
}

commentform_title {

text-shadow: 0px 0px 2px lightgreen;
font-size: large;
font-weight: bold;

}

commentform_title::after {

font-family: "新細明體";
content: "傾返兩句咁咧";
color: gray;
font-size: 0.8em;
margin-left: 2em;

}

comment_form_container {

transition: all 0.2s;

}

comment_form_container:hover {

box-shadow: 0px 0px 2em darkgray;
border: thin solid black;
background-color: rgb(238, 255, 238);

}

EntryTag,#BlogPostCategory {

margin-top: 0px !important;
border: 1px dashed rgb(192, 192, 192);
padding: 0.5em;
padding-left: 20px;

}

EntryTag,#BlogPostCategory a {

color: orange;

}

EntryTag,#BlogPostCategory a:hover {

color: #C00;

}

EntryTag {

display: none;

}

post_next_prev {

line-height: 1.8;
background-color: #FDFDE2;
border: thin solid #FF0;
box-shadow: 2px 2px 2px 2px #999;
display: inline-block;
padding: 1em;
font-size: 0.8em;
transition: all 0.5s;

}

post_next_prev:hover {

/* font-size: 0.85em;/
background-color: white;
/
box-shadow: 0px 0px 1em black;*/
}

post_next_prev a {

color: green;

}

post_next_prev a:hover {

color: #CC0000;

}

BlogPostCategory, #comment_nav {

margin 0;

}

comment_nav {

width: 830px;
padding: 0.5em;

}

comment_nav a {

text-decoration: none;
color: green;

}

comment_nav a:hover {

color: orange;

}

comment_nav a:last-child {

color: blue;

}

site_nav_under, #opt_under_post, #google_ad_c1, #under_post_news, #google_ad_c2, #under_post_kb, #HistoryToday {

display: none;

}
/刚提交的评论/

divCommentShow {

background: rgba(255, 255, 255, 0.5);
margin-top: 1em;
width: 856px;

}

divCommentShow blockquote{

border-radius: 30px 0 0 0;

}

/自定义字体/
@font-face {
font-family: ‘Segoe UI Emoji‘;
src: url(‘http://cdn.batsing.com/fonts/Segoe-UI-Emoji.ttf‘) format(‘truetype‘);
}
@font-face {
font-family: ‘Segoe UI Symbol‘;
src: url(‘http://cdn.batsing.com/fonts/seguisym.ttf‘) format(‘truetype‘);
}

matrixBG{position: fixed; top:0; left: 0; z-index: -1; opacity:0.8;}

页面定制CSS代码

测试一下

标签:stc   git   gpo   :hover   shadow   ros   import   enter   cat   

原文地址:http://www.cnblogs.com/Mr-EK/p/7800887.html

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