Template:Alert/styles.css: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
Strip down to note, tip, and warning, which should be enough for now. Decrease padding
ArrowHead294 (talk | contribs)
mNo edit summary
Line 11: Line 11:
padding: 0px 4px 0px 4px;
padding: 0px 4px 0px 4px;
text-align: left;
text-align: left;
}
.alert-icon
{
padding-right: 0.15em;
white-space: nowrap;
}
}



Revision as of 11:30, 3 February 2026

.alert-container
{
	border-left-width: 4px;
	border-left-style: solid;
	text-align: left;
}

.alert-text
{
	margin: 16px 0px 16px 0px;
	padding: 0px 4px 0px 4px;
	text-align: left;
}

.alert-icon
{
	padding-right: 0.15em;
	white-space: nowrap;
}

.alert-note
{
	border-left-color: #3366CC;
}

.alert-tip
{
	border-left-color: #2ec751;
}

.alert-warning
{
	border-left-color: #F28500;
}