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

From Our World of Text Wiki
Jump to navigation Jump to search
(Applied formatting to the table of contents.)
(These should not apply to the table of contents.)
Line 14: Line 14:
border: 10px solid #ff0000;
border: 10px solid #ff0000;
background-color: #000000;
background-color: #000000;
}
.red-border-box {
padding: 80px;
padding: 80px;
width: calc(100% - 2 * 10px - 2 * 80px);
width: calc(100% - 2 * 10px - 2 * 80px);

Revision as of 13:55, 3 December 2024

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

p, ul, ol, dl {
	color: #FF0000;
	font-family: monospace, monospace;
	font-size: 1.1em;
}

.red-border-box, #toc {
	border-radius: 100px;
	border: 10px solid #ff0000;
	background-color: #000000;
}

.red-border-box {
	padding: 80px;
	width: calc(100% - 2 * 10px - 2 * 80px);
	min-height: 50vh;
}

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

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

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