Difference between revisions of "Calvin"
Jump to navigation
Jump to search
imported>Rory |
imported>Rory |
||
Line 1: | Line 1: | ||
<css> | <css> | ||
− | + | .wrapper { | |
− | + | color: #FFFFFF; | |
− | + | background-color: #17202A; | |
− | . | + | border-style: solid; |
− | + | border-width: 0px; | |
− | + | border-color: #000000; | |
+ | border-radius: 7px; | ||
+ | -moz-border-radius: 7px; | ||
+ | -webkit-border-radius: 7px; | ||
+ | box-shadow: 20px 20px 50px rgba(33,29,43, 0.5); | ||
+ | -moz-box-shadow: 20px 20px 50px rgba(33,29,43, 0.5); | ||
+ | webkit-box-shadow: 20px 20px 50px rgba(33,29,43, 0.5); | ||
} | } | ||
− | + | .statbox { | |
− | . | + | color: #FFFFFF; |
− | + | font-size: 10pt; | |
− | + | line-height: 10pt; | |
− | + | background-color: #423A56; | |
− | + | background-color: rgba(161,157,171, 0.5); | |
− | + | outline-radius: 7px; | |
− | + | border-style: solid; | |
− | + | border-width: 0px; | |
− | + | border-color: #000000; | |
− | + | border-radius: 7px; | |
− | + | -moz-border-radius: 7px; | |
− | + | -webkit-border-radius: 7px; | |
− | + | box-shadow: 20px 20px 50px rgba(161, 157, 171, 0.5); | |
− | + | -moz-box-shadow: 20px 20px 50px rgba(161, 157, 171, 0.5); | |
− | + | webkit-box-shadow: 20px 20px 50px rgba(161, 157, 171, 0.5); | |
− | + | padding: 1; | |
− | + | spacing: 1px; | |
− | + | margin: 1px; | |
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | .pbox { | |
− | . | + | color: #FFFFFF; |
− | + | background-color: #423A56; | |
− | + | background-color: rgba(161,157,171, 0.5); | |
− | + | border-style: solid; | |
− | + | border-width: 0px; | |
− | + | border-color: #000000; | |
− | + | border-radius: 7px; | |
− | + | -moz-border-radius: 7px; | |
+ | -webkit-border-radius: 7px; | ||
+ | box-shadow: 20px 20px 50px rgba(161, 157, 171, 0.5); | ||
+ | -moz-box-shadow: 20px 20px 50px rgba(161, 157, 171, 0.5); | ||
+ | webkit-box-shadow: 20px 20px 50px rgba(161, 157, 171, 0.5); | ||
+ | padding: 1; | ||
+ | spacing: 1px; | ||
+ | margin: 1px; | ||
} | } | ||
− | + | .hbar { | |
− | + | background: linear-gradient(to right, rgba(161, 157, 171, 1) 0%,rgba(0,0,0,1) 100%); | |
− | + | border-radius: 5px; | |
− | + | -moz-border-radius: 5px; | |
+ | -webkit-border-radius: 5px; | ||
+ | position: relative; | ||
+ | left: -15px; | ||
+ | top: 24px; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.header { | .header { | ||
− | color: | + | color: silver; |
font-size: 18pt; | font-size: 18pt; | ||
− | line-height: | + | line-height: 20pt; |
− | font-family: | + | font-family: Arial, sans-serif; |
+ | font-variant: small-caps; | ||
+ | text-shadow: 3px 3px #350707; | ||
position: relative; | position: relative; | ||
− | left: | + | left: 5px; |
− | |||
vertical-align: bottom; | vertical-align: bottom; | ||
} | } | ||
− | + | .header2 { | |
− | . | + | color: #423A56; |
− | + | font-size: 24pt; | |
− | + | font-weight: bolder; | |
− | + | line-height: 24pt; | |
− | + | font-family: Arial, Helvetica, sans-serif; | |
− | + | font-variant: small-caps; | |
− | + | text-shadow: 3px 3px #A19DAB; | |
− | + | text-align: center; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | .header3 { | |
− | . | + | color: #423A56; |
− | + | font-size: 12pt; | |
− | + | font-weight: bold; | |
− | + | line-height: 12pt; | |
− | + | font-family: Book Antiqua; | |
− | + | font-variant: small-caps; | |
+ | text-align: center; | ||
} | } | ||
− | + | .text { | |
− | + | text-align: justify; | |
− | + | vertical-align: text-top; | |
− | + | color: silver; | |
− | + | font-size: 10pt; | |
− | + | line-height: 12pt; | |
− | + | font-family: Arial, sans-serif; | |
+ | font-weight: lighter; | ||
+ | margin-top: 5px; | ||
+ | margin-left: 10px; | ||
+ | margin-bottom: 5px; | ||
+ | margin-right: 10px; | ||
+ | padding: 6px; | ||
} | } | ||
− | + | .text2 { | |
− | . | + | color: silver; |
− | + | font-size: 10pt; | |
+ | line-height: 12pt; | ||
+ | font-family: Arial, sans-serif; | ||
+ | font-weight: lighter; | ||
+ | font-variant: small-caps; | ||
} | } | ||
− | + | a:link {color: #C8AF64;} | |
− | + | a:visited {color: #BEA55A;} | |
− | + | a:hover {color: #DCC36E;} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | } | ||
− | |||
</css> | </css> | ||
− | + | <!-- Main Body --> | |
− | + | {| class="wrapper" width="900" align="center" | |
− | + | | Colspan="2" height="300" width="100%" | <div style="pointer-events: none;">[[Image:calvinheader.jpg|890px|center]]</div> | |
− | |||
− | |||
− | <!-- | ||
− | |||
− | |||
− | |||
− | | width=" | ||
− | <div | ||
− | |||
|- | |- | ||
+ | | class="hbar" height="18" width="100%" | | ||
+ | | width="800" rowspan="4" | | ||
+ | <!-- Offset Table --> | ||
+ | {| width="300" style="position: relative; top: 25px; left: 75px;" | ||
| | | | ||
− | + | <!-- Stats Table --> | |
− | + | {| class="statbox" width="100%" border="0" | |
− | + | | colspan="2" class="header2" | Calvin Holden | |
− | |||
− | <!-- | ||
− | {| border="0" class=" | ||
|- | |- | ||
− | | | + | | colspan="2" class="header3" | I drink with the Spirits, and Make the Junk Talk |
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | style="text-align: right;" width="35%" | Date of Birth: |
− | + | | style="text-align: left;" | November 8th, 1997 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | style="text-align: right;" width="35%" | Change Date: |
+ | | style="text-align: left;" | 07/07/2014 | ||
|- | |- | ||
− | | | + | | style="text-align: right;" width="35%" | Apparent Age: |
− | + | | style="text-align: left;" | Early 20s | |
|- | |- | ||
− | | | + | | style="text-align: right;" width="35%" | Height/Weight: |
+ | | style="text-align: left;" | 6'1" / 190 lbs | ||
|- | |- | ||
+ | | style="text-align: right;" width="35%" | Hair Color: | ||
+ | | style="text-align: left;" | Dark Blonde | ||
|- | |- | ||
− | | | + | | style="text-align: right;" width="35%" | Eye Color: |
− | + | | style="text-align: left;" | Green | |
− | |||
|- | |- | ||
− | |width=" | + | | style="text-align: right;" width="35%" | Race: |
− | | | + | | style="text-align: left;" | Garou |
|- | |- | ||
− | |width=" | + | | style="text-align: right;" width="35%" | Breed: |
− | | | + | | style="text-align: left;" | Homid |
|- | |- | ||
− | |width=" | + | | style="text-align: right;" width="35%" | Tribe: |
− | | | + | | style="text-align: left;" | Bone Gnawer |
|- | |- | ||
− | |width=" | + | | style="text-align: right;" width="35%" | Auspice: |
− | | | + | | style="text-align: left;" | Theurge |
|- | |- | ||
− | |width=" | + | | style="text-align: right;" width="35%" | Family Clan: |
− | | | + | | style="text-align: left;" | None of the, lucky to be alive |
|- | |- | ||
− | |width=" | + | | style="text-align: right;" width="35%" | Pure Breed: |
− | | | + | | style="text-align: left;" | Nah |
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | style="text-align: right;" | Occupation: |
+ | | style="text-align: left;" | Mechanic, Junkyard Digger, Barista | ||
|- | |- | ||
− | | | + | | style="text-align: right;" | Notable Stats: |
− | + | | style="text-align: left;" | [[Calvin/Gifts|Gifts]] | |
|- | |- | ||
− | | | + | | style="text-align: right;" | |
+ | | style="text-align: left;" | [[Calvin/Rites|Rites]] | ||
|- | |- | ||
− | | | + | |} |
+ | <!-- End Stats Table --> | ||
+ | |} | ||
+ | <!-- End Offset --> | ||
− | <span class=" | + | {| width="300" style="position: relative; top: 25px; left: 75px;" |
+ | | class="pbox" height="320" | [[Image:calvindrinking.gif|280px|center]] | ||
+ | |} | ||
+ | |- | ||
+ | | height="5" | <span class="header">Who am I?</span> | ||
+ | |- | ||
+ | | class="text" | | ||
+ | {{Tab}} | ||
− | + | [[image:Calvingrumpy.jpg|500px|center]] | |
− | <span class=" | + | |- |
+ | | class="hbar" height="18" | | ||
+ | |- | ||
+ | | height="20" | <span class="header">Junk in the Trunk</span> | ||
+ | | rowspan="4" | | ||
− | < | + | <!-- Offset Table --> |
− | + | <!-- End Offset --> | |
− | < | + | <!-- Offset Table --> |
+ | {| width="300" style="position: relative; top: 25px; left: 75px;" | ||
+ | | class="pbox" width="300" height="320" | [[Image:CalvinCoffee.jpg|280px|center]] | ||
|} | |} | ||
+ | <!-- End Offset --> | ||
|- | |- | ||
− | | | + | | class="text" | |
+ | {{tab}} | ||
|- | |- | ||
− | | | + | | colspan = "3" | |
− | {| width=" | + | {| width="70%" |
|- | |- | ||
− | |||
|- | |- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
|- | |- | ||
− | | | + | | class="hbar" height="18" | |
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | height="20" | <span class="header">RP Hooks</span> |
|- | |- | ||
− | | | + | | class="text" | |
− | <span class=" | + | * <span class="text2">'''Scrap Whisperer'''</span> — He knows about junk. It talks to him, and he talks to it. A lot. Too much. |
+ | * <span class="text2">'''Streets'''</span> — Just showed up! Newly arrived!<BR><BR> | ||
+ | * <span class="text2">'''Urban Garou'''</span> — He is the theurge you wanna talk to if you want to mess around in the city.<BR><BR> | ||
− | + | | rowspan="4" | | |
− | < | + | <!-- Offset Table --> |
− | + | {| width="300" style="position: relative; top: -25px; left: 75px;" | |
− | + | | class="pbox" height="440" | [[Image:Calvin02.jpg|280px|center]] | |
− | + | |} | |
− | + | <!-- End Offset --> | |
− | + | |- | |
− | + | | class="hbar" height="18" | | |
+ | |- | ||
+ | | height="20" | <span class="header">Contacts</span> | ||
|- | |- | ||
− | | | + | | class="text" | |
− | </ | + | * <span class="text2">'''[[Cait]]'''</span> — "Decidedly unhelpful sometimes." |
− | + | * <span class="text2">'''[[Corrine]]'''</span> — "Wild stories!" | |
+ | * <span class="text2">'''[[Jasmine]]'''</span> — "Trouble. Trouble trouble trouble." | ||
+ | * <span class="text2">'''[[Julia]]'''</span> — "Welcome to the major leagues." | ||
+ | <!-- Offset Table --> | ||
+ | {| width="300" style="position: relative; top: -25px; left: 75px;" | ||
+ | | | ||
|} | |} | ||
+ | <!-- End Offset --> | ||
+ | |- | ||
+ | | class="hbar" height="18" | | ||
+ | |- | ||
+ | | height="20" | <span class="header">Logs</span> | ||
+ | |- | ||
+ | | class="text" | {{ RP Logs | name = Calvin | columns = 3}} | ||
+ | |- | ||
+ | <!-- End Main Body --> | ||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
[[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 17:51, 30 May 2019
| |||||||||||||||||||||||||||||||||||||
Who am I? | |||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
Junk in the Trunk |
| ||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
RP Hooks | |||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||
Contacts | |||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
Logs | |||||||||||||||||||||||||||||||||||||
|