MediaWiki:Common.css
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
.infobox-title {
text-align: center;
flex: 1;
padding: 0.5rem 0;
}
.infobox-image { text-align: center; }
.infobox-table { margin: 0.5rem; }
.infobox-table th {
min-width: 5rem;
padding-right: 1rem;
}
/* Project boxes (Template:Project) */
.projectbox {
border: 5px solid var(--infobox-color);
border-radius: 5px;
}
@media screen and (min-width: 720px) {
.projectbox {
max-width: 32rem;
margin: 0 auto;
}
}
.projectbox .infobox-header {
background: var(--infobox-color);
color: white;
font-weight: bold;
display: flex;
}
.projectbox-Romhack { --infobox-color: forestgreen; }
.projectbox-Tool { --infobox-color: darkslateblue; }