Difference between revisions of "Template:Note/styles.css"

m (Chagen box label spacing)
m (Fix typo)
 
Line 13: Line 13:
 
padding-right:0.0em;
 
padding-right:0.0em;
 
}
 
}
.notifaction-note {
+
.notification-note {
 
border-left: solid 4px #3497db;
 
border-left: solid 4px #3497db;
 
}
 
}

Latest revision as of 20:56, 10 May 2021

/* Note box styles */
.infobox {
	padding: 1em;
	margin: 2em 0;
	border:1px solid #ccc;
}
.infobox p {
	padding: 0;
	margin: 0;
}
.boxlabel {
	font-weight:bold;
	padding-right:0.0em;
}
.notification-note {
	border-left: solid 4px #3497db;
}
.notification-tip {
	border-left: solid 4px #f2c412;
}
.notification-warning {
	border-left: solid 4px #c23c2b;
}
.notification-background {
	background:#ffd67f;
	padding:12px;
}
.notificaiton-background .boxlabel {
	display:none;
}
No categories assignedEdit