Alois研究员的试验场
@charset "utf-8";
 
/* 
    Alois theme
    [2019 Wikidot theme]
    Created by Alois-V
    部分代码来自
    CC BY-SA 3.0
 */
 
body {
    color: rgb(0, 0, 0);
}
a,a:visited {
    color: rgb(12, 12, 70);
}
h1,h2,h3,h4,h5,h6 {
    color: rgb(0, 0, 0);
}
 
#page-title {
color:rgb(0,0,0)
}
 
div#container-wrap {
    background: url(http://scpsandboxcn.wdfiles.com/local--files/alois-2/124) top left repeat-x;
}
 
div#header {
    background: url(http://scpsandboxcn.wdfiles.com/local--files/alois-2/CCS.gif) 10px 40px no-repeat;
    background-size:
    100px 100px;
}
 
div#header h2 span {
    font-size:0px;
    padding: 4px;
}
div#header h2:after {
    content: "行き、生き、逝き";
    font-weight: bold;
    color: #f0f0c0;
    padding: 30px 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .8);
    white-space: pre;
}
/* 侧边栏 */
#side-bar .side-block {
background: url(http://scpsandboxcn.wdfiles.com/local--files/alois-2/blue%E5%89%AF%E6%9C%AC.jpg) repeat;
}
 
#side-bar a {
color: #FFFFFF;
}
 
#side-bar a:hover{
color: #FFFFFF;
}
 
#side-bar a:visited{
color: #FFFFFF;
}
 
#side-bar .heading {
    color: #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}
 
#side-bar div.menu-item.inactive a {
    color: #FFFFFF;
}
#side-bar div.menu-item .sub-text {
    font-size: 80%;
    color: #FFFFFF;
}
 
#side-bar .collapsible-block-unfolded-link {
    border-bottom: solid 1px #FFFFFF;
}
 
#page-title {
    color: #FFFFF;
}
 
/* --------------- */
div.page-rate-widget-box,
div.page-rate-widget-box span.rate-points,
div.page-rate-widget-box span.cancel {
    background-color: rgb(0, 0, 0)!important;
    border: solid rgb(0, 0, 0) 1px!important;
}
div.page-rate-widget-box span.rateup,
div.page-rate-widget-box span.ratedown {
    border: solid rgb(0, 0, 0)!important;
    border-width: 1px 0!important;
}
div.page-rate-widget-box span.rate-points,
div.page-rate-widget-box span.cancel a,
div.page-rate-widget-box span.cancel a:hover {
    color: rgb(255, 255, 255);
}
div.page-rate-widget-box span.rateup a,
div.page-rate-widget-box span.ratedown a {
    color: rgb(0, 0, 0)!important;
}
div.page-rate-widget-box span.cancel a:hover,
div.page-rate-widget-box span.rateup a:hover,
div.page-rate-widget-box span.ratedown a:hover {
    background: transparent!important;
    color: transparent!important;
}
 
/* Minimalized Search Bar
Developed by the Wikidot Community */
#search-top-box input.btn {
    display: none;
}
 
#search-top-box input.text {
    position: absolute;
    right: 0;
    height: 20px;
    width: 24px;
    border-radius: 14px;
    border: 1px solid;
    border-color: rgba(215, 215, 215, 0);
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
    padding: 2px 0;
    color: rgba(51, 51, 51, 0);
    transition: width .5s, color .5s, background .5s, border-color .5s;
    cursor: pointer;
}
 
#search-top-box-input {
    margin: 0;
}
 
#search-top-box form * {
    -webkit-appearance: none;
    outline: none;
}
 
#search-top-box form {
    width: 24px;
    height: 28px;
}
 
#search-top-box form:hover input.text {
    background: rgba(0, 0, 0, .188);
    border-color: rgba(215, 215, 215, 1);
}
 
#search-top-box form:hover input.text:focus {
    background: rgba(255, 255, 255, 1);
}
 
#search-top-box form:focus {
    width: 200px;
}
 
#search-top-box input.text:focus {
    width: 150px;
    padding: 2px 1em;
    color: rgba(51, 51, 51, 1);
    box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, .15) inset;
    border: 1px solid #D7D7D7;
    background: rgba(255, 255, 255, 1);
    cursor: text;
}
 
#search-top-box input.text.empty {
    font-size: 0;
}
 
#search-top-box form:before {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'FontAwesome', 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 13px;
    content: '';
    width: 2em;
    height: 2em;
    padding: 0;
    color: #ccc;
    text-align: center;
    background-color: hsla(0, 100%, 40%, 1);
    background: linear-gradient(to bottom, hsla(0, 30%, 30%, 0.7), hsla(0, 30%, 50%, 0.7), hsla(0, 30%, 50%, 0.7));
    border-radius: 14px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2) inset;
    line-height: 25px;
}
 
div.yui-navset ul.yui-nav a:hover,
div.yui-navset ul.yui-nav a:focus {
    background: rgb(49, 49, 109);
    color: rgb(255, 255, 255);
}
 
div.yui-navset ul.yui-nav .selected a,
div.yui-navset ul.yui-nav .selected a:focus,
div.yui-navset ul.yui-nav .selected a:hover {
    background: rgb(35, 18, 61);
    color: rgb(255, 255, 255);
}
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution 3.0 License