Template:Avviso permanente/styles.css

Da WikiAppunti.
Jump to navigation Jump to search
.hatnote-content {
	align-items: center;
	display: flex;
}

.hatnote-icon {
	flex-shrink: 0;
}

.hatnote-icon img {
	display: flex;
}

.hatnote-text {
	font-style: italic;
}

/* stili solo per la versione desktop */

body:not(.skin-minerva) .hatnote {
	border: 1px solid #CCC;
	display: flex;
	margin: .5em 0;
	padding: .2em .5em;
}

body:not(.skin-minerva) .hatnote-text {
	padding-left: .5em;
}

/* stili solo per la versione mobile */

body.skin-minerva .hatnote-icon {
	padding-right: 8px;
}

body.skin-minerva .hatnote-icon img {
	height: auto;
	width: 16px;
}