Clairine: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | |||
{{#css: | |||
.container { | |||
margin: auto; | |||
height: auto; | |||
width: 800px; | |||
background-color: #fffff8; | |||
/* font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif; */ | |||
font-family: Futura, "Trebuchet MS", Arial, sans-serif; | |||
color: #444444; | |||
} | |||
.photo-header { | |||
display: flex; | |||
justify-content: center; | |||
} | |||
.photo-header a { | |||
width: 100%; | |||
} | |||
.photo-header img { | |||
width: 100%; | |||
} | |||
.name-container { | |||
display: flex; | |||
justify-content: center; | |||
background-color: lightblue; | |||
padding: 0.5em 0; | |||
font-size: 1.4em; | |||
font-style: italic; | |||
} | |||
.infobox-container { | |||
margin-top: 1.2em; | |||
width: 100%; | |||
display: flex; | |||
justify-content: space-evenly; | |||
padding: 0.5em 0; | |||
} | |||
.infobox-col { | |||
width: 50%; | |||
display: flex; | |||
flex-direction: column; | |||
margin: 0px 2em; | |||
} | |||
.infobox-table { | |||
width: 100%; | |||
height: auto; | |||
/* padding: 5px 5px 5px 5px; */ | |||
text-align: left; | |||
} | |||
.infobox-table td { | |||
padding: 0.2em 0; | |||
} | |||
.infobox-label { | |||
width: 25%; | |||
} | |||
.bio-container { | |||
display: flex; | |||
width: 100%; | |||
margin: 1.6em 0; | |||
} | |||
.bio-text { | |||
font-size: 0.8em; | |||
} | |||
.left { | |||
width: 40%; | |||
display: flex; | |||
margin: 0px 2em; | |||
flex-direction: column; | |||
} | |||
.right { | |||
width: 60%; | |||
display: flex; | |||
margin: 0px 2em; | |||
flex-direction: column; | |||
} | |||
.bio-container .right .label{ | |||
margin: 0px; | |||
} | |||
.label { | |||
display: flex; | |||
justify-content: center; | |||
margin-bottom: 0.8em; | |||
font-size: 1.4em; | |||
font-style: italic; | |||
} | |||
.stat-label { | |||
margin-top: 1em; | |||
} | |||
.statbox-label { | |||
min-width: 100%; | |||
width: 55%; | |||
} | |||
.dot-filled { | |||
height: 1em; | |||
width: 1em; | |||
background-color: #bbb; | |||
border-radius: 50%; | |||
display: inline-block; | |||
} | |||
.dot-hollow { | |||
height: 0.6em; | |||
width: 0.6em; | |||
border-radius: 50%; | |||
display: inline-block; | |||
border: #bbb; | |||
border-style: solid; | |||
border-width: 0.2em; | |||
} | |||
.photo-break { | |||
width: 100%; | |||
} | |||
.photo-break img { | |||
width: 100%; | |||
} | |||
.hook-container, .contacts-container { | |||
margin: 1.2em 2em; | |||
} | |||
.hook-table, .contacts-table { | |||
width: 100%; | |||
border-spacing: 0.5rem; | |||
} | |||
.quote-container { | |||
display: flex; | |||
justify-content: center; | |||
padding: 0.7em 2em; | |||
background-color: lightblue; | |||
} | |||
.quote-content { | |||
font-size: 1.1em; | |||
font-style: italic; | |||
font-family: "times new roman", times, serif; | |||
} | |||
.contacts-table a { | |||
color: #444444; | |||
} | |||
.contacts-table a:visited { | |||
color: #444444; | |||
} | |||
.contacts-table a:hover { | |||
color: lightblue; | |||
} | |||
.logs-content { | |||
margin: 0 1em; | |||
} | |||
.logs-content a { | |||
color: #444444; | |||
} | |||
.logs-content a:visited { | |||
color: #444444; | |||
} | |||
.logs-content a:hover { | |||
color: lightblue; | |||
} | |||
}} | }} | ||
<div class="container"> | |||
<div class="photo-header">[[File:Clai-mermaid.gif]]</div> | |||
<div class="name-container">Clairine Archambeau</div> | |||
<div class="infobox-container"> | |||
<div class="infobox-col"> | |||
<table class="infobox-table"> | |||
<tr> | |||
<td class="infobox-label">Full Name:</td> | |||
<td class="infobox-content">Clairine Archambeau</td> | |||
</tr> | |||
<tr> | |||
<td class="infobox-label">Born:</td> | |||
<td class="infobox-content">May 30th 1995</td> | |||
</tr> | |||
<tr> | |||
<td class="infobox-label">Occupation:</td> | |||
<td class="infobox-content">Marine Biologist</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<div class="infobox-col"> | |||
<table class="infobox-table"> | |||
<tr> | |||
<td class="infobox-label">Seeming:</td> | |||
<td class="infobox-content">Wilder</td> | |||
</tr> | |||
<tr> | |||
<td class="infobox-label">Kith:</td> | |||
<td class="infobox-content">Morganed</td> | |||
</tr> | |||
<tr> | |||
<td class="infobox-label">Court:</td> | |||
<td class="infobox-content">Seelie</td> | |||
</tr> | |||
</table> | |||
</div> | |||
</div> | |||
<div class="bio-container"> | |||
<div class="left"> | |||
<div class="label">Statistics</div> | |||
<table class="statbox-table"> | |||
<tr> | |||
<td class="statbox-label">Appearance:</td> | |||
<td class=""><span class="dot-filled"></span><span class="dot-filled"></span><span class="dot-filled"></span><span class="dot-filled"></span><span class="dot-hollow"></span></td> | |||
</tr> | |||
<tr> | |||
<td class="statbox-label">Enchanting Eyes:</td> | |||
<td class=""><span class="dot-filled"></span><span class="dot-filled"></span></td> | |||
</tr> | |||
<tr> | |||
<td class="statbox-label">Changeling's Eyes:</td> | |||
<td class=""><span class="dot-filled"></span></td> | |||
</tr> | |||
</table> | |||
<div class="label stat-label">Arts</div> | |||
<table class="statbox-table"> | |||
<tr> | |||
<td class="statbox-label">Summer:</td> | |||
<td class=""><span class="dot-filled"></span><span class="dot-filled"></span><span class="dot-filled"></span><span class="dot-hollow"></span><span class="dot-hollow"></span></td> | |||
</tr> | |||
<tr> | |||
<td class="statbox-label">Primal:</td> | |||
<td class=""><span class="dot-filled"></span><span class="dot-filled"></span><span class="dot-hollow"></span><span class="dot-hollow"></span><span class="dot-hollow"></span></td> | |||
</tr> | |||
</table> | |||
<div class="label stat-label">Realms</div> | |||
<table class="statbox-table"> | |||
<tr> | |||
<td class="statbox-label">Actor:</td> | |||
<td class=""><span class="dot-filled"></span><span class="dot-filled"></span><span class="dot-hollow"></span><span class="dot-hollow"></span><span class="dot-hollow"></span></td> | |||
</tr> | |||
<tr> | |||
<td class="statbox-label">Scene:</td> | |||
<td class=""><span class="dot-filled"></span><span class="dot-filled"></span><span class="dot-hollow"></span><span class="dot-hollow"></span><span class="dot-hollow"></span></td> | |||
</tr> | |||
<tr> | |||
<td class="statbox-label">Fae:</td> | |||
<td class=""><span class="dot-filled"></span><span class="dot-hollow"></span><span class="dot-hollow"></span><span class="dot-hollow"></span><span class="dot-hollow"></span></td> | |||
</tr> | |||
<tr> | |||
<td class="statbox-label">Nature:</td> | |||
<td class=""><span class="dot-filled"></span><span class="dot-hollow"></span><span class="dot-hollow"></span><span class="dot-hollow"></span><span class="dot-hollow"></span></td> | |||
</tr> | |||
</table> | |||
</div> | |||
<div class="right"> | |||
<div class="label">Biography</div> | |||
<div class="bio-text"> | |||
<p> | |||
Clairine Archambeau was born in Marseille, France on May 30th, 1995. Her parents were a Charles Archambeau, a Professor of History | |||
and Veruca Archambeau, a painter and poet. She lived a comfortable childhood until she underwent The Chrysalis at the age of 10 while | |||
during the Summer of 2005 while swimming at a local beach on the Mediterranean Sea. Her love and connection with the water lead to a | |||
flashback of memories of a land of water and shorelines, a place in the Dreaming where her fae-self had lived for ages before. | |||
</p> | |||
<p> | |||
The Dream Dance followed when she returned to the beach days after, hoping to repeat the experience. Clairine changed upon immersing | |||
herself in the water. Her legs fused together into a dorsel fin while her skin turned light blue. Her bright blonde hair adopted a | |||
light green color while her eyes changed into an emerald green of the ocean which seemed to sparkle with the caustic effects of the | |||
surface of water. She emerged from the water a changed being and was soon after discovered by the local kithain of the Kingdom of | |||
Neustria, where she was taken in as a fledgeling. Her change was partially noticed by her eyes, which while originally light green | |||
had now taken on a richer, emerald-green shade that often seemed to shift to blue or light gray. The entrancing orbs almost seemed to | |||
sparkle as they caught the light. | |||
</p> | |||
<p> | |||
Clairine spent the next several years as a member of the Kingdom of Neustria while juggling her mundane life and academic studies. | |||
She took to the swimming team in school while also pursuing singing, which was a new found passion that only developed after her | |||
change. She left Marseille to study marine biology at the University of Montpellier and eventually left the Kingdom of Neustria for | |||
the United States when she received a grant and job offer from the Southern California Marine Institute. | |||
</p> | |||
<p> | |||
Clairine has since arrived in Los Angeles in early 2021 and has settled in to a new life away from home where she can be found among | |||
the cities many beaches and sand bars. | |||
</p> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="photo-break">[[File:Clairine2.jpg]]</div> | |||
<div class="hook-container"> | |||
<div class="label">Roleplay Hooks</div> | |||
<table class="hook-table"> | |||
<tr> | |||
<td class="infobox-label">Glamour-ous:</td> | |||
<td>She is a changeling that plays well with others.</td> | |||
</tr> | |||
<tr> | |||
<td class="infobox-label">French Native:</td> | |||
<td>She was born and raised in Marseille, France.</td> | |||
</tr> | |||
<tr> | |||
<td class="infobox-label">Beach Life:</td> | |||
<td>She fits in like a local while also standing out among the crowd.</td> | |||
</tr> | |||
<tr> | |||
<td class="infobox-label">Strong Emotions:</td> | |||
<td>Like the tides of the ocean, her moods ebb and flow.</td> | |||
</tr> | |||
<tr> | |||
<td class="infobox-label">Siren's Call:</td> | |||
<td>Where is that wonderful singing coming from? We should totally find out!</td> | |||
</tr> | |||
<tr> | |||
<td class="infobox-label">Marine Biology:</td> | |||
<td>She works for the Southern California Marine Institute.</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<div class="quote-container"> | |||
<div class="quote-content"> | |||
<div>I am a siren, as pretty as can be...</div> | |||
<div>Come let's make love, before I drown you in the sea!</div> | |||
</div> | |||
</div> | |||
<div class="contacts-container"> | |||
<div class="label">Contacts</div> | |||
<table class="contacts-table"> | |||
<tr> | |||
<td class="infobox-label">[[Maricela]]:</td> | |||
<td>You are the most intriguing kind of trouble.</td> | |||
</tr> | |||
<tr> | |||
<td class="infobox-label">[[Victoria]]:</td> | |||
<td>You rule your domain with grace and poise.</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<div class="logs-container"> | |||
<div class="label">Logs</div> | |||
</div> | |||
<div class="gallery-container"> | |||
<div class="label">Gallery</div> | |||
</div> | |||
</div> | |||
[[Category:Characters]] | [[Category:Characters]] |
Revision as of 02:57, 1 October 2021
Full Name: | Clairine Archambeau |
Born: | May 30th 1995 |
Occupation: | Marine Biologist |
Seeming: | Wilder |
Kith: | Morganed |
Court: | Seelie |
Appearance: | |
Enchanting Eyes: | |
Changeling's Eyes: |
Summer: | |
Primal: |
Actor: | |
Scene: | |
Fae: | |
Nature: |
Clairine Archambeau was born in Marseille, France on May 30th, 1995. Her parents were a Charles Archambeau, a Professor of History and Veruca Archambeau, a painter and poet. She lived a comfortable childhood until she underwent The Chrysalis at the age of 10 while during the Summer of 2005 while swimming at a local beach on the Mediterranean Sea. Her love and connection with the water lead to a flashback of memories of a land of water and shorelines, a place in the Dreaming where her fae-self had lived for ages before.
The Dream Dance followed when she returned to the beach days after, hoping to repeat the experience. Clairine changed upon immersing herself in the water. Her legs fused together into a dorsel fin while her skin turned light blue. Her bright blonde hair adopted a light green color while her eyes changed into an emerald green of the ocean which seemed to sparkle with the caustic effects of the surface of water. She emerged from the water a changed being and was soon after discovered by the local kithain of the Kingdom of Neustria, where she was taken in as a fledgeling. Her change was partially noticed by her eyes, which while originally light green had now taken on a richer, emerald-green shade that often seemed to shift to blue or light gray. The entrancing orbs almost seemed to sparkle as they caught the light.
Clairine spent the next several years as a member of the Kingdom of Neustria while juggling her mundane life and academic studies. She took to the swimming team in school while also pursuing singing, which was a new found passion that only developed after her change. She left Marseille to study marine biology at the University of Montpellier and eventually left the Kingdom of Neustria for the United States when she received a grant and job offer from the Southern California Marine Institute.
Clairine has since arrived in Los Angeles in early 2021 and has settled in to a new life away from home where she can be found among the cities many beaches and sand bars.
Glamour-ous: | She is a changeling that plays well with others. |
French Native: | She was born and raised in Marseille, France. |
Beach Life: | She fits in like a local while also standing out among the crowd. |
Strong Emotions: | Like the tides of the ocean, her moods ebb and flow. |
Siren's Call: | Where is that wonderful singing coming from? We should totally find out! |
Marine Biology: | She works for the Southern California Marine Institute. |
Maricela: | You are the most intriguing kind of trouble. |
Victoria: | You rule your domain with grace and poise. |