MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 1: | Line 1: | ||
:root { | :root { | ||
--side-panel-width: 342px; | --side-panel-width: 342px; | ||
| Line 13: | Line 11: | ||
@media only screen and (max-width: 1024px) { | @media only screen and (max-width: 1024px) { | ||
:root { | :root{ | ||
--side-panel-width: 250px; | |||
--side-panel-width-subtract: 278px; | |||
} | } | ||
} | } | ||
a:link { | |||
color: #1462b6; | |||
} | } | ||
a:visited { | |||
color: #1462b6; | color: #1462b6; | ||
} | } | ||
| Line 35: | Line 26: | ||
color: #1a6bc5; | color: #1a6bc5; | ||
} | } | ||
a:active { | |||
/ | color: #1462b6; | ||
. | } | ||
.no-padding { padding: | @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap"); | ||
. | html,body{ | ||
. | height:100%; | ||
. | width:100%; | ||
padding:0; | |||
margin:0; | |||
font-family:"Montserrat",sans-serif | |||
} | |||
body{ | |||
background:#4288ff url(/resources/assets/Wikibg_x3.png) repeat no-repeat fixed center bottom | |||
} | |||
.box-right{ | |||
float: right; | |||
clear: right; | |||
} | |||
.box-right.border-box{ | |||
display: inline-block; | |||
float: initial; | |||
} | |||
.border-box:has(img){ | |||
margin-top: 4px; | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | |||
.no-padding{ | |||
padding:0px | |||
} | |||
.hidden{ | |||
display:none | |||
} | |||
.section-text ul{ | |||
font-size:1.15em; | |||
} | |||
.section-text p, .mw-body-content p{ | |||
font-size:1.15em; | |||
max-width:1000px; | |||
width: calc(100% - var(--side-panel-width-subtract)); | |||
} | |||
.mw-body-content td p { | |||
font-size:1em; | |||
width: initial; | |||
} | |||
.section-text .styled-table,.section-text .styled-table ul{ | |||
font-size:1em | |||
} | |||
.mw-collapsible-toggle{ | |||
float: right; | |||
} | |||
.section-text .mw-collapsible-text, .mw-collapsible-toggle{ | |||
color: var(--dark-text-color); | |||
font-size: 0.75em; | |||
} | } | ||
#mw-page-base{ | |||
background-color:transparent; | |||
background-image:none | |||
} | } | ||
.mw-body{ | |||
background-color:rgba(255,255,255,0.5); | |||
. | box-shadow: inset 100px 100px 200px 0 rgba(255, 255, 255, 0.5), 2px 2px 20px rgba(0,0,0,0.5); | ||
border-radius: 8px; | |||
max-width: 1200px; | |||
margin-left: 15%; | |||
border-width: 0px; | |||
backdrop-filter: blur(10px); | |||
} | } | ||
.border-box-inner table{ | |||
margin-left: auto; | |||
margin-right: auto; | |||
min-width: 50%; | |||
text-align: center; | |||
} | } | ||
.border-box | .border-box-inner.no-padding{ | ||
padding:0px | |||
} | } | ||
. | .section-text{ | ||
margin-bottom:25px | |||
} | } | ||
. | ul.no-bullet{ | ||
list-style-type:none; | |||
list-style-image:none; | |||
padding:0px; | |||
margin:0px | |||
} | } | ||
. | |||
.info-box ul{ | |||
list-style-type:none; | |||
list-style-image:none; | |||
padding:0px; | |||
margin:0px | |||
} | } | ||
h1 { | h1{ | ||
color: var(--heading-color); | |||
font-family: inherit !important; | |||
text-align: center; | |||
border-width: 0; | |||
position: relative; | position: relative; | ||
display: block; | display: block; | ||
padding-bottom: 10px; /* Adjust as needed */ | |||
border: 10px solid red; | |||
border-color: red; | |||
border-image-repeat:stretch stretch; | |||
border-image: url(/resources/assets/h1underline.png); | border-image: url(/resources/assets/h1underline.png); | ||
border-image-slice: 100% 50% fill; | border-image-slice: 100% 50% fill; | ||
border-width: 0 32px 16px 32px; | |||
height: 26px; | |||
} | } | ||
h1::after { | h1::after { | ||
content: ''; | content: ''; | ||
height: 0; /* Adjust as needed */ | |||
display: block; | display: block; | ||
border-bottom: 2px solid var(--heading-underline-color); | border-bottom: 2px solid var(--heading-underline-color);; | ||
} | } | ||
h2 { | h2{ | ||
background-image:url(/resources/assets/h2underline.png); | |||
background-repeat:no-repeat; | |||
background-position: 0px 24px; | |||
text-indent: 12px; | |||
height: 32px; | |||
border-width: 0; | |||
font-family: inherit !important; | |||
margin-bottom: 16px !important; | |||
} | |||
body:not(:has(.spoiler-hidden)) h3{ | |||
text-decoration-line: underline; | |||
text-decoration-color: #bb2748; | |||
text-decoration-thickness: 2px; | |||
text-underline-offset: 2px; | |||
} | |||
h3{ | |||
height: 32px; | |||
border-width: 0; | |||
font-size: 1.25em !important; | |||
font-weight: normal !important; | |||
font-family: inherit !important; | |||
} | } | ||
.spoiler-hidden{ | |||
background-color:rgba(200,200,230,0.45) !important; | |||
box-shadow: 2px 2px 10px rgba(0,0,0,0.5); | |||
border-radius: 8px; | |||
backdrop-filter: blur(10px); | |||
max-width: inherit !important; | |||
cursor: pointer; | |||
} | } | ||
body: | |||
.fullwidth-table{ | |||
width: 100%; | |||
table-layout: fixed; | |||
} | |||
.fullwidth-table tr{ | |||
background-color: transparent; | |||
} | |||
.fullwidth-table td{ | |||
width: 0; | |||
text-align: left !important; | |||
background-color: transparent; | |||
} | |||
.mw-body-content:has(.info-box, #toc) h2, .mw-body-content:has(.infobox, #toc) h2{ | |||
width: calc(100% - var(--side-panel-width-subtract)); | |||
} | |||
.mw-body-content h2{ | |||
width: 100%; | |||
} | |||
.mw-body-content h2 .mw-editsection{ | |||
display:block; | |||
position:absolute; | |||
right:50px; | |||
top:15px | |||
} | |||
#mw-head{ | |||
max-width: 1200px; | |||
margin-left: 15%; | |||
right: initial; | |||
} | |||
#left-navigation | |||
{ | |||
display: none !important; | |||
} | |||
.mw-category-generated #mw-pages h2{ | |||
text-align:inherit; | |||
width:inherit; | |||
height:inherit; | |||
background:inherit | |||
} | |||
table.main-page{ | |||
font-size:1.1em; | |||
max-width:none | |||
} | |||
table.main-page td{ | |||
vertical-align:text-top; | |||
} | |||
.table-header th{ | |||
padding:5px | |||
} | |||
.table-row td{ | |||
padding:5px | |||
} | |||
table.main-page td{ | |||
text-align:left | |||
} | |||
.border-box-inner { | |||
position: relative; | |||
overflow: hidden; | |||
border-radius: 3px; | |||
} | |||
#main-page-logo-wrapper{ | |||
margin-top: -54px; | |||
} | } | ||
.border-box, #main-page-logo-wrapper{ | |||
. | box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75); | ||
border-radius: 5px; | |||
} | } | ||
. | .border-box-inner, #main-page-logo-container{ | ||
box-shadow: inset 1px 0px 1px 0px rgba(255,255,255,0.5), | |||
inset 0px 1px 1px 0px rgba(255,255,255,0.5), | |||
inset -1px 0px 1px 0px rgba(255,255,255,0.2), | |||
inset 0px -1px 1px 0px rgba(255,255,255,0.2); | |||
border-radius: 5px; | |||
} | } | ||
. | .image img:not([src*="gif"]), #main-page-logo-container img{ | ||
border-radius: 5px; | |||
position: relative; | |||
top:0; | |||
left:0; | |||
height: 100%; | |||
z-index: -1; | |||
} | } | ||
. | |||
.locationIconContainer{ | |||
background-color: #9a9f2b; | |||
border-radius: 4px; | |||
padding: 4px; | |||
width: 48px; | |||
height: 48px; | |||
vertical-align: middle; | |||
text-align: center; | |||
line-height: 40px; | |||
display: inline-block; | |||
overflow: hidden; | |||
} | |||
.locationIconContainer.big{ | |||
border-radius: 16px; | |||
width: 132px; | |||
height: 132px; | |||
line-height: 120px; | |||
} | |||
.locationIcon{ | |||
} | |||
.styled-table{ | |||
width: 100%; | |||
} | |||
.styled-table.narrow{ | |||
width: calc(60% - 165px) !important; | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | |||
.styled-table.narrow:has(.info-box, #toc){ | |||
margin-left: calc(25% - 165px); | |||
} | |||
.styled-table, .info-box, #toc ul{ | |||
border: 2px solid var(--table-border-color); | |||
border-radius: 5px; | |||
border-collapse: separate; | |||
background-color: var(--table-heading-color); | |||
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75), | |||
inset 1px 0px 1px 0px rgba(255,255,255,0.5), | |||
inset 0px 1px 1px 0px rgba(255,255,255,0.5), | |||
inset -1px 0px 1px 0px rgba(255,255,255,0.25), | |||
inset 0px -1px 1px 0px rgba(255,255,255,0.25); | |||
margin-bottom: 16px; | |||
table-layout: fixed; | |||
padding: 1px; | |||
} | } | ||
.mw-body-content:has(.info-box, #toc) .styled-table, .mw-body-content:has(.infobox, #toc) .styled-table{ | |||
.styled-table { | width: calc(100% - var(--side-panel-width-subtract)); | ||
} | |||
.styled-table td{ | |||
width: 0; | |||
border-radius: 2px; | |||
padding: 4px; | |||
} | |||
.info-box td{ | |||
padding: 8px; | |||
text-align: center; | |||
border-radius: 2px; | |||
} | |||
.styled-table ul{ | |||
list-style: none; | |||
margin: 0; | |||
} | |||
.styled-table th, .info-box th{ | |||
background-color: var(--table-heading-color); | |||
padding: 6px; | |||
color: var(--dark-text-color); | |||
} | } | ||
.info-box th{ | |||
.info-box th { | width: 33%; | ||
} | } | ||
.styled-table | .styled-table .table-header th{ | ||
min-width:100px | |||
} | } | ||
.styled-table | .styled-table tr, .info-box tr, #toc li{ | ||
background-color:rgba(255,255,255,0.9); | |||
} | } | ||
. | .item-price-box{ | ||
float:right; | |||
clear:right; | |||
width:334px; | |||
margin-left: 15px; | |||
font-size: 1.15em; | |||
} | } | ||
. | .item-price-box-hidden{ | ||
display:none | |||
} | } | ||
. | .info-box{ | ||
float:right; | |||
clear:right; | |||
} | } | ||
. | .item-info-box{ | ||
position:relative; | |||
width: var(--side-panel-width); | |||
margin-left:15px; | |||
margin-bottom:16px; | |||
} | } | ||
.infobox .npc-icon,.infobox .pcs-icon{ | |||
. | width:100%; | ||
. | text-align:center; | ||
. | margin-bottom:17px; | ||
margin-top:10px | |||
} | |||
.infobox .pcs-icon img{ | |||
width:100% | |||
} | |||
.npc-sprites-hidden,.npc-icon-hidden{ | |||
display:none | |||
} | |||
#toc ul::before{ | |||
font-weight: bold; | |||
font-size: 1.15em; | |||
background-color:#d8b885; | |||
content: "Contents"; | |||
display: block; | |||
padding: 6px; | |||
color: var(--dark-text-color); | |||
text-align: center; | |||
} | |||
#toc{ | |||
background:none; | |||
border:none; | |||
width: var(--side-panel-width); | |||
float: right; | |||
clear: right; | |||
z-index: -100; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
#toc li{ | |||
border-radius: 2px; | |||
padding: 4px; | |||
margin: 2px; | |||
} | |||
#toc .toctitle{ | |||
display: none; | |||
} | |||
#toc .toctitle #mw-toc-heading{ | |||
} | |||
#toc .toctitle .toctogglespan{ | |||
} | |||
#toc .toclevel-1 ul{ | |||
display:none | |||
} | |||
.infobox{ | |||
width: var(--side-panel-width); | |||
margin-bottom:30px; | |||
margin-left:25px | |||
} | |||
.infobox .infobox-top{ | |||
width: var(--side-panel-width); | |||
height:54px; | |||
background-image:url(/resources/assets/InfoBoxTop_x2.png) | |||
} | |||
.infobox .infobox-top .infobox-name{ | |||
width:100%; | |||
height:100%; | |||
text-align:center; | |||
padding-top:13px; | |||
font-size:1.4em; | |||
font-weight:bold | |||
} | |||
.infobox .infobox-middle{ | |||
width: var(--side-panel-width); | |||
background-image:url(/resources/assets/InfoBoxMiddle_x2.png); | |||
background-repeat:repeat-y | |||
} | |||
.infobox .infobox-middle .infobox-content{ | |||
width:292px; | |||
padding-top:5px; | |||
padding-bottom:1px; | |||
padding-left:25px; | |||
padding-right:25px | |||
} | |||
.infobox .infobox-bottom{ | |||
width: var(--side-panel-width); | |||
height:28px; | |||
background-image:url(/resources/assets/InfoBoxBottom_x2.png) | |||
} | |||
.infobox table{ | |||
width:100% | |||
} | |||
.infobox table td.heading{ | |||
background-color:rgba(160,111,50,0.5); | |||
font-weight:bold; | |||
text-align:center; | |||
min-width:100px | |||
} | |||
.official-link img{ | |||
width:25px; | |||
margin-right:5px | |||
} | |||
#main-page-logo-container{ | |||
text-align:center; | |||
margin-bottom:25px | |||
} | |||
#main-page-logo-container .main-logo{ | |||
position:absolute; | |||
margin-left:95px; | |||
margin-top:-104px | |||
} | |||
#main-page-wrapper{ | |||
text-align:center | |||
} | |||
#main-page-content{ | |||
display:inline-block | |||
} | |||
#main-page-content h2{ | |||
margin-left:auto; | |||
margin-right:auto | |||
} | |||
#welcome-p{ | |||
font-size:1.2em; | |||
margin-bottom:30px; | |||
margin-top:20px; | |||
} | } | ||
. | @media (max-width: 1055px){ | ||
.infobox.main-page{ | |||
float:none; | |||
margin-left:auto; | |||
margin-right:auto | |||
} | |||
} | } | ||
. | .spoiler-hidden{ | ||
background-color:#4288ff; | |||
padding:15px; | |||
max-width:1000px | |||
} | } | ||
. | .spoiler-hidden h3{ | ||
padding-top:0px; | |||
margin-top:0px | |||
} | } | ||
. | |||
.non-styled-table tr{ | |||
background-color:transparent; | |||
} | } | ||
. | .non-styled-table td{ | ||
padding: 0; | |||
} | } | ||
. | |||
.center{ | |||
text-align: center; | |||
} | } | ||
. | |||
.selflink{ | |||
color: #1c71c9 !important; | |||
font-weight: normal !important; | |||
} | } | ||
. | |||
.half-size-image { | |||
-moz-transform:scale(0.5); | |||
-webkit-transform:scale(0.5); | |||
transform:scale(0.5); | |||
image-rendering: optimizeSpeed; | |||
image-rendering: pixelated; | |||
-ms-interpolation-mode: nearest-neighbor; | |||
image-rendering: crisp-edges; | |||
} | |||
.item-description{ | |||
font-style: italic; | |||
padding-top: 8px; | |||
} | } | ||
. | |||
.mw-parser-output:not(:has(h2)) .info-box | |||
{ | |||
width: 400px; | |||
float: none !important; | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | } | ||
#footer | |||
{ | |||
background-color:rgba(200,200,230,0.45); | |||
box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.25), 2px 2px 10px rgba(0,0,0,0.5); | |||
border-bottom-right-radius: 8px; | |||
border-bottom-left-radius: 8px; | |||
max-width: 1000px; | |||
margin-left: 20%; | |||
margin-top: 0; | |||
border-width: 0px; | |||
padding-bottom: 24px; | |||
padding-top: 16px; | |||
backdrop-filter: blur(10px); | |||
z-index: 10; | |||
text-align: center; | |||
} | } | ||
#footer-places{ | |||
height: 16px; | |||
} | } | ||
# | #footer-icons{ | ||
margin-top: -24px; | |||
height: 150px; | |||
} | } | ||
#mw-panel{ | |||
padding-left: 0; | |||
} | |||
#p-navigation, #p-tb{ | |||
margin-left: 0; | |||
background-color:rgba(200,200,230,0.15); | |||
box-shadow: inset 100px 100px 200px 0 rgba(255, 255, 255, 0.5), 2px 2px 5px rgba(0,0,0,0.5); | |||
} | } | ||
#p-navigation{ | |||
border-top-right-radius: 8px; | |||
border-bottom-right-radius: 8px; | |||
margin-bottom: 8px; | |||
} | |||
#p-tb{ | |||
border-top-right-radius: 8px; | |||
border-bottom-right-radius: 8px; | |||
} | } | ||
. | .vector-menu-heading-label{ | ||
color: black; | |||
font-weight: bold; | |||
} | } | ||
.vector-menu-tabs{ | |||
background: none; | |||
} | |||
.vector-menu-tabs li | |||
{ | |||
background-image: none; | |||
background-color:rgba(255,255,255,0.35); | |||
backdrop-filter: blur(10px); | |||
} | |||
.vector-menu-tabs li a{ | |||
padding-top: 13px; | |||
} | |||
.vector-menu-tabs li:first-child { | |||
border-top-left-radius: 8px; | |||
} | |||
.vector-menu-tabs li:last-child { | |||
border-top-right-radius: 8px; | |||
} | } | ||
.vector-menu-tabs .selected{ | |||
background-image: none; | |||
background-color:rgba(255,255,255,0.55); | |||
} | } | ||
# | |||
#searchform{ | |||
margin-top: 5px; | |||
margin-left: 6px; | |||
box-shadow: 1px 1px 3px rgba(0,0,0,0.5); | |||
} | } | ||
# | #searchform input{ | ||
border-radius: 4px; | |||
background-color:rgba(255,255,255,0.55); | |||
border: none; | |||
} | } | ||
# | #searchform input:focus{ | ||
background-color: #fff; | |||
} | } | ||
#catlinks{ | |||
background-color:rgba(255,255,255,0.5) !important; | |||
box-shadow: 1px 1px 2px rgba(0,0,0,0.25); | |||
border-radius: 4px; | |||
border: none; | |||
} | } | ||
.proverbsBox{ | |||
width: var(--side-panel-width); | |||
float: right; | |||
clear: right; | |||
} | } | ||
.conditionsBox{ | |||
width: var(--side-panel-width); | |||
float: right; | |||
clear: right; | |||
} | } | ||
img{ | |||
max-width: 100%; | |||
max-height:100%; | |||
} | } | ||
@media only screen and (max-width: 1024px) { | @media only screen and (max-width: 1024px) { | ||
#mw-panel{ | |||
width: 15%; | |||
} | |||
p{ | |||
width: auto !important; | |||
} | |||
#mw-head-base, #mw-head | |||
{ | |||
margin-left: 0; | |||
} | |||
#p-logo a{ | |||
background-position: top center; | |||
margin-top: -40px; | |||
} | |||
#toc, .info-box, .conditionsBox, .proverbsBox{ | |||
} | |||
.styled-table{ | |||
width: 100%; | |||
} | |||
#footer{ | |||
margin: 0; | |||
height: 128px; | |||
margin-left: 18%; | |||
width: 76%; | |||
} | |||
} | |||
@media only screen and (min-width: 769px) { | |||
.mobileOnly{display: none;} | |||
} | } | ||
@media only screen and (max-width: 768px) { | @media only screen and (max-width: 768px) { | ||
.desktopOnly{display: none;} | |||
#right-navigation{ | |||
width: 50%; | |||
} | |||
#p-search{ | |||
width: | |||
} | |||
#toc, .info-box, .conditionsBox, .proverbsBox, .styled-table{ | |||
margin-left: 0; | |||
float: none; | |||
width: 100% !important; | |||
} | |||
.vector-search-box-inner{ | |||
width: auto; | |||
} | |||
.mw-portlet{ | |||
display: none; | |||
} | |||
.mw-body{ | |||
margin-left: 0; | |||
} | |||
#toc, .info-box, .conditionsBox, .proverbsBox, .styled-table{ | |||
margin-left: 0; | |||
float: none; | |||
width: 100% !important; | |||
} | |||
h2{ | |||
width: auto !important; | |||
} | |||
.mw-body{ | |||
padding: 0.5em; | |||
} | |||
#footer{ | |||
width: 96%; | |||
margin: 0; | |||
height: 128px; | |||
} | |||
#footer li{ | |||
display: block; | |||
float: none; | |||
} | |||
#footer-icons{ | |||
height: 0; | |||
} | |||
} | } | ||
Revision as of 10:54, 7 July 2025
:root {
--side-panel-width: 342px;
--side-panel-width-subtract: 370px;
--heading-color: #000;
--heading-underline-color: #bb2748;
--table-heading-color: #d8b885;
--table-border-color: #a06f32;
--table-empty-color: #d8b885;
--dark-text-color: #3c2913;
}
@media only screen and (max-width: 1024px) {
:root{
--side-panel-width: 250px;
--side-panel-width-subtract: 278px;
}
}
a:link {
color: #1462b6;
}
a:visited {
color: #1462b6;
}
a:hover {
color: #1a6bc5;
}
a:active {
color: #1462b6;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
html,body{
height:100%;
width:100%;
padding:0;
margin:0;
font-family:"Montserrat",sans-serif
}
body{
background:#4288ff url(/resources/assets/Wikibg_x3.png) repeat no-repeat fixed center bottom
}
.box-right{
float: right;
clear: right;
}
.box-right.border-box{
display: inline-block;
float: initial;
}
.border-box:has(img){
margin-top: 4px;
margin-left: auto;
margin-right: auto;
}
.no-padding{
padding:0px
}
.hidden{
display:none
}
.section-text ul{
font-size:1.15em;
}
.section-text p, .mw-body-content p{
font-size:1.15em;
max-width:1000px;
width: calc(100% - var(--side-panel-width-subtract));
}
.mw-body-content td p {
font-size:1em;
width: initial;
}
.section-text .styled-table,.section-text .styled-table ul{
font-size:1em
}
.mw-collapsible-toggle{
float: right;
}
.section-text .mw-collapsible-text, .mw-collapsible-toggle{
color: var(--dark-text-color);
font-size: 0.75em;
}
#mw-page-base{
background-color:transparent;
background-image:none
}
.mw-body{
background-color:rgba(255,255,255,0.5);
box-shadow: inset 100px 100px 200px 0 rgba(255, 255, 255, 0.5), 2px 2px 20px rgba(0,0,0,0.5);
border-radius: 8px;
max-width: 1200px;
margin-left: 15%;
border-width: 0px;
backdrop-filter: blur(10px);
}
.border-box-inner table{
margin-left: auto;
margin-right: auto;
min-width: 50%;
text-align: center;
}
.border-box-inner.no-padding{
padding:0px
}
.section-text{
margin-bottom:25px
}
ul.no-bullet{
list-style-type:none;
list-style-image:none;
padding:0px;
margin:0px
}
.info-box ul{
list-style-type:none;
list-style-image:none;
padding:0px;
margin:0px
}
h1{
color: var(--heading-color);
font-family: inherit !important;
text-align: center;
border-width: 0;
position: relative;
display: block;
padding-bottom: 10px; /* Adjust as needed */
border: 10px solid red;
border-color: red;
border-image-repeat:stretch stretch;
border-image: url(/resources/assets/h1underline.png);
border-image-slice: 100% 50% fill;
border-width: 0 32px 16px 32px;
height: 26px;
}
h1::after {
content: '';
height: 0; /* Adjust as needed */
display: block;
border-bottom: 2px solid var(--heading-underline-color);;
}
h2{
background-image:url(/resources/assets/h2underline.png);
background-repeat:no-repeat;
background-position: 0px 24px;
text-indent: 12px;
height: 32px;
border-width: 0;
font-family: inherit !important;
margin-bottom: 16px !important;
}
body:not(:has(.spoiler-hidden)) h3{
text-decoration-line: underline;
text-decoration-color: #bb2748;
text-decoration-thickness: 2px;
text-underline-offset: 2px;
}
h3{
height: 32px;
border-width: 0;
font-size: 1.25em !important;
font-weight: normal !important;
font-family: inherit !important;
}
.spoiler-hidden{
background-color:rgba(200,200,230,0.45) !important;
box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
border-radius: 8px;
backdrop-filter: blur(10px);
max-width: inherit !important;
cursor: pointer;
}
.fullwidth-table{
width: 100%;
table-layout: fixed;
}
.fullwidth-table tr{
background-color: transparent;
}
.fullwidth-table td{
width: 0;
text-align: left !important;
background-color: transparent;
}
.mw-body-content:has(.info-box, #toc) h2, .mw-body-content:has(.infobox, #toc) h2{
width: calc(100% - var(--side-panel-width-subtract));
}
.mw-body-content h2{
width: 100%;
}
.mw-body-content h2 .mw-editsection{
display:block;
position:absolute;
right:50px;
top:15px
}
#mw-head{
max-width: 1200px;
margin-left: 15%;
right: initial;
}
#left-navigation
{
display: none !important;
}
.mw-category-generated #mw-pages h2{
text-align:inherit;
width:inherit;
height:inherit;
background:inherit
}
table.main-page{
font-size:1.1em;
max-width:none
}
table.main-page td{
vertical-align:text-top;
}
.table-header th{
padding:5px
}
.table-row td{
padding:5px
}
table.main-page td{
text-align:left
}
.border-box-inner {
position: relative;
overflow: hidden;
border-radius: 3px;
}
#main-page-logo-wrapper{
margin-top: -54px;
}
.border-box, #main-page-logo-wrapper{
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
border-radius: 5px;
}
.border-box-inner, #main-page-logo-container{
box-shadow: inset 1px 0px 1px 0px rgba(255,255,255,0.5),
inset 0px 1px 1px 0px rgba(255,255,255,0.5),
inset -1px 0px 1px 0px rgba(255,255,255,0.2),
inset 0px -1px 1px 0px rgba(255,255,255,0.2);
border-radius: 5px;
}
.image img:not([src*="gif"]), #main-page-logo-container img{
border-radius: 5px;
position: relative;
top:0;
left:0;
height: 100%;
z-index: -1;
}
.locationIconContainer{
background-color: #9a9f2b;
border-radius: 4px;
padding: 4px;
width: 48px;
height: 48px;
vertical-align: middle;
text-align: center;
line-height: 40px;
display: inline-block;
overflow: hidden;
}
.locationIconContainer.big{
border-radius: 16px;
width: 132px;
height: 132px;
line-height: 120px;
}
.locationIcon{
}
.styled-table{
width: 100%;
}
.styled-table.narrow{
width: calc(60% - 165px) !important;
margin-left: auto;
margin-right: auto;
}
.styled-table.narrow:has(.info-box, #toc){
margin-left: calc(25% - 165px);
}
.styled-table, .info-box, #toc ul{
border: 2px solid var(--table-border-color);
border-radius: 5px;
border-collapse: separate;
background-color: var(--table-heading-color);
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75),
inset 1px 0px 1px 0px rgba(255,255,255,0.5),
inset 0px 1px 1px 0px rgba(255,255,255,0.5),
inset -1px 0px 1px 0px rgba(255,255,255,0.25),
inset 0px -1px 1px 0px rgba(255,255,255,0.25);
margin-bottom: 16px;
table-layout: fixed;
padding: 1px;
}
.mw-body-content:has(.info-box, #toc) .styled-table, .mw-body-content:has(.infobox, #toc) .styled-table{
width: calc(100% - var(--side-panel-width-subtract));
}
.styled-table td{
width: 0;
border-radius: 2px;
padding: 4px;
}
.info-box td{
padding: 8px;
text-align: center;
border-radius: 2px;
}
.styled-table ul{
list-style: none;
margin: 0;
}
.styled-table th, .info-box th{
background-color: var(--table-heading-color);
padding: 6px;
color: var(--dark-text-color);
}
.info-box th{
width: 33%;
}
.styled-table .table-header th{
min-width:100px
}
.styled-table tr, .info-box tr, #toc li{
background-color:rgba(255,255,255,0.9);
}
.item-price-box{
float:right;
clear:right;
width:334px;
margin-left: 15px;
font-size: 1.15em;
}
.item-price-box-hidden{
display:none
}
.info-box{
float:right;
clear:right;
}
.item-info-box{
position:relative;
width: var(--side-panel-width);
margin-left:15px;
margin-bottom:16px;
}
.infobox .npc-icon,.infobox .pcs-icon{
width:100%;
text-align:center;
margin-bottom:17px;
margin-top:10px
}
.infobox .pcs-icon img{
width:100%
}
.npc-sprites-hidden,.npc-icon-hidden{
display:none
}
#toc ul::before{
font-weight: bold;
font-size: 1.15em;
background-color:#d8b885;
content: "Contents";
display: block;
padding: 6px;
color: var(--dark-text-color);
text-align: center;
}
#toc{
background:none;
border:none;
width: var(--side-panel-width);
float: right;
clear: right;
z-index: -100;
margin: 0;
padding: 0;
}
#toc li{
border-radius: 2px;
padding: 4px;
margin: 2px;
}
#toc .toctitle{
display: none;
}
#toc .toctitle #mw-toc-heading{
}
#toc .toctitle .toctogglespan{
}
#toc .toclevel-1 ul{
display:none
}
.infobox{
width: var(--side-panel-width);
margin-bottom:30px;
margin-left:25px
}
.infobox .infobox-top{
width: var(--side-panel-width);
height:54px;
background-image:url(/resources/assets/InfoBoxTop_x2.png)
}
.infobox .infobox-top .infobox-name{
width:100%;
height:100%;
text-align:center;
padding-top:13px;
font-size:1.4em;
font-weight:bold
}
.infobox .infobox-middle{
width: var(--side-panel-width);
background-image:url(/resources/assets/InfoBoxMiddle_x2.png);
background-repeat:repeat-y
}
.infobox .infobox-middle .infobox-content{
width:292px;
padding-top:5px;
padding-bottom:1px;
padding-left:25px;
padding-right:25px
}
.infobox .infobox-bottom{
width: var(--side-panel-width);
height:28px;
background-image:url(/resources/assets/InfoBoxBottom_x2.png)
}
.infobox table{
width:100%
}
.infobox table td.heading{
background-color:rgba(160,111,50,0.5);
font-weight:bold;
text-align:center;
min-width:100px
}
.official-link img{
width:25px;
margin-right:5px
}
#main-page-logo-container{
text-align:center;
margin-bottom:25px
}
#main-page-logo-container .main-logo{
position:absolute;
margin-left:95px;
margin-top:-104px
}
#main-page-wrapper{
text-align:center
}
#main-page-content{
display:inline-block
}
#main-page-content h2{
margin-left:auto;
margin-right:auto
}
#welcome-p{
font-size:1.2em;
margin-bottom:30px;
margin-top:20px;
}
@media (max-width: 1055px){
.infobox.main-page{
float:none;
margin-left:auto;
margin-right:auto
}
}
.spoiler-hidden{
background-color:#4288ff;
padding:15px;
max-width:1000px
}
.spoiler-hidden h3{
padding-top:0px;
margin-top:0px
}
.non-styled-table tr{
background-color:transparent;
}
.non-styled-table td{
padding: 0;
}
.center{
text-align: center;
}
.selflink{
color: #1c71c9 !important;
font-weight: normal !important;
}
.half-size-image {
-moz-transform:scale(0.5);
-webkit-transform:scale(0.5);
transform:scale(0.5);
image-rendering: optimizeSpeed;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
image-rendering: crisp-edges;
}
.item-description{
font-style: italic;
padding-top: 8px;
}
.mw-parser-output:not(:has(h2)) .info-box
{
width: 400px;
float: none !important;
margin-left: auto;
margin-right: auto;
}
#footer
{
background-color:rgba(200,200,230,0.45);
box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.25), 2px 2px 10px rgba(0,0,0,0.5);
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
max-width: 1000px;
margin-left: 20%;
margin-top: 0;
border-width: 0px;
padding-bottom: 24px;
padding-top: 16px;
backdrop-filter: blur(10px);
z-index: 10;
text-align: center;
}
#footer-places{
height: 16px;
}
#footer-icons{
margin-top: -24px;
height: 150px;
}
#mw-panel{
padding-left: 0;
}
#p-navigation, #p-tb{
margin-left: 0;
background-color:rgba(200,200,230,0.15);
box-shadow: inset 100px 100px 200px 0 rgba(255, 255, 255, 0.5), 2px 2px 5px rgba(0,0,0,0.5);
}
#p-navigation{
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
margin-bottom: 8px;
}
#p-tb{
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
.vector-menu-heading-label{
color: black;
font-weight: bold;
}
.vector-menu-tabs{
background: none;
}
.vector-menu-tabs li
{
background-image: none;
background-color:rgba(255,255,255,0.35);
backdrop-filter: blur(10px);
}
.vector-menu-tabs li a{
padding-top: 13px;
}
.vector-menu-tabs li:first-child {
border-top-left-radius: 8px;
}
.vector-menu-tabs li:last-child {
border-top-right-radius: 8px;
}
.vector-menu-tabs .selected{
background-image: none;
background-color:rgba(255,255,255,0.55);
}
#searchform{
margin-top: 5px;
margin-left: 6px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
#searchform input{
border-radius: 4px;
background-color:rgba(255,255,255,0.55);
border: none;
}
#searchform input:focus{
background-color: #fff;
}
#catlinks{
background-color:rgba(255,255,255,0.5) !important;
box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
border-radius: 4px;
border: none;
}
.proverbsBox{
width: var(--side-panel-width);
float: right;
clear: right;
}
.conditionsBox{
width: var(--side-panel-width);
float: right;
clear: right;
}
img{
max-width: 100%;
max-height:100%;
}
@media only screen and (max-width: 1024px) {
#mw-panel{
width: 15%;
}
p{
width: auto !important;
}
#mw-head-base, #mw-head
{
margin-left: 0;
}
#p-logo a{
background-position: top center;
margin-top: -40px;
}
#toc, .info-box, .conditionsBox, .proverbsBox{
}
.styled-table{
width: 100%;
}
#footer{
margin: 0;
height: 128px;
margin-left: 18%;
width: 76%;
}
}
@media only screen and (min-width: 769px) {
.mobileOnly{display: none;}
}
@media only screen and (max-width: 768px) {
.desktopOnly{display: none;}
#right-navigation{
width: 50%;
}
#p-search{
width:
}
#toc, .info-box, .conditionsBox, .proverbsBox, .styled-table{
margin-left: 0;
float: none;
width: 100% !important;
}
.vector-search-box-inner{
width: auto;
}
.mw-portlet{
display: none;
}
.mw-body{
margin-left: 0;
}
#toc, .info-box, .conditionsBox, .proverbsBox, .styled-table{
margin-left: 0;
float: none;
width: 100% !important;
}
h2{
width: auto !important;
}
.mw-body{
padding: 0.5em;
}
#footer{
width: 96%;
margin: 0;
height: 128px;
}
#footer li{
display: block;
float: none;
}
#footer-icons{
height: 0;
}
}