Difference between revisions of "Kimble"
Jump to navigation
Jump to search
imported>Spike (Created page with "Soon") |
imported>Amethyst |
||
| (9 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | <css> | |
| + | /* Wrapper around the table: sets text-color (and could change font)*/ | ||
| + | .CTWrapper { | ||
| + | width : 900px; | ||
| + | align : center; | ||
| + | background : #1d2e38; | ||
| + | border : 1px solid green; | ||
| + | color : silver; | ||
| + | } | ||
| + | |||
| + | /* Color of the Links, needs to be in the wrapper so it does not change | ||
| + | * ALL the links, but only those of the actual content | ||
| + | */ | ||
| + | .CTWrapper a { | ||
| + | color: gold; | ||
| + | } | ||
| + | |||
| + | .CTWrapper a :hover{ | ||
| + | color: blue; | ||
| + | } | ||
| + | |||
| + | .CTWrapper a :visited{ | ||
| + | color: gold; | ||
| + | } | ||
| + | |||
| + | .CTWrapper a:link { | ||
| + | color: grey; | ||
| + | } | ||
| + | |||
| + | /* Design of the large Headers of the individual sections | ||
| + | * in the Table (e.g.: INFORMATION) | ||
| + | */ | ||
| + | .CTHeader { | ||
| + | color : #cbbb0e; | ||
| + | vertical-align : center; | ||
| + | font-size : 22pt; | ||
| + | font-family : Palatino Linotype, Perpetua, serif; | ||
| + | text-align : center; | ||
| + | padding-top : 8px; | ||
| + | font-variant : small-caps; | ||
| + | -moz-border-radius-topleft : 15px 11px; | ||
| + | -moz-border-radius-topright : 15px 11px; | ||
| + | -webkit-border-top-left-radius : 15px 11px; | ||
| + | -webkit-border-top-right-radius : 15px 11px | ||
| + | } | ||
| + | |||
| + | /* Color defition for the Table Cells */ | ||
| + | .CTData { | ||
| + | background-color : #101343; | ||
| + | margin : 15px; | ||
| + | color : silver; | ||
| + | |||
| + | } | ||
| + | |||
| + | /* Alternative Color definition of Table Cells, aka: 2nd Color */ | ||
| + | .CTData2 { | ||
| + | background : #000000; | ||
| + | margin : 15px; | ||
| + | } | ||
| + | |||
| + | /* Color and style of the box surrounding the Picture */ | ||
| + | .CTBox { | ||
| + | border-top : 5px solid gold; | ||
| + | border-bottom : 5px solid gold; | ||
| + | border-right : 5px solid gold; | ||
| + | border-left : 5px solid gold; | ||
| + | background : #101343; | ||
| + | text-align : center; | ||
| + | margin : 0px; | ||
| + | } | ||
| + | |||
| + | /* Color and Style of the large text under the picture. */ | ||
| + | .CTBigText { | ||
| + | font-size : 48pt; | ||
| + | font-family : Palatino Lionotype, Perpetua, serif; | ||
| + | font-variant : small-caps; | ||
| + | text-align : center; | ||
| + | align : center; | ||
| + | text-shadow : 1px 1px 3px #000000; | ||
| + | color : #cbbb0e; | ||
| + | } | ||
| + | |||
| + | .CTTable { | ||
| + | background: #f0f1f3; | ||
| + | } | ||
| + | |||
| + | /* Color and Stlye of the little navigation menu*/ | ||
| + | .CTNav { | ||
| + | color : silver; | ||
| + | text-align : center; | ||
| + | text-transform : uppercase; | ||
| + | font-size : 7pt; | ||
| + | border-bottom : 5px solid #1d2e38; | ||
| + | } | ||
| + | </css> | ||
| + | <!-- Actual Content goes here --> | ||
| + | <div class="CTWrapper"> | ||
| + | <!-- Top Banner Start--> | ||
| + | {| class="CTTable" cellpadding="0" cellspacing="0" width="900" | ||
| + | |- | ||
| + | |height = "13" class = "CTData2" colspan = "3"| | ||
| + | |- | ||
| + | |height = "90" width = "150" class = "CTData" | | ||
| + | |rowspan = "2" width = "490" class = "CTBox" | [[Image:Kimble.gif.gif|center]]<span class="CTBigText"> <br>''Kimble Fisher'' </span> | ||
| + | |width = "150" class = "CTData"| | ||
| + | |- | ||
| + | |- | ||
| + | |height = "50" class = "CTData2" | | ||
| + | |class = "CTData2" | | ||
| + | |- | ||
| + | |colspan = "3" class = "CTData2 CTNav" | "Don't judge me by my past. I don't live there any more." | ||
| + | |} | ||
| + | <!-- Top Banner End--> | ||
| + | <!-- Info Start --> | ||
| + | {| width = "900px" cellpadding = "5" cellspacing = "0" class = "CTTable" | ||
| + | | width = "50%" class = "CTData2 CTHeader" | <span id="I-Facts">Information</span> | ||
| + | | | | ||
| + | | width = "50%" class = "CTData2 CTHeader" | <span id="I-Gallery>Snapshots</span> | ||
| + | |- | ||
| + | | class = "CTData" | {{:Kimble/Facts}}<!-- Do not delete the ':' (colon)! --> | ||
| + | | rowspan = "5" | | ||
| + | | class = "CTData" | {{:Kimble/Snapshots}}<!-- Do not delete the ':' (colon)! --> | ||
| + | |- | ||
| + | | class = "CTData2 CTHeader" | <span id="I-Contacts">Contacts</span> | ||
| + | | class = "CTData2 CTHeader" | <span id="I-Soundtrack">Soundtrack</span> | ||
| + | |- | ||
| + | | class = "CTData" | {{:Kimble/Contacts}}<!-- Do not delete the ':' (colon)! --> | ||
| + | | class = "CTData" | {{:Kimble/Soundtrack}}<!-- Do not delete the ':' (colon)! --> | ||
| + | |} | ||
| + | <!--Info End --> | ||
| + | </div> <!-- CTWrapper --> | ||
| + | |||
| + | == RP Logs == | ||
| + | {{ RP Logs | name = {{Kimble}} | columns = 4 | ordermethod = gamedate }} | ||
| + | [[Category:PCs]] | ||
| + | [[Category:Inactive PCs]] | ||
| + | [[Category:Vampire]] | ||
| + | [[Category:Camarilla]] | ||
| + | [[category:Sigma PCs]] | ||
Latest revision as of 00:34, 27 June 2017
| Kimble Fisher |
||
| "Don't judge me by my past. I don't live there any more." | ||
| Information | Snapshots | |
|
||
| Contacts | Soundtrack | |
|
RP Logs
No pages meet these criteria.

