クリスマステーマ

まて!これは孔明の罠だ!

ここはSCP Wiki内部で使われているテンプレートページです。

スタッフの許可なしに
このページを触れないでください


@import url('http://scp-jp.wdfiles.com/local--theme/scp-sigma-9-off-canvas/style.css');
 
div#container-wrap {
    background: url('http://devanos.wikidot.com/local--files/files/header.jpg') top left repeat-x;
}
 
/* HEADER */
#header {
    background: url('http://devanos.wikidot.com/local--files/files/logo.png') 10px 40px no-repeat;
}
 
/* Mobile Media Query */
@media (max-width: 479px) { 
#header {
    background-position: 0 5.5em;
    background-size: 55px 55px;
}
}
 
/* Note Media Query */
@media (min-width: 480px) and (max-width: 580px) { 
#header {
    background-position: 0.5em 4.5em;
    background-size: 66px 66px;
}
}
 
/* Mini Tablet Media Query */
@media (min-width: 581px) and (max-width: 767px) { 
#header {
    background-position: 1em 4em;
    background-size: 77px 77px;
}
}
 
/* Tablet Media Query */
@media (min-width: 768px) and (max-width: 979px) {
#header {
    background-position: 1em 4em;
    background-size: 88px 88px;
}
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License