jacksmith的css a5
@charset "utf-8";
 
/* 顶端栏格式 */
 
div#container-wrap {
    background: url(http://scpsandboxcn.wikidot.com/local--files/jacksmith-css/jackcssdx.jpg) top left repeat-x;
}
 
#header h1 {
    margin-left: 15%;
    padding: 0;
    float: left;
    max-height: 90px;
}
 
#header h2 {
    margin-left: 15%;
    padding: 0;
    clear: left;
    float: left;
    font-size: 105%;
    max-height: 38px;
}
 
#header h1 a {
    display: block;
    margin: 0;
    padding: 80px 0 25px;
    line-height: 0px;
    max-height: 0px;
    color: transparent;
    background: transparent;
    font-size: 120%;
    text-shadow: none;
    text-decoration: none;
}
 
#header h1 a::before {
    content: "Area-CN-05";
    color: #1AFD9C;
    text-shadow: 3px 3px 5px #000000;
}
#header h2 span::before {
    content: ' 控制,收容,保护';
    color: #28FF28;
    text-shadow: 1px 1px 1px #006000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}
 
#header h2 span {
    display: block;
    margin: 0;
    padding: 19px 0;
    line-height: 0px;
    max-height: 0px;
    color: transparent;
    text-shadow: none;
}
 
#login-status {
    color: black;
    font-size: 90%;
    z-index: 30;
}
#login-status a {
    background: transparent;
    color: #4EFEB3;
}
#login-status ul a {
    color: #4EFEB3;
    background: transparent;
}
 
/* --------------- */
 
/* 左边栏格式 */
 
#side-bar .side-block {
background: url(http://scpsandboxcn.wikidot.com/local--files/jacksmith-css/red.jpg) repeat;
}
 
#side-bar a {
color: #4EFEB3;
}
 
#side-bar .heading {
    color: #4EFEB3;
    border-bottom: solid 1px #FFED97;
}
 
#side-bar div.menu-item.inactive a {
    color: #4EFEB3;
}
#side-bar div.menu-item .sub-text {
    font-size: 80%;
    color: #4EFEB3;
}
 
#side-bar .collapsible-block-unfolded-link {
    border-bottom: solid 1px #4EFEB3;
}
 
#page-title {
    color: #4EFEB3;
}
/* --------------- */
 
/* 分页格式 */
.yui-navset .yui-content{
    background-color:transparent;
    background-color:rgba(0,0,0,0.1);
    padding-left: 2em;
    padding-right: 2em;
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color: grey;
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, 
.yui-navset .yui-nav .selected a:hover { 
    background: #ADADAD; 
    color: #4EFEB3;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background: #4EFEB3;
  textcolor: #4EFEB3;  [-- text-decoration: none; --!]
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #4EFEB3;
}
.yui-navset li {
    line-height: normal;
}
 
/*----------*/
 
/* DIV方块格式 */
 
.abyssal blockquote{
    border: 1px dashed #4EFEB3;
    padding: 0 1em;
    background-color: transparent;
}
 
.abyssal {
 font-family: Courier New, Courier, monospace; 
 padding: 10px 30px; 
 color:#FFFFFF; 
 background: url(http://scpsandboxcn.wikidot.com/local--files/jacksmith-css/black.jpg) repeat;
 text-shadow: 1px 1px 1px rgba(0,0,0,.5);
 box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    border: 1px solid #bbbbbb;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius:10px;     
}
 
.abyssal h1{
    color:#4EFEB3;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
}
 
.abyssal h2,h3,h4,h5,h6{
    color:#4EFEB3;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
}
 
.abyssal .yui-navset .yui-nav .selected a,
.abyssal .yui-navset .yui-nav .selected a:focus, 
.abyssal .yui-navset .yui-nav .selected a:hover { 
    background: #4EFEB3; 
    color: #4EFEB3;
}
.abyssal .yui-navset .yui-nav,
.abyssal .yui-navset .yui-navset-top .yui-nav {
    border-color: #4EFEB3;
}
 
.abyssal .code { 
    background-color:transparent;
}
 
.abyssal a {
color: #4EFEB3;
}
/* -------------- */
 
/* ------------- */
评分: 0+x

1

除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution 3.0 License