User:Dat Hack3r/styles.css

From Our World of Text Wiki
< User:Dat Hack3r
Revision as of 14:17, 16 April 2024 by Dat Hack3r (talk | contribs) (Dat Hack3r moved page User:Dat Hack3r/Userpage/styles.css to User:Dat Hack3r/styles.css without leaving a redirect: I'm applying these TemplateStyles directly to my user page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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: #FFFF00;
}