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.
/* CSS placed here will be applied to all skins */
a:visited,
.mw-parser-output a.extiw:visited,
.mw-parser-output a.external:visited {
color:#723DAA;
}
/* MESSAGEBOX */
.messagebox {
border-collapse:collapse;
margin:auto;
min-width:55%;
max-width:80%;
background-color:#F7F6F4;
border:1px solid #DBDAD9;
}
.messagebox-image {
width:60px;
padding:3px 0.25em;
text-align:center;
}
.messagebox-image > img { width:60px; }
.messagebox-text {
padding:0.25em 0.5em;
font-size:1.1em;
}
.messagebox-bottomtext {
margin-top:0.25em;
margin-left:0.8em;
font-size:0.85em;
}
/* Mobile fixes */
@media screen and (max-width:600px) {
.mw-content-ltr figure {
float:none;
}
}