If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
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.
/* CSS placed here will be applied to all skins */
/*
* Message box template
*/
.msgbox {
margin: 0em 2em 1em 3em;
border: 1px solid #888;
background: #ddd;
color: #000;
-moz-border-radius: 0 8px 0 8px;
border-radius: 0 8px 0 8px;
padding: 0;
border-spacing: 0;
}
.msgbox td {
vertical-align: middle;
padding: 0.5em 1em 0.5em 0em;
width: 100%;
}
.msgbox .msgboximg {
vertical-align: middle;
width: 0%;
padding: 0.5em 1em 0.5em 1em;
}