User:Ricewind/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.
.messageboxnew {
width: 65%;
margin: 0.5em auto;
border-left: 8px solid #0088dd !important;
border-color: var(--messagebox-border);
background-color: var(--messagebox-background);
box-sizing: border-box;
overflow: auto;
}
.messagebox {
clear: both;
width: 65%;
margin: auto;
margin-bottom: 0.5em;
border-width: 1px;
border-left: 8px solid #0088dd !important;
}