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

poke
(start with this)
 
(poke)
Line 1:
/* Styles for geography infoboxes, eg countries,
country subdivisions, cities, etc. */
.ib-pol-div {
border-collapse: collapse;
line-height: 1.2em;
}
 
/* TODO cleanup */
.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 {
Anonymous user