Actions

Difference between revisions of "Silvia"

m
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__  
+
__NOTOC__
{| align="center" width="90%" style="background: linear-gradient(to right, #fae443 20%, #910aaf 55%);"
+
{{Played by
|-
+
| Character name = Silvia White
|
+
| Model name = Michaela McManus
{| align="center" width="750px" cellspacing="1" cellpadding="10" style="font-family: Egyptienne; serif; font-size: 12pt; margin-bottom: 100px; margin-top: 100px; padding: 0px; spacing: 0px; border: 2px solid #F7FF05; background-color: #CC5500; -moz-box-shadow: 0px 0px 80px #F9F2F2; -webkit-box-shadow: 5px 5px 15px 5px #FF8080, -9px 5px 15px 5px #AA3939, -7px -5px 15px 5px #8CFF85, 12px -5px 15px 5px #80C7FF, 12px 10px 15px 7px #E488FF, -10px 10px 15px 7px #FF616B, -10px -7px 27px 1px #8E5CFF, 5px 5px 15px 5px rgba(0,0,0,0); box-shadow: 5px 5px 15px 5px #FF8080, -9px 5px 15px 5px #FFE488, -7px -5px 15px 5px #8CFF85, 12px -5px 15px 5px #80C7FF, 12px 10px 15px 7px #492E74, -10px 10px 15px 7px #FF616B, -10px -7px 27px 1px #8E5CFF, 5px 5px 15px 5px rgba(0,0,0,0);"
+
| Sample = SilviaA1.jpg
 +
}}
 +
<CSS>
 +
 
 +
#wrapper {
 +
    align-items: center;
 +
    display: flex;
 +
    background: #000;
 +
    width: 100%;
 +
    position: relative;
 +
    justify-content: center;
 +
    padding-bottom: 32px;
 +
    font-size: 1rem;
 +
    font-family: Verdana;
 +
    line-height: 32px;
 +
    flex-direction: column;
 +
    l
 +
}
 +
 
 +
#container {
 +
   
 +
    padding: 0 32px;
 +
    margin-top: 350px;
 +
 
 +
    justify-content: center;
 +
    max-width: 1024px;
 +
    position: relative;
 +
    display: flex;
 +
    flex-direction: column;
 +
    z-index: 10;
 +
    width: 100%;
 +
 
 +
}
 +
 
 +
#right {
 +
    width: 70%;
 +
    margin-left: auto;
 +
 
 +
}
 +
 
 +
 
 +
#left {
 +
    width: 25%;
 +
    display: flex;
 +
    flex-direction: column;
 +
  min-width: 200px;
 +
}
 +
 
 +
 
 +
#top {
 +
    display: none;
 +
    flex-direction: column;
 +
    margin-bottom: 64px;
 +
}
 +
 
 +
#top p {
 +
 
 +
  display: flex;
 +
  flex-grow: 1;
 +
  width: 100%;
 +
    margin: 0;
 +
}
 +
 
 +
#gallery {
 +
    display: flex;
 +
    justify-content: space-around;
 +
    flex-wrap: wrap;
 +
    width: 100%;
 +
}
 +
 
 +
#gallery p {
 +
    display: flex;
 +
    width: 100%;
 +
    flex-wrap: wrap;
 +
}
 +
 
 +
p {
 +
    display: flex;
 +
    padding: 0;
 +
   
 +
 
 +
 +
    z-index: 10;
 +
    text-align: justify;
 +
    line-height: 32px;  
 +
}
 +
 
 +
 
 +
ul {
 +
    font-size: 1rem;
 +
    line-height: 32px;
 +
    text-align: justify;
 +
}
 +
 
 +
 
 +
.bg {
 +
    position: absolute;
 +
  top: 0;
 +
  left: 0;
 +
  width: 100%;
 +
  height: 700px;
 +
  object-fit: cover;
 +
  object-position: center;
 +
  z-index: 1;
 +
    opacity: .5;
 +
}
 +
 
 +
.moniker {
 +
    margin-top: -195px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
margin-bottom: 100px;
 +
 
 +
}
 +
 
 +
.portrait {
 +
  width: 400px;
 +
  flex-shrink: 0;
 +
}
 +
 
 +
