MediaWiki:Common.css
From StrawberryMC
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
body{background: #2e0d0d;}
#content, .mw-portlet{background: #00000000; color: white}
#mw-content, #mw-site-navigation, #mw-content-container, #mw-related-navigation, #mw-page-header-links, #mw-header-container, #mw-header, #mw-footer{background: #2e0d0d; color: white; border: none}
#content{background: #2e0d0d; color: white; border: solid #d6625e; border-radius: 5px; border-width: 2px;}
#site-navigation{background: #2e0d0d;}
.color-left, .color-right, .color-middle{background: #d6625e}
#mw-footer-container{border-top: solid 3px #d6625e}
#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {background: #571313; border: solid #d6625e; border-width: 2px 2px 0.4em; border-radius: 5px}
#mw-site-navigation .sidebar-chunk h3, #mw-related-navigation .sidebar-chunk h3{border-bottom: solid 2px #d6625e; border-radius: 5px; padding-left: 0.25em}
#footer-poweredbyico{background: #d9d9d9; border: solid #a3a3a3; border-width: 1.5px; border-radius: 4px}
@media screen and (min-width: 851px) and (max-width: 1099px) {#mw-header-nav-hack {background: #2e0d0d; color: white; border: none}}
.mw-code, pre, code{border: 2px dotted white; color: #1ba617; background: black}
.toc{background: #571313; border-width: 2px 2px 0.4em; border-color: #d6625e; margin-left: 0.75em; border-radius: 4px}
.toc .toctitle{border-bottom: solid 2px #d6625e; border-radius: 5px}
a, a:visited, .toctogglelabel {color: #3ff221}
a:hover, a:visited:hover, .toctogglelabel:hover {color: #279215; cursor: pointer; text-decoration: underline;}
h1, h2, h3 .mw-body dt{padding-left: 0.25em}
.mw-heading .mw-heading2, .firstHeading .mw-first-heading, h1, h2{border-bottom: solid 2px #d6625e;}
#ca-talk{display: none}
.infobox {
width: 250px;
border: 4px solid #d6625e;
border-radius: 2px;
background: #2e0d0d;
color: white;
font-family: monospace;
padding: 10px;
box-shadow: 0 0 10px #000;
margin-bottom: 12px;
margin-right: 12px;
float: right;
font-size: 15px;
}
.infobox-title {
font-size: 25px;
border: 4px solid #d6625e;
border-radius: 5px;
font-weight: bold;
text-align: center;
background: #d6625e;
}
.image {
max-width: 200px;
margin: auto;
padding-top: 10px;
padding-bottom: 7.5px;
}
.item-lore {
border: 2px solid #3b1010;
border-radius: 5px;
font-size: 17.5px;
color: #707070;
text-align: center;
background: #3b1010;
}
.item-rarity-label {
font-weight: bold;
position: relative;
color: white;
}
.item-stat {
margin-top: 5px;
}
.item-stat-label {
font-weight: bold;
position: relative;
}
.item-stat-label .tooltip {
visibility: hidden;
background-color: #333;
color: #fff;
text-align: center;
padding: 3px 6px;
border-radius: 4px;
position: absolute;
z-index: 1;
bottom: 120%;
left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: opacity 0.2s;
white-space: nowrap;
}
.item-stat-label:hover .tooltip {
visibility: visible;
opacity: 1;
}
.item-rarity-common { color: #FFFFFF; text-shadow: 0 0 2px #000; }
.item-rarity-uncommon { color: #55FF55; text-shadow: 0 0 2px #000; }
.item-rarity-rare { color: #5555FF; text-shadow: 0 0 2px #000; }
.item-rarity-epic { color: #FF55FF; text-shadow: 0 0 2px #000; }
.item-rarity-legendary { color: #FFFF55; text-shadow: 0 0 2px #000; }
.item-rarity-exotic { color: #55FFFF; text-shadow: 0 0 2px #000; }
.item-rarity-admin { color: #FF5555; text-shadow: 0 0 2px #000; }
.itembox .stat-magicFind { color: #94FFDF; }
.itembox .stat-fortune { color: #FFCC00; }
.itembox .stat-blast { color: #D469FF; }
.itembox .stat-moneyMulti { color: #00FF00; }
.itembox .stat-xpMulti { color: #00DAFC; }
.itembox .stat-speed { color: #D9FDFF; }
.itembox .stat-diggingPower { color: #FFA545; }