Game:Escape from the Deserted Island/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
/* Stylesheet for [[Game:Escape from the Deserted Island]] */
.escape-from-the-deserted-island {
	background-color: #B0E2FF;
	width: 500px;
	height: 500px;
}

.water {
	background-color: inherit;
}
.land {
	background-color: #FEF5CA;
}
td.water, td.land {
	height: 25px;
	width: 25px;
}

.escape-from-the-deserted-island-about {
	width: 200px;
	height: 200px;
	overflow: auto;
	background: white;
	padding: 5px;
	color: black;
}

.escape-from-the-deserted-island-map a.external {
	color: #FEF5CA;
}
.escape-from-the-deserted-island-map sup a.external {
	color: black;
}
/* [[Category:Stylesheets]] */