Greenland/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
/* match body text and thumbnail caption text */
.mw-parser-output p,
.mw-parser-output .thumbcaption {
	color: green;
}
/* match wikilinks */
.mw-parser-output p a:not(.new),
.mw-parser-output > p ul li a:not(.new),
.mw-parser-output > ul li a:not(.new) {
	color: green;
	font-weight: bold;
}
/* match redlinks */
.mw-parser-output p a.new,
.mw-parser-output > p ul li a.new,
.mw-parser-output > ul li a.new {
	font-weight: bold;
}
<noinclude>[[Category:Do not categorize]]</noinclude>