Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:Bginfo/styles.css: Difference between revisions

Template page
Content deleted Content added
Created page with ".bginfo{ border:1px dotted #666666; padding:0.5em; font-family:cambria,serif; margin:1em 1em 1em 3em; font-style:italic; } .bginfo > p:nth-child(1){ margin:0; } .bginfo > p:nth-child(2), .bginfo > p:nth-child(3){ margin:0.5em 0 0 0; } .bginfo i{ font-style:normal; }"
 
Tesinormed changed the content model of the page Template:Bginfo/styles.css from "CSS" to "Sanitized CSS"
 
(No difference)

Latest revision as of 06:48, December 1, 2024

.bginfo{
	border:1px dotted #666666;
	padding:0.5em;
	font-family:cambria,serif;
	margin:1em 1em 1em 3em;
	font-style:italic;
}
.bginfo > p:nth-child(1){
	margin:0;
}
.bginfo > p:nth-child(2),
.bginfo > p:nth-child(3){
	margin:0.5em 0 0 0;
}
.bginfo i{
	font-style:normal;
}