User:Ricewind/common.css
From Melvor Idle
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.
.mmgdisclaimer {
background-color: rgb(254, 246, 231);
border-left: 15px solid rgb(255, 204, 51);
border-top: none;
border-right: none;
border-bottom: none;
color: black;
width: 65%;
margin: 0.5em auto;
overflow: auto;
}
.mmgdisclaimerdark {
background-color: rgb(63, 42, 3);
border-left: 15px solid rgb(163, 122, 0);
border-top: none;
border-right: none;
border-bottom: none;
color: rgb(232, 230, 227);
width: 65%;
margin: 0.5em auto;
overflow: auto;
}