Requires stylings:
.msgbox {
display: flex;
background: #FCFCFC;
border: 1px solid #CCC;
box-sizing: border-box;
align-items: center;
width: auto;
padding: .5em .8em;
margin: 0 auto;
margin-bottom: 1em;
}
div.msgbox + div.msgbox {
border-top: none;
margin-top: -1em;
}
:not(div.msgbox) + div.msgbox,
div.msgbox:first-of-type {
border-top-right-radius: .15em;
border-top-left-radius: .15em;
}
.msgbox #msgbox-iconimage,
.msgbox #msgbox-image {
margin: 0 1.5em 0 .5em;
}
.msgbox-mini {
padding: .5em;
margin: 0 0;
margin-bottom: 1em;
}
.msgbox-mini #msgbox-icon {
align-self: flex-start;
}
.msgbox-mini #msgbox-iconimage,
.msgbox-mini #msgbox-image {
margin: 0 .5em 0 .5em;
}
.msgbox-mini #msgbox-text {
font-size: small;
}
.msgbox-red {
background: #FDD;
border-left: 4px solid #FAA;
}
.msgbox-orange {
background: #FEC;
border-left: 4px solid #DC8;
}
.msgbox-yellow {
background: #FFC;
border-left: 4px solid #DD8;
}
.msgbox-green {
background: #DFD;
border-left: 4px solid #9C9;
}
.msgbox-blue {
background: #DEF;
border-left: 4px solid #9CD;
}
.msgbox-magenta {
background: #FDF;
border-left: 4px solid #DAD;
}
.msgbox-purple {
background: #EEF;
border-left: 4px solid #AAD;
}
/* Various styling for message boxes, based on colours/styling from [[Template:Msgbox]] */
div.mw-warning-with-logexcerpt,
.errorbox {
background: #FDD;
border-left: 4px solid #FAA;
}
.warningbox {
background: #FFC;
border-left: 4px solid #DD8;
}
.successbox {
background: #DFD;
border-left: 4px solid #9C9;
}
.successbox strong p {
margin: 0;
}
div.mw-warning-with-logexcerpt,
.errorbox,
.warningbox,
.successbox {
display: block;
padding: .5em .8em;
margin-bottom: 1em;
border: 1px solid #CCC;
}
Normal
It has been suggested that this page be moved somewhere else.
If this move affects many pages or may potentially be controversial, do not move the page until a consensus is reached. [discuss]
If this move affects many pages or may potentially be controversial, do not move the page until a consensus is reached. [discuss]
When moving, be sure to use the appropriate tool instead of simply copying and pasting the page's contents, to preserve edit history.
This article's name is unofficial.
An official name is yet to be given to the subject matter and may change at any time.
This user page is a work in progress.
Please help in the creation of this user page by expanding or improving it.
The talk page may contain suggestions.
The talk page may contain suggestions.
This feature is exclusive to Java Edition.
Section
This section's name is unofficial.
An official name is yet to be given to the subject matter and may change at any time.
This section is a work in progress.
Please help in the creation of this section by expanding or improving it.
The talk page may contain suggestions.
The talk page may contain suggestions.
This feature is exclusive to Java Edition.
Color scheme
Default message box
Red message box
Orange message box
Yellow message box
Green message box
Blue message box
Magenta message box
Purple message box