Template:Blue Screen of Death header/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
/* Stylesheet for [[Game:Blue Screen of Death]] pages */
.bsodgame {
	background: #000082;
	border: 3px solid #000082;
	padding: 20px;
	height: 100%;
	line-height: 1.1;
	color: white;
	letter-spacing: 0.000001em;
	font-family: courier, "courier new", monospace;
}
.bsodgame a {
	color: white;
}
.bsodgame-commands ul, .bsodgame-output ul {
	list-style: none none;
}
.bsodgame-commands ul li, .bsodgame-output ul li {
	padding: 0.25em 0;
}
.bsodgame-commands ul li:before {
	content: "C:\\> ";
}
.bsodgame-box {
	background: white;
	color: #000082;
	padding: 4.5px;
	margin: 1em;
	text-align: center;
}
.bsodgame-box a {
	color: #000082;
}
.bsodgame p {
	margin: 2em;
}
.bsodgame ul {
	text-align: left;
}

/* A hack because list-style-type can't be set to a string in TemplateStyles */
.bsodgame-choices ul {
	list-style: none none;
}
.bsodgame-choices li:before {
	content: "* ";
}

.bsodgame-choices li:last-of-type:after {
	content: url("https://uncyclopedia.ca/w/images/5/5e/Blinking_caret_for_BSoD_game.gif");
	vertical-align: sub;
}

/* [[Category:Template stylesheets]] */