User:Dat Hack3r/styles.css: Difference between revisions

From Our World of Text Wiki
Jump to navigation Jump to search
(Dat Hack3r changed the content model of the page User:Dat Hack3r/Userpage/styles.css from "CSS" to "Sanitized CSS": For template styles on my userpage.)
Tag: content model change
(I guess I have to use my own ID for it to apply to the user page text.)
Line 1: Line 1:
.bodyContent, h2, h3, h4, h5, h6, .mw-headline {
#bodyContent, h2, h3, h4, h5, h6, .mw-headline {
font-size: 1.1em;
font-size: 1.1em;
color: red;
color: red;
font-family: monospace, monospace;
font-family: monospace, monospace;
}
}

Revision as of 14:43, 15 April 2024

#bodyContent, h2, h3, h4, h5, h6, .mw-headline {
	font-size: 1.1em;
	color: red;
	font-family: monospace, monospace;
}