Difference between revisions of "Meadow Woods"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Lana
(Lana moved page Meadow to Meadow Rue: To make room for active Meadows)
 
m (WikiAssistant moved page Meadow to Meadow Woods without leaving a redirect: Old PC)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
#REDIRECT [[Meadow Rue]]
+
<css>
 +
a:link {
 +
  color: #000000;
 +
}
 +
a:hover {
 +
  color: #000000;
 +
  text-decoration: none;
 +
}
 +
a:active {
 +
  color: #000000;
 +
}
 +
a:visited {
 +
  color: #000000;
 +
}
 +
.elinks {
 +
  color: #000000;
 +
}
 +
.layout {
 +
  min-width: 850px;
 +
  width: 80%;
 +
  background: #080609;
 +
  border-collapse: collapse;
 +
  border-spacing: 0px;
 +
  margin: auto;
 +
}
 +
.bgradient {
 +
  clear: both;
 +
background: rgba(250,115,250,1);
 +
background: -moz-linear-gradient(top, rgba(250,115,250,1) 0%, rgba(194,41,217,1) 21%, rgba(132,202,235,1) 51%, rgba(134,235,157,1) 72%, rgba(200,235,136,1) 91%, rgba(240,255,125,1) 100%);
 +
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,115,250,1)), color-stop(21%, rgba(194,41,217,1)), color-stop(51%, rgba(132,202,235,1)), color-stop(72%, rgba(134,235,157,1)), color-stop(91%, rgba(200,235,136,1)), color-stop(100%, rgba(240,255,125,1)));
 +
background: -webkit-linear-gradient(top, rgba(250,115,250,1) 0%, rgba(194,41,217,1) 21%, rgba(132,202,235,1) 51%, rgba(134,235,157,1) 72%, rgba(200,235,136,1) 91%, rgba(240,255,125,1) 100%);
 +
background: -o-linear-gradient(top, rgba(250,115,250,1) 0%, rgba(194,41,217,1) 21%, rgba(132,202,235,1) 51%, rgba(134,235,157,1) 72%, rgba(200,235,136,1) 91%, rgba(240,255,125,1) 100%);
 +
background: -ms-linear-gradient(top, rgba(250,115,250,1) 0%, rgba(194,41,217,1) 21%, rgba(132,202,235,1) 51%, rgba(134,235,157,1) 72%, rgba(200,235,136,1) 91%, rgba(240,255,125,1) 100%);
 +
background: linear-gradient(to bottom, rgba(250,115,250,1) 0%, rgba(194,41,217,1) 21%, rgba(132,202,235,1) 51%, rgba(134,235,157,1) 72%, rgba(200,235,136,1) 91%, rgba(240,255,125,1) 100%);
 +
}
 +
.title {
 +
  width: 100%;
 +
  height: 418px;
 +
  text-align: center;
 +
  float: right;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
}
 +
.titletext {
 +
  color: #353535;
 +
  font-family: Ruthie, 'Segoe Script', Georgia, serif;
 +
  font-size: 90px;
 +
  line-height: 3ex;
 +
  text-shadow: 3px 0px #A89FA2;
 +
  vertical-align: baseline;
 +
  margin: auto;
 +
}
 +
.icons {
 +
  margin: auto;
 +
  opacity: .4;
 +
}
 +
.quote {
 +
  width: auto;
 +
  color: #979191;
 +
  font-family: Century Gothic, CenturyGothic, AppleGothic, Calibri, sans-serif;
 +
  font-size: 14px;
 +
  font-weight: 200;
 +
  letter-spacing: 1px;
 +
  text-align: left;
 +
  line-height: 1.8em;
 +
  opacity: .8;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  display: table;
 +
}
 +
.header {
 +
  height: 40px;
 +
  background-color: #2b2b2b;
 +
  color: #ffffff;
 +
  font-family: Ruthie, 'Segoe Script', Georgia, serif;
 +
  font-size: 60px;
 +
  font-weight: 100;
 +
  line-height: 50px;
 +
  text-shadow: 1px 0px #666;
 +
  text-align: center;
 +
  vertical-align: -8px;
 +
  margin: 0px;
 +
  clear: both;
 +
  position: relative;
 +
  z-index: 2;
 +
}
 +
.hook {
 +
  color: #000;
 +
  font-family: Cinzel Decorative, Century Gothic, CenturyGothic, AppleGothic, Calibri, sans-serif;
 +
  font-size: 20px;
 +
  font-weight: 200;
 +
  text-align: left;
 +
  vertical-align: bottom;
 +
  line-height: 2em;
 +
  text-indent: 0em;
 +
  border-bottom: 1px solid #2F4F4F;
 +
}
 +
.hook::first-letter {
 +
  font-family: Ruthie, 'Segoe Script', Georgia, serif;
 +
  font-size: 40px;
 +
}
 +
.hooksecondary {
 +
  font-family: Ruthie, 'Segoe Script', Georgia, serif;
 +
  font-size: 40px;
 +
}
 +
