Difference between revisions of "Sophie St. Blaise"
Line 86: | Line 86: | ||
</table> | </table> | ||
</div> <!-- main container --> | </div> <!-- main container --> | ||
− | + | ||
{{#css: | {{#css: | ||
{}/* ------------ Template-specific formatting ----------------- */ | {}/* ------------ Template-specific formatting ----------------- */ | ||
− | + | {}/* ------------ Theme colors and fonts ----------------- */ | |
− | #template-container . | + | #template-container |
− | + | { | |
− | + | background:#000; | |
+ | background-image:-webkit-gradient(linear, 21% 19%, 100% 59%, from(#000000), to(#000000), color-stop(.6,#162b25)); | ||
+ | border:3px solid #d7ab6b; | ||
+ | color: #E8DABE; | ||
+ | |||
} | } | ||
− | /* | + | /* ------------ Main Content Sections ----------------- */ |
− | #template-container . | + | /* Main body */ |
+ | #template-container .main | ||
{ | { | ||
− | + | background: rgba(81, 107, 105, 0.75); | |
− | |||
− | |||
− | |||
} | } | ||
/* Container for content sections */ | /* Container for content sections */ | ||
− | #template-container .content | + | #template-container .content |
{ | { | ||
− | + | color: #E8DABE; | |
− | + | background-color:#223b31; | |
+ | border:solid 1px #af8752; | ||
} | } | ||
− | /* content | + | /* Columns, and main content area */ |
+ | #template-container .column, | ||
+ | #template-container .mainColumn, | ||
#template-container .section | #template-container .section | ||
{ | { | ||
− | + | border:solid 3px #af8752; | |
− | + | background-color:#9AB1A7; | |
+ | color: #000; | ||
+ | } | ||
+ | /* ------------ Quote box ----------------- */ | ||
+ | /* Central header box */ | ||
+ | #template-container .quote | ||
+ | { | ||
+ | background: #223b31; | ||
+ | border:solid 2px #af8752; | ||
+ | box-shadow: 3px 3px 5px 1px #000; | ||
+ | |||
+ | font-family: Georgia; | ||
+ | font-size: 16px; | ||
+ | color: #E8DABE; | ||
} | } | ||
− | + | #template-container .quote a, | |
− | #template-container . | ||
{ | { | ||
− | + | color:#E8DABE; | |
− | |||
− | |||
} | } | ||
− | /* | + | /* ------------ Wikitable formatting ----------------- */ |
+ | /* Wiki Table formatting */ | ||
+ | #template-container .wikitable | ||
+ | { | ||
+ | background:inherit; | ||
+ | border:1px solid black; | ||
+ | } | ||
− | /* | + | /* Wiki Table header */ |
− | #template-container | + | #template-container .wikitable th |
{ | { | ||
− | + | background:#223b31; | |
+ | background: rgba(34, 59, 49, 0.75); /* 8c0f14 */ | ||
+ | color:#E8DABE; | ||
+ | border:1px solid #000; | ||
} | } | ||
− | #template-container h2 | + | |
+ | #template-container .wikitable td | ||
+ | { | ||
+ | border:1px solid #af8752; | ||
+ | } | ||
+ | |||
+ | /* ------------ Title Box (for templates with header boxes) ----------------- */ | ||
+ | /* Title box */ | ||
+ | #template-container .headerSection | ||
+ | { | ||
+ | border:1px solid #af8752; | ||
+ | background:#223b31; | ||
+ | background: rgba(34, 59, 49, 0.75); /* 8c0f14 */ | ||
+ | color:#E8DABE; | ||
+ | } | ||
+ | |||
+ | /* Headers inside the title box */ | ||
+ | #template-container .headerSection > h1 | ||
+ | { | ||
+ | font-size:120%; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | /* ------------ Header Tabs ----------------- */ | ||
+ | /* Tab links */ | ||
+ | #template-container .tab | ||
+ | { | ||
+ | background:rgba(81, 107, 105, 0.75); | ||
+ | border:solid 1px #af8752; | ||
+ | border-radius: 5px; | ||
+ | color:#E8DABE; | ||
+ | } | ||
+ | |||
+ | #template-container .tab:hover | ||
+ | { | ||
+ | background:rgba(112, 147, 144, 0.75); | ||
+ | } | ||
+ | |||
+ | /* ------------ Misc Formatting ----------------- */ | ||
+ | /* Solid color padding blocks */ | ||
+ | #template-container .pad | ||
+ | { | ||
+ | background-color:#223b31; | ||
+ | border: 2px solid #d7ab6b; | ||
+ | background-attachment: fixed; | ||
+ | } | ||
+ | |||
+ | /* Sets bulleted items to the default color */ | ||
+ | #template-container li | ||
+ | { | ||
+ | list-style-image: none; | ||
+ | list-style-type: disc; | ||
+ | } | ||
+ | |||
+ | /* Horizontal lines */ | ||
+ | #template-container hr | ||
+ | { | ||
+ | border-color:#af8752; | ||
+ | background-color:#af8752; | ||
+ | } | ||
+ | |||
+ | /* Emphasized text */ | ||
+ | #template-container strong, | ||
+ | #template-container b | ||
+ | { | ||
+ | font-family: Georgia; | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | |||
+ | /* ------------ Default text colors ----------------- */ | ||
+ | |||
+ | /* Header colors and fonts */ | ||
+ | #template-container h1, | ||
+ | #template-container h2, | ||
+ | #template-container h3 | ||
+ | { | ||
+ | color: #E8DABE; | ||
+ | border:none; | ||
+ | } | ||
+ | |||
+ | /* link colors */ | ||
+ | #template-container a | ||
+ | { | ||
+ | color: #E8DABE; | ||
+ | } | ||
+ | |||
+ | /* Emphasized text */ | ||
+ | #template-container strong, | ||
+ | #template-container b | ||
+ | { | ||
+ | color: #E8DABE; | ||
+ | } | ||
+ | |||
+ | /* ------------------- Text for content ------------------ */ | ||
+ | #template-container .contentText | ||
+ | { | ||
+ | color: #E8DABE; | ||
+ | } | ||
+ | |||
+ | /* Header colors and fonts */ | ||
+ | #template-container .contentText h1, | ||
+ | #template-container .contentText h2, | ||
+ | #template-container .contentText h3 | ||
+ | { | ||
+ | color: #E8DABE; | ||
+ | } | ||
+ | |||
+ | /* link colors */ | ||
+ | #template-container .contentText a | ||
+ | { | ||
+ | color: #E8DABE; | ||
+ | } | ||
+ | |||
+ | #template-container .contentText strong, | ||
+ | #template-container .contentText b | ||
+ | { | ||
+ | color: #E8DABE; | ||
+ | } | ||
+ | |||
+ | /* ------------------- Text for section ------------------ */ | ||
+ | #template-container .sectionText | ||
+ | { | ||
+ | color:#000; | ||
+ | } | ||
+ | |||
+ | #template-container .sectionText h1, | ||
+ | #template-container .sectionText h2, | ||
+ | #template-container .sectionText h3 | ||
+ | { | ||
+ | color: #283D32; | ||
+ | } | ||
+ | |||
+ | /* link colors */ | ||
+ | #template-container .sectionText a | ||
+ | { | ||
+ | color: #E8DABE; | ||
+ | } | ||
+ | |||
+ | /* Emphasized text */ | ||
+ | #template-container .sectionText strong, | ||
+ | #template-container .sectionText b, | ||
+ | #template-container .sectionText .quote | ||
{ | { | ||
− | + | color: #283D32; | |
− | |||
} | } | ||
}} | }} |
Revision as of 22:35, 18 August 2020
Relationships Friends |
AboutName: Sophie St. Blaise Notable Traits: Sophie is a bit odd looking, even for what she is. She has pink eyes and towers above others at over 6 feet tall- the second one is a little less weird but can certainly catch people off guard if they've only spoken with her online. Type: Ghoul Character Type Subgroup: Lasombra
BiographySophie is a quiet, polite, all-too-businesslike ghoul, acting as her domitor's primary voice over any kind of digital medium. As such, she carries herself with an air of quiet strength and dedication to her sect, clan, and lineage. She doesn't hold any pretenses about her importance in the grand scheme of things, but on the same side of the coin she doesn't suffer unkindness beyond what is appropriate for her low station. Both her age and her internalization of the thought that she is property of another are things she uses to her full advantage. SpeculationRumors
Quotes
OOC InformationPlayer: Kya Harris Player Email: kyaharrismes@gmail.com Storyteller: John Osborne Storyteller Email: sdcamanarch@gmail.com Location: San Diego, California Wiki Code based on the Premade Wiki Template: Template 3 |