/*
Foundation Paper Theme
[2021 Wikidot Theme]
Created by Denevola.
Based on Sigma-9 Theme created by Aelanna and Dr Devan.
*/
#header {
background-image: url('https://2021.wdfiles.com/local--files/theme%3Afoundation-paper/logo-minified.svg');
}
#header h1 a {
visibility: hidden;
}
#header h1 a::before {
visibility: visible;
content: 'SCP 뉴스';
}
#header h2 span {
visibility: hidden;
}
#header h2 span::before {
visibility: visible;
content: '신속, 정확, 신뢰';
}
#page-title {
display: none;
}
#page-content {
font-size: 1.1em;
}
#page-content img.image {
border: 2px solid white;
border-radius: .5em;
box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
}
#page-content img.image + br + [style="text-align: right;"] > p > sup {
opacity: .5;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
text-align: center;
}
.yui-navset .yui-nav li em::before {
margin-right: .5em;
font-family: 'FontAwesome';
}
.yui-navset .yui-nav li:nth-child(1) em::before {
content: '\f024';
}
.yui-navset .yui-nav li:nth-child(2) em::before {
content: '\f02d';
}
.yui-navset .yui-nav li:nth-child(3) em::before {
content: '\f135';
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
padding: 1em 2em;
border-width: 1px 0 1px 0;
box-shadow: rgba(0, 0, 0, .35) 0 2px 5px;
}
.yui-navset .yui-content li,
.yui-navset .yui-navset-top .yui-content li,
.yui-navset .yui-content p,
.yui-navset .yui-navset-top .yui-content p {
line-height: 160%
}
.yui-navset .yui-content li:not(:last-child),
.yui-navset .yui-navset-top .yui-content li:not(:last-child) {
margin-bottom: 1em;
}
.yui-navset .yui-content h3,
.yui-navset .yui-navset-top .yui-content h3 {
display: inline-block;
position: relative;
margin-top: 2em;
margin-bottom: 0;
padding: .5rem;
background-color: rgb(119, 0, 0);
color: rgb(255, 255, 255);
}
.yui-navset .yui-content h3::after,
.yui-navset .yui-navset-top .yui-content h3::after {
position: absolute;
top: 0;
right: -2rem;
width: 2rem;
height: 100%;
background-color: rgb(119, 0, 0);
clip-path: polygon(100% 0, 0 0, 0 100%);
content: '';
}
.yui-navset .yui-content ul,
.yui-navset .yui-navset-top .yui-content ul {
padding: 1em 1em 1em 40px;
background-color: rgba(0, 0, 0, .06);
}
.footnotes-footer {
margin-top: 1em;
padding: 1em 2em 2em;
background-color: rgb(245, 245, 245);
border-color: rgb(128, 128, 128);
border-style: solid;
border-width: 1px 0;
}
@media (min-width: 768px) {
#main-content {
max-width: 800px;
}
}
@media (max-width: 767px) {
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
box-shadow: none;
}
}