Template:Alert/styles.css: Difference between revisions
Jump to navigation
Jump to search
m Test |
m Test #2 |
||
| Line 2: | Line 2: | ||
{ | { | ||
display: block; | display: block; | ||
width: | width: 100%; | ||
border-left-width: 5px; | border-left-width: 5px; | ||
border-left-style: solid; | border-left-style: solid; | ||
| Line 10: | Line 10: | ||
.alert-text | .alert-text | ||
{ | { | ||
padding: 0px 7px 0px 7px; | padding: 0px 7px 0px 7px; | ||
text-align: left; | text-align: left; | ||
Revision as of 11:52, 3 December 2025
.alert-container
{
display: block;
width: 100%;
border-left-width: 5px;
border-left-style: solid;
text-align: left;
}
.alert-text
{
padding: 0px 7px 0px 7px;
text-align: left;
}
.alert-caution
{
border-left-color: #B32424;
}
.alert-important
{
border-left-color: DarkOrchid;
}
.alert-note
{
border-left-color: #3366CC;
}
.alert-tip
{
border-left-color: #2ec751;
}
.alert-warning
{
border-left-color: #F28500;
}