Шаблон:Геоқуттӣ/styles.css

Мавод аз Википедиа — донишномаи озод
.t-geoinfobox td,
.t-geoinfobox th {
	min-width:120px; 	
}

.t-geoinfobox td:only-child,
.t-geoinfobox th:only-child {
	text-align:center;
}

.t-geoinfobox-name {
	font-size:110%;
	padding: 2px;
}

.t-geoinfobox-nickname {
	font-style: italic;
}

/* пещеры, горные объекты */
.t-geoinfobox-cave th:only-child,
.t-geoinfobox-mount th:only-child {
	background:#e7dcc3;
}

/* суша (острова, материки) */
.t-geoinfobox-surface th:only-child {
	background:#ffe4c4;
}

/* водные объекты, площади */
.t-geoinfobox-blue th:only-child,
.t-geoinfobox-water th:only-child {
	background:#c0daff;
}

/* подводные объекты */
.t-geoinfobox-underwater th:only-child {
	background:#b0e0e6;;
}

/* равнин, низменностей, болот, парков, лесов и лесничеств, заповедники, экологические регионы */
.t-geoinfobox-green th:only-child {
	background:#d0f0c0;
}

/* пустынь, побережий и пляжей */
.t-geoinfobox-yellow th:only-child {
	background:#fdeaa8;
}

/* районы и объекты Нью-Йорка */
.t-geoinfobox-ny th:only-child {
	background:#cbd5c4; 
	border:1px solid #aaaaaa;
}

.t-geoinfobox-ny th:first-child:not(:only-child) {
	background:#cbd5c4;
	text-align: right;
	padding: 0 0.5em; 
}

/* дорожные сооружения, мусорные полигоны, месторождения + угля, нефти */
.t-geoinfobox-grey th:only-child {
	background:#dcdcdc;
}

/* кратеры */
.t-geoinfobox-crater th:only-child {
	background:#fcafa7;
}