Template:Note/styles.css: Difference between revisions

From OnTrackNorthAmerica
(Created page with ".Note{ border-style:solid; border-width: 2px; }")
 
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
.Note{
.Note{
border-style:solid;
border-style:solid;
border-color:#45819B;
outline: 2px dashed #F39E4B;
outline-offset:2px;
border-width: 2px;
border-width: 2px;
padding: 10px;
}
}

Latest revision as of 16:54, 8 May 2024

.Note{
	border-style:solid;
	border-color:#45819B;
	outline: 2px dashed #F39E4B;
	outline-offset:2px;
	border-width: 2px;
	padding: 10px;
}