.researchable {
 +
  margin: 10px 0px;
 +
}
 +
.textbox {
 +
  height: 420px;
 +
  background: rgba(238, 224, 229, .4);
 +
  margin: 40px;
 +
  padding: 10px 15px;
 +
  overflow-y: auto;
 +
}
 +
.text {
 +
  color: #000;
 +
  font-family: Century Gothic, CenturyGothic, AppleGothic, Calibri, sans-serif;
 +
  font-size: 11pt;
 +
  font-weight: 200;
 +
  opacity: .7;
 +
  overflow: overlay;
 +
}
 +
.textbackground {
 +
  background: rgba(238, 224, 229, .4);
 +
  text-align: justify;
 +
  text-indent: 1em;
 +
  line-height: 1.4em;
 +
  margin: 40px;
 +
  padding: 15px;
 +
}
 +
.images {
 +
  margin: 0px 40px;
 +
  opacity: .8;
 +
  clear: both;
 +
  position: relative;
 +
  z-index: 1;
 +
}
 +
.playlist {
 +
  height: 430px;
 +
  padding: auto;
 +
  margin: 40px;
 +
  position: relative;
 +
}
 +
.playlistchild {
 +
  top: 0;
 +
  bottom: 0;
 +
  left: 0;
 +
  right: 0;
 +
  width: 90%;
 +
  height: 70%;
 +
  margin: auto;
 +
  position: absolute;
 +
}
 +
.text ul {
 +
  color: #000;
 +
  list-style: none;
 +
  padding: 0px;
 +
}
 +
.text ul li:before {
 +
  color: #4A708B;
 +
  content: '\2744';
 +
  margin-right: 1em;
 +
}
 +
blockquote.lyrics {
 +
  font-size: 8pt;
 +
  padding-left: 3em;
 +
  font-style: italic;
 +
}
 +
.vitalbox {
 +
  height: 100%;
 +
  width: 100%;
 +
}
 +
table.vitalbox td:first-child {
 +
  font-family: Cinzel Decorative, serif;
 +
  vertical-align: top;
 +
  padding-right: 10px;
 +
}
 +
table.logbox {
 +
  height: 100%;
 +
  width: 100%;
 +
  border: 0;
 +
  border-collapse: collapse;
 +
}
 +
table.logbox td:first-child {
 +
  width: 25%;
 +
  font-family: Cinzel Decorative, serif;
 +
}
 +
</css>
 +
<div class="layout">
 +
 
 +
<div class="title">
 +
{| style="width:100%; border-collapse: collapse;"
 +
|-
 +
| rowspan=3 |[[Image:Meadowtop.jpg|400px]]
 +
| style="text-align: center" |<div class="titletext">Meadow</div>
 +
|-
 +
| style="text-align: center" |<div class="icons"></div>
 +
|-
 +
| style="text-align: center" |<blockquote class="quote">
 +
"Candy is childhood, the best and bright moments you wish could have lasted forever."<span style="font-size: 12px; font-family: Cinzel Decorative, serif"><span style="letter-spacing:.1em"></span></span>
 +
</blockquote>
 +
|}
 +
</div>
 +
 
 +
<div class="bgradient">
 +
<div class="header">Information</div>
 +
<div class="images" style="height:550px;float:right;">[[Image:Meadowprof.jpg|360px]]</div>
 +
<div class="textbox text">
 +
{| class="vitalbox"
 +
|-
 +
| Full name:
 +
| Meadow Jasmine Woods 
 +
|-
 +
| Date of Birth:
 +
| February 14
 +
|-
 +
| Occupation:
 +
| Sweet Maker and original owner of [[Honeyed Happiness]]
 +
|-
 +
| Played By:
 +
|amythemermaidx
 +
|-
 +
|}
 +
</div>
 +
<div class="header">Description</div>
 +
<div class="text textbackground">
 +
<div class="hook"><span class="hooksecondary">S</span>elfies <span class="hooksecondary"></span></div>
 +
<div class="mw-collapsible mw-collapsed researchable">
 +
Before you stands a young woman with a light olive skin but flawless complexion. Her hair is cascades down a couple inches back her shoulders and is a myriad of colors that ombre into one another. From underneath her practically perfect eyebrows her ashen colored eyes and they almost seem to welcome you to say hello to her through her long thick black eyelashes, underneath that is her smooth elegant nose, with her right nostril pierced, and her full bottom soft pink lip with her top lip almost looking like a heart. Her make-up only consists of black eyeliner, mascara, and clear lip gloss upon her lips. The clothing she wears depends upon her mood for that day. And she is rocking a top and bottom heavy tiny waisted luscious hourglass figure upon her 5'2" tall frame. Her clothing choice varies from day to day but normally shows off her curves. When she speaks she has an Italian accent that is could be described as enchanting. There is a strong scent that comes off of her that smells of a mixtures of chocolate and has notes of unscented pheromones coming off of her skin.
 +
</div>
 +
 
 +
 
 +
 
 +
<center>[[Image:Meadowhap1.jpg|x150px]][[Image:Meadowhap2.jpg|x150px]][[Image:Meadowhap3.jpg|x150px]][[Image:Meadowhap5.jpg|x150px]][[Image:Meadowhap4.jpg|x150px]]</center>
 +
 
 +
</div>
 +
 
 +
<div class="header" style="margin-top: 0px">Roleplay Hooks</div>
 +
<div class="text textbackground">
 +
 
 +
<div class="hook">New to Town!</div>
 +
 
 +
<div class="hook">Original owner of [[Honeyed Happiness]]</div>
 +
 
 +
<div class="hook">Famous!</div>
 +
 
 +
<div class="hook">More Coming!</div>
 +
</div>
 +
 
 +
 
 +
 
 +
<div class="header" style="margin-top: 0px">Contacts</div>
 +
<div class="text textbackground">
 +
 
 +
<div class="hook">[[Image:Bran3.jpg|x100px]]</div>
 +
 
 +
[[Brandon|Writer With a Sweet Tooth]]
 +
 
 +
<div class="hook">[[Image:CaerusCOH2.jpg|x100px]]</div>
 +
 
 +
[[Caerus|New Client and Kinda Bodyguard]]
 +
 
 +
<div class="hook">[[Image:Terrence1.png|x100px]]</div>
 +
 
 +
[[Terrence|Introduced Me to Bowling and Pretzels]]
 +
 
 +
<div class="hook">[[Image:Wilder.jpg|x100px]]</div>
 +
 
 +
[[Wilder|Bringer of Yummy Things When I First Moved Here]]
 +
 
 +
</div>
 +
 
 +
<div class="header" style="margin-top: 0px">Playlist</div>
 +
<div class="images" style="float:left; margin-right: 40px;">[[Image:Meadow.jpg|x450px]]</div>
 +
<div class="plainlinks playlist text textbox"> <div class="playlistchild"> ♫ [https://www.youtube.com/watch?v=vO-1to3nv6s&index=21&list=PLWbw-Nx2xJrrNPtA3KfJzCu7dlRUm4tNi<span class="elinks"> Ribcage (feat. Angel Haze & K.Flay) - Mary Lambert</span>]
 +
<blockquote class="lyrics">
 +
Living in the darkness
 +
 
 +
I wear it like a crown
 +
 
 +
Oh I've got tough skin
 +
 
 +
Ready for my bow
 +
 
 +
All I've got is two hands
 +
 
 +
I tied them in the middle
 +
 
 +
Ready for the red tape
 +
 
 +
To open up my ribcage
 +
 
 +
I offer souvenirs,
 +
 
 +
A deaf tongue and blinded ears
 +
 
 +
Can you fill the shelves in here
 +
 
 +
Come in come in
 +
</blockquote>
 +
 
 +
♫ [https://www.youtube.com/watch?v=NzY831Ubwbg<span class="elinks"> Don't Be Nice - Watsky</span>]
 +
<blockquote class="lyrics">
 +
False modesty is a guilty habit
 +
 
 +
Some people simply have it
 +
 
 +
But the fact is I would not have spent a decade doing this
 +
 
 +
If I did not believe I was at least tiny bit ridiculously filthy at it
 +
</blockquote>
 +
 
 +
</div></div>
 +
</div>
 +
 
 +
 
 +
 
 +
</div>
 +
[[Category:PCs]][[Category:Inactive PCs]]

Latest revision as of 13:35, 25 February 2021

Meadowtop.jpg
Meadow

"Candy is childhood, the best and bright moments you wish could have lasted forever."

Information
Meadowprof.jpg
Full name: Meadow Jasmine Woods
Date of Birth: February 14
Occupation: Sweet Maker and original owner of Honeyed Happiness
Played By: amythemermaidx
Description
Selfies

Before you stands a young woman with a light olive skin but flawless complexion. Her hair is cascades down a couple inches back her shoulders and is a myriad of colors that ombre into one another. From underneath her practically perfect eyebrows her ashen colored eyes and they almost seem to welcome you to say hello to her through her long thick black eyelashes, underneath that is her smooth elegant nose, with her right nostril pierced, and her full bottom soft pink lip with her top lip almost looking like a heart. Her make-up only consists of black eyeliner, mascara, and clear lip gloss upon her lips. The clothing she wears depends upon her mood for that day. And she is rocking a top and bottom heavy tiny waisted luscious hourglass figure upon her 5'2" tall frame. Her clothing choice varies from day to day but normally shows off her curves. When she speaks she has an Italian accent that is could be described as enchanting. There is a strong scent that comes off of her that smells of a mixtures of chocolate and has notes of unscented pheromones coming off of her skin.


Meadowhap1.jpgMeadowhap2.jpgMeadowhap3.jpgMeadowhap5.jpgMeadowhap4.jpg
Roleplay Hooks
New to Town!
Original owner of Honeyed Happiness
Famous!
More Coming!


Contacts
Playlist
Meadow.jpg