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: Line 4:
border-collapse: collapse;
border-collapse: collapse;
line-height: 1.2em;
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 td,
.ib-pol-div th {
.ib-pol-div th {
Line 50: Line 51:
}
}


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


.ib-pol-div .other-name {
.ib-pol-div-official-below {
font-size: 78%;
font-weight: bold;
}
}


.ib-pol-div .official-name-data {
.ib-pol-div-other {
font-weight: bold;
font-size: 78%;
}
}


Line 67: Line 68:
}
}


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


.ib-pol-div-norm-in {
.ib-pol-div-largest,
.ib-pol-div-lang {
font-weight: normal;
font-weight: normal;
display: inline;
}
}


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


.ib-pol-div-fake-list {
.ib-pol-div-fake-li {
text-indent: -0.9em;
text-indent: -0.9em;
margin-left: 1.2em;
margin-left: 1.2em;
font-weight: normal;
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;
}