Test 3: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{MessageBox | {{MessageBox | ||
|text=This is a warning message box. | |||
|border= 1px solid #ab7f2a | |border= 1px solid #ab7f2a | ||
|backgroundColor= #fdf2d5 | |backgroundColor= #fdf2d5 | ||
| | |borderRadius= 5px | ||
|imageSource= [[File:Caution_yellow.png|25x25px]] | |||
|fontFamily= Rubik | |||
|fontSize= 14px | |||
}} | |||
{{MessageBox | |||
|text=This is an error message box. | |||
|border= 1px solid #9f3526 | |||
|backgroundColor= #ffe9e5 | |||
|borderRadius= 5px | |||
|imageSource= [[File:Error_red.png|25x25px]] | |||
|fontFamily= Rubik | |||
|fontSize= 14px | |||
}} | |||
{{MessageBox | |||
|text=This is an info message box. | |||
|border= 1px solid #a3caff | |||
|backgroundColor= #eaf3ff | |||
|borderRadius= 5px | |||
|imageSource= [[File:Info_blue.png|25x25px]] | |||
|fontFamily= Rubik | |||
|fontSize= 14px | |||
}} | }} |