Template:Infobox Country: Difference between revisions
From AnotherEidos R Wiki
m 1 revision imported |
No edit summary Tag: 2017 source edit |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#css: | |||
.anados-infobox {width:400px; background:#e7e7e7; float: right; border: solid black 1px;} | |||
.anados-infobox table{ width:100%; background:#f8f9fa; padding:5px; color: #304762;} | |||
.anados-infobox .heading-row{ text-align: left; line-height:1.2; padding:5px; display: table-cell; } | |||
.anados-infobox .heading-row .heading-cell { width:80%;} | |||
.anados-infobox .heading-row .heading-cell span{font-size:24px; font-weight:bold;} | |||
.anados-infobox .heading-row .icon{width:10%; font-size:10px; text-align:center;} | |||
.anados-infobox image-container{background-color:#304762; color:white;} | |||
.anados-infobox .details-table th{background-color:#304762; color: white;} | |||
}} | |||
<div class="anados-infobox"> | |||
<div class=" | <table> | ||
<tr class="heading-row"> | |||
<table | <td class="heading-cell"> | ||
<span>{{{country-name|{{PAGENAME}}}}} <br> </span>{{{country-title|Beginning & The End}}}</td></tr> | |||
</table> | |||
<div class="image-container">[[File:{{{map-image|Map-dragon.png}}}|500px|center|middle]]</div> | |||
<table class="details-table"> | |||
<tr><th>Flag</th> <th>Leader</th></tr> | |||
<tr> | <tr> | ||
<td><div style="display:flex; flex-wrap:wrap; gap: 1px; justify-content: center;"> [[File:{{{country-flag|Dragon.png}}}|120px|center|middle]]</div></td> | |||
<td><div style="display:flex; flex-wrap:wrap; gap: 1px; justify-content: center;"> {{{leader-fs|{{:Barboros/fs}}}}}</div></td> | |||
<td><div style=" | |||
</tr> | </tr> | ||
</table> | </table> |