Link to article: Magazine Theme.
@import url(https://scp-wiki.wikidot.com/theme:magazine/code/3);
.mmposter-wrap{
display: flex;
justify-content: center ;
flex-wrap: wrap;
}
.mmposter-cell{
min-width: 10%;
justify-self: center;
}
.mmposter-blockquote .mmposter-cell{
min-width: 50%;
}
.mmposter-semi .mmposter-cell{
width: 50% ;
}
.mmposter-semi .mmposter-cell span[style*="underline"]{
display: none
}
.flex-pc{
display: flex;
}
.flex-wrap{
display: flex;
justify-content: space-around;
}
.flex-wrap div{
margin: 0 0.5rem;
width: 100%;
}
@media (max-width: 500px) {
.flex-pc{
display: block;
}
.flex-wrap{
flex-wrap:wrap;
}
.mmposter-semi .mmposter-cell,
.mmposter-cell{
width: 100%;
min-width: auto;
}
.mmposter-right{
margin-top:2rem;
}
.mob-breakkkk{
display: block
}
}
/**/
.no-sel p{
line-height: 1.2rem;
color:#0e1554;
}
.no-sel tt{
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
color:#000;
padding:0 0rem 0 1.2rem;
font-family: initial;
}
.no-sel tt:before {
content:" ← ";
padding:0 0.2rem 0 0rem;
}
/*
-----------------------------
Wrap columns
-------------------------------
*/
:root{
--column111-box-width:10rem;
--column111-box-height:15rem;
--column111-gap:0rem;
--column111-mid-width: 4rem;
--column111-boxMOB-width:AUTO;
--column111-blank-width:calc(var(--column111-box-width) / 2.5 - var(--column111-gap) );
--column111-blank-height:calc(var(--column111-box-height) + var(--column111-gap) / 2 + var(--column111-blank-width) / 2.5 );
--column111-line-top:calc(var(--column111-blank-height) + 0.2rem );
--column111-line-height: calc(100% - var(--column111-blank-height) - 0.5rem);
}
.mz-column222-wrap{
display: flex;
flex-wrap: nowrap;
justify-content: space-around;
}
.column222-right, .column222-left{
max-width:46% !important;
}
.column-wrap-111 .column222-box{
display: block;
background: {$box-bg};
position: absolute;
width: var(--column111-box-width);
height: var(--column111-box-height);
}
.column-wrap-111 .column222-left-blank,
.column-wrap-111 .column222-right-blank{
float: right;
width: var(--column111-blank-width);
height: var(--column111-blank-height);
padding: 0 var(--column111-gap);
}
.column-wrap-111 .column222-right-blank{
float: left;
}
.column-wrap-111 .column222-mid{
width: var(--column111-mid-width);
}
.column-wrap-111 .column222-mid-line{
display: block;
position: relative;
border-left: 2px solid #333;
height: var(--column111-line-height);
top: var(--column111-line-top);
}
@media (max-width: 600px){
.mz-column222-wrap{
display: block;
}
.column-wrap-111 .column222-box{
position: inherit;
width: var(--column111-boxMOB-width);
height: auto;
margin: 0 auto;
}
.column222-left-blank,
.column222-right-blank,
.column222-mid-line{
display: none;
}
.column222-right, .column222-left{
max-width:100% !important;
}
}
/*=====================================
Magazine theme - 00000000
------------------------------
Customiz
=====================================*/
@import url(https://scp-wiki.wikidot.com/theme:magazine/code/1);
#main-content{
width:{$content-width};
}
div#header h1 a::before {
content:{$header-title};
}
div#header h2::before {
content: {$header-subtitle};
}
#header-extra-div-1::before {
background-image:{$logo-image};
}
@media (max-width: 767px) {
div#header h1 a::before {
content:{$header-title};
content:{$pad-title};
}
div#header h2::before {
content:{$header-subtitle};
content:{$pad-subtitle};
}
#header-extra-div-1::before {
background-image:{$logo-image};
background-image: {$logo-image-pad};
}
}
@media (max-width: 500px) {
div#header h1 a::before {
content:{$header-title};
content:{$pad-title};
content:{$mob-title};
}
div#header h2::before {
content: {$header-subtitle};
content:{$pad-subtitle};
content: {$mob-subtitle};
}
#header-extra-div-1::before {
background-image:{$logo-image};
background-image: {$logo-image-pad};
background-image: {$logo-image-mob};
}
}
#side-bar:before {
background-image:{$logo-sidebar};
content:{$sidebar-content};
}
#page-title{
display:{$page-title};
}
#page-title::after{
content:{$title-orn-content};
font-size:{$title-orn-size};
line-height:calc( {$title-orn-size} * 0.7);
width: {$title-orn-width};
color:{$title-orn-color};
}
#page-title:before,
#page-title:after{
display:{$title-underlines};
}
/*=====================================
Magazine Theme
--------------
Collapsible Sidebar Source
=====================================*/
:root{
--body-width-on-desktop:60rem;
--SB-topbox_left:3.2rem;
--SB-bg_PC:var(--page-bg);
}
#content-wrap{
margin-left:0;
}
#content-wrap::after {
display: none;
}
#main-content {
padding: 0;
padding-top: var(--main-top);
margin: 0 auto;
left: 0;
right: 0;
}
#main-content::after {
filter: sepia(50%) hue-rotate(150deg) saturate(150%);
}
div#extra-div-1 {
z-index: 9;
}
#side-bar{
z-index: 1;
position: fixed;
height: 100%;
}
#page-content {
margin: auto;
}
#side-bar{
margin-left:0;
margin: 0;
position: fixed;
padding-top:30px ;
transition: left 1s;
}
#side-bar::before {
position: static;
margin: 0 auto;
}
#side-bar:hover, #side-bar:active {
transition: all 0.5s;
background-color: var(--sidebar-bg-pc);
}
#side-bar :is(.media, .sns):has(a:nth-child(2)) a img{
--media_pd: 0.6em;
}
#side-bar :is(.media, .sns):has(a:nth-child(4)) a img{
--media_pd: 0.5em;
}
#side-bar :is(.media, .sns):has(a::nth-child(6)) a img{
--media_pd: 0.2em;
}
#side-bar :is(.media, .sns):has(a:nth-child(7)) a img{
--media_pd: 0.5em;
}
#side-bar :is(.media, .sns):has(a:nth-child(8)) a img{
--media_pd: 0.4em;
}
@media (max-width: 479px) {
#content-wrap #side-bar :is(.media, .sns) a img{
--media_pd: 0.6em;
--media_width:2em;
}
}
/*===================================
Magazine Theme
--------------
Extensions
=====================================*/
@import url(https://scp-wiki.wikidot.com/theme:magazine/code/3);
/*===================================
Magazine Theme
--------------
Custom page background
=====================================*/
#container {
--hollow-image: {$page-background};
background: var(--hollow-image) center 0 repeat;
}
#content-wrap #side-bar::before,
#content-wrap #side-bar {
background-color: transparent ;
}
/*===================================
Magazine Theme
中华异学会英文版 - Abnormality Institute EN ver.
--------------
All the icons are under CC-BY-SA
LOGO_YXH by Freedom Koo; LOGO_noricst by Enflowerz
=====================================*/
:root{
--tabNAV-bgHover:var(--color-navy);
--tabMain-border:var(--color-navy);
--visted-link:#333;
--header-title: "Wonders Studie Association" ;
--mob-title:"W. S. A.";
--header-subtitle:"Wondering about Marvels, Studying by Spirit, Associating the World";
--mob-subtitle:"To wonder, To study, To associate";
--LOGO_position-mob:51% 0%;
--LOGO_image-mob:url('https://scp-wiki.wikidot.com/local--files/theme:magazine/LOGO_noricst.svg');
--LOGO_sidebar:var(--icon-cn);
--LOGO_sidebar-opacity:0.7;
--hr-image:var(--icon-cn);
--hr-color:192,192,192;
--icon-cn:url('https://scp-wiki.wikidot.com/local--files/theme:magazine/LOGO_CN.svg');
--icon-yxh:url('https://scp-wiki.wikidot.com/local--files/theme:magazine/LOGO_YXH.svg');
}
/*============================================
正文
============================================*/
.mz-innerbox{
}
.mz-poem{
text-align: center;
font-family: var(--handwriting-font);
font-size: 1.8em
}
.yxh-img{
--yxh-size:15rem;
width: var(--yxh-size);
height: var(--yxh-size);
background-image: var(--icon-yxh);
background-size: cover;
margin: 0 auto;
opacity: 1;
filter: blur(1px);
}
.yxh-maxim{
border: solid 1px rgba(33,33,33,0.5);
text-align: center;
margin: 1em 3em;
font-size: 1.6rem;
font-family: 'Huiwen-Mincho';
}
@media (max-width: 500px){
.mz-innerbox{
font-size: 0.8rem;
}
.mz-poem{
font-size: 0.8rem;
}
.yxh-maxim {
margin: 1em 1em;
font-size: 1.4rem;
}
.yxh-maxim p{
padding: 0;
line-height: 0;
}
}
/*============================================
分割线,来自woednaz
============================================ */
.mz-poem hr {
border-top:1px solid #000 ;
background: rgb(0, 0, 0, 0);
border: 0;
height: 1rem;
width: 70%;
position: relative;
margin: 1.5rem auto;
}
.mz-poem hr::before {
content: " ";
background-image: var(--hr-image);
color: rgb(var(--hr-color));
display: inline-block;
position: absolute;
top: -0.2rem;
left: 0;
margin: 0 auto;
font-size: 0.938rem;
line-height: 0;
height: 1.6rem;
width:4rem;
background-repeat: no-repeat;
background-position: center center;
margin-left: -webkit-calc(50% - 2rem);
margin-left: -moz-calc(50% - 2rem);
margin-left: calc(50% - 2rem);
background-color: transparent;
z-index: 1;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
}
.mz-poem hr::after {
content: " ";
height: 0.1rem;
width: 100%;
position: absolute;
margin: 0 auto;
background: rgb(var(--hr-color));
left: 0;
top: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 630 23' xml:space='preserve'%3E%3Cpath fill='%23E6EAF6' d='M0,0v23h630V0H0z M334.9,15.9l1.4,4.6l-13.9,2.3h-14.8l-13.9-2.3l1.4-4.6l0.8-2.6l-2.1-1.6l-3.9-2.9l4.9-0.1 l2.7-0.1l0.9-2.5l1.6-4.6L315,0.1l15.1,1.4l1.6,4.6l0.9,2.5l2.7,0.1l4.9,0.1l-3.9,2.9l-2.1,1.6L334.9,15.9z'/%3E%3C/svg%3E%0A");
mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 630 23' xml:space='preserve'%3E%3Cpath fill='%23E6EAF6' d='M0,0v23h630V0H0z M334.9,15.9l1.4,4.6l-13.9,2.3h-14.8l-13.9-2.3l1.4-4.6l0.8-2.6l-2.1-1.6l-3.9-2.9l4.9-0.1 l2.7-0.1l0.9-2.5l1.6-4.6L315,0.1l15.1,1.4l1.6,4.6l0.9,2.5l2.7,0.1l4.9,0.1l-3.9,2.9l-2.1,1.6L334.9,15.9z'/%3E%3C/svg%3E%0A");
-webkit-mask-size: 43.375rem auto;
mask-size: 43.375rem auto;
-webkit-mask-position: center center;
mask-position: center center;
}
/*
============================================
杂项
============================================
*/
/* ------------------假标签-------------------- */
#main-content .page-tags {
display:{$page-tags};
}
div.pseudo-tags ul {
font-size: 85%;
border-top: 1px solid #BBB;
display: inline-block;
margin: 10px 0 0;
padding: 0 2px;
list-style: none;
}
div.pseudo-tags li {
color: #b01;
text-decoration: none;
display: inline-block;
margin: 0 1px;
cursor: pointer;
}
@media (max-width: 479px) {
.poem-7 {
font-size:120% ;
}
.yxh-maxim{
margin: 2rem;
}
.yxh-outbox, .ej-outbox{
}
}
font-size:180%;
font-family:var(--header-tt-font);
font-family:var(--page-tt-font);
font-family:var(--page-font);
font-family:var(--handwriting-font);
font-family:var(--teletype-font);
display:flex;flex-wrap: wrap; justify-content:space-around;
--tip-color:blue
text-align:center
text-align:center
left:-2rem;position:relative;--tip-color:#abddba
margin: 0.5em 0 0.5em 0
left:-4rem;position:relative;--tip-color:#bbdcea
margin: 0.5em 0 0.5em 0
--color-notepage: blue;--color-rowline: green;--color-bookpage-txt:red
width:60%;margin: 0 auto
margin: 0 auto;
width:80%;margin: 0 auto
width:80%;margin: 0 auto
width:80%;margin: 0 auto
margin: 0 auto;
margin: 0 auto;
--tk-img-right:url(http://scpsandboxcn.wikidot.com/local--files/icon/IMG-goat.png)
--tk-img-right:url(IMAGE_LINK)
--tk-img-left:url(IMAGE_LINK); --tk-img-right:url(IMAGE_LINK);
--tk-img-left:url(http://scpsandboxcn.wdfiles.com/local--files/icon/ICON_angry-eagle.svg)
--shadow-line:green;--tk-box-bg:skyblue;
--shadow-line:green;--tk-box-bg:skyblue;color:darkred
padding-top: 0rem
height: 0;--ttbox_h1BDR-color:#333;--ttbox_before-color:#888;--ttbox_h1-bg: #000;--ttbox_h1-color: #fff;
height: 0;--ttbox_h1BDR-color:#333;--ttbox_before-color:#888;--ttbox_h1-bg: #000;--ttbox_h1-color: #fff;
float:right;width:160px
{$mid-line}
opacity:0
display:none
:scp-wiki:theme:magazine
[info]
:scp-wiki:info:start
[info]
:scp-wiki:info:more
[info]
:scp-wiki:info:end
[info]
:scp-wiki:component:collapsible-sidebar
[info]
image
wait
wait
wait
wait
wait
wait
wait
wait
wait
float-sticky
float-toc
blockquote
blockquote
no-sel
blockquote
no-sel
mmposter-wrap
mmposter-cell
mmposter-cell
newpage
mmposter-wrap
mmposter-cell
mmposter-cell
blockquote
mz-img-wrap
mz-img-wrap
mz-img-wrap
mz-img-wrap
img-frame
mz-img-wrap
img-frame
mz-img-wrap
img-b3d
mz-img-wrap
img-b3d
mz-img-wrap
img-border
mz-img-wrap
img-border
mz-img-wrap
img-border
img-frame
mz-img-wrap
img-border
img-frame
mz-hr
hr-contract
mz-hr
hr-solid
mz-hr
hr-double
mz-hr
hr-dotted
mz-hr
hr-contract
hr-solid
mmposter-wrap
mmposter-cell
mmposter-cell
blockquote
mz-hr
hr-contract
hr-solid
mz-hr
mz-mirror
mmposter-wrap
mmposter-cell
mmposter-cell
blockquote
no-sel
mz-hr
mz-log-wrap
mz-log-list
mz-hr
mz-log-trigger
mz-log-hovertip
mz-log-content
mmposter-wrap
mmposter-semi
mmposter-cell
blockquote
blockquote
pgtt-module mz-hr
mmposter-cell
blockquote
no-sel
mz-log-wrap
mz-log-list
mz-hr
mz-log-trigger
mz-log-hovertip
mz-log-content
mmposter-wrap
mmposter-blockquote
mmposter-cell
mz-blockquote
mz-blockquote
mmposter-cell
mz-board
mz-board
mmposter-wrap
mmposter-blockquote
mmposter-cell
mz-cover
mz-cover
mmposter-cell
mz-paper
mz-paper
mmposter-wrap
mmposter-blockquote
mmposter-cell
mz-textquote
mz-textquote
mmposter-cell
mz-outbox
mz-innerbox
mz-outbox
mz-innerbox
mob-hid
mz-paper
mz-column
mz-img-wrap
mz-hr
clip-wrap
clip-body
clip-wrap
clip-body
flex-wrap
flex-wrap
clip-wrap
clip-body
clip-wrap
clip-img
code
clip-wrap
clip-body
clip-wrap
clip-img
flex-wrap
note-page
note-page
mz-note
mz-note
mz-note
note-left
mz-note
hr-double
lc-wrap
mz-notepage-wrap
chew-top
lc-mid
notepage-body
rowline-none
notepage-header
notepage-main
page-fullline
notepage-footer
flex-pc
mz-notepage-wrap
chew-left
notepage-body
notepage-header
notepage-main
no-sel
mz-notepage-wrap
chew-left
notepage-body
notepage-header
notepage-main
notepage-footer
notepage-footer
mz-notequote-wrap chew-left
notepage-body
notepage-header
notepage-main
notepage-footer
hr-double
mob-hid
mz-notebook-wrap
mob-hid
notebook-body
notebook-left notebook-bookmark
notepage-main
no-sel
mz-notebook-wrap
notebook-body
notebook-left
notepage-main
notebook-mid
notebook-right
notepage-main
mz-note
note-left
mz-note
note-left
notebook-mid
notebook-right
notepage-main
notebook-body
notebook-body
notebook-left/right
notepage-main
mz-talking-wrap
pc-width
talking-left
talkimg-below
talking-img
talking-box
talking-right
talkimg-below
talking-img
talking-box
talkbox-round talkbox-dark
flex-wrap
blockquote
no-sel
mz-talking-wrap
talking-left
talkimg-below
talking-img
talking-box
talking-right
talkimg-below
talking-img
talking-box
blockquote
mz-talking-wrap
pc-width
blockquote
talking-img
no-image
mz-talking-wrap
pc-width
talking-left
talkimg-below
talking-img
talking-box
blockquote
talking-left
talkimg-below
talking-right
talkimg-below
talking-img
talking-box
blockquote
talking-right
talkimg-below
talking-left
talkimg-upper
talking-img
talking-box
talkbox-lefttop
blockquote
talking-left
talkimg-upper
blockquote
talking-box
talkbox-lefttop
talking-left
talking-img
talking-box
talkbox-lefttop
talkbox-inby
blockquote
talking-box
talkbox-lefttop talkbox-inby
talking-right
talkimg-below
talking-img
talking-box
blockquote
talking-right
blockquote
mz-talking-wrap
talking-left
talking-img
talking-box
talkbox-inby
blockquote
talking-box
talkbox-lefttop talkbox-inby
talking-right
talkimg-below
talking-img
talking-box
talkbox-round
talkbox-dark
blockquote
talking-box
talkbox-round talkbox-dark
talking-right
talkimg-below
talking-img
no-image
talking-box
talkbox-doubleline
talkbox-righttop
blockquote
talking-box
talkbox-doubleline
talking-left
talkimg-below
talking-img
talking-box
talkbox-bubles
blockquote
talking-box
talkbox-bubles
talking-left
talkimg-below
talking-img
talking-box
talkbox-round
talkbox-bubles
blockquote
talking-box
talkbox-round
talkbox-bubles
mz-blockquote
no-sel
mz-tabcell
mz-tabcell
mz-tab
mz-blockquote
no-sel
mz-tab
mz-tab-line
mz-blockquote
mz-tab-line
mz-blockquote
no-sel
mz-tt
no-sel
blockquote
mz-tt
mz-tt222
no-sel
blockquote
mz-tt222
mz-tt333
no-sel
blockquote
mz-tt333
mz-tt333
meta-title
no-sel
blockquote
meta-title
meta-title
mz-tt
tt-box
no-sel
blockquote
mz-tt
tt-box
no-sel
blockquote
no-sel
blockquote
mz-tt
mz-column
mz-column
mz-column
column-333
mz-column column-nip
mz-column
column-nip
column-333
mob-hid
mob-hid
mz-column222-wrap column-wrap-111
column222-box
mz-column222-cell
column222-left
column222-left-blank
mz-column222-cell
column222-mid
mz-column222-cell
column222-mid
column222-mid-line
mz-column222-cell
column222-right
column222-right-blank
blockquote
no-sel
blockquote
no-sel
mz-column222-wrap column-wrap-{$name}
column222-box
mz-column222-cell
column222-left
column222-left-blank
mz-column222-cell
column222-mid
mz-column222-cell
column222-mid
column222-mid-line
mz-column222-cell
column222-right
column222-right-blank
blockquote
no-sel