.portraittop {
 +
  flex-grow: 1;
 +
  height: 300px;
 +
    object-fit: cover;
 +
    object-position: top center;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    margin-bottom: 32px;
 +
}
 +
 
 +
.section {
 +
    display: flex;
 +
 
 +
}
 +
 
 +
 
 +
.section p {
 +
    display: block;
 +
    margin-bottom: 32px;
 +
}
 +
 
 +
.paras p{
 +
    margin-bottom: 4px;
 +
}
 +
 
 +
.title {
 +
    margin: 24px 0;
 +
}
 +
 
 +
.bio {
 +
    display: flex;
 +
    margin-bottom: 4px;
 +
    text-shadow: 0px 0px 2px #000;
 +
    color: #F2ECD8;
 +
    font-family: 'PT Sans', Calibri, Arial, Sans Serif;
 +
}
 +
 
 +
.r {
 +
  margin-left: auto;
 +
}
 +
 
 +
 
 +
 
 +
.photo {
 +
 
 +
  height: 220px;
 +
    width: 220px;
 +
    object-fit: cover;
 +
    object-position: top center;
 +
    margin: 8px;
 +
}
 +
 
 +
.logs p {
 +
    display: flex;
 +
    flex-direction: column;
 +
 
 +
}
 +
 
 +
 
 +
@media screen and (max-width: 1024px) {
 +
    #left {
 +
        display: none;
 +
    }
 +
    #top {
 +
 
 +
        display: flex;
 +
    }
 +
    #right {
 +
        width: 100%;
 +
        margin-left: 0;
 +
    }
 +
}
 +
<css>
 +
@import 'https://fonts.googleapis.com/css2?family=Charm';
 +
@import 'https://fonts.googleapis.com/css2?family=PT+Sans';
 +
 
 +
 
 +
a:link {
 +
color: #ff5942;
 +
text-shadow: 1px 1px 1px #000
 +
}
 +
a:visited {
 +
color: #ff5942;
 +
text-shadow: 1px 1px 1px #000
 +
}
 +
a:hover {
 +
opacity: 0.7;
 +
-webkit-transition: all .4s ease;
 +
-moz-transition: all .4s ease;
 +
-o-transition: all .4s ease;
 +
-ms-transition: all .4s ease;
 +
transition: all .4s ease;
 +
}
 +
 
 +
.info {
 +
width: 325px;
 +
background-color: #000000;
 +
border-radius: 0px;
 +
align: center;
 +
margin-left: -85px;
 +
padding: 5px;
 +
border: 1px solid #0a0b2f;
 +
text-align: center;
 +
margin-top: 15px;
 +
font-size: 18px;
 +
font-family: 'PT Sans', Calibri, Arial, Sans Serif;
 +
}
 +
.infotext {
 +
text-shadow: 0px 0px 2px #000;
 +
color: #F2ECD8;
 +
font-family: 'PT Sans', Calibri, Arial, Sans Serif;
 +
font-size: 14px;
 +
padding: 0px;
 +
}
 +
.label {
 +
color: #BFA4BB;
 +
font-size: 15px;
 +
font-family: 'Boogaloo', Sans Serif;
 +
letter-spacing: 1px;
 +
text-shadow: 1px 1px 1px #000;
 +
 
 +
}
 +
.text {
 +
width: 600px;
 +
font-family: 'PT Sans', Calibri, Arial, Sans Serif;
 +
font-size: 14px;
 +
line-height: 16px;
 +
margin-left: 20px;
 +
text-align: justify;
 +
}
 +
 
 +
.header {
 +
text-transform: uppercase;
 +
letter-spacing: 2px;
 +
font-size: 20px;
 +
margin-top: 10px;
 +
text-shadow: 0px 1px 2px #000;
 +
text-align: center;
 +
font-style: none;
 +
font-family: Charm, Sans Serif;
 +
color: #edece6;
 +
}
 +
 
 +
</CSS>
 +
<div id="wrapper">
 +
[[file:SilviaBMain.png|class=bg|link=]]
 +
<div id="container">
 +
<div id="top>
 +
