Difference between revisions of "Template 7"
Jump to navigation
Jump to search
(Created page with "__NOTOC__ __NOEDITSECTION__ <div id="template-container"> <div class="main"> <div style="margin: 0px; padding:1px"> <center> <!-- Header Image --> File:TemplatePhoto.j...") |
|||
Line 1: | Line 1: | ||
__NOTOC__ __NOEDITSECTION__ | __NOTOC__ __NOEDITSECTION__ | ||
<div id="template-container"> | <div id="template-container"> | ||
+ | |||
<div class="main"> | <div class="main"> | ||
− | + | <!-- --------------------- Header --------------------------- --> | |
− | + | <div style="{{#backgroundImage:TemplateBanner.jpeg}};" class="header"></div> | |
− | + | ||
− | [[File: | + | <!-- --------------------- Center picture and padding --------------------------- --> |
− | </ | + | <div class="block"> |
− | < | + | |
+ | <div class="pad" style="float: left;"></div> | ||
+ | |||
+ | <div style="padding-left: 15px;padding-right: 15px;padding-top: 10px;float: left;flex: 2;"> | ||
+ | |||
+ | <!-- Center picture --> | ||
+ | <div class="content" style="margin: 0px; padding:1px"> | ||
+ | [[File:TemplatePhoto.jpg|500px|center]] | ||
+ | </div> | ||
+ | |||
+ | <center style="padding-top: 10px;"> | ||
+ | <!-- Icons table - uses MediaWiki formatting --> | ||
+ | {| | ||
+ | ||[[File:Obrimos 2.png|center]] | ||
+ | |[[File:OneInchSpacer.png|30px]] | ||
+ | |[[File:InfiniteEdgeConservatorUnion.png|150px|center]] | ||
+ | |[[File:OneInchSpacer.png|30px]] | ||
+ | |[[File:Order rune free council.png|center]] | ||
+ | |} | ||
+ | </center> | ||
+ | |||
+ | </div> <!-- /Center picture & icons --> | ||
+ | |||
+ | <div class="pad" style="float: right"></div> | ||
+ | |||
+ | </div> <!-- /Header Block --> | ||
+ | |||
+ | <!-- --------------------- Body --------------------------- --> | ||
+ | <div class="block" style="flex-wrap:wrap;"> | ||
− | + | <div class="pad" style="float: left"></div> | |
− | + | ||
− | + | ||
− | < | + | <!-- --------------------- Main content --------------------------- --> |
− | = | + | <div align="left" class="content"> |
+ | = About = <!-- About Section --> | ||
+ | <div class="section sectionText"> | ||
'''Name:''' ENTER NAME HERE | '''Name:''' ENTER NAME HERE | ||
Line 28: | Line 59: | ||
==Biography== | ==Biography== | ||
ENTER BIOGRAPHY HERE | ENTER BIOGRAPHY HERE | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | </div> <!-- /About Section --> | |
− | + | =Speculation= <!-- Speculation Section --> | |
− | + | <div class="section sectionText" > | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Rumors == | == Rumors == | ||
* Rumor here. | * Rumor here. | ||
Line 67: | Line 70: | ||
* Rumor here. | * Rumor here. | ||
− | == Quotes == | + | ==Quotes== |
* Quote here. | * Quote here. | ||
* Quote here. | * Quote here. | ||
* Quote here. | * Quote here. | ||
− | + | </div> <!-- /Speculation Section --> | |
− | + | =Relationships= <!-- Relationships Section --> | |
− | + | <div class="section sectionText" > | |
− | = | + | <table cellspacing="15" style="width: 100%; background: transparent;margin: 0"> |
− | + | <tr> | |
− | |||
− | |||
<td width="50%" valign="top"> | <td width="50%" valign="top"> | ||
==Friends== | ==Friends== | ||
Line 88: | Line 89: | ||
</td> | </td> | ||
</tr> | </tr> | ||
− | + | </table> | |
− | + | </div> <!-- /Relationships Section --> | |
− | + | ||
− | |||
− | |||
=OOC= | =OOC= | ||
− | {{Premade|Template=Template | + | <div class="section sectionText" > <!-- OOC Section --> |
− | + | ||
− | + | == OOC Information == | |
− | + | ||
− | </div> <!-- | + | '''Player:''' YOUR NAME HERE |
+ | |||
+ | '''Player Email:''' YOUR EMAIL ADDRESS HERE | ||
+ | |||
+ | '''Storyteller:''' YOUR DIRECT ST NAME HERE | ||
+ | |||
+ | '''Storyteller Email:''' YOUR DIRECT ST EMAIL HERE | ||
+ | |||
+ | '''Location:''' LOCATION HERE | ||
+ | |||
+ | <hr> | ||
+ | {{Premade|Template=Template 7}} | ||
+ | </div> <!-- /OOC Section --> | ||
+ | |||
+ | </div> <!-- Content --> | ||
+ | </div> <!-- Text body --> | ||
+ | </div> <!-- Main content --> | ||
</div> <!-- Container --> | </div> <!-- Container --> | ||
{{#css:MyPage/werewolf.css}} | {{#css:MyPage/werewolf.css}} | ||
Line 107: | Line 122: | ||
{ | { | ||
max-width: 1000px; | max-width: 1000px; | ||
− | |||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
+ | } | ||
+ | |||
+ | /* Image header */ | ||
+ | #template-container .header | ||
+ | { | ||
+ | height: 300px; | ||
+ | background-size: contain; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center; top; | ||
} | } | ||
Line 122: | Line 145: | ||
/* content sections */ | /* content sections */ | ||
− | #template-container .section | + | #template-container .section |
{ | { | ||
padding: 10px 20px; | padding: 10px 20px; | ||
Line 128: | Line 151: | ||
} | } | ||
− | /* Header | + | /* Header block */ |
− | #template-container . | + | #template-container .block |
− | + | { | |
− | + | display: flex; | |
− | + | padding: 10px; | |
− | + | } | |
− | + | ||
− | + | /* Solid color padding blocks */ | |
− | + | #template-container .pad | |
+ | { | ||
+ | padding: 15px; | ||
+ | flex: 1; | ||
} | } | ||
Line 142: | Line 168: | ||
#template-container h1 | #template-container h1 | ||
{ | { | ||
− | font-size: | + | font-size: 40px; |
border: none; | border: none; | ||
margin: 10px 0; | margin: 10px 0; | ||
} | } | ||
− | #template-container h2 { | + | |
+ | #template-container h2 | ||
+ | { | ||
font-size: 30px; | font-size: 30px; | ||
border: none; | border: none; | ||
margin: 0px 0; | margin: 0px 0; | ||
} | } | ||
− | #template-container h3 { | + | |
+ | #template-container h3 | ||
+ | { | ||
font-size: 18px; | font-size: 18px; | ||
border: none; | border: none; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} |
Revision as of 13:42, 18 August 2020
About
Name: ENTER NAME HERE
Notable Traits: ENTER TRAITS HERE
Type: CHARACTER TYPE HERE
Character Type Subgroup: CHARACTER TYPE SUBGROUP
Union: UNION HERE
Chartered Company: CHARTERED COMPANY HERE
Biography
ENTER BIOGRAPHY HERE
Speculation
Rumors
- Rumor here.
- Rumor here.
- Rumor here.
Quotes
- Quote here.
- Quote here.
- Quote here.
Relationships
Friends |
Enemies |
OOC
OOC Information
Player: YOUR NAME HERE
Player Email: YOUR EMAIL ADDRESS HERE
Storyteller: YOUR DIRECT ST NAME HERE
Storyteller Email: YOUR DIRECT ST EMAIL HERE
Location: LOCATION HERE
Wiki Code based on the Premade Wiki Template: Template 7