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

From Our World of Text Wiki
Jump to navigation Jump to search
Dat Hack3r (talk | contribs)
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.
Dat Hack3r (talk | contribs)
Table of contents border too thick.
 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
.bodyContent, h2, h3, h4, h5, h6, .mw-headline {
p, .mw-headline {
color: #FF0000;
font-family: monospace, monospace;
}
 
p, ul, ol, dl, .toctitle {
color: #FF0000;
font-family: monospace, monospace;
font-size: 1.1em;
font-size: 1.1em;
color: red;
}
font-family: monospace, monospace;
 
.red-border-box {
border-radius: 100px;
border: 10px solid #ff0000;
background-color: #000000;
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;
}
 
.toc {
border-color: #ff0000;
background-color: #000000;
}
}

Latest revision as of 14:05, 3 December 2024

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

p, ul, ol, dl, .toctitle {
	color: #FF0000;
	font-family: monospace, monospace;
	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);
	min-height: 50vh;
}

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

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

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

.toc {
	border-color: #ff0000;
	background-color: #000000;
}