Template:Infobox Nation/styles.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (18 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.infobox { | .infobox { | ||
border: 1px solid # | border: 1px solid #a2a9b1; | ||
margin: 0 0 0.5em 0.5em; | margin: 0 0.5em 0.5em 0.5em; | ||
padding: 0.5em; | padding: 0.5em; | ||
width: 30%; | width: 30%; | ||
| Line 22: | Line 22: | ||
.infobox-title-local { | .infobox-title-local { | ||
font-size: 1. | font-size: 1.25em; | ||
font-weight: normal; | font-weight: normal; | ||
font-style: italic; | font-style: italic; | ||
| Line 29: | Line 29: | ||
padding-bottom: 0; | padding-bottom: 0; | ||
margin-bottom: 0; | margin-bottom: 0; | ||
border-bottom: 1px solid | border-bottom: 1px solid #a2a9b1; | ||
} | } | ||
.infobox-crest-banner { | .infobox-crest-banner { | ||
text-align: center; | text-align: center; | ||
border-bottom: 1px solid | border-bottom: 1px solid #a2a9b1; | ||
} | } | ||
.infobox-motto { | .infobox-motto { | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
.infobox-image-map { | .infobox-image-map { | ||
text-align: center; | text-align: center; | ||
border-bottom: 1px solid | border-top: 1px solid #a2a9b1; | ||
} | |||
.infobox-image-map-text { | |||
text-align: center; | |||
border-bottom: 1px solid #a2a9b1; | |||
} | |||
.infobox-tr-divider { | |||
border-top: 1px solid #a2a9b1; | |||
} | |||
.infobox-th { | |||
text-align: left; | |||
vertical-align: top; | |||
padding-left: 1em; | |||
width: 50%; | |||
} | |||
.infobox-td { | |||
text-align: left; | |||
vertical-align: top; | |||
padding-left: -1em; | |||
width: 50%; | |||
} | |||
.infobox-th-wide { | |||
text-align: left; | |||
vertical-align: top; | |||
padding-left: 1em; | |||
width: 80% !important; | |||
} | |||
.infobox-td-narrow { | |||
text-align: left; | |||
vertical-align: top; | |||
padding-left: 1em; | |||
width: 20% !important; | |||
} | |||
.unbolded { | |||
font-weight: normal; | |||
line-height: 80%; | |||
} | |||
.fake-li { | |||
text-indent: -0.9em; | |||
margin-left: 1.2em; | |||
font-weight: normal; | |||
} | } | ||
Latest revision as of 11:44, 20 April 2024
.infobox {
border: 1px solid #a2a9b1;
margin: 0 0.5em 0.5em 0.5em;
padding: 0.5em;
width: 30%;
float: right;
border-collapse: collapse;
table-layout: fixed;
font-weight: normal;
background-color: #f8f9fa;
}
.infobox-title {
font-size: 1.5em;
font-weight: bold;
text-align: center;
text-indent: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.infobox-title-local {
font-size: 1.25em;
font-weight: normal;
font-style: italic;
text-align: center;
text-indent: 0;
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 1px solid #a2a9b1;
}
.infobox-crest-banner {
text-align: center;
border-bottom: 1px solid #a2a9b1;
}
.infobox-motto {
font-weight: normal;
}
.infobox-image-map {
text-align: center;
border-top: 1px solid #a2a9b1;
}
.infobox-image-map-text {
text-align: center;
border-bottom: 1px solid #a2a9b1;
}
.infobox-tr-divider {
border-top: 1px solid #a2a9b1;
}
.infobox-th {
text-align: left;
vertical-align: top;
padding-left: 1em;
width: 50%;
}
.infobox-td {
text-align: left;
vertical-align: top;
padding-left: -1em;
width: 50%;
}
.infobox-th-wide {
text-align: left;
vertical-align: top;
padding-left: 1em;
width: 80% !important;
}
.infobox-td-narrow {
text-align: left;
vertical-align: top;
padding-left: 1em;
width: 20% !important;
}
.unbolded {
font-weight: normal;
line-height: 80%;
}
.fake-li {
text-indent: -0.9em;
margin-left: 1.2em;
font-weight: normal;
}