Template:Alert/styles.css

Revision as of 11:55, 3 December 2025 by FloraC (talk | contribs) (Test #4)
.alert-container
{
	border-left-width: 5px;
	border-left-style: solid;
	text-align: left;
}

.alert-text
{
	margin: 16px 0px 16px 0px;
	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;
}