Vorlage:Alert/style.css

Aus Steel Beasts Wiki
.alert {
	margin-bottom: 1rem;
}

.alert p {
	margin-top: 0;
	margin-bottom: 0;
}

.alert kbd {
	padding: 0.1rem 0.25rem;
}

html.skin-citizen-dark .alert.mw-message-box-success a {
	filter: brightness(0.5);
}

body.skin-citizen .alert.max-700 {
    max-width: calc( 90% - 300px ); /* OOF */
}

p.alerttitle {
    font-weight: bold;
}

.alert .alerttitle:empty {
	display: none;
}