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)
(poke)
Line 4:
border-collapse: collapse;
line-height: 1.2em;
width: 23em;
}
 
/* TODO split definitions to appropriate class names when live from HTML element */
/* TODO cleanup */
.ib-pol-div td,
.ib-pol-div th {
Line 50 ⟶ 51:
}
 
.ib-pol-div .native-namenative {
font-weight: normal;
padding-top: 0.25em;
}
 
.ib-pol-div .other-nameofficial-below {
font-sizeweight: 78%bold;
}
 
.ib-pol-div .official-name-dataother {
font-weightsize: bold78%;
}
 
Line 67 ⟶ 68:
}
 
.ib-pol-div-inline {nick,
.ib-pol-div-fake-list::beforemotto {
display: inline;
}
 
.ib-pol-div-norm-in {largest,
.ib-pol-div-lang {
font-weight: normal;
display: inline;
}
 
.ib-pol-div-normal {ethnic,
.ib-pol-div-religion,
.ib-pol-div-elevation {
display: inline;
font-weight: normal;
}
 
.ib-pol-div-fake-listli {
text-indent: -0.9em;
margin-left: 1.2em;
font-weight: normal;
}
 
.ib-pol-div-fake-list::before {
content:"•\00A0";
}

Revision as of 15:19, 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 td,
.ib-pol-div .mergedtoprow th {
	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 td,
.ib-pol-div .mergedrow th {
	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 td,
.ib-pol-div .mergedbottomrow th {
	border-top: 0;
	border-bottom: 1px solid #a2a9b1;
	padding: 0 0.6em 0.4em 0.6em;
}

.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;
}