Difference between revisions of "Calvin"
Jump to navigation
Jump to search
imported>Rory |
imported>Rory |
||
Line 1: | Line 1: | ||
<css> | <css> | ||
− | . | + | |
− | color: # | + | @import 'https://fonts.googleapis.com/css?family=Philosopher|Fredericka+the+Great'; |
− | + | ||
− | border- | + | .enclosure { |
− | border- | + | position: relative; |
− | border-color: # | + | left: -5px; |
− | border- | + | } |
− | - | + | |
− | - | + | .base { |
− | + | background-color: #1b1105; | |
− | -moz-box-shadow: | + | color: #969696; |
− | webkit-box-shadow: | + | border-collapse: collapse; |
+ | border-style: solid; | ||
+ | border-color: #969696; | ||
+ | border-width: 0; | ||
+ | border-spacing: 0; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | outline: 3px; | ||
+ | outline-style: solid; | ||
+ | outline-color: #59625f; | ||
+ | text-align: left; | ||
+ | vertical-align: top; | ||
+ | font-size: 10pt; | ||
+ | font-family: 'Philosopher', sans-serif; | ||
+ | line-height: 10pt; | ||
+ | -moz-box-shadow: 0px 0px 25px #000000; | ||
+ | webkit-box-shadow: 0px 0px 25px #000000; | ||
+ | box-shadow: 0px 0px 25px #000000; | ||
+ | list-style-type: square; | ||
+ | } | ||
+ | |||
+ | .base td { | ||
+ | border-collapse: collapse; | ||
+ | border-width: 0; | ||
+ | border-spacing: 0; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | text-align: left; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | .base a:link { | ||
+ | color:#59625f !important; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .base a:visited { | ||
+ | color:#59625f !important; | ||
+ | font-weight: bold; | ||
} | } | ||
− | . | + | |
− | color: # | + | .base a:hover { |
− | font- | + | color:#59625f !important; |
− | + | font-weight: bold; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | . | + | |
− | + | .mrgleft { | |
− | + | margin-right: 10px; | |
− | + | margin-top: 10px; | |
− | + | margin-bottom: 10px; | |
− | + | margin-left: 215px; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | . | + | |
− | + | .mrgright { | |
− | + | margin-left: 10px; | |
− | - | + | margin-top: 10px; |
− | - | + | margin-bottom: 10px; |
− | position: relative; | + | margin-right: 10px; |
− | + | } | |
− | top: | + | |
+ | .kickleft { | ||
+ | position: relative; | ||
+ | right: 175px; | ||
+ | top: 100px; | ||
} | } | ||
+ | |||
.header { | .header { | ||
− | color: | + | color: #c4c3cb; |
font-size: 18pt; | font-size: 18pt; | ||
− | line-height: | + | line-height: 16pt; |
− | font-family: | + | font-family: 'Fredericka the Great', cursive; |
− | |||
− | |||
position: relative; | position: relative; | ||
− | left: | + | left: 0px; |
+ | top: 0px; | ||
vertical-align: bottom; | vertical-align: bottom; | ||
} | } | ||
− | . | + | |
− | color: # | + | .hilite2 { |
− | font-size: | + | font-weight: bold; |
− | font- | + | color: #59625f; |
− | line-height: | + | } |
− | font-family: | + | |
− | + | .inset { | |
− | text- | + | background-color: #1b1105; |
− | + | color: #969696; | |
+ | border-collapse: collapse; | ||
+ | border-style: solid; | ||
+ | border-color: #969696; | ||
+ | border-width: 0; | ||
+ | border-spacing: 0; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | outline: 3px; | ||
+ | outline-style: solid; | ||
+ | outline-color: #59625f; | ||
+ | text-align: left; | ||
+ | vertical-align: top; | ||
+ | font-size: 10pt; | ||
+ | font-family: 'Philosopher', sans-serif; | ||
+ | line-height: 10pt; | ||
+ | -moz-box-shadow: 0px 0px 25px #000000; | ||
+ | webkit-box-shadow: 0px 0px 25px #000000; | ||
+ | box-shadow: 0px 0px 25px #000000; | ||
+ | list-style-type: square; | ||
+ | } | ||
+ | |||
+ | .insetmrg { | ||
+ | color: #969696; | ||
+ | background-color: #1b1105; | ||
+ | outline: 3px; | ||
+ | outline-style: solid; | ||
+ | outline-color: #59625f; | ||
+ | font-weight: bold; | ||
+ | -moz-box-shadow: 0px 0px 10px #000000; | ||
+ | webkit-box-shadow: 0px 0px 10px #000000; | ||
+ | box-shadow: 0px 0px 10px #000000; | ||
+ | font-size: 10pt; | ||
+ | font-family: 'Philosopher', sans-serif; | ||
+ | line-height: 10pt; | ||
+ | } | ||
+ | |||
+ | .listDots ul {list-style: none; padding:0; margin:0;} | ||
+ | .listDots li {padding-left: 1em; text-indent: -.7em;} | ||
+ | .listDots li:before {content: '•'; font-size: 12pt; font-weight: bold; color: #9393a1;} | ||
+ | |||
+ | .inset td { | ||
+ | padding: 1px; | ||
+ | } | ||
+ | |||
+ | .inset a:link { | ||
+ | color: #59625f !important; | ||
+ | } | ||
+ | |||
+ | .inset a:visited { | ||
+ | color: #59625f !important; | ||
} | } | ||
− | . | + | |
− | color: # | + | .inset a:hover { |
− | + | color: #59625f !important; | |
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | . | + | |
− | + | .inl { | |
− | + | font-weight: bold; | |
− | color: | + | color: #59625f; |
− | font-size: 10pt; | + | font-size: 10pt; |
− | + | font-family: 'Philosopher', sans-serif; | |
− | font-family: | + | line-height: 10pt; |
− | + | vertical-align: top; | |
− | + | text-align: left; | |
− | + | vertical-align: top; | |
− | |||
− | |||
− | |||
} | } | ||
− | . | + | |
− | + | .hbar { | |
− | + | background: | |
− | + | border-radius: 0px; | |
− | + | -moz-border-radius: 0px; | |
− | + | -webkit-border-radius: 0px; | |
− | + | position: relative; | |
+ | left: 0px; | ||
+ | right: 5px; | ||
+ | top: 0px; | ||
} | } | ||
− | + | ||
− | |||
− | |||
</css> | </css> | ||
− | <!-- | + | {{#tag:css|a:link {color: #63636a; font-weight: bold;} |
+ | a:visited {color: #63636a;} | ||
+ | a:hover {color: #63636a;} | ||
+ | }} | ||
+ | |||
+ | <!-- enclosure table --> | ||
+ | <div align="center"> | ||
+ | {| | ||
+ | |- | ||
+ | | width="10" | | ||
+ | <div class="hideme"> | ||
+ | {| | ||
+ | |- | ||
+ | | | ||
+ | |||
+ | |} | ||
+ | </div> | ||
+ | | | ||
+ | <!-- begin main body table --> | ||
+ | {| border="0" class="enclosure" | ||
+ | |- | ||
+ | | | ||
{| class="wrapper" width="900" align="center" | {| class="wrapper" width="900" align="center" | ||
| Colspan="2" height="300" width="100%" | <div style="pointer-events: none;">[[Image:calvinheader.jpg|890px|center]]</div> | | Colspan="2" height="300" width="100%" | <div style="pointer-events: none;">[[Image:calvinheader.jpg|890px|center]]</div> | ||
Line 123: | Line 204: | ||
| width="800" rowspan="4" | | | width="800" rowspan="4" | | ||
<!-- Offset Table --> | <!-- Offset Table --> | ||
− | {| width=" | + | {| class="base" border="0" width="600" |
− | | | + | | valign="top" | [[Image:Calvin02.jpg|700px]] |
− | + | |- | |
− | + | | class="hbar" height="18" | <center><span class="header">Life is Meant to be Experienced</span></center> | |
− | | | ||
|- | |- | ||
− | | | + | | align="center" | |
+ | |- | ||
+ | | align="left" valign="top" |<div class="mrgright"><div class="listDots"> | ||
+ | {{ RP Logs | name = Preston | columns = 2 | ordermethod = }} | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |} | ||
+ | |} | ||
+ | <!-- end main body table --> | ||
+ | | valign="top" class="kickleft" | | ||
+ | {| | ||
|- | |- | ||
− | | | + | | height="14" | |
− | |||
|- | |- | ||
− | | | + | | |
− | + | {| width="275" class="inset" | |
|- | |- | ||
− | | | + | | class="hbar" height="18" | <center><span class="header">Drinks with Spirits</span></center> |
− | |||
|- | |- | ||
− | |||
− | |||
|- | |- | ||
− | | | + | | height="20" |<div class="mrgright"> |
− | | | + | |
+ | {|width="100%" | ||
|- | |- | ||
− | | | + | |width="25%"|<span class="hilite2">'''Name'''</span> |
− | | | + | |width="25%"|Calvin Holden |
|- | |- | ||
− | | | + | |width="25%"|<span class="hilite2">'''Apparent Age'''</span> |
− | | | + | |width="25%"|Mid Twenties |
|- | |- | ||
− | | | + | |width="25%"|<span class="hilite2">'''Occupation'''</span> |
− | | | + | |width="25%"|??? |
|- | |- | ||
− | | | + | |width="25%"|<span class="hilite2">'''Sphere'''</span> |
− | | | + | |width="25%"|Garou |
|- | |- | ||
− | | | + | |width="25%"|<span class="hilite2">'''Auspice'''</span> |
− | | | + | |width="25%"|Theurge |
|- | |- | ||
− | | | + | |width="25%"|<span class="hilite2">'''Tribe'''</span> |
− | | | + | |width="25%"|Bone Gnawers |
+ | |||
+ | |} | ||
+ | |} | ||
|- | |- | ||
− | | | + | | height="14" | |
− | |||
|- | |- | ||
− | | | + | | |
− | + | {| width="300" class="inset" | |
|- | |- | ||
− | | | + | | class="hbar" height="18" | <center><span class="header">Said by the Campfire</span></center> |
− | |||
|- | |- | ||
− | | | + | | height="20" |<div class="mrgright"> |
− | + | ||
− | + | <span class="hilite2">Urban Garou:</span> He is the theurge you wanna talk to if you want to mess around in the city. | |
− | + | ||
− | < | + | <span class="hilite2">Scrap Whisperer:</span> He knows about junk. It talks to him, and he talks to it. A lot. Too much. |
− | |||
− | < | ||
− | + | <span class="hilite2">Caffeine Fiend:</span> Talks entirely too much about the purity of 'The Bean'. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <span class="hilite2">Hook 4:</span> Lorem Ipsum | |
− | + | </div> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
− | |||
|- | |- | ||
− | | | + | | height="14" | |
− | |||
|- | |- | ||
− | + | | | |
− | {| width=" | + | {| width="275" class="inset" |
|- | |- | ||
+ | | class="hbar" height="18" | <center><span class="header">Lives Touched</span></center> | ||
|- | |- | ||
+ | | height="20" |<div class="mrgright"> | ||
+ | * <span class="text2">'''[[Cait]]'''</span> — "Decidedly unhelpful sometimes." | ||
+ | * <span class="text2">'''[[Corrine]]'''</span> — "Wild stories!" | ||
+ | * <span class="text2">'''[[Jasmine_Lange]]'''</span> — "Trouble. Trouble trouble trouble." | ||
+ | * <span class="text2">'''[[Julia]]'''</span> — "Welcome to the major leagues." | ||
+ | </div> | ||
|} | |} | ||
|- | |- | ||
− | | | + | | height="14" | |
+ | |- | ||
+ | | | ||
+ | {| width="275" class="inset" | ||
|- | |- | ||
− | | height=" | + | | class="hbar" height="18" | <center><span class="header">Songlines</span></center> |
|- | |- | ||
− | | | + | | height="20" |<div class="mrgright"> |
− | + | <span class="plainlinks">[https://www.youtube.com/watch?v=hIuLmlsDRhQ Cup of Roasted Coffee]</span> | |
− | |||
− | |||
− | + | ||
− | < | + | <span class="plainlinks">[ '''Song ''']</span> — Band |
− | + | ||
− | + | ''Lyrics''<br> | |
+ | ''Lyrics''<br> | ||
+ | ''Lyrics''<br> | ||
+ | ''Lyrics''<br> | ||
+ | |||
+ | </div> | ||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
+ | </div> | ||
+ | |||
[[Category:PCs]][[Category:Active PCs]][[Category:Garou]][[Category:Gaian]][[Category:Shifter]][[Category:Bone Gnawers]][[Category:Theurge]] | [[Category:PCs]][[Category:Active PCs]][[Category:Garou]][[Category:Gaian]][[Category:Shifter]][[Category:Bone Gnawers]][[Category:Theurge]] |
Revision as of 14:47, 29 May 2019
|
|