Template:Infobox political division/styles.css: Difference between revisions

From TEPwiki, Urth's Encyclopedia
Jump to navigation Jump to search
Content added Content deleted
(poke)
(add .maptable)
Line 15: Line 15:


/* TODO split definitions to appropriate class names when live from HTML element */
/* TODO split definitions to appropriate class names when live from HTML element */
.ib-pol-div .mergedtoprow td,
.ib-pol-div .mergedtoprow .infobox-full-data,
.ib-pol-div .mergedtoprow th {
.ib-pol-div .mergedtoprow .infobox-header,
.ib-pol-div .mergedtoprow .infobox-data,
.ib-pol-div .mergedtoprow .infobox-label,
.ib-pol-div .mergedtoprow .infobox-below {
border-top: 1px solid #a2a9b1;
border-top: 1px solid #a2a9b1;
padding: 0.4em 0.6em 0.2em 0.6em;
padding: 0.4em 0.6em 0.2em 0.6em;
Line 22: Line 25:


/* TODO split definitions to appropriate class names when live from HTML element */
/* TODO split definitions to appropriate class names when live from HTML element */
.ib-pol-div .mergedrow td,
.ib-pol-div .mergedrow .infobox-full-data,
.ib-pol-div .mergedrow th {
.ib-pol-div .mergedrow .infobox-data,
.ib-pol-div .mergedrow .infobox-label {
border: 0;
border: 0;
padding: 0 0.6em 0.2em 0.6em;
padding: 0 0.6em 0.2em 0.6em;
Line 29: Line 33:


/* TODO split definitions to appropriate class names when live from HTML element */
/* TODO split definitions to appropriate class names when live from HTML element */
.ib-pol-div .mergedbottomrow td,
.ib-pol-div .mergedbottomrow .infobox-header,
.ib-pol-div .mergedbottomrow th {
.ib-pol-div .mergedbottomrow .infobox-data,
.ib-pol-div .mergedbottomrow .infobox-label {
border-top: 0;
border-top: 0;
border-bottom: 1px solid #a2a9b1;
border-bottom: 1px solid #a2a9b1;
padding: 0 0.6em 0.4em 0.6em;
padding: 0 0.6em 0.4em 0.6em;
}

.ib-pol-div .maptable {
border: 0;
padding: 0;
}
}



Revision as of 15:41, 8 September 2021

/* Styles for geography infoboxes, eg countries,
   country subdivisions, cities, etc.            */
.ib-pol-div {
	border-collapse: collapse;
	line-height: 1.2em;
	width: 23em;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.ib-pol-div td,
.ib-pol-div th {
	border-top: 1px solid #a2a9b1;
	padding: 0.4em 0.6em 0.4em 0.6em;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.ib-pol-div .mergedtoprow .infobox-full-data,
.ib-pol-div .mergedtoprow .infobox-header,
.ib-pol-div .mergedtoprow .infobox-data,
.ib-pol-div .mergedtoprow .infobox-label,
.ib-pol-div .mergedtoprow .infobox-below {
	border-top: 1px solid #a2a9b1;
	padding: 0.4em 0.6em 0.2em 0.6em;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.ib-pol-div .mergedrow .infobox-full-data,
.ib-pol-div .mergedrow .infobox-data,
.ib-pol-div .mergedrow .infobox-label {
	border: 0;
	padding: 0 0.6em 0.2em 0.6em;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.ib-pol-div .mergedbottomrow .infobox-header,
.ib-pol-div .mergedbottomrow .infobox-data,
.ib-pol-div .mergedbottomrow .infobox-label {
	border-top: 0;
	border-bottom: 1px solid #a2a9b1;
	padding: 0 0.6em 0.4em 0.6em;
}

.ib-pol-div .maptable {
	border: 0;
	padding: 0;
}

.ib-pol-div .infobox-header,
.ib-pol-div .infobox-below {
	text-align: left;
}

.ib-pol-div .infobox-above {
	font-size: 1.25em;
	line-height: 1.2em;
}

.ib-pol-div .infobox-subheader {
	background-color: #cddeff;
	font-weight: bold;
}

.ib-pol-div-native {
	font-weight: normal;
	padding-top: 0.25em;
}

.ib-pol-div-official-below {
	font-weight: bold;
}

.ib-pol-div-other {
	font-size: 78%;
}

.ib-pol-div-caption {
	padding-top: 0.4em;
}

.ib-pol-div-nick,
.ib-pol-div-motto {
	display: inline;
}

.ib-pol-div-largest,
.ib-pol-div-lang {
	font-weight: normal;
}

.ib-pol-div-ethnic,
.ib-pol-div-religion,
.ib-pol-div-elevation {
	display: inline;
	font-weight: normal;
}

.ib-pol-div-fake-li {
	text-indent: -0.9em;
	margin-left: 1.2em;
	font-weight: normal;
}