Difference between revisions of "Ambrosine"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Ambrosine
(Added Missing Tags)
 
(31 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<css>
+
{{#tag:css|
#titlebox {
+
h2 {
-moz-box-shadow: 8px 8px 25px black;
+
  {{SimpleGradient |from=#AF0AEC |to=#DDADEE}}
-webkit-box-shadow: 8px 8px 25px black;
+
  -moz-border-radius: 12px;
box-shadow: 8px 8px 25px Black;
+
  -webkit-border-radius: 12px;
margin-bottom: 12px;
+
  border: outset ##580577 2px;
 +
  color: #EBE4EE;
 +
  text-align: center;
 +
  text-shadow: -1px -1px 3px #000, -1px -1px 2px #000, -1px -1px 1px #000;
 +
  {{BoxShadow |2px 2px 3px #000}}
 +
  padding: 0;
 +
  font-size: 1.25em;
 +
  line-height: 1.25em;
 +
  height: inherit;
 +
  text-decoration: none;
 +
  font-weight: bold;
 
}
 
}
 
+
h2 span {
#namebox{
+
  display: block;
-moz-box-shadow: 8px 8px 25px grey;
+
  /* Thanks to Loki for the delicious glass technique */
-webkit-box-shadow: 8px 8px 25px grey;
+
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(183, 6, 248)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(50%, rgba(0, 0, 0, .2)), to(rgba(255, 255, 255, .1)));
box-shadow: 8px 8px 25px grey;
+
  background: -moz-linear-gradient(top, rgba(183, 6, 248), rgba(255, 255, 255, .2) 50%, rgba(0, 0, 0, .2) 50%, rgba(255, 255, 255, .1));
background-color: #6666FF;
+
  font-size: inherit;
color: #6633CC;
+
  line-height: inherit;
font-family: Tahoma, Verdana, sans-serif;
+
  height: inherit;
font-weight: bold;
+
  padding: 0;
text-transform: uppercase;
+
  margin: -2px;
padding: 12px;
+
  -moz-border-radius: 12px; -webkit-border-radius: 12px;
font-size: 17pt;
+
  color: #fff;
margin-bottom: 12px;
+
  text-shadow: 1px 1px 1px rgba(255,255,255,0.2), -1px -1px 1px rgba(0, 0, 0, 0.5), -1px 0px 1px rgba(0, 0, 0, 0.5), 0px 1px 1px rgba(0, 0, 0, 0.5);
 +
}
 +
div#char-outer-div {
 +
  padding: 1em;
 +
  color: #ddd;
 +
  {{SimpleGradient |from=#C5A8D0 |to=#37024B}}
 +
  -moz-border-radius: 12px;
 +
  -webkit-border-radius: 12px;
 +
  vertical-align: top;
 +
}
 +
div#char-inner-div {
 +
}
 +
div.gallery {
 +
  text-align: center;
 +
}
 +
table {
 +
  width: 100%;
 +
  vertical-align: top;
 +
  color: inherit;
 +
  text-shadow: inherit;
 +
}
 +
table.char-intro-quote {
 +
  display: inline-block;
 +
  width: 100%;
 +
}
 +
td.quote {
 +
  text-align: left;
 +
}
 +
td.source {
 +
  text-align: right;
 +
}
 +
table td {
 +
  width: 100%;
 +
  vertical-align: top;
 +
}
 +
h3 {
 +
  color: #ddd;
 +
  text-shadow: 1px 1px 1px #000;
 +
}
 +
div#char-outer-div a {
 +
  color: #bbf;
 +
  text-shadow: 1px 1px 1px #000;
 +
  text-decoration: underline;
 +
}
 +
td#char-intro {
 +
  color: #ddd;
 +
  vertical-align: top;
 +
}
 +
div.threecol {
 +
  column-count: 3;
 +
  -moz-column-count: 3;
 +
  -webkit-column-count: 3;
 +
}
 +
div.twocol {
 +
  column-count: 2;
 +
  -moz-column-count: 2;
 +
  -webkit-column-count: 2;
 +
}
 +
div#char-side-panel {
 +
  width: 25%;
 +
  min-width: 240px;
 +
  float: right;
 +
  text-align: center;
 +
  background: black;
 +
  {{SimpleGradient |from=rgba(224, 152, 251) |to=rgba(98, 5, 132)}}
 +
  border: solid black 2px;
 +
  padding: 4px;
 +
  -moz-border-radius: 16px;
 +
  -webkit-border-radius: 16px;
 +
  position: relative;
 +
  top: -6px;
 +
  left: 6px;
 +
  {{BoxShadow}}
 
}
 
}
 
+
div.intro {
#quotebox{
+
  width: 100%;
-moz-box-shadow: 8px 8px 25px %6633CC;
+
  display: block;
-webkit-box-shadow: 8px 8px 25px #6633CC;
+
  text-align: center;
box-shadow: 8px 8px 25px #6633CC;
 
background-color: grey;
 
color: grey;
 
font-family: Georgia, serif;
 
font-weight: normal;
 
padding: 7px 0px 7px 0px;
 
font-size: 10pt;
 
margin-bottom: 12px;
 
text-align: center;
 
 
}
 
}
 
