Шаблон:Геокар/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 .infobox-above,
.t-geoinfobox-cave .infobox-header,
.t-geoinfobox-cave .infobox-below,
.t-geoinfobox-mount .infobox-above,
.t-geoinfobox-mount .infobox-header,
.t-geoinfobox-mount .infobox-below {
	background:#e7dcc3;
}

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

/* водные объекты, площади */
.t-geoinfobox-water .infobox-above,
.t-geoinfobox-water .infobox-below {
	font-weight:bold; 
	text-align:center; 
	font-size:110%; 
	background:#e0e8ff; 
	border:1px solid #4877c8;
}

.t-geoinfobox-water .infobox-label {
	text-align:right;
	font-size:100%;
	background:#e0e8ff;
	border:1px solid #4877c8;
}

/* подводные объекты */
.t-geoinfobox-underwater .infobox-above,
.t-geoinfobox-underwater .infobox-header,
.t-geoinfobox-underwater .infobox-below {
	background:#b0e0e6;
}

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

/* пустынь, побережий и пляжей */
.t-geoinfobox-yellow .infobox-above,
.t-geoinfobox-yellow .infobox-header,
.t-geoinfobox-yellow .infobox-below {
	background:#eeeea7;
}

/* дорожные сооружения, мусорные полигоны, месторождения + угля, нефти */
.t-geoinfobox-grey .infobox-above,
.t-geoinfobox-grey .infobox-header,
.t-geoinfobox-grey .infobox-below {
	background:#eaecf0;
}