User:Ricewind/common.css: Difference between revisions

From Melvor Idle
No edit summary
No edit summary
Line 1: Line 1:
.messagebox {
.messageboxnew {
     width: 65%;
     width: 65%;
     margin: 0.5em auto;
     margin: 0.5em auto;

Revision as of 19:05, 13 June 2024

.messageboxnew {
    width: 65%;
    margin: 0.5em auto;
    border-left: 8px solid #0088dd !important;
    background-color: #f8f9fa;
    box-sizing: border-box;
    overflow: auto;
}