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

From Our World of Text Wiki
Jump to navigation Jump to search
(The clicked links looking goofy has had me for a long time.)
(That's not what I meant.)
Line 25: Line 25:


.red-border-box a:visited {
.red-border-box a:visited {
color: #08FF00;
color: #88FF00;
}
}

Revision as of 16:28, 15 November 2024

p, .mw-headline {
	color: #FF0000;
	font-family: monospace, monospace;
}

p {
	font-size: 1.1em;
}

.red-border-box {
	border-radius: 100px;
	border: 10px solid #ff0000;
	background-color: #000000;
	padding: 80px;
	width: calc(100% - 2 * 10px - 2 * 80px);
}

.red-border-box .hatnote {
	color: #808080;
}

.red-border-box a:link {
	color: #00FF00;
}

.red-border-box a:visited {
	color: #88FF00;
}