.mapcg img {
height: 200px;
object-fit: cover;
object-position: 0 3%;
}
/* 문단을 나무위키처럼 */
.reference-paragraph {
border-bottom: 1px solid #777!important;
}
.mw-headline {
font-weight: bold;
}
.mw-headline-number {
cursor: pointer;
}
.mw-headline-number:hover {
text-decoration: underline;
}
.mw-editsection {
float: right;
font-weight: bold;
}
.mw-editsection-visualeditor {
display: none;
}
.mw-editsection-divider {
display: none;
}
.RTsettings {
display: none;
}
.referencetooltip li {
border: none;
border-radius: 3px;
box-shadow: 0 0 2px rgba(137, 137, 137, 0.30);
max-width: 400px;
padding: 15px;
word-break: break-all;
}
.referencetooltip li+li {
border-top-color: transparent;
margin-top: 0;
margin-bottom: -5px;
}
sup.reference {
font-weight: inherit;
font-style: inherit;
}
.mw-references-wrap, .mw-references-columns {
margin: 1.5em 0;
padding: .5em 0;
}
pre:not(.wikiEditor-ui) {
border-radius: 3px;
padding: 7px;
font-family: monospace;
text-align: left;
}
.mw-highlight .hll {
background-color: hsla(60, 100%, 50%, .25);
}
code {
padding: 0.2rem 0.4rem;
font-size: 90%;
border-radius: 0.25rem;
}
.wikiEditor-ui pre {
border: none!important;
font-family: monospace;
}
.CodeMirror {
font-family: monospace,monospace;
}
.mw-category-generated .number-link {
display: none!important;
}
.Liberty .nav-wrapper {
box-shadow: none;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:hover {
background-color: hsla(0,0%,100%,.1);
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:focus {
background-color: hsla(0,0%,100%,.1);
}
.dropdown-menu .dropdown-item:focus {
background-color: hsla(0,0%,100%,.1);
}
.mw-parser-output > ul, .mw-parser-output > ol, .mw-parser-output > dl {
margin-bottom: .8rem!important;
}
ul + ul, ul + ol, ul + dl, ol + ul, ol + ol, ol + dl, dl + ul, dl + ol, dl + dl {
margin-top: .8rem!important;
}
.mw-parser-output > center {
margin-bottom: .8rem!important;
}