MediaWiki:Common.css: Difference between revisions
From StrawberryMC
CmdBlock00 (talk | contribs) mNo edit summary |
CmdBlock00 (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
body{background: #2e0d0d;} | body{background: #2e0d0d;} | ||
#content, .mw-portlet{background: #00000000; color: | #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: | #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: | #content{background: #2e0d0d; color: white; border: solid #d6625e; border-radius: 5px; border-width: 2px;} | ||
#site-navigation{background: #2e0d0d;} | #site-navigation{background: #2e0d0d;} | ||
.color-left, .color-right, .color-middle{background: #d6625e} | .color-left, .color-right, .color-middle{background: #d6625e} | ||
| Line 11: | Line 11: | ||
.mw-body .mw-heading2{border-bottom: solid 2px #d6625e;} | .mw-body .mw-heading2{border-bottom: solid 2px #d6625e;} | ||
#footer-poweredbyico{background: #d9d9d9; border: solid #a3a3a3; border-width: 1.5px; border-radius: 4px} | #footer-poweredbyico{background: #d9d9d9; border: solid #a3a3a3; border-width: 1.5px; border-radius: 4px} | ||
@media screen and (min-width: 851px) and (max-width: 1099px) { | @media screen and (min-width: 851px) and (max-width: 1099px) {#mw-header-nav-hack {background: #2e0d0d; color: white; border: none}} | ||
.mw-code{border: 2px dotted white; color: #1ba617; background: black} | |||
.itembox { | .itembox { | ||
Revision as of 13:30, 13 October 2025
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: 3px; border-radius: 5px}
#mw-site-navigation .sidebar-chunk h3, #mw-related-navigation .sidebar-chunk h3{border-bottom: solid 2px #d6625e; border-radius: 5px}
.mw-body h1.firstHeading{border-bottom: solid 4px #d6625e;}
.mw-body .mw-heading2{border-bottom: solid 2px #d6625e;}
#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{border: 2px dotted white; color: #1ba617; background: black}
.itembox {
width: 300px;
border: 2px solid #333;
background: #1e1e1e;
color: white;
font-family: Minecraftia, monospace;
padding: 10px;
box-shadow: 0 0 10px #000;
margin-bottom: 12px;
}
.itembox .header {
display: flex;
align-items: center;
justify-content: space-between;
font-weight: bold;
font-size: 1.4em;
color: gold;
}
.itembox .lore {
margin-top: 8px;
font-style: italic;
color: #AAAAAA;
font-size: 0.9em;
}
.itembox .stats {
font-size: 0.95em;
line-height: 1.6;
margin-top: 8px;
}
.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; }
.item-img img {
width: 100%;
height: 100%;
object-fit: cover;
}