[[file: SilviaA1.png|class=portraittop]]
 +
 
 +
</div>
 +
<div class="section">
 +
<div id="left">
 +
[[file: SilviaA1.png|class=portrait]]
 +
<div class="bio"><b>Full Name:</b><span class="r">Silvia White</span></div>
 +
<div class="bio"><b>DOB:</b><span class="r">Jan 3, 1990</span></div>
 +
<div class="bio"><b>Template:</b><span class="r">Werewolf</span></div>
 +
<div class="bio"><b>Concept:</b><span class="r">Spirit Guru</span></div>
 +
<div class="bio"><b>Blood:</b><span class="r">Soldier</span></div>
 +
<div class="bio"><b>Bone:</b><span class="r">Guru</span></div>
 +
<div class="bio"><b>Auspice:</b><span class="r">Ithaeur</span></div>
 +
<div class="bio"><b>Tribe:</b><span class="r">Storm Lord</span></div>
 +
<hr />
 +
<div class="bio spacer"><b>Occult.Spirits:</b><span class="r">𐍉𐍉𐍉𐍉</span></div>
 +
<div class="bio spacer"><b>Firearms:</b><span class="r">𐍉𐍉𐍉𐍉</span></div>
 +
<hr />
 +
 
 +
</div>
 +
<div id="right">
 +
<div class="header">History</div>
 +
<div class="infotext">
 +
Silvia White is a tourist. She's from Australia, she's not been in Chicago for very long, and she's seeing the sights while she got a part time job as a line order cook at a local diner. She's kind of crude, very mouthy, and tends to not be afraid to tell just about anyone what she really thinks. She also talks to herself a lot.
 +
 
 +
She's also a werewolf, A Storm Lord Ithaeur, and has a lot to say about Spirits and Claimed. She's not made much of a splash amongst the local wolves or the Accords yet, and has largely considered the Accords irrelevant until very recently.
 +
</div>
 +
 
 +
<div class="header">Appearance</div>
 +
<div class="infotext">
 +
Silvia's a blonde woman of average height, her hair falling down with a natural cascade to it, ending in a nice flick just after her shoulders. She's got blue eyes and something of a piercing stare, but her lips are quick to find a smile. She's got that outdoorsy sort of look to her, a face that's seen a lot of sun and light, weathered and tanned. Her form is is athletic and lean, well toned and wiry. Her movements are quick and sudden, and there's a solid alertness about her behind an easygoing nature. Her fingers are wiry and thin, with her nails cut short.
 +
 
 +
She's dressed casual, a pair of sleek fit black yoga pants that cling to her toned legs, and good running shoes, white with a red stripe down the side that have seen a lot of wear. She's got a grey t-shirt on, with a blue stripe diagonally down it that breaks up the shape of her form. Over this is a faux leather jacket, brown with a wool lining to ward off the chill.
 +
</div>
  
|width="auto" style="color: #F9F2F2;  vertical-align: top; text-align:left;"|<br><span style="font-family:  Egyptienne; serif; font-variant: small-caps; font-size: 26pt; color:#0A5200"></span>  <br><br> <span style="font-family:  Egyptienne; serif; font-size: 10pt;"></span>
+
<div class="header">Hooks</div>
| width="auto"| <center> [[File:SilviaBMain.png|center|x350px|link=]]</center>
+
<div class="infotext">
  
{| align="center"
+
*'''Mortal'''
|- valign="bottom" width="90%; style="text-align:center;margin: 0px -10px 0px -10px; font-variant: small-caps;"
+
** Decent cook.
| colspan="2" |
+
** Tourist, still exploring the city. Kind of prefers wild and rural places.
<span style="font-size: 14px; font-family: Calibri, Arial;"><span style="color:#ffffff;>The mode in which the inevitable comes to pass is through effort.<br>~ Oliver Wendell Holmes, Jr.</span>
+
** Likes to target shoot.
|}
+
** Mouthy.
 +
*'''Supernatural'''
 +
** Hates Claimed. Maybe even a little more than the average Storm Lord.
 +
** Has a good knowledge of the Shadow in general, still figuring out Chicago's Hisil.
 +
