Difference between revisions of "Calliope Kraus"
Littledoll (Talk | contribs) |
|||
Line 38: | Line 38: | ||
| ensorcelled=No | | ensorcelled=No | ||
}} | }} | ||
− | < | + | <css> |
+ | a:link { | ||
+ | color: #CCCCCC; | ||
+ | } | ||
+ | a:hover { | ||
+ | color: #000000; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | a:active { | ||
+ | color: #CCCCCC; | ||
+ | } | ||
+ | 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(84,222,137,1); | ||
+ | background: -moz-linear-gradient(top, rgba(84,222,137,1) 0%, rgba(73,155,234,1) 51%, rgba(37,28,173,1) 100%); | ||
+ | background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(84,222,137,1)), color-stop(51%, rgba(73,155,234,1)), color-stop(100%, rgba(37,28,173,1))); | ||
+ | background: -webkit-linear-gradient(top, rgba(84,222,137,1) 0%, rgba(73,155,234,1) 51%, rgba(37,28,173,1) 100%); | ||
+ | background: -o-linear-gradient(top, rgba(84,222,137,1) 0%, rgba(73,155,234,1) 51%, rgba(37,28,173,1) 100%); | ||
+ | background: -ms-linear-gradient(top, rgba(84,222,137,1) 0%, rgba(73,155,234,1) 51%, rgba(37,28,173,1) 100%); | ||
+ | background: linear-gradient(to bottom, rgba(84,222,137,1) 0%, rgba(73,155,234,1) 51%, rgba(37,28,173,1) 100%); | ||
+ | } | ||
+ | .title { | ||
+ | width: 100%; | ||
+ | height: 418px; | ||
+ | text-align: center; | ||
+ | float: right; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | .titletext { | ||
+ | color: #353535; | ||
+ | font-family: 'Ruthie'; | ||
+ | font-size: 150px; | ||
+ | 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:Angelica.jpg|282px]] | ||
+ | | style="text-align: center" |<div class="titletext">Calliope Kraus </div> | ||
+ | |- | ||
+ | | style="text-align: center" |<div class="icons"></div> | ||
+ | |- | ||
+ | | style="text-align: center" |<blockquote class="quote"> | ||
+ | "When you get to the end of all the light you know and it's time to step into the darkness of the unknown, faith is knowing that one of two things shall happen: either you will be given something solid to stand on, or you will be taught how to fly. ”'''<br />'''– Edwar Teller'''"<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:Calliope.jpg|360px]]</div> | ||
+ | <div class="textbox text"> | ||
+ | {| class="vitalbox" | ||
+ | |- | ||
+ | | Alias: | ||
+ | |Cilo | ||
+ | |- | ||
+ | | Apparent Age: | ||
+ | |20s | ||
+ | |- | ||
+ | | Occupation: | ||
+ | |Hah! | ||
+ | |- | ||
+ | | Virtue/Vice: | ||
+ | |Faith/Everything | ||
+ | |- | ||
+ | | Played By: | ||
+ | |Chelsea Christian | ||
+ | |- | ||
+ | | Seeming: | ||
+ | |Beast | ||
+ | |- | ||
+ | | Kiths: | ||
+ | |Truefriend <br> Levinquick <br> Bright One | ||
+ | |- | ||
+ | | Court: | ||
+ | |Summer | ||
+ | |- | ||
+ | | Freehold: | ||
+ | |[[Fate's Harvest|Fate's Harvest]] | ||
+ | |- | ||
+ | | Keeper: | ||
+ | |[[The Twins]] | ||
+ | |- | ||
+ | | Influences: | ||
+ | |Court (1) <br> Freehold (1) | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Associations: | ||
+ | | None Yet | ||
+ | |} | ||
+ | </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"> | ||
+ | The Mask Desc | ||
{{Tab}}[[File:Storm1.gif]] | {{Tab}}[[File:Storm1.gif]] | ||
− | + | The Mein Desc | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | [[Image:Calliope2.jpg|x150px]] | + | |
+ | |||
+ | <center>[[Image:Calliope2.jpg|x150px]] | ||
[[Image:Calliope3.jpg|x150px]] | [[Image:Calliope3.jpg|x150px]] | ||
[[Image:Calliope4.jpg|x150px]] | [[Image:Calliope4.jpg|x150px]] | ||
− | [[Image:Calliope5.jpg|x150px]] | + | [[Image:Calliope5.jpg|x150px]] |
[[Image:Calliope6.jpg|x150px]] | [[Image:Calliope6.jpg|x150px]] | ||
[[Image:Calliope7.jpg|x150px]] | [[Image:Calliope7.jpg|x150px]] | ||
Line 63: | Line 309: | ||
[[Image:Calliope9.jpg|x150px]] | [[Image:Calliope9.jpg|x150px]] | ||
[[Image:Calliope10.jpg|x150px]] | [[Image:Calliope10.jpg|x150px]] | ||
+ | </center> | ||
+ | </div> | ||
− | === | + | <div class="header" style="margin-top: 0px">Roleplay Hooks</div> |
− | + | <div class="text textbackground"> | |
− | |- | + | |
− | | | + | <div class="hook">Hook!</div> |
− | + | ||
− | + | Thing about it! | |
− | + | ||
− | + | <div class="hook">Hook!</div> | |
− | + | ||
− | + | Thing about it! | |
− | + | ||
− | + | <div class="hook">Hook!</div> | |
− | + | ||
− | < | + | Thing about it! |
− | + | ||
− | + | </div> | |
− | + | ||
− | + | <div class="header" style="margin-top: 0px">Contacts</div> | |
− | + | <div class="text textbackground"> | |
− | + | ||
− | + | <div class="hook">[[name|nickname]]</div> | |
− | + | ||
+ | Thought | ||
+ | |||
+ | <div class="hook">[[name|nickname]]</div> | ||
+ | |||
+ | Thought | ||
+ | |||
+ | <div class="hook">[[name|nickname]]</div> | ||
+ | |||
+ | Thought | ||
+ | |||
+ | <div class="hook">[[name|nickname]]</div> | ||
+ | |||
+ | Thought | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="header" style="margin-top: 0px">Playlist</div> | ||
+ | <div class="images" style="float:left; margin-right: 40px;">[[Image:Angelica4.jpg|x580px]]</div> | ||
+ | <div class="plainlinks playlist text textbox"> <div class="playlistchild"> ♫ [https://www.youtube.com/watch?v=LloIp0HMJjc<span class="elinks"> Hugo - 99 Problems</span>] | ||
+ | <blockquote class="lyrics"> | ||
+ | Tip my hat to the sun in the west | ||
+ | |||
+ | Feel the beat right in my chest | ||
+ | |||
+ | At the crossroads a second time | ||
+ | |||
+ | Make the devil change his mind. | ||
+ | |||
+ | It's a pound of flesh but it's really a ton | ||
+ | |||
+ | 99 problems and a bitch ain’t one | ||
+ | </blockquote> | ||
+ | |||
+ | |||
+ | ♫ [https://www.youtube.com/watch?v=NhjSzjoU7OQ<span class="elinks"> TMBG - Birdhouse in your Soul</span>] | ||
+ | <blockquote class="lyrics"> | ||
+ | There's a picture opposite me | ||
+ | |||
+ | Of my primitive ancestry | ||
+ | |||
+ | Which stood on rocky shores and kept the beaches shipwreck free | ||
+ | |||
+ | Though I respect that a lot | ||
+ | |||
+ | I'd be fired if that were my job | ||
+ | |||
+ | After killing Jason off and countless screaming Argonauts | ||
+ | |||
+ | Bluebird of friendliness | ||
+ | |||
+ | Like guardian angels its always near | ||
+ | |||
+ | |||
+ | Blue canary in the outlet by the light switch | ||
+ | |||
+ | Who watches over you | ||
+ | |||
+ | Make a little birdhouse in your soul | ||
+ | |||
+ | Not to put too fine a point on it | ||
+ | |||
+ | Say I'm the only bee in your bonnet | ||
+ | |||
+ | Make a little birdhouse in your soul | ||
+ | </blockquote> | ||
+ | |||
+ | |||
+ | </div></div> | ||
+ | |||
+ | <div class="header">Logs</div> | ||
+ | <div class="text textbackground"> | ||
+ | {{ #dpl: | ||
+ | | category=RP Logs | ||
+ | | linksto={{BASEPAGENAME}} | ||
+ | | includematch=/\{{!}}\s*gamedate\s*=\s*\d{4}\.\d{2}\.\d{2}/si | ||
+ | | replaceintitle=/Log:/, | ||
+ | | include={Log}:gamedate:[[%PAGE%|%TITLE%]] | ||
+ | | ordermethod=sortkey | ||
+ | | order=descending | ||
+ | | table=class="logbox sortable",-, | ||
+ | | tablerow=\n* (%%),%% | ||
+ | | columns={{{columns|1}}} | ||
+ | | noresultsheader=''No logs have been posted yet.'' | ||
+ | }} | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <center>Thank you, ever so deliciously, [[Aneira Lloyd]] for the delightful layout.</center> | |
− | + |
Revision as of 01:42, 15 July 2017
| |||||||||||||||||||||||||||||
|
Alias: | Cilo |
Apparent Age: | 20s |
Occupation: | Hah! |
Virtue/Vice: | Faith/Everything |
Played By: | Chelsea Christian |
Seeming: | Beast |
Kiths: | Truefriend Levinquick Bright One |
Court: | Summer |
Freehold: | Fate's Harvest |
Keeper: | The Twins |
Influences: | Court (1) Freehold (1) |
Associations: | None Yet |
Thing about it!
Thing about it!
Thing about it!
Tip my hat to the sun in the west
Feel the beat right in my chest
At the crossroads a second time
Make the devil change his mind.
It's a pound of flesh but it's really a ton
99 problems and a bitch ain’t one
♫ TMBG - Birdhouse in your Soul
There's a picture opposite me
Of my primitive ancestry
Which stood on rocky shores and kept the beaches shipwreck free
Though I respect that a lot
I'd be fired if that were my job
After killing Jason off and countless screaming Argonauts
Bluebird of friendliness
Like guardian angels its always near
Blue canary in the outlet by the light switchWho watches over you
Make a little birdhouse in your soul
Not to put too fine a point on it
Say I'm the only bee in your bonnet
Make a little birdhouse in your soul
|
Giants & Bluebirds |
|
Escape from the White Hand |
|
July Emergency Freehold Meeting |
|
Sacred Order of the Alabaster Bitches |
|
Open Mic @ CAT-22 |
|
Life Skills and Spin Cycles |
|
Attack of Squidtopus |
|
Jam Sessions and Swearbirds |
|
Wayhouse Meetings |
|
Birds The Word |