MediaWiki:Common.css
Jump to navigation
Jump to search
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.
body { font-size: 150%; font-family: Tahoma, Verdana, sans-serif; }
.mw-body { color: #f2f2f2; }
h1, h2, h3, h4, h5, h6 { color: #f2f2f2; }
#footer ul li { color: #f2f2f2 !important; }
p.infobox {
margin-top: 0em;
margin-bottom: 0em;
}
p.infobox-c {
margin-top: 0em;
margin-bottom: 0em;
text-align: center;
}
td.infobox{
padding: 10px;
}
div.infobox{
float:right;
border: 6px double lightgray;
outline: 12px none;
}
.infobox-image{
display: flex;
justify-content: center;
position: relative;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}