Difference between revisions of "Persephone"
(Created page with "Persephone of Argos") |
|||
Line 1: | Line 1: | ||
− | + | __NOTOC__ __NOEDITSECTION__ | |
+ | <div id="template-container"> | ||
+ | <div class="main"> | ||
+ | <!-- Header Image --> | ||
+ | <div class="header" style="{{#backgroundImage:TemplateBanner.jpeg}};"></div> | ||
+ | |||
+ | <!-- Information --> | ||
+ | <div class="section sectionText"> | ||
+ | <div class="portrait"> | ||
+ | [[File:TemplatePhoto.jpg]] | ||
+ | <div align="left" class="headerSection"> | ||
+ | Domain: Domain | ||
+ | |||
+ | Player: [mailto:example@example.com Player] | ||
+ | |||
+ | VST: [mailto:example@example.com VST] | ||
+ | </div> | ||
+ | </div> | ||
+ | =Information= | ||
+ | '''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 | ||
+ | |||
+ | There must be enough text to extend below the side info... | ||
+ | |||
+ | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in odio vulputate, viverra ante nec, ultricies enim. Aenean vel hendrerit magna. Vestibulum quis suscipit dui. Sed vel nulla tempus, suscipit tortor ac, fringilla ex. Ut pellentesque, odio a luctus elementum, tortor sapien tempus nibh, sed lacinia sem magna non tortor. Aliquam et ex molestie, dignissim mi vel, sollicitudin quam. Aenean id magna lorem. Cras rhoncus aliquam arcu, non rutrum nibh hendrerit nec. | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="quote contentText">"Quote here" <br><b>- Who said it!</b> | ||
+ | </div> | ||
+ | |||
+ | <div class="section sectionText"> | ||
+ | =Relationships= | ||
+ | |||
+ | ==Allies== | ||
+ | * | ||
+ | ==Enemies== | ||
+ | * | ||
+ | </div> | ||
+ | <div class="quote contentText">"Quote here" <br><b>- Who said it!</b> | ||
+ | </div> | ||
+ | <div class="section sectionText"> | ||
+ | =Speculation= | ||
+ | |||
+ | == Rumors == | ||
+ | * Rumor here. | ||
+ | * Rumor here. | ||
+ | * Rumor here. | ||
+ | |||
+ | == Quotes == | ||
+ | * Quote here. | ||
+ | * Quote here. | ||
+ | * Quote here. | ||
+ | </div> | ||
+ | |||
+ | <div class="quote contentText">"Quote here" <br><b>- Who said it!</b> | ||
+ | </div> | ||
+ | |||
+ | <div class="section sectionText"> | ||
+ | == 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 | ||
+ | |||
+ | {{Premade|Template=Template 8}} | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | {{#css:MyPage/vampire.css}} | ||
+ | {{#css: | ||
+ | #template-container | ||
+ | { | ||
+ | padding-top:2em; | ||
+ | padding-bottom:2em; | ||
+ | background-size:cover; | ||
+ | background-attachment:fixed; | ||
+ | } | ||
+ | |||
+ | /* Image header */ | ||
+ | #template-container .header | ||
+ | { | ||
+ | height: 300px; | ||
+ | background-size: contain; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center; top; | ||
+ | } | ||
+ | |||
+ | #template-container .main | ||
+ | { | ||
+ | max-width:820px; | ||
+ | margin:auto; | ||
+ | padding:20px; | ||
+ | } | ||
+ | |||
+ | #template-container .headerSection | ||
+ | { | ||
+ | font-size:small; | ||
+ | width: 250px; | ||
+ | padding-left: 10px; | ||
+ | padding-top: 7px; | ||
+ | padding-bottom: 7px; | ||
+ | padding-right: 10px; | ||
+ | margin: 10px 10px 10px 10px; | ||
+ | box-shadow: 6px 6px 10px 2px rgba(10,7,10,1) | ||
+ | } | ||
+ | |||
+ | #template-container ul | ||
+ | { | ||
+ | list-style: none | ||
+ | } | ||
+ | |||
+ | #template-container li::before | ||
+ | { | ||
+ | display: inline-block; | ||
+ | width: 1em; | ||
+ | margin-left: -1em | ||
+ | } | ||
+ | |||
+ | #template-container .quote | ||
+ | { | ||
+ | font-size:1.4em; | ||
+ | margin:20px 0px; | ||
+ | padding:20px 80px; | ||
+ | } | ||
+ | |||
+ | #template-container .section | ||
+ | { | ||
+ | margin:20px 0px; | ||
+ | padding:15px 40px; | ||
+ | } | ||
+ | |||
+ | #template-container h1 | ||
+ | { | ||
+ | font-size:2.2em; | ||
+ | border:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | #template-container h2 | ||
+ | { | ||
+ | margin:0.5em 0 0.3em 0; | ||
+ | font-size:1.4em; | ||
+ | font-weight:bold; | ||
+ | border:none; | ||
+ | } | ||
+ | |||
+ | #template-container .my-divider img | ||
+ | { | ||
+ | width:100%; | ||
+ | height:auto; | ||
+ | } | ||
+ | |||
+ | #template-container .portrait | ||
+ | { | ||
+ | float:right; | ||
+ | padding:10px; | ||
+ | clear:both; | ||
+ | } | ||
+ | |||
+ | #template-container .portrait img | ||
+ | { | ||
+ | width:270px; | ||
+ | margin:10px; | ||
+ | height:auto; | ||
+ | } | ||
+ | |||
+ | #template-container td | ||
+ | { | ||
+ | text-align:right; | ||
+ | } | ||
+ | |||
+ | }} |
Revision as of 14:40, 28 November 2020
Information
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
There must be enough text to extend below the side info...
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in odio vulputate, viverra ante nec, ultricies enim. Aenean vel hendrerit magna. Vestibulum quis suscipit dui. Sed vel nulla tempus, suscipit tortor ac, fringilla ex. Ut pellentesque, odio a luctus elementum, tortor sapien tempus nibh, sed lacinia sem magna non tortor. Aliquam et ex molestie, dignissim mi vel, sollicitudin quam. Aenean id magna lorem. Cras rhoncus aliquam arcu, non rutrum nibh hendrerit nec.
- Who said it!
Relationships
Allies
Enemies
- Who said it!
Speculation
Rumors
- Rumor here.
- Rumor here.
- Rumor here.
Quotes
- Quote here.
- Quote here.
- Quote here.
- Who said it!
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 8