** Quite a decent amount of knowledge about the spirits.
 +
** Has a spirit double, if you encounter her in the Shadow you just might meet two Silvias.
 +
** Annoyed Solomon once.
  
<table style="width:100%">
+
</div>
<tr style="margin-top:2em;padding-top:0">
 
<td style="vertical-align:top;padding-right:.7em; border-right:#000 solid 1px">
 
== Background ==
 
<p>Silvia is from Australia. She worked on a farm. She was all content to live her life and not really go anywhere but one day she learned she was a werewolf. No she's decided to travel the world. Next stop: Chicago.
 
  
She's kind of loud and crude. And talks to herself a lot.</p>
+
<div class="header">Friends</div>
 +
<div class="infotext">
 +
<span style="color: #BFA4BB; font-size: 16px; font-family: 'Boogaloo', Sans Serif; letter-spacing: 1px; text-shadow: 1px 1px 1px #000;">[[Norman|Norm]]</span> - I fuckin' underestimated you so much.<br>
 +
<span style="color: #BFA4BB; font-size: 16px; font-family: 'Boogaloo', Sans Serif; letter-spacing: 1px; text-shadow: 1px 1px 1px #000;">[[Harlow|Harlow]]</span> - She has some weird fuckin' ideas, and I think she'll be disappointed to learn most of what she's looking for are just mouthy fucking spirits being fucking weird.<br>
 +
<span style="color: #BFA4BB; font-size: 16px; font-family: 'Boogaloo', Sans Serif; letter-spacing: 1px; text-shadow: 1px 1px 1px #000;">[[Griffiths|Griff]]</span> - You're not as weak as you think you are.<br>
 +
<span style="color: #BFA4BB; font-size: 16px; font-family: 'Boogaloo', Sans Serif; letter-spacing: 1px; text-shadow: 1px 1px 1px #000;">[[Lina|Lina]]</span> - Hold onto that fear.<br>
 +
<span style="color: #BFA4BB; font-size: 16px; font-family: 'Boogaloo', Sans Serif; letter-spacing: 1px; text-shadow: 1px 1px 1px #000;">[[Solomon|Solomon]]</span> - I really fucking did do you a favour.<br>
 +
<span style="color: #BFA4BB; font-size: 16px; font-family: 'Boogaloo', Sans Serif; letter-spacing: 1px; text-shadow: 1px 1px 1px #000;">[[Five|Five]]</span> - I know, I really am the coolest.<br>
 +
<br>
  
== RP Hooks ==
 
<p>[[image:Dot black-mini.png|15px|link=]] '''Spirit Savvy:''' Knows quite a lot about them, in their many forms and formats.</p>
 
<p>[[image:Dot black-mini.png|15px|link=]] '''All of the Recoil, None of the Flinch:''' Loves shooting. Targets and sometimes other things that need to be shot.</p>
 
<p>[[image:Dot black-mini.png|15px|link=]] '''Good with Pets:''' Amateur veterinarian, when not working otherwise.</p>
 
  
== Contacts ==
+
</div>
<p>[[Image:SniperIcon.png|50px|link=]] NAME - About them.</p>
+
</div>
<p>[[Image:SniperIcon.png|50px|link=]] NAME - About them.</p>
+
</div>
<p>[[Image:SniperIcon.png|50px|link=]] NAME - About them.</p>
+
<div id="center">
 +
<div class="header">Gallery</div>
 +
<div id="gallery">
 +
<center>
 +
[[file: SilviaA2.png|class=photo]]
 +
[[file: SilviaA4.png|class=photo]]
 +
[[file: SilviaA3.png|class=photo]]
 +
[[file: SilviaA5.jpg|class=photo]]
 +
</div>
 +
</div>
  
== Logs ==
+
<div id="center">
 +
<div class="header">Vibes</div>
 +
<div id="gallery">
 +
<center>
 +
[[file: SilviaVibe1.jpg|x150px]]
 +
[[file: SilviaVibe2.jpg|x150px]]
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
 
 +
<div class="header">Logs</div>
 
