Template:Infobox Nation/styles.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
float: right; | float: right; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
table-layout: fixed | table-layout: fixed; | ||
font-weight: normal; | |||
} | } | ||
.infobox-title { | |||
font-size: 1.5em; | font-size: 1.5em; | ||
font-weight: bold; | font-weight: bold; | ||
| Line 17: | Line 18: | ||
padding-bottom: 0; | padding-bottom: 0; | ||
margin-bottom: 0; | margin-bottom: 0; | ||
} | |||
.infobox-title-local { | |||
font-size: 1.5em; | |||
font-weight: normal; | |||
font-style: italic; | |||
text-align: center; | |||
text-indent: 0; | |||
padding-bottom: 0; | |||
margin-bottom: 0; | |||
border-bottom: 1px solid black; | |||
} | |||
.infobox-crest-banner { | |||
text-align: center; | |||
border-bottom: 1px solid black; | |||
} | |||
.infobox-motto { | |||
font-weight: normal; | |||
border-bottom: 1px solid black; | |||
} | |||
.infobox-image-map { | |||
text-align: center; | |||
border-bottom: 1px solid black; | |||
} | } | ||
Revision as of 14:58, 13 April 2024
.infobox {
border: 1px solid #000;
margin: 0 0 0.5em 0.5em;
padding: 0.5em;
width: 30%;
float: right;
border-collapse: collapse;
table-layout: fixed;
font-weight: normal;
}
.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.5em;
font-weight: normal;
font-style: italic;
text-align: center;
text-indent: 0;
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 1px solid black;
}
.infobox-crest-banner {
text-align: center;
border-bottom: 1px solid black;
}
.infobox-motto {
font-weight: normal;
border-bottom: 1px solid black;
}
.infobox-image-map {
text-align: center;
border-bottom: 1px solid black;
}