Difference between revisions of "Terminal Velocity"
Jump to navigation
Jump to search
imported>Lana (Created page with "<font color=#172703;> {{ :Template:Charpage | full name = Totem: Merlin | page gradient = no | disclaimer position = off | custom p...") |
imported>Lana |
||
Line 1: | Line 1: | ||
− | <font color=# | + | <css> |
+ | a:link { | ||
+ | color: #CCCCCC; | ||
+ | } | ||
+ | a:hover { | ||
+ | color: #000000; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | a:active { | ||
+ | color: #CCCCCC; | ||
+ | } | ||
+ | a:visited { | ||
+ | color: #CCCCCC; | ||
+ | } | ||
+ | .elinks { | ||
+ | color: #CCCCCC; | ||
+ | } | ||
+ | .layout { | ||
+ | min-width: 850px; | ||
+ | width: 80%; | ||
+ | background: #080609; | ||
+ | border-collapse: collapse; | ||
+ | border-spacing: 0px; | ||
+ | margin: auto; | ||
+ | } | ||
+ | .bgradient { | ||
+ | clear: both; | ||
+ | |||
+ | background: rgba(37,194,105,1); | ||
+ | background: -moz-linear-gradient(left, rgba(37,194,105,1) 0%, rgba(48,184,139,1) 0%, rgba(52,124,148,1) 23%, rgba(196,122,245,1) 49%, rgba(196,122,245,1) 49%, rgba(52,124,148,1) 78%, rgba(48,184,139,1) 100%); | ||
+ | background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,194,105,1)), color-stop(0%, rgba(48,184,139,1)), color-stop(23%, rgba(52,124,148,1)), color-stop(49%, rgba(196,122,245,1)), color-stop(49%, rgba(196,122,245,1)), color-stop(78%, rgba(52,124,148,1)), color-stop(100%, rgba(48,184,139,1))); | ||
+ | background: -webkit-linear-gradient(left, rgba(37,194,105,1) 0%, rgba(48,184,139,1) 0%, rgba(52,124,148,1) 23%, rgba(196,122,245,1) 49%, rgba(196,122,245,1) 49%, rgba(52,124,148,1) 78%, rgba(48,184,139,1) 100%); | ||
+ | background: -o-linear-gradient(left, rgba(37,194,105,1) 0%, rgba(48,184,139,1) 0%, rgba(52,124,148,1) 23%, rgba(196,122,245,1) 49%, rgba(196,122,245,1) 49%, rgba(52,124,148,1) 78%, rgba(48,184,139,1) 100%); | ||
+ | background: -ms-linear-gradient(left, rgba(37,194,105,1) 0%, rgba(48,184,139,1) 0%, rgba(52,124,148,1) 23%, rgba(196,122,245,1) 49%, rgba(196,122,245,1) 49%, rgba(52,124,148,1) 78%, rgba(48,184,139,1) 100%); | ||
+ | background: linear-gradient(to right, rgba(37,194,105,1) 0%, rgba(48,184,139,1) 0%, rgba(52,124,148,1) 23%, rgba(196,122,245,1) 49%, rgba(196,122,245,1) 49%, rgba(52,124,148,1) 78%, rgba(48,184,139,1) 100%); | ||
+ | } | ||
+ | .title { | ||
+ | width: 100%; | ||
+ | height: 418px; | ||
+ | text-align: center; | ||
+ | float: right; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | .titletext { | ||
+ | color: #353535; | ||
+ | font-family: Ruthie, 'Segoe Script', Georgia, serif; | ||
+ | font-size: 90px; | ||
+ | line-height: 3ex; | ||
+ | text-shadow: 3px 0px #A89FA2; | ||
+ | vertical-align: baseline; | ||
+ | margin: auto; | ||
+ | } | ||
+ | .icons { | ||
+ | margin: auto; | ||
+ | opacity: .4; | ||
+ | } | ||
+ | .quote { | ||
+ | width: auto; | ||
+ | color: #979191; | ||
+ | font-family: Century Gothic, CenturyGothic, AppleGothic, Calibri, sans-serif; | ||
+ | font-size: 14px; | ||
+ | font-weight: 200; | ||
+ | letter-spacing: 1px; | ||
+ | text-align: left; | ||
+ | line-height: 1.8em; | ||
+ | opacity: .8; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | display: table; | ||
+ | } | ||
+ | .header { | ||
+ | height: 40px; | ||
+ | background-color: #2b2b2b; | ||
+ | color: #ffffff; | ||
+ | font-family: Ruthie, 'Segoe Script', Georgia, serif; | ||
+ | font-size: 60px; | ||
+ | font-weight: 100; | ||
+ | line-height: 50px; | ||
+ | text-shadow: 1px 0px #666; | ||
+ | text-align: center; | ||
+ | vertical-align: -8px; | ||
+ | margin: 0px; | ||
+ | clear: both; | ||
+ | position: relative; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | .hook { | ||
+ | color: #000; | ||
+ | font-family: Cinzel Decorative, Century Gothic, CenturyGothic, AppleGothic, Calibri, sans-serif; | ||
+ | font-size: 20px; | ||
+ | font-weight: 200; | ||
+ | text-align: left; | ||
+ | vertical-align: bottom; | ||
+ | line-height: 2em; | ||
+ | text-indent: 0em; | ||
+ | border-bottom: 1px solid #2F4F4F; | ||
+ | } | ||
+ | .hook::first-letter { | ||
+ | font-family: Ruthie, 'Segoe Script', Georgia, serif; | ||
+ | font-size: 40px; | ||
+ | } | ||
+ | .hooksecondary { | ||
+ | font-family: Ruthie, 'Segoe Script', Georgia, serif; | ||
+ | font-size: 40px; | ||
+ | } | ||
+ | .researchable { | ||
+ | margin: 10px 0px; | ||
+ | } | ||
+ | .textbox { | ||
+ | height: 420px; | ||
+ | background: rgba(238, 224, 229, .4); | ||
+ | margin: 40px; | ||
+ | padding: 10px 15px; | ||
+ | overflow-y: auto; | ||
+ | } | ||
+ | .text { | ||
+ | color: #000; | ||
+ | font-family: Century Gothic, CenturyGothic, AppleGothic, Calibri, sans-serif; | ||
+ | font-size: 11pt; | ||
+ | font-weight: 200; | ||
+ | opacity: .7; | ||
+ | overflow: overlay; | ||
+ | } | ||
+ | .textbackground { | ||
+ | background: rgba(238, 224, 229, .4); | ||
+ | text-align: justify; | ||
+ | text-indent: 1em; | ||
+ | line-height: 1.4em; | ||
+ | margin: 40px; | ||
+ | padding: 15px; | ||
+ | } | ||
+ | .images { | ||
+ | margin: 0px 40px; | ||
+ | opacity: .8; | ||
+ | clear: both; | ||
+ | position: relative; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | .playlist { | ||
+ | height: 430px; | ||
+ | padding: auto; | ||
+ | margin: 40px; | ||
+ | position: relative; | ||
+ | } | ||
+ | .playlistchild { | ||
+ | top: 0; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | right: 0; | ||
+ | width: 90%; | ||
+ | height: 70%; | ||
+ | margin: auto; | ||
+ | position: absolute; | ||
+ | } | ||
+ | .text ul { | ||
+ | color: #000; | ||
+ | list-style: none; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | .text ul li:before { | ||
+ | color: #4A708B; | ||
+ | content: '\2744'; | ||
+ | margin-right: 1em; | ||
+ | } | ||
+ | blockquote.lyrics { | ||
+ | font-size: 8pt; | ||
+ | padding-left: 3em; | ||
+ | font-style: italic; | ||
+ | } | ||
+ | .vitalbox { | ||
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | } | ||
+ | table.vitalbox td:first-child { | ||
+ | font-family: Cinzel Decorative, serif; | ||
+ | vertical-align: top; | ||
+ | padding-right: 10px; | ||
+ | } | ||
+ | table.logbox { | ||
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | border: 0; | ||
+ | border-collapse: collapse; | ||
+ | } | ||
+ | table.logbox td:first-child { | ||
+ | width: 25%; | ||
+ | font-family: Cinzel Decorative, serif; | ||
+ | } | ||
+ | </css> | ||
+ | <div class="layout"> | ||
+ | |||
+ | <div class="title"> | ||
+ | {| style="width:100%; border-collapse: collapse;" | ||
+ | |- | ||
+ | | style="text-align: center" |<div class="titletext">Terminal Velocity</div> | ||
+ | |- | ||
+ | | style="text-align: center" |<div class="icons"></div> | ||
+ | |} | ||
+ | </div> | ||
+ | |||
+ | <div class="bgradient"> | ||
+ | <div class="header">About Merlin</div> | ||
+ | <div class="images" style="height:550px;float:right;">[[Image:Friday8.png|360px]]</div> | ||
+ | <div class="textbox text"> | ||
+ | |||
+ | Merlin Info | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="header" style="margin-top: 0px">The Packmates</div> | ||
+ | <div class="text textbackground"> | ||
+ | |||
+ | <div class="hook">[[name]]</div> | ||
+ | |||
+ | Info | ||
+ | |||
+ | |||
+ | </div></div> | ||
+ | </div> | ||
+ | |||
+ | <div class="header">Logs</div> | ||
+ | <div class="text textbackground"> | ||
+ | {{ #dpl: | ||
+ | | category=RP Logs | ||
+ | | linksto={{BASEPAGENAME}} | ||
+ | | includematch=/\{{!}}\s*gamedate\s*=\s*\d{4}\.\d{2}\.\d{2}/si | ||
+ | | replaceintitle=/Log:/, | ||
+ | | include={Log}:gamedate:[[%PAGE%|%TITLE%]] | ||
+ | | ordermethod=sortkey | ||
+ | | order=descending | ||
+ | | table=class="logbox sortable",-, | ||
+ | | tablerow=\n* (%%),%% | ||
+ | | columns={{{columns|1}}} | ||
+ | | noresultsheader=''No logs have been posted yet.'' | ||
+ | }} | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Pack/Garou]][[Category:Active Pack]] | [[Category:Pack/Garou]][[Category:Active Pack]] |
Revision as of 07:07, 17 October 2017
Logs
{{ #dpl: | category=RP Logs | linksto=Terminal Velocity | includematch=/\|\s*gamedate\s*=\s*\d{4}\.\d{2}\.\d{2}/si | replaceintitle=/Log:/, | include={Log}:gamedate:%TITLE% | ordermethod=sortkey | order=descending | table=class="logbox sortable",-, | tablerow=\n* (%%),%% | columns=1 | noresultsheader=No logs have been posted yet. }}