Template:Infinite Loop header/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
/* Stylesheet for [[Game:Infinite Loop]] pages */
.infiniteloopgame-container {
	background: black;
	height: 100%;
	padding: 10px;
	cursor: default;
}
.infiniteloopgame {
	background: black;
	color: white;
	padding: 30px;
	font-size: 117%;
	width: 600px;
	border: 2px solid white;
	text-align: left;
	margin: 0 auto;
}
.infiniteloopgame-title {
	text-align: center;
	font-size: larger;
	font-weight: bold;
}
.infiniteloopgame a {
	color: white;
}
.infiniteloopgame-commands ul {
	list-style: none none;
}
.infiniteloopgame-commands ul li {
	margin-left: 4.8em;
	padding: 0.25em 0;
}
.infiniteloopgame-choices ul {
	list-style: none none;
	padding: 1em 0;
}
.infiniteloopgame-choices ul li:before {
	font-weight: bold;
	content: "-> ";
}
.infiniteloopgame-choices ul li {
	padding: 0.25em 0;
}
.infiniteloopgame-choices a {
	color: #FFE942;
}

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