No edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
body { background: #222 url(https://marathon.wiki.gallery/images/darkbg.jpg) no-repeat fixed top / cover; } | body { background: #222 url(https://marathon.wiki.gallery/images/darkbg.jpg) no-repeat fixed top / cover; } | ||
/* Site notice */ | |||
.mw-dismissable-notice { | |||
border: 2px solid #808080; | |||
border-radius: 1em; | |||
margin-bottom: 8px; | |||
} | |||
/* Indicator icons */ | /* Indicator icons */ |
Revision as of 19:30, February 17, 2025
/* CSS placed here will affect users of the Vector skin */
body { background: #222 url(https://marathon.wiki.gallery/images/darkbg.jpg) no-repeat fixed top / cover; }
/* Site notice */
.mw-dismissable-notice {
border: 2px solid #808080;
border-radius: 1em;
margin-bottom: 8px;
}
/* Indicator icons */
.mw-indicators {
top: 8px;
}
#mw-indicator-rc {
top: 16px;
font-size: 85%;
}
.mw-indicators img {
max-height: 32px !important;
width: auto !important;
}
/* External self-links */
.mw-body a.external[href^="https://www.marathonwiki.com"] {
color: #009CFF !important;
background: none;
padding: 0;
}