MediaWiki:Common.css: Difference between revisions
From StrawberryMC
CmdBlock00 (talk | contribs) mNo edit summary |
CmdBlock00 (talk | contribs) mNo edit summary |
||
| Line 3: | Line 3: | ||
#mw-header-container{background: #1f0303} | #mw-header-container{background: #1f0303} | ||
#mw-header{background: #2e0d0d; color: #bd4844} | #mw-header{background: #2e0d0d; color: #bd4844} | ||
#mw-site-navigation{background: #2e0d0d} | #mw-site-navigation, #mw-content-container{background: #2e0d0d} | ||
#mw-related-navigation{background: #2e0d0d} | #mw-related-navigation{background: #2e0d0d} | ||
#mw-page-header-links{background: #2e0d0d} | #mw-page-header-links{background: #2e0d0d} | ||
#mw-footer{background: #2e0d0d;} | #mw-footer{background: #2e0d0d;} | ||
#site-navigation{background: #2e0d0d;} | #site-navigation{background: #2e0d0d;} | ||
.mw-portlet{background: #571313; color: #bd4844} | .mw-portlet{background: #571313; color: #bd4844} | ||
.color-left{background: #d6625e} | .color-left{background: #d6625e} | ||
Revision as of 13:41, 12 October 2025
body{background: #2e0d0d;}
#content{background: #571313; color: #bd4844}
#mw-header-container{background: #1f0303}
#mw-header{background: #2e0d0d; color: #bd4844}
#mw-site-navigation, #mw-content-container{background: #2e0d0d}
#mw-related-navigation{background: #2e0d0d}
#mw-page-header-links{background: #2e0d0d}
#mw-footer{background: #2e0d0d;}
#site-navigation{background: #2e0d0d;}
.mw-portlet{background: #571313; color: #bd4844}
.color-left{background: #d6625e}
.color-right{background: #d6625e}
.color-middle{background: #d6625e}
#mw-site-navigation .sidebar-chunk {background: #571313; border: solid #d6625e}
#mw-related-navigation .sidebar-chunk {background: #571313; border: solid #d6625e}
#mw-site-navigation .sidebar-chunk h3{border-bottom: solid 2px #d6625e;}
#mw-related-navigation .sidebar-chunk h3{border-bottom: solid 2px #d6625e;}
.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;
}