Difference between revisions of "Terminal Velocity"

From City of Hope MUSH
Jump to navigation Jump to search
imported>HoneyBadger
imported>DeniseGodin1521
 
(42 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<css>
+
{{#css:Template:PC_1/PC_1.css}}{{#css:
a:link {
+
.outer {
  color: #000000;
+
border: 2px solid #080800;
 +
background-color: #cceeee;
 +
color: #080800;
 
}
 
}
a:hover {
+
#left {
  color: #000000;
+
border-right: 1px dotted #080800;
  text-decoration: none;
+
        position: relative;
 
}
 
}
a:active {
+
#header {
   color: #000000;
+
    align-items: center;
 +
    background-color: #080800;
 +
    border-bottom: 2px solid #080800;
 +
    color: #ffffff;
 +
    display: flex;
 +
    font-family: Ruthie, 'Segoe Script', Georgia, serif;    
 +
    font-size: 4.50em;
 +
    justify-content: center;
 +
    overflow: hidden;
 +
    position: relative;
 +
    text-shadow: 1px 1px 3px #080800, -1px -1px 3px #080800, -1px 1px 3px #080800, 1px -1px 3px #080800;
 
}
 
}
a:visited {
+
#header > img {
  color: #000000;
+
    height: auto;
 +
    min-width: 100%;
 +
    position: relative;
 +
    width: 100%;
 
}
 
}
.elinks {
+
#header > span {
  color: #000000;
+
    display: block;
 +
    left: calc(50% - 5.25em);
 +
    position: absolute;
 +
    top: calc(50% - 1em);
 +
    z-index: 1;
 
}
 
}
.layout {
+
.header {
  min-width: 900px;
+
border-top: 1px solid #080800;
  width: 80%;
+
border-bottom: 1px dotted #080800;
  background: #080609;  
+
background-color: #5a91c8;
  border-collapse: collapse;  
+
color: #FFFFEE;
  border-spacing: 0px;
+
        font-size: 1.125em;
  margin: auto;
+
}
 +
#mainimg, #altimg {
 +
border-top: 1px solid #080800;
 +
}
 +
#mainimg img, #altimg img {
 +
border: 1px solid #080800;
 +
border-radius: 5px;
 +
}
 +
#break {
 +
border-bottom: medium none;
 +
border-top: 1px dotted #080800;
 +
height: 0;
 +
}
 +
a {
 +
color: #5a91c8 !important;
 +
}
 +
.data {
 +
padding: 5px 10px;
 +
}
 +