{{ #dpl:
 
{{ #dpl:
 
|userdateformat='''Y M d''' -
 
|userdateformat='''Y M d''' -
Line 41: Line 368:
 
|addeditdate=true
 
|addeditdate=true
 
|shownamespace=false
 
|shownamespace=false
|noresultsheader=<font color="#cccccc">''No Logs Yet!''</font>
+
|noresultsheader=<font color="#134f6f">''No Logs Yet!''</font>
 
|columns=3
 
|columns=3
 
}}
 
}}
 +
</div>
  
== Gallery ==
+
</div>
<center>[[File:SilviaA2.png|x200px]][[File:SilviaA3.png|x200px]][[File:SilviaA4.png|x200px]]</center>
 
</td>
 
<td class="events" width="30%" style="vertical-align:top; padding-left:.7em">
 
 
 
{| width="100%"
 
| colspan="5"|
 
<center>[[Image:SilviaA1.png|450px]]</center>
 
<center>[[Image:Auspice ithaeur.png|x75px|link=]][[Image:Tribe_storm_lords.png|x75px|link=]]</center>
 
== Vital Stats ==
 
|-
 
| class="title" | '''Full Name:'''
 
| class="info" |  Silvia White
 
|-
 
| class="title" | '''Appears As:'''
 
| class="info" | Silvia
 
|-
 
| class="title" | '''Apparent Age:'''
 
| class="info" | Thirties
 
|-
 
| class="title" | '''Date of Birth:'''
 
| class="info" | January 3rd, 1990
 
|-
 
| class="title" | '''Blood:'''
 
| class="info" | Soldier
 
|-
 
| class="title" | '''Bone:'''
 
| class="info" | Guru
 
|-
 
| class="title" | '''Occupation:'''
 
| class="info" | Line Cook
 
|-
 
| class="title" | '''Tribe:'''
 
| class="info" | Storm Lords
 
|-
 
| class="title" | '''Auspice:'''
 
| class="info" | Ithaeur
 
|-
 
| class="title" | '''Lodge:'''
 
| class="info" | None yet.
 
|-
 
| class="title" | '''Pack:'''
 
| class="info" | None yet.
 
|-
 
|}
 
{| width="80%"
 
| colspan="5"|
 
 
 
== Notable Stats ==
 
|-
 
| class="title"| '''Occult (Spirits)'''
 
| class="info" | 🔴🔴🔴🔴⚫️
 
|-
 
| class="title"| '''Firearms (Rifles)'''
 
| class="info" | 🔴🔴🔴🔴⚫️
 
|-
 
|}
 
{| width="90%"
 
| colspan="5"|
 
  
== Soundtrack==
+
-------
|-
+
</div>
| class="title" | '''[https://www.youtube.com/watch?v=9ckv6-yhnIY <span style="color:#ffffff; font-weight: bold; font-size: 10pt;">Nina Simone ~ Don't Let Me Be Misunderstood]'''
 
:''Baby, you understand me now''
 
:''If sometimes you see that I'm mad''
 
:''Don't you know, no one alive can always be an angel?''
 
:''When everything goes wrong, you see some bad''
 
  
:''But I'm just a soul whose intentions are good''
+
[[Category:Active PCs]][[Category:Werewolf]]
:''Oh Lord, please don't let me be misunderstood''
 
 
 
:''You know sometimes baby, I'm so carefree''
 
:''With a joy that's hard to hide''
 
:''And then sometimes again it seems that all I have is worry''
 
:''And then you're bound to see my other side''
 
|-
 
{{Played by
 
| Character name = Silvia
 
| Model name = Michaela McManus
 
| Sample = SilviaA1.png
 
}}
 
[[Category:Active PCs]][[Category:Werewolf]][[Category:Ithaeur]][[Category:Storm Lords]]
 

Latest revision as of 00:48, 22 November 2022



SilviaBMain.png

SilviaA1.png

SilviaA1.png

Full Name:Silvia White
DOB:Jan 3, 1990
Template:Werewolf
Concept:Spirit Guru
Blood:Soldier
Bone:Guru
Auspice:Ithaeur
Tribe:Storm Lord

Occult.Spirits:𐍉𐍉𐍉𐍉
Firearms:𐍉𐍉𐍉𐍉

Gallery
Vibes


Logs