Difference between revisions of "Rohana"
Jump to navigation
Jump to search
(21 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
− | . | + | table { |
− | . | + | background-color: white; |
− | . | + | border-collapse: collapse; |
− | . | + | color: #000080; /* This is the main text colour. */ |
− | . | + | margin: 0 auto; /* This centers the box. */ |
− | . | + | max-width: 900px; |
+ | width: 900px; /* This can be changed but other numbers may also need adjusting if you do. */ | ||
+ | } | ||
+ | td { | ||
+ | font-family: Palatino Linotype, Perpetua, serif; /* This sets the font for everything but the text in .main */ | ||
+ | text-align: center; /* If you want a different default alignment, change it here. */ | ||
+ | } | ||
+ | table a, table a:hover, table a:visited, table a:active,table a.external, table a.external:hover, table a.external:visited, table a.external:active { | ||
+ | color: #0236f4 !important; /* This changes all the links to the colour you set, in all states. */ | ||
+ | } | ||
+ | .banner { | ||
+ | background-color: #011b40; | ||
+ | border-radius: 15px; /* remove this line or set to 0 if you want sharp corners. */ | ||
+ | } | ||
+ | .banner .leftpic, .banner .rightpic { | ||
+ | padding: 1.5em 0 4em; | ||
+ | width: 200px; | ||
+ | } | ||
+ | .banner .main { | ||
+ | color: #FFBF00; | ||
+ | font-family: Perpetua, serif; | ||
+ | font-size: 42pt; | ||
+ | font-style: italic; | ||
+ | font-variant: small-caps; | ||
+ | text-align: center; | ||
+ | text-shadow: 1px 1px 3px #44202c; | ||
+ | width: 490px; | ||
+ | } | ||
+ | .data { | ||
+ | border-collapse: separate; | ||
+ | border-spacing: .25em; | ||
+ | min-width: calc(900px + .5em); | ||
+ | } | ||
+ | .heading { | ||
+ | background-color: #0047AB; | ||
+ | color: #FFBF00; | ||
+ | border-radius: 15px 15px 0 0; | ||
+ | font-size: 22pt; | ||
+ | font-variant: small-caps; | ||
+ | height: 1.25em; | ||
+ | left: 0; | ||
+ | line-height: 1.25em; | ||
+ | padding-bottom: 0.1em; | ||
+ | position: absolute; | ||
+ | text-align: center; | ||
+ | top: 0; | ||
+ | width: 100%; | ||
+ | } | ||
+ | .cell { | ||
+ | background-color: #87CEFA; | ||
+ | border-radius: 15px; | ||
+ | vertical-align: top; | ||
+ | font-size:17px; | ||
+ | position: relative; | ||
+ | width: 50%; | ||
+ | } | ||
+ | .info { | ||
+ | padding: 4.25em 1em 1em; /* The first number may need tweaking if you change the font or font size in the headings */ | ||
+ | } | ||
+ | .info img { | ||
+ | height: auto; | ||
+ | max-width: 100%; | ||
+ | } | ||
+ | .logs { | ||
+ | text-align: left; | ||
+ | } | ||
+ | .subhead { | ||
+ | font-variant: medium-caps; | ||
+ | font-size: 16pt; | ||
+ | } | ||
+ | .subsubhead { | ||
+ | display: inline-block; | ||
+ | font-size: 13pt; | ||
+ | padding-top: 8px; | ||
+ | } | ||
+ | /* Example of page-specific adjustments below */ | ||
+ | .pics { | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | .pics .info { | ||
+ | padding: 4.25em 0 1em; | ||
+ | } | ||
}} | }} | ||
− | {| | + | {| class="banner" |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
+ | | class="main" | [[File:RohannaX.jpg|850px|center]]The Two identities of Foehammer | ||
|} | |} | ||
− | {| | + | {| class="data plainlinks" |
|- | |- | ||
− | + | | class="cell facts" | <div class="heading">Thora Foehammer</div> | |
+ | <div class="info">{{:Foehammer/Facts}}</div> | ||
+ | | class="cell pics" | <div class="heading">Get of Fenris</div> | ||
+ | <div class="info">{{:Foehammer/Snapshots}}</div> | ||
|- | |- | ||
− | | | + | | class="cell hooks" | <div class="heading">Rohana Foehammer</div> |
− | <div class=" | + | <div class="info">{{:Foehammer/Hooks}}</div> |
− | {{ | + | | class="cell contacts" | <div class="heading">Public Homid</div> |
− | + | <div class="info">{{:Foehammer/Contacts}}</div> | |
− | |||
− | |||
− | |||
− | }} | ||
− | |||
− | </div> | ||
− | |||
− | |||
|- | |- | ||
+ | | class="cell logs" colspan=2| <div class="heading">RP Logs</div> | ||
+ | <div class="info"><div style="column-count:2;-moz-column-count:2;-webkit-column-count:2">{{ RP Logs | name = Rohana | columns = 2 | ordermethod = descending }}</div></div> | ||
|} | |} | ||
− | + | [[Category:Active_PCs]][[Category:PCs]][[Category:Gaian]][[Category:Garou]][[Category:Lupus]][[Category:Theurge]][[Category:Get of Fenris]][[Category:Shifter]] | |
− | |||
− | |||
− | [[Category:Active_PCs]][[Category:PCs]][[Category:Gaian]][[Category:Garou]][[Category:Lupus]][[Category:Theurge]][[Category:Get of Fenris]] |