Difference between revisions of "Katherine Davis"
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: GA-016-D | |
− | + | ||
− | + | Player: [mailto:aniekfowles@gmail.com Jamie Holland] | |
− | + | ||
− | | | + | VST: [mailto:mesmaconvstmasq@gmail.com Brian W.] |
− | + | </div> | |
− | + | </div> | |
− | + | =Information= | |
− | + | '''Name:''' Katherine Davis | |
+ | |||
+ | '''Notable Traits:''' The angelic woman with dark hair and green eyes, yet looks human. | ||
+ | |||
+ | '''Clan:''' Lasombra | ||
+ | |||
+ | '''Sect:''' Unaligned | ||
+ | |||
+ | '''Lineage:''' House Nautilus | ||
+ | |||
+ | ==Biography== | ||
+ | |||
+ | Katherine Davis is a mystery who rose from ashes. Very few know the story of what happened to Katherine. She floats in and out of lives, always thought to be searching for something unattainable. Katherine is a survivor who relies on her own instincts to survive. When she lets someone in, that person is a trusted confidant. If you are unknown to her, she only allows you to see what she allows, hiding behind a mask that conceals her true motivations. Betray her trust, and you will learn the true meaning of darkness. | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="quote contentText">"Katherine is a mongoose in a nest of cobras. Quick and deadly, she often lets her appearance lull others into a sense of complacency before striking. Do not underestimate her, lest you become one of her victims." <br><b>- Aleksander Kostyanov</b> | ||
+ | </div> | ||
+ | |||
+ | <div class="section sectionText"> | ||
+ | =Relationships= | ||
+ | |||
+ | ==Allies== | ||
+ | * Aleksander Kostyanov | ||
+ | ==Enemies== | ||
+ | * Too many to keep track of | ||
+ | </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:''' Jamie Holland, US2019020011 | ||
+ | |||
+ | '''Player Email:''' aniekfowles@gmail.com | ||
+ | |||
+ | '''Storyteller:''' Brian W. | ||
+ | |||
+ | '''Storyteller Email:''' mesmaconvstmasq@gmail.com | ||
+ | |||
+ | '''Location:''' Macon, GA | ||
+ | |||
+ | '''VSS:''' Mysteries in the Night | ||
+ | |||
+ | '''Domain:''' GA-016-D | ||
+ | |||
+ | '''Region:''' Southeast Region | ||
+ | |||
+ | {{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 23:43, 20 August 2020
_NOTOC__
Contents
Information
Name: Katherine Davis
Notable Traits: The angelic woman with dark hair and green eyes, yet looks human.
Clan: Lasombra
Sect: Unaligned
Lineage: House Nautilus
Biography
Katherine Davis is a mystery who rose from ashes. Very few know the story of what happened to Katherine. She floats in and out of lives, always thought to be searching for something unattainable. Katherine is a survivor who relies on her own instincts to survive. When she lets someone in, that person is a trusted confidant. If you are unknown to her, she only allows you to see what she allows, hiding behind a mask that conceals her true motivations. Betray her trust, and you will learn the true meaning of darkness.
- Aleksander Kostyanov
Relationships
Allies
- Aleksander Kostyanov
Enemies
- Too many to keep track of
- Who said it!
Speculation
Rumors
- Rumor here.
- Rumor here.
- Rumor here.
Quotes
- Quote here.
- Quote here.
- Quote here.
- Who said it!
OOC Information
Player: Jamie Holland, US2019020011
Player Email: aniekfowles@gmail.com
Storyteller: Brian W.
Storyteller Email: mesmaconvstmasq@gmail.com
Location: Macon, GA
VSS: Mysteries in the Night
Domain: GA-016-D
Region: Southeast Region
Wiki Code based on the Premade Wiki Template: Template 8