Difference between revisions of "Shyla"

From City of Hope MUSH
Jump to navigation Jump to search
m
(Replaced content with " Category:Inactive PCs")
Tag: Replaced
Line 1: Line 1:
__NOTOC__ __NOEDITSECTION__
 
  
<css>
 
@import 'https://fonts.googleapis.com/css?family=Caveat';
 
@import 'https://fonts.googleapis.com/css?family=Monoton';
 
@import 'https://fonts.googleapis.com/css?family=Unica+One';
 
@import 'https://fonts.googleapis.com/css?family=Bad+Script';
 
@import 'https://fonts.googleapis.com/css?family=Montserrat+Subrayada';
 
  
 
+
[[Category:Inactive PCs]]
h1.firstHeading { display: none }
 
.heading2 { text-align:left; line-height: 14px; padding:0px 5px 0px; font-family: 'Unica One', cursive; font-size: 14px; color: #FFFACD; font-weight: bold;}
 
.heading3 { text-align:left; line-height: 28px; padding:0px 5px 0px; font-family: 'Bad Script', cursive; font-size: 16px; color:#ffffff;}
 
.heading4 { text-align:left; line-height: 22px; padding:5px 5px 0px; font-family: 'Unica One', cursive; font-size: 18px; color:#FFFACD;}
 
.heading5 { text-align:left; line-height: 20px; padding:20px 5px 0px; font-family: 'Caveat', cursive; font-size: 50px; color:#ffffff;}
 
.heading6 { text-align:left; line-height: 18px; padding:0px 5px 0px; font-family: 'Unica One', cursive; font-size: 18px; color: #ffffff; font-weight: bold;}
 
.heading7 { text-align:left; line-height: 28px; padding:0px 5px 0px; font-size: 14px; color:#ffffff;}
 
.heading8 { text-align:left; line-height: 22px; padding:20px 5px 0px; font-family: 'Unica One', cursive; font-size: 18px; color: #FFFACD;}
 
 
 
 
 
ul {list-style: disc;}
 
 
 
/* unvisited link */
 
a:link {
 
    color: #ED2939;
 
}
 
 
 
/* visited link */
 
a:visited {
 
    color: #ED2939;
 
}
 
 
 
/* mouse over link */
 
a:hover {
 
    color: #ED2939;
 
    text-decoration: none;
 
}
 
 
 
/* selected link */
 
a:active {
 
    color: white;
 
}
 
 
 
/*external link */
 
a.external {
 
    color: white !important;
 
}
 
 
 
.box {
 
  text-align:center;
 
  width:1000px;
 
  border-radius:20px;
 
  margin: 0px;
 
  background-color:#000000;
 
}
 
 
 
 
 
.h1 {
 
  color: #FFFACD;
 
  font-family: 'Montserrat Subrayada', cursive;
 
  font-size:54px;
 
  letter-spacing:0px;
 
}
 
 
 
#offset {
 
    animation: letter-flicker 2s linear infinite;
 
}
 
 
 
#offset2 {
 
    animation: text-flicker 3s linear infinite;
 
}
 
 
 
#offset3 {
 
    animation: text-flicker 4s linear infinite;
 
}
 
 
 
#offset4 {
 
    animation: text-flicker 1s linear infinite;
 
}
 
 
 
@keyframes text-flicker {
 
0% {
 
    opacity:0.1;
 
    text-shadow: 0px 0px 29px rgba(255,255,255, 1);
 
  }
 
  2% {
 
    opacity:0.1;
 
    text-shadow: 0px 0px 29px rgba(255,255,255, 1);
 
  }
 
  4% {
 
    opacity:1;
 
    text-shadow: 0px 0px 29px rgba(255,255,255, 1);
 
  }
 
 
 
 
 
  19% {
 
    opacity:1;
 
    text-shadow: 0px 0px 29px rgba(255,255,255, 1);
 
  }
 
  21% {
 
    opacity:0.1;
 
    text-shadow: 0px 0px 29px rgba(255,255,255, 1);
 
  }
 
  23% {
 
    opacity:1;
 
    text-shadow: 0px 0px 29px rgba(255,255,255, 1);
 
  }
 
 
 
  80% {
 
    opacity:1;
 
    text-shadow: 0px 0px 29px rgba(255,255,255, 1);
 
  }
 
  83% {
 
    opacity:0.4;
 
    text-shadow: 0px 0px 29px rgba(255,255,255, 1);
 
  }
 
  87% {
 
    opacity:1;
 
    text-shadow: 0px 0px 29px rgba(255,255,255, 1);
 
  }
 
}
 
 
 
@keyframes letter-flicker {
 
  0% {
 
    opacity:0.1;
 
    text-shadow: 0px 0px 29px rgba(16,134,232, 1);
 
  }
 
  2% {
 
    opacity:0.1;
 
    text-shadow: 0px 0px 29px rgba(16,134,232, 1);
 
  }
 
  4% {
 
    opacity:1;
 
    text-shadow: 0px 0px 29px rgba(16,134,232, 1);
 
  }
 
 
 
 
 
  19% {
 
    opacity:1;
 
    text-shadow: 0px 0px 29px rgba(16,134,232, 1);
 
  }
 
  21% {
 
    opacity:0.1;
 
    text-shadow: 0px 0px 29px rgba(16,134,232, 1);
 
  }
 
  23% {
 
    opacity:1;
 
    text-shadow: 0px 0px 29px rgba(16,134,232, 1);
 
  }
 
 
 
  80% {
 
    opacity:1;
 
    text-shadow: 0px 0px 29px rgba(16,134,232, 1);
 
  }
 
  83% {
 
    opacity:0.4;
 
    text-shadow: 0px 0px 29px rgba(16,134,232, 1);
 
  }
 
  87% {
 
    opacity:1;
 
    text-shadow: 0px 0px 29px rgba(16,134,232, 1);
 
  }
 
}
 
 
 
#wrapper {
 
  text-align: center;
 
}
 
#center {
 
  display: inline-block;
 
}
 
 
 
.title {
 
  color: #FF9DCE;
 
  font-size: 40px;
 
  font-weight: 100;
 
  font-variant: small-caps;
 
  letter-spacing: .2em;
 
  padding: 0px;
 
  text-shadow: 0px 0px 20px #FF9DCE;
 
  vertical-align: middle;
 
}
 
 
 
.vignette{
 
  position: relative;
 
  width: 350px;
 
  max-width: 90%;
 
  margin: 0 auto;
 
  cursor: pointer;
 
  margin-top: 10px;
 
}
 
 
 
.vignette img{
 
  position: absolute;
 
  width: 100%;
 
  margin-top: 10px;
 
}
 
 
 
.vignette .overlay{
 
  opacity: 0;
 
  transition: opacity 2s;
 
}
 
 
 
.vignette:hover .overlay{
 
  opacity: 1;
 
}
 
 
 
.grow:hover
 
{
 
        -webkit-transform: scale(1.7);
 
        -ms-transform: scale(1.7);
 
        transform: scale(1.7);
 
}
 
 
 
</css>
 
 
 
<center>
 
 
 
{| style="background: #000000; color: #ffffff; padding-top:0em; border-radius:20px;" width="1000px"
 
|-
 
|colspan="2"|
 
 
 
<div class="box">
 
{| width="1000px"
 
|-
 
| width="50%"|
 
<div class="h1">
 
<div id="text">
 
Shyla James
 
</div>
 
</div>
 
<div class="heading6">
 
<div id="text">
 
<center>Preacher's Daughter • Rebel • <span id="offset4">D</span>a<span id="offset2">m</span><span id="offset3">a</span>g<span id="offset2">e</span>d <span id="offset3">g</span>o<span id="offset2">o</span>d<span id="offset4">s</span> • Cult Survivor • Addict • Hot Mess Express</center>
 
</div>
 
</div>
 
|}
 
</div>
 
</center>
 
|-
 
|width="400px" style="vertical-align: top; padding-right: 0.2em; padding-left: 0.2em;"|
 
<div class="vignette">
 
<div class="img><div class="underlay">[[File:Shy1.jpg|350px]]</div></div>
 
</div>
 
 
 
{|style="background: #000000; color: #ffffff; padding-top: 500px; padding-right: 2em; padding-left: 2em;" width="100%"
 
|-
 
| class="left" | <div class="heading2">full name</div>
 
| <div class="heading3">Shyla 'Shy' James</div>
 
|-
 
| class="left" | <div class="heading2">place&nbsp;of&nbsp;birth</div>
 
| <div class="heading3">Summersville, Missouri</div>
 
|-
 
| class="left" | <div class="heading2">date&nbsp;of&nbsp;birth</div>
 
| <div class="heading3">15 Aug 1999</div>
 
|-
 
| class="left" | <div class="heading2">apparent&nbsp;age</div>
 
| <div class="heading3">Early 20s/late teens</div>
 
|-
 
| class="left" | <div class="heading2">occupation</div>
 
| <div class="heading3">None at all</div>
 
|-
 
| class="left" | <div class="heading2">Demeanor</div>
 
| <div class="heading3">Rebel</div>
 
|-
 
| colspan="2" | &nbsp;
 
|-
 
| class="left" | <div class="heading2">appearance</div>
 
| style="padding:0px 5px 0px;" | {{silverdots|4|0}}
 
|-
 
| class="left" | <div class="heading2">charisma</div>
 
| style="padding:0px 5px 0px;" | {{silverdots|4|0}}
 
|-
 
| class="left" | <div class="heading2">streetwise</div>
 
| style="padding:0px 5px 0px;" | {{silverdots|4|0}}
 
|-
 
| class="left" | <div class="heading2">noteworthy<br><br><br><br><br></div>
 
| <div class="heading3"><br>Criminal Record <br> Graceful<br> Sexy<br>Pure Breed 4</div>
 
|-
 
| colspan="2" | &nbsp;
 
|-
 
|-
 
| colspan="2" | <center><hr width="250px" style="background-color:#FFFACD"></center>
 
|-
 
| class="left" | <div class="heading2">arrest record<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></div>
 
| <div class="heading7"><br>DRIVING WHILE INTOXICATED <br>POSSESSION/ALC (MINOR) <br> &nbsp; &nbsp; &nbsp; &nbsp; - ''Summersville, MO (03/22/16)'' <br>DISORDERLY CONDUCT <br> &nbsp; &nbsp; &nbsp; &nbsp; - ''Summersville, MO (08/11/16)'' <br>POSSESSION/CNTRL SUBSTANCE <br> DRIVING/SUSPENDED LICENSE <br> &nbsp; &nbsp; &nbsp; &nbsp; - ''Springfield, MO (02/03/17)'' <br> THEFT BY DECEPTION <br>SOLICITATION <BR> &nbsp; &nbsp; &nbsp; &nbsp; - ''Hays, KS (10/21/17)'' <br>POSSESSION/CNTRL SUBSTANCE <br> CRIMINAL MISCHIEF <br> &nbsp; &nbsp; &nbsp; &nbsp; - ''Grand Junction, CO (01/04/18)''  <br>POSSESSION/STOLEN AUTO <br> DRIVING WHILE INTOXICATED <br> &nbsp; &nbsp; &nbsp; &nbsp; - ''Provo, UT (11/21/18)'' <br> POSSESSION/CNTRL SUBSTANCE <br> SOLICITATION <br> &nbsp; &nbsp; &nbsp; &nbsp; - ''Las Vegas, NV (06/15/19)'' </div>
 
|-
 
| colspan="2" | &nbsp;
 
|}
 
 
 
 
 
|width="500px" style="vertical-align: top; padding-right: 2em;"|
 
 
 
{|
 
|<div class="heading4">Roleplay Hooks</div>
 
* '''Good Girl Gone Bad:''' She's rebelling from the constraints of her upbringing, and she's going all out.  Her drinking's heavy, her drugs are hard, her heels are high, her skirts are short, her company is bad, her record is long.
 
* '''Destitute:''' She used up all her ready cash on her long trip out to Cali, and her arrest record means she's conventionally unemployable.  Places to crash & sketchy moneymaking opportunities are highly appreciated.  So are people who pick up hitchhikers.
 
* '''Theology:''' Thanks to a childhood spent in what could be considered a Pentecostal cult, she knows way more Christian scripture than she could ever hope to forget.
 
* '''Fame:''' She's not famous.  Yet.  Can you help with that?
 
|-
 
|<div class="heading8">Roleplay Hooks (Supernatural)</div>
 
* '''Faerie Blood:''' She's kinain, though she's completely unaware of it due to the circumstances of her upbringing. 
 
* '''Kin:''' Unlike her fae heritage, she knows she's kin to the Children of Gaia - she just doesn't want to be. 
 
|}
 
 
 
<br>
 
 
 
<span style="font-family: 'Caveat', cursive; font-size: 30px; color:#ffffff;"><div id="wrapper"><div id="center">[[File:shyquote.png|x206px]]</div></div></span>
 
 
 
{|
 
|<div class="heading4">Background</div>
 
Shyla was born into a large, devout family in Missouri, where her parents had moved after the spiritual awakening that had led her father to become an extremist Pentecostal pastor.  Her upbringing in that tradition was strict, and abusive, and she never learned of her supernatural heritage due to her parents' conviction that humanity's only salvation lay in dedicated worship of God. <br><br>Her rebellious teenager phase hit hard, though it started small - smoking cigarettes with the girls her mother told her to stay away from, trying out for the cheer squad in secret.  One act of rebellion led to another, and soon her grades were slipping and she was starting to get into real trouble.  Her parents kicked her out as soon as the tattoos and the DUIs started, and from there, it was only a short fall. <br><br>Minimum wage jobs in small-town Missouri kept her afloat for a while, but the lure of adventure and fame out west was impossible to resist.  She hitchhiked, bargained, conned, and stole her way slowly out to California, picking up a long but petty arrest record before finally arriving in Prospect, dead broke and with a criminal history that makes her conventionally unemployable.     
 
|}
 
 
 
 
 
{|style="width:100%; margin: auto;"
 
|style="width:33%;"|<span style="display: inline-block; overflow: hidden; border-radius: 20px;">[[File:shy2.jpg|center|170px]]</span>
 
|style="width:33%;"|<span style="display: inline-block; overflow: hidden; border-radius: 20px;">[[File:shy3.jpg|center|170px]]</span>
 
|style="width:33%;"|<span style="display: inline-block; overflow: hidden; border-radius: 20px;">[[File:shy4.jpg|center|170px]]</span>
 
|}
 
 
 
{|style="width:100%; margin: auto;"
 
|style="width:33%;"|<span style="display: inline-block; overflow: hidden; border-radius: 20px;">[[File:shy5.jpg|center|170px]]</span>
 
|style="width:33%;"|<span style="display: inline-block; overflow: hidden; border-radius: 20px;">[[File:shy6.jpg|center|170px]]</span>
 
|style="width:33%;"|<span style="display: inline-block; overflow: hidden; border-radius: 20px;">[[File:shy7.jpg|center|170px]]</span>
 
|}
 
<center><span style="color: white;">'''[[Tatts_Shyla_(NSFW)|Shyla's Tattoos (NSFW)]]''' </span></center>
 
 
 
|-
 
|style="padding-left:2em" colspan="2"| <div class="heading4"><div id="text">Connections</div></div>
 
 
 
{|style="width:90%; margin: auto;"
 
|style="width:45%; margin: auto;"|<div class="link">
 
''None yet.''  <br>
 
<br>
 
 
 
</div>
 
|}
 
 
 
|-
 
|style="padding-left:2em" colspan="2"| <div class="heading4"><div id="text">Playlist</div></div>
 
 
 
 
 
{|style="width:90%; margin: auto;"
 
|style="width:22%;"|<div class="link"><div class="heading3">[https://www.youtube.com/watch?v=PV19Is1EM1E Angel On Fire]</div></div>
 
<span style="font-size: 9px;">''And I'm faded away, you know <br>I used to be on fire <br>I'm standing in the ashes <br>of who I used to be</span>
 
|style="width:22%;"|<div class="link"><div class="heading3">[https://www.youtube.com/watch?v=-eJbxI-jZbA Arsonist's Lullabye]</div></div>
 
<span style="font-size: 9px;">''All you have is your fire<br>and the place you need to reach <br>don't you ever tame your demons <br>but always keep 'em on a leash''</span>
 
|style="width:22%;"|<div class="link"><div class="heading3">[https://www.youtube.com/watch?v=AtD4c4ioaAk Money Maker]</div></div>
 
<span style="font-size: 9px;">''Oh, she wants milk and honey <br>Oh, she wants filthy money <br>But oh, that's not the way it goes <br>I wanna buy some time but don't have a dime''
 
|style="width:22%;"|<div class="link"><div class="heading3">[https://www.youtube.com/watch?v=kIm_QIyybJA Smoke In Her Eyes]</div></div>
 
<span style="font-size: 9px;">''She says she ain't about to cry <br>That's just smoke in her eyes <br>But it's a lie <br>She's drinking off a bad goodbye''
 
|}
 
 
 
 
 
[[Category:Inactive PCs]][[Category:PCs]][[Category:Mortal+]][[Category:Kinain]][[Category:Satyr]][[Category:Kinfolk]][[Category:Children of Gaia]][[Category:Streetwise PC]][[Category:Criminal PC]]
 

Revision as of 14:53, 28 June 2020