Template:Infobox Story: Difference between revisions
From AnotherEidos R Wiki
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
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"> | |||
<table> | |||
<tr class="heading-row"> | |||
<td class="heading-cell"> | |||
<span style="font-size:24px; font-weight:bold; ">{{{story-name|{{PAGENAME}}}}} </span><br> | <span style="font-size:24px; font-weight:bold; ">{{{story-name|{{PAGENAME}}}}} </span><br> | ||
{{{story-subtitle|SUB}}} | {{{story-subtitle|SUB}}} | ||
</td> | </td> | ||
<td style="width:100px; display: table-cell; vertical-align: middle; line-height:1; font-weight:bold;"><span>Quest Code</span><br><div style="width:90px; height:85px; font-size:30px; display: table-cell; vertical-align: middle;"> [[{{PAGENAME}} Quests| {{{story-code|AA}}} ]]</div> | <td style="width:100px; display: table-cell; vertical-align: middle; line-height:1; font-weight:bold;"><span>Quest Code</span><br><div style="width:90px; height:85px; font-size:30px; display: table-cell; vertical-align: middle;"> [[{{PAGENAME}} Quests| {{{story-code|AA}}} ]]</div> | ||
Line 12: | Line 21: | ||
</tr> | </tr> | ||
</table> | </table> | ||
<div class=" | <div class="image-container">[[File:{{{story-image}}}|500px|center|middle]]</div> | ||
<table style=" | <table style="details-table"> | ||
<tr><th | <tr><th>Story Release</th><td>{{{story-date}}}</td> </tr> | ||
<tr> | |||
<th colspan=2>Chronology</th> | |||
</tr> | |||
<tr> | |||
<th>Previous</th> | |||
<td>{{{previous-link}}}</td> | |||
</tr> | |||
<tr> | |||
<th>Next</th> | |||
<td>{{{next-link}}}></td> | |||
</tr> | |||
</table> | </table> | ||
<span style="float:left; font-size:10px;">[[Main Storyline]]</span> | <span style="float:left; font-size:10px;">[[Main Storyline]]</span> | ||
<span style="float:right; font-size:10px;">[[Template:{{{template-name|Infobox Story}}}|[template edit]]]</span> | <span style="float:right; font-size:10px;">[[Template:{{{template-name|Infobox Story}}}|[template edit]]]</span> | ||
</div> | </div> | ||
<includeonly>[[Category:Main Story Chapter]]</includeonly> | <includeonly>[[Category:Main Story Chapter]]</includeonly> |