+
div.infobox {
.wordsforever {
+
  width: 100%;
-moz-box-shadow: 8px 8px 25px #663366;
+
  float: none;
-webkit-box-shadow: 8px 8px 25px #663399;
 
box-shadow: 8px 8px 25px grey;
 
background-color: #666699;
 
font-family: Tahoma, Verdana, sans-serif;
 
color: white;
 
margin-bottom: 12px;
 
 
}
 
}
 
+
table.infobox {
#fofobox {
 
-moz-box-shadow: 8px 5px 15px #663366;
 
-webkit-box-shadow: 8px 5px 15px #663399;
 
box-shadow: 8px 5px 15px #6633CC;
 
background-color: #6666CC;
 
font-family: Verdana, Tahoma, sans-serif;
 
color: white;
 
margin: 0px 27px 9px 0px;
 
padding: 0px 3px 0px 3px;
 
 
}
 
}
#fofobox b {font-size: 90%; color: ##707070}
+
table.infobox td {
#fofobox em {font-family: Georgia, serif; font-size: 16pt; font-style: normal; color: #6666FF}
+
  vertical-align: top;
 
 
.menuop {
 
border-bottom: 1px solid #663399;
 
font-family: Georgia, serif;
 
font-weight: normal;
 
text-transform: uppercase;
 
padding: 8px 0px 0px 0px;
 
font-size: 12pt;
 
vertical-align: middle;
 
 
}
 
}
.menuop a, .menuop a:visited {color: #660099}
+
table.infobox tr td:first-child {
 
+
  text-align: right;
.num {
+
  width: auto;
padding-right: 3px;
 
color: #330033;
 
font-size: 24pt;
 
vertical-align: middle;
 
 
}
 
}
 
+
table.infobox tr td:last-child {
.submenoo {
+
  text-align: left;
/* border-bottom: 1px solid #660099; */
+
  width: auto;
font-family: Tahoma, Verdana, sans-serif;
 
font-weight: bold;
 
text-transform: uppercase;
 
padding: 8px 0px 0px 0px;
 
font-size: 10pt;
 
text-align: right;
 
vertical-align: bottom;
 
 
}
 
}
.submenoo a, .submenoo a:visited {color: #330033}
+
table.infobox tr td:only-child {
 
+
  text-align: center;
.numba {
 
padding-left: 3px;
 
color: #330033;
 
font-family: Georgia, serif;
 
font-size: 24pt;
 
vertical-align: top;
 
 
}
 
}
 
+
.clear {
#editbutton {
+
  clear: both;
-moz-box-shadow: 8px 5px 15px #6666CC;
 
-webkit-box-shadow: 8px 5px 15px #663399;
 
box-shadow: 8px 5px 15px #330066;
 
background-color: black;
 
font-family: Verdana, Tahoma, serif;
 
color: #0c4147;
 
margin: 2px 7px 0px 0px;
 
font-size: 90%;
 
 
}
 
}
 +
}}
  
