版式
@import url('http://scp-wiki-cn.wikidot.com/component:theme/code/1');
 
/*
    SCP Sigma 9
    [2014 Wikidot Theme]
    Created for the SCP Foundation by Aelanna
    Edited for SCP Foundation by Dr Devan
    Edited for 05Zentrale by Dr_Grom
    Edited for O5指揮部 by MScarlet
*/
 
div#container-wrap {
    background: url(http://05command-cn.wdfiles.com/local--files/component%3Atheme/body_bg_BW.png) top left repeat-x;
}
 
#header {
    background: url(http://scp-wiki-cn.wdfiles.com/local--files/component:theme/logo-t.png) 10px 40px no-repeat;
}
#search-top-box-input {
    background-color: #333;
}
#search-top-box-input:hover,
#search-top-box-input:focus {
    background-color: #666;
}
#search-top-box-form input[type=submit] {
    background-color: #666;
    background: linear-gradient(to bottom, #999,#666,#333);
}
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    background-color: #999;
    background: linear-gradient(to bottom, #ccc,#999,#666);
}
 
@media (max-width: 479px) {
    #header {
        background-position: 0 5.5em;
        background-size: 55px 55px;
    }
}
@media (min-width: 480px) and (max-width: 580px) {
    #header {
        background-position: 0.5em 4.5em;
        background-size: 66px 66px;
    }
}
@media (min-width: 581px) and (max-width: 767px) {
    #header {
        background-position: 1em 4em;
        background-size: 77px 77px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #header {
        background-position: 1em 4em;
        background-size: 88px 88px;
    }
}
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License