SR分部版式

不知道谁惊呆了

这是基金会内部的版式页,未经授权请不要动它!


@import url(http://scp-wiki-cn.wikidot.com/component:newscptheme/code/1);
 
/* 修改自 Nu-SCP版式 */
/* 版头 */
body {
    background-color: #fcfcfc;
    background-image: linear-gradient(to top, /* creates the red part of the header */
                                      rgb(187, 172, 12) 0%,
                                      rgb(247, 225, 12) 50%,
                                      rgb(255, 235, 15) 100%),
                      linear-gradient(to bottom, /* creates the grey part of the header */
                                      rgba(0,0,0,1) 7.5rem,
                                      rgba(66,66,66,1) calc(7.5rem + 2px),
                                      rgba(66,66,66,1) calc(100% - 2px),
                                      rgba(0,0,0,1) calc(100% - 2px),
                                      rgba(0,0,0,1) 100%);
    background-size: 100% 7.5rem, 100% 9.375rem; /* 120px, 150px */
    background-repeat: no-repeat;
    color: rgb(85,85,85) !important;
}
/* 到此为止 */
 
#header h1 a::before {
    content: "SCP - SR分部♂";
    color: #fff;
    font-family: TimesNewRoman;
    text-shadow: 1px 1px 1px #000000;
}
 
#header h2 span::before {
    content: '告诫,赞美,许容';
    color: #f0f0c0;
    text-shadow: 1px 1px 1px #000000;
    width: 50vw;
}
 
/* 版头图片 */
 
#header-extra-div-2 {
    content: " ";
    position: absolute;
    top: 0;
    background: 10px 40px no-repeat;
    background-image: url(http://kaktuskontainer.wdfiles.com/local--files/component%3Anewscptheme/logo.svg);/* 以后也许会换特有logo */
    background-position: center left;
    margin-top: 10px;
    height: 80px;
    width: 100%;
}
CC BY-SA 114514.810