#blockquote {
 
font-size: 95%;
 
font-family: Georgia, serif;
 
}
 
  
.editsection a {color: grey; margin-right: -15px}
+
<div id="char-outer-div" >
.editsection a:visited {color: black; margin-right: -15px}
+
{{:{{FULLPAGENAME}}/Introduction}}
.wordsforever a, .wordsforever a:visited {font-family: Georgia, serif; color: #330033; text-transform: uppercase; font-size: 95%}
+
<div id="char-inner-div" class="clear">
.new a {color: #330033}
 
  
#bodyContent a:link.external, #bodyContent a.external, #bodyContent a.external:visited {font-family: Georgia, serif; color: #b4c1d7; text-transform: uppercase; font-size: 95%}
+
<div id="char-side-panel" class="clear">
#editbutton a.external, #editbutton a.external:visited {font-family: Georgia, serif; color: #663399; text-transform: uppercase; font-size: 95%}
+
== Changeling Character ==
 +
{{:{{FULLPAGENAME}}/Infobox}}
  
em {font-family: Georgia, serif; font-size: 21pt; font-style: normal; color: #663399}
+
== Soundtrack ==
b {text-transform: uppercase; color: #white; font-size: 90%}
+
{{:{{FULLPAGENAME}}/Music}}
h3 {color: black; font-size: 3pt; margin-bottom: -5px}
 
</css>
 
__NOTOC__
 
  
{| id="frame" width="800" style="margin: auto; text-align: left"
+
</div>
|-
 
|
 
{| id="namebox" cellpadding="0" cellspacing="0"
 
|-
 
| <font color=black>BAREONET</font><font color=grey>PHILOMÈNE</font>ANTOINETTE<font color=white>de</font>LILIJUDICAËL
 
|}
 
  
{| id="titlebox" width="850" cellpadding="0" cellspacing="0" style="padding: 0px"
+
== | <font color=black>BARONNETTE</font><font color=#330066>PHILOMÈNE</font>ANTOINETTE<font color=white>de</font>LILIJUDICAËL ==
|-
+
{{:{{FULLPAGENAME}}/Description}}
| width="625" | [[Image:Amber2.jpg|500px]]
 
| width="225" style="background-color: #6e858f; vertical-align: middle" |
 
{| align="left" width="90%" id="tweemenu" cellpadding="0" cellspacing="0" style="padding: 0px"
 
|-
 
| class="submenoo" | [[Ambrosine/Changeling#Overview|Overview]] || class="numba" | 1.
 
|-
 
| class="submenoo" | [[Ambrosine/Changeling#Rememebrance|Remembrance]] || class="numba" | 2.
 
|-
 
| class="submenoo" | [[Ambrosine/Changeling#RP Hooks|RP Hooks]] || class="numba" | 3.
 
|-
 
| class="submenoo" | [[Ambrosine/Changeling#Soundtrack|Soundtrack]] || class="numba" | 4.
 
|-
 
|}
 
{| align="right" width="90%" cellpadding="0" cellspacing="0" style="padding: 0px; margin-top: 15px"
 
|-
 
| class="num" | ❈ || class="menuop" | [[Ambrosine/Changeling/Relationships|Relationships]]
 
|-
 
| class="num" | ❈ || class="menuop" | [[Ambrosine/Inspiration|Inspiration]]
 
|-
 
| class="num" | ❈ || class="menuop" | [[Ambrosine/Changeling/Gallery|Gallery]]
 
|-
 
| class="num" | ❈ || class="menuop" | [[Ambrosine/Logs|Logs]]
 
|-
 
|}
 
|}
 
  
{| id="quotebox" width="850"
+
== Stardust ==
|-
+
{{:{{FULLPAGENAME}}/Contacts}}
|
 
|}
 
  
{| class="wordsforever" width="850" cellpadding="10" cellspacing="0"
+
== Curiosities ==
|-
+
{{:Ambrosine/RP Hooks3}}
|
 
{| id="sideways" cellpadding="0" cellspacing="0" style="padding: 0px"
 
|-
 
| style="vertical-align: top" |
 
{| id="fofobox" align="left" width="300"
 
|-
 
| {{:Ambrosine/Changeling/Infobox}}
 
  
<em>Shoutbox</em><br>
+
== Opinions ==
{{:Ambrosine/Shoutbox}}
+
{{:{{FULLPAGENAME}}/Stereotypes}}
|-
 
|}
 
| style="vertical-align: top" |
 
{| id="editbutton" style="float: right; margin-left: 80%; margin-right: 0%"
 
|-
 
| {{editlink|Ambrosine/Changeling/Overview}}
 
|}
 
===Overview===
 
<em>Overview</em> <br>
 
{{:Ambrosine/Changeling/Overview}}
 
  
{| id="editbutton" style="float: right; margin-left: 80%; margin-right: 0%"
+
== Moments in Time ==
|-
+
{{:{{FULLPAGENAME}}/Gallery}}
| {{editlink|Ambrosine/RP Hooks}}
 
|}
 
===RP Hooks===
 
<em>RP&nbsp;Hooks</em><br>
 
{{:Ambrosine/RP Hooks}}
 
|}
 
  
{| id="editbutton" style="float: right; margin-left: 80%; margin-right: 0%"
+
== Logs ==
|-
+
<div class="threecol">
| {{editlink|Ambrosine/Remembrance}}
+
{{ #dpl:
|}
+
|userdateformat= (Y-M-d)
===Durance===
+
|namespace=Logs
<em>Durance</em><br>
+
|linksto=Ambrosine
<div id="blockquote">
+
|ordermethod=firstedit
{{:Ambrosine/Remembrance}}
+
|addeditdate=true
 +
|shownamespace=false
 +
|noresultsheader=''None yet.''
 +
|mode=userformat
 +
}}
 
</div>
 
</div>
  
{| id="editbutton" style="float: right; margin-left: 80%; margin-right: 0%"
+
Dates are by OOC posting.
|-
 
| {{editlink|Ambrosine/Changeling/Soundtrack}}
 
|}
 
===Soundtrack===
 
<em>Soundtrack</em><br>
 
{{:Ambrosine/Changeling/Soundtrack}}
 
|-
 
|}
 
|-
 
|}
 
  
Layout from Silas/Liam from Haunted Memories.
+
<center>[[File:Amber8.jpg|150px]]</center>
 +
 
 +
</div>
 +
</div>
 +
{{Played by
 +
| Character name = Ambrosine Deforest
 +
| Model name = Nastya Kusakina
 +
}}
 +
[[Category:Changeling]][[Category:Sidhe]][[Category:Seelie]][[Category:Active PCs]][[Category: Beaumayn]][[Category:PCs]]
 +
__NOTOC__
 +
__NOEDITSECTION__

Latest revision as of 21:44, 30 December 2021


Amberban.jpg
Sidhe.pngSSbarony.pngCrestBeaumayn.jpgSeelie-logo.gif

Changeling Character

Amberground.jpg
Race: Changeling
Full Name: Ambrosine Deforest
Date of Birth: Undisclosed
Heritage: French
Occupation: Maid
Seeming: Late Stage Wilder
Kith: Arcadian Sidhe
House: Beaumayn
Apparent Age: Early 20's
Height: 5'5"

Soundtrack

Willowisp.gif

Viva La Vida....


I used to rule the world
Seas would rise when I gave the word
Now in the morning I sleep alone
Sweep the streets I used to own

I used to roll the dice
Feel the fear in my enemies' eyes
Listen as the crowd would sing
"Now the old king is dead, long live the king!"
One minute I held the key
Next the walls were closed on me
And I discovered that my castle stands
Upon pillars of salt, and pillars of sand

  • Billy Idol, "Love Labours On"
    Back thru time, I know
    You're calling me
    For a saviour--I know
    It's my destiny
    So I'm gonna rise
    Face the morning sun

    Feel it calling me,
    Wanting me
    Believes in me
  • Assemblage 23 - Lullaby
    And if ever fate
    Should choose to smite you
    Stand your ground, never walk away
    Please don't ever let the world defeat you
    Don't get buried in its decay

    As you drift into the gauzy realm of dreams
    May you take comfort in the thought that you are safe
    For it only takes a fraction of a second
    For all of this to change

  • Puscifer - The Weaver
    Observing the shades,
    Interpreting signs;
    Reporting the patterns
    Row by line.

    Liturgical tales I live and tell,
    Infused and entwined like threads in the tapestry.

    I am, therefore I do.
    Explore, I am the Weaver.
    I do, therefore become
    A seer and believer.

    Observing the shades,
    Interpreting signs;
    Reporting the patterns,
    Row by line.

| BARONNETTEPHILOMÈNEANTOINETTEdeLILIJUDICAËL

It has been some time since I came to Prospect. It is still a dreadful place. Thankfully the people here make it tolerable even if being the Baroness of a trade city has kept me incredibly busy. Too busy at times I fear..
I have lost many friends along the way, the past has peeled away like shed skin and I am left a new thing in this strange world. Raw to its oddities and unique modern outlook. I can only hope the new connections I've made will keep me tangled up in the here and now so I do not get lost in my observance of the stars.

Stardust

Curiosities

Changeling

Vstar.png Baroness of Beaumayne but she still doesn't tell everyone.

Vstar.png Baroness of Barony of the Shadowed Souls

Vstar.png You can always try and figure out her Heraldry.

Vstar.png She gets confused easily

Vstar.png Has a chimera that follows her around; often a fox
AmbersFox.png

Vstar.png Is a Professor at the Covey-Fychell College


Mortal

Vstar.png She has Surreal Quality.

Vstar.png French

Vstar.png She occasionally talks to herself.

Vstar.png Can you see her eyes?


Opinions

Vstar.pngChangelings: Sweet Dreams are Made of This.

Vstar.pngVstar.pngSidhe: Cherish your memories and build towards a future they can live in.

Vstar.pngVstar.pngVstar.pngArcadian: Ours is a sad lot. What's worse is that others suffer for it.

Vstar.pngVstar.pngVstar.pngAutumn: What a shining exemplar of strength you are. I wonder if it is worth the fugue.

Vstar.pngVstar.pngCommoners: You have always been the strong ones. It's a pity you remember it less than we do at times.

Vstar.pngVstar.pngGallian: What treasures the Autumn World still holds.

Vstar.pngVstar.pngThallain: Do not think I did not taste your foul stench as I walked those paths. Do you see me coming? Good.

Vstar.pngCourts: A twisted hunt amidst a tangled dance that is called Politics. In the end.. Don't we have one goal?

Vstar.pngVstar.pngSeelie: Love. Quest. Live in each moment for the experience and always remember Who We Are.

Vstar.pngVstar.pngUnseelie: Your Passions become Distractions so easily..

Vstar.pngVstar.pngShadow: Fuck off with all of -that-.

Vstar.pngWinter: I almost hate G.R.R.M.... But he's right you know...


Vstar.pngMages: You are no less capable of the horrors any mortal is. The problem is you think that you aren't.

Vstar.pngShifters: Convert your despair to rage and Hulk Out. Sidhe have a similar sin...

Vstar.pngBygone: Tell me what I must pay to pave the way for more of you to return...

Vstar.pngVampires: NOPE!

Vstar.pngOTHERS: I do not remember all of you only that there are things beyond my knowledge in this shifting tapestry. I am glad I am not gifted with visions so wide as to encompass you all.

Moments in Time

Not enough? Want more for some reason? Click here!!!

Logs

{{ #dpl: |userdateformat= (Y-M-d) |namespace=Logs |linksto=Ambrosine |ordermethod=firstedit |addeditdate=true |shownamespace=false |noresultsheader=None yet. |mode=userformat }}

Dates are by OOC posting.

Amber8.jpg