| Welcome to the independent BOXBOY WIKI! |
|---|
|
After ten years on Fandom, we forked on January 14, 2025. If you have edited the Fandom wiki and would like to reclaim your account, click here. To ensure that you only visit the independent wiki going forward, install the Indie Wiki Buddy browser extension. |
MediaWiki:Common.css: Difference between revisions
From BOXBOY WIKI!
Jump to navigationJump to search
SuperHamster (talk | contribs) (Increase width for full-width infobox) |
SuperHamster (talk | contribs) (Create centering class) |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.text-center { | |||
text-align: center; | |||
} | |||
.infobox { | .infobox { | ||
border: 3px solid #000; | border: 3px solid #000; | ||
Revision as of 18:03, 12 January 2025
/* CSS placed here will be applied to all skins */
.text-center {
text-align: center;
}
.infobox {
border: 3px solid #000;
width: 300px;
}
.infobox th {
width: 50%;
border: 0px;
background-color: #bbbbbb;
}
@media screen and (max-width: 600px) {
.infobox {
width: 100%;
}
}