.data ul {
 +
list-style: outside none none;
 +
margin: 0 !important;
 
}
 
}
.bgradient {
+
.data li::before {
  clear: both;
+
        color: #5a91c8;
 
+
        content: " ";
background: rgba(37,194,105,1);
+
        display: inline-block;
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%);
+
        line-height: 1em;
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)));
+
        vertical-align: 0.1em;
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%);
+
        width: 1em;
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 {
+
#Members+.data > ul, #Protected_Kin+.data > ul {
  width: 100%;
+
align-content: center;
  height: 100px;
+
display: flex;
  text-align: center;
+
flex-flow: row wrap;
  float: right;
+
justify-content: center;
  margin-left: auto;
+
margin: 0px -5px !important;
  margin-right: auto;
+
text-align: center;
 
}
 
}
.titletext {
+
#Members+.data li, #Protected_Kin+.data li {
  color: #353535;  
+
background: rgba(255, 255, 238, 0.75) none repeat scroll 0 0;
  font-family: Ruthie, 'Segoe Script', Georgia, serif;
+
border: 1px solid #999;
  font-size: 70px;
+
border-radius: 10px;
  line-height: 3ex;
+
display: inline-block;
  text-shadow: 3px 0px #A89FA2;
+
height: 311px;
  vertical-align: baseline;
+
margin: 5px;
  margin: auto;
+
position: relative;
 +
text-align: center;
 +
width: 220px;
 
}
 
}
.icons {
+
#Members+.data li:nth-last-of-type(4):first-of-type ~ li:nth-of-type(2) {
  margin: auto;
+
        page-break-after: always;
  opacity: .4;
 
 
}
 
}
.quote {
+
#Protected_Kin+.data li {
  width: auto;
+
        width: 170px;
  color: #979191;
+
        height: 242px;
  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 {
+
#Members+.data li::before, #Protected_Kin+.data li::before {
  height: 30px;
+
display: none;
  background-color: #2b2b2b;
 
  color: #ffffff;
 
  font-family: Ruthie, 'Segoe Script', Georgia, serif;
 
  font-size: 40px;
 
  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 {
+
#Members+.data li > a, #Protected_Kin+.data li > a {
  color: #000;
+
align-content: center;
  font-family: Cinzel Decorative, Century Gothic, CenturyGothic, AppleGothic, Calibri, sans-serif;  
+
align-items: center;
  font-size: 20px;
+
border-radius: 5px;
  font-weight: 200;
+
display: flex;
  text-align: left;
+
height: 200px;
  vertical-align: bottom;
+
justify-content: center;
  line-height: 2em;
+
margin: 10px;
  text-indent: 0em;
+
overflow: hidden;
  border-bottom: 1px solid #2F4F4F;
+
position: relative;
 
}
 
}
.hook::first-letter {
+
#Protected_Kin+.data li > a {
  font-family: Ruthie, 'Segoe Script', Georgia, serif;
+
        height: 150px;
  font-size: 40px;
 
 
}
 
}
.hooksecondary {
+
#Members+.data img, #Protected_Kin+.data img {
  font-family: Ruthie, 'Segoe Script', Georgia, serif;
+
border: 1px solid #aaa;
  font-size: 40px;
+
border-radius: 5px;
 +
height: auto;
 +
width: auto;
 +
position: absolute;
 
}
 
}
.researchable {
+
#Members+.data li div, #Protected_Kin+.data li div {  
  margin: 10px 0px;
+
border-top: 1px dotted #aaa;
 +
bottom: 6px;
 +
padding-top: 6px;
 +
position: absolute;
 +
width: 100%;
 
}
 
}
.textbox {
+
#Members+.data li div a, #Protected_Kin+.data li div a {
  height: 300px;
+
font-weight: bold;
  background: rgba(238, 224, 229, .4);
+
font-size: 1.25em;
  margin: 30px;
 
  padding: 5px 10px;
 
  overflow-y: auto;
 
 
}
 
}
.text {
+
.indent {
  color: #000;
+
        display: block;
  font-family: Century Gothic, CenturyGothic, AppleGothic, Calibri, sans-serif;
+
        text-indent: 2.5em;
  font-size: 11pt;
 
  font-weight: 200;
 
  opacity: .7;
 
  overflow: overlay;
 
 
}
 
}
.textbackground {
+
.half {
  background: rgba(238, 224, 229, .4);
+
        float: left;
  text-align: justify;
+
        position: relative;
  text-indent: 1em;
 
  line-height: 1.4em;
 
  margin: 30px;
 
  padding: 10px;
 
 
}
 
}
.images {
+
.half:first-of-type {
  margin: 0px 40px;
+
        margin-right: 3em;
  opacity: .8;
 
  clear: both;
 
  position: relative;
 
  z-index: 1;
 
 
}
 
}
.vitalbox {
+
.full {
  height: 100%;
+
        clear: both;
  width: 100%;
 
 
}
 
}
table.vitalbox td:first-child {
+
th {
  font-family: Cinzel Decorative, serif;
+
text-align: left;
  vertical-align: top;
+
white-space: nowrap;
  padding-right: 10px;
+
padding-right: .5em;
 
}
 
}
table.logbox {
+
#altimg {
  height: 100%;
+
        min-height: 210px;
  width: 100%;
 
  border: 0;
 
  border-collapse: collapse;
 
 
}
 
}
table.logbox td:first-child {
+
#altimg img {
  width: 25%;
+
        border: medium none;
  font-family: Cinzel Decorative, serif;
+
        position: absolute;
 +
        left: 10px;
 +
        bottom: 10px;
 +
        opacity: .95;
 
}
 
}
</css>
+
}}
<div class="layout">
+
<div class="outer">
 
+
<div id="header">[[File:tv.png|link=]]<span>&nbsp;''Terminal Velocity''&nbsp;</span></div>
<div class="title">
+
<div id="left">
{| style="width:100%; border-collapse: collapse;"
+
<div id="mainimg" class="data">[[File:Merlin.jpg|240px|border]]</div>
 +
<div class="header" id="Pack_Data">Pack Data</div>
 +
<div class="data" id="left-1">
 +
{|
 +
|-
 +
! Name:
 +
| Terminal Velocity
 +
|-
 +
! Totem Animal:
 +
| Merlin
 +
|-
 +
! Totem Type:
 +
| Respect
 
|-
 
|-
| style="text-align: center" |<div class="titletext">Terminal Velocity</div>
+
! Formed:
 +
| October, 2017
 
|}
 
|}
 
</div>
 
</div>
 
+
<div class="header" id="Protected_Kin">Protected Kin</div>
<div class="bgradient">
+
<div class="data" id="right-3">
<div class="header"><span class="hooksecondary">A</span>bout <span class="hooksecondary">M</span>erlin</div>
+
<ul>
<div class="mw-collapsible mw-collapsed researchable">
+
<li>[[File:NicholasHoult1.png|175px]]<div>[[Michael Farman|Michael Farman]]<br/>Glass Walker Kin<br/>The Marine</div></li>
<div class="images" style="height:350px;float:right;"></div>
+
<li>[[File:felicity5.jpg|135px]]<div>[[Felicity|Felicity]]<br/>Silver Fangs Kin<br/>The Princess</div></li>
<div class="textbox text">
+
<li>[[File:Faith1.jpg|165px]]<div>[[Faith|Faith Donahue]]<br/>Get of Fenris Kin<br/>The Cop</div></li>
 
+
<li>[[File:Montana.jpg|100px]]<div>[[Montana|Carmen Montana (NPC)]]<br/>Glass Walker Kin <br/>The Pilot (Retired PC)</div></li>
Although Merlin is far from the largest or most dangerous of birds, Merlin appears in many different ways amongst Falcon's brood. To the Fianna he is a Totem of Wisdom (see Tribebook: Fianna, p. 83) but the Silver Fangs know him in his guise as a Totem of Respect and as the Totem of House Blood Red Crest. Merlin, because he is one of the smallest of hawks, also tends to be swift, fierce and cunning. He is a champion of the underdog, teaching that size is far from the most important factor and that courage and intelligence are just as important, if not more so. He cautions that his children should use cunning before pure aggression and strike swiftly and with wisdom. <br><br> Traits: Packs devoted to Merlin gain three dice for their Brawl dice pools and two dice for their Dodge dice pools when confronting enemies physically larger than themselves. He also grants them three extra Willpower points per story, bolstering their courage in the fight with the Wyrm. <br><br>Ban: Followers of Merlin must not kill birds of prey of any kind, and must also spare their spirits. They may ignore this ban for raptors that the Wyrm has corrupted if, and only if, there is no hope of capturing and purifying it.
+
<li>[[File:Antoniauk.jpg|165px]]<div>[[Antonia|Antonia (NPC)]]<br/>Halona's Ward<br/>The Child</div></li>
 
+
</ul>
 +
</div>
 
</div>
 
</div>
 +
<div id="right">
 +
<div class="header" id="Purpose">Purpose</div>
 +
<div id="right-1" class="data">
 +
<br><br>
 +
<span class="indent">Although Merlin is far from the largest or most dangerous of birds, Merlin appears in many different ways amongst Falcon's brood. To the Fianna he is a Totem of Wisdom (see Tribebook: Fianna, p. 83) but the Silver Fangs know him in his guise as a Totem of Respect and as the Totem of House Blood Red Crest. Merlin, because he is one of the smallest of hawks, also tends to be swift, fierce and cunning. He is a champion of the underdog, teaching that size is far from the most important factor and that courage and intelligence are just as important, if not more so. He cautions that his children should use cunning before pure aggression and strike swiftly and with wisdom.</span>
 +
<br><br>
 
</div>
 
</div>
 
+
<div class="header" id="Members">Members</div>
<div class="header" style="margin-top: 0px">The Packmates</div>
+
<div id="right-2" class="data">
<div class="text textbackground">
+
<ul>
 
+
<li>[[File:Dragomir2.jpg|180px]]<div>[[Dragomir|Dragomir Mihailovich]]<br>''Eye of the Storm''<br>Athro Silver Fang Philodox<br>'''The Alpha'''</div></li>
<div class="hook">[[image:Dragomir2.jpg|100px]][[Dragomir|The Alpha]] [[image:BrookeSpencer1.jpg|100px]] [[Brooke|The Beta]] [[image:tempada.jpg|100px]][[Ada|The Omega]] [[image:tempmary.jpg|100px]][[Mary-Sue|The Bomb]] [[image:Halona.jpg|100px]][[Halona|The Shadow]]</div>  
+
<li>[[File:BrookeSpencer5.png|180px]]<div>[[Brooke|Brooke Farman]]<br>''Hushed Blaze''<br>Athro Glass Walker Galliard<br>'''The Beta'''</div></li>
 
+
<li>[[File:Halona.jpg|175px]]<div>[[Halona|Halona Smith]]<br>''Like the Wind''<br>Athro Wendigo Ragabash<br>'''The Shadow'''</div></li>
 
+
<li>[[File:Sergeicolor.jpg|200px]]<div>[[Sergei|Sergei Ivanov]]<br>''Howling-Wind''<br>Athro Wendigo Ahroun<br>'''The Muscle'''</div></li>
 +
<li>[[File:Iriscolor.jpg|350px]]<div>[[Pancake|Iris Aello Ocypete Tiganites]]<br>''Mercy's Messenger''<br>Athro Black Fury Theurge<br>'''The Glitter Bomb'''</div></li>
 +
</ul>
 
</div>
 
</div>
 +
<div class="header" id="Totem">Totem</div>
 +
<br><br>
 +
<div id="right-4" class="data"><span class="indent">'''Traits:''' Packs devoted to Merlin gain three dice for their Brawl dice pools and two dice for their Dodge dice pools when confronting enemies physically larger than themselves. He also grants them three extra Willpower points per story, bolstering their courage in the fight with the Wyrm.</span></div>
 +
<br><br>
 +
<div id="right-4" class="data"><span class="indent">'''Ban:'''
 +
Followers of Merlin must not kill birds of prey of any kind, and must also spare their spirits. They may ignore this ban for raptors that the Wyrm has corrupted if, and only if, there is no hope of capturing and purifying it.</span></div>
 +
<br><br>
  
<div class="header" style="margin-top: 0px">The Protected</div>
+
<div class="header" id="RP Logs">RP Logs</div>
<div class="text textbackground">
+
{{ RP Logs | name = Terminal Velocity | columns = 2 | ordermethod = gamedate }}
 
 
<div class="hook">[[image:Lanamir5.jpg|100px]][[Lana Mihailovich|The Den Mother]] [[image:NicholasHoult1.png|100px]][[Michael Farman|The Marine]] [[image:Montana.jpg|100px]][[Montana|The Pilot]]
 
[[image:Antoniauk.jpg|100px]] The Child</div>
 
 
 
 
 
 
 
 
 
 
</div>
 
</div>
  
<div class="header">Logs</div>
+
[[Category:Pack/Garou]][[Category:Inactive Pack]][[Category:PC Groups]]
<div class="text textbackground">
 
{{ RP Logs | name = Terminal Velocity | columns = 3 | ordermethod = gamedate }}
 
</div></div></div>
 
 
 
 
 
 
 
[[Category:Pack/Garou]][[Category:Active Pack]]
 

Latest revision as of 23:48, 15 December 2018

Merlin.jpg
Pack Data
Name: Terminal Velocity
Totem Animal: Merlin
Totem Type: Respect
Formed: October, 2017
Protected Kin