Actions

Template

MessageBox/styles.css: Difference between revisions

From Project Rebearth

Created page with ".rb-msgbox { width: 70%; margin: 10px auto; } .rb-msgbox-border { background-color: #3e2318; padding: 3px; } .rb-msgbox-content { background-color: #f3e5ab; color: #3e2318; padding: 12px 20px; } .rb-msgbox-title { font-weight: 700; margin-bottom: 6px; } .rb-msgbox-text { font-size: 0.9rem; line-height: 1.5; }"
 
No edit summary
 
Line 1: Line 1:
.rb-msgbox {
.rb-msgbox {
     width: 70%;
     width: 50%;
     margin: 10px auto;
     margin: 10px auto;
}
}

Latest revision as of 19:15, 9 February 2026

.rb-msgbox {
    width: 50%;
    margin: 10px auto;
}

.rb-msgbox-border {
    background-color: #3e2318;
    padding: 3px;
}

.rb-msgbox-content {
    background-color: #f3e5ab;
    color: #3e2318;
    padding: 12px 20px;
}

.rb-msgbox-title {
    font-weight: 700;
    margin-bottom: 6px;
}

.rb-msgbox-text {
    font-size: 0.9rem;
    line-height: 1.5;
}