Difference between revisions of "Last Call"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Felix
(Created page with "{{#css:Template:PC_1/PC_1.css}}{{#css: .outer { border: 2px solid #080800; background-color: #EEEECC; color: #080800; } #left { border-right: 1px dotted #080800; } #header...")
 
imported>DeniseGodin1521
 
(19 intermediate revisions by 3 users not shown)
Line 7: Line 7:
 
#left {
 
#left {
 
border-right: 1px dotted #080800;
 
border-right: 1px dotted #080800;
 +
        position: relative;
 
}
 
}
 
#header {
 
#header {
background-color: #080800;
+
    align-items: center;
border-bottom: 2px solid #080800;
+
    background-color: #080800;
color: #EEEECC;
+
    border-bottom: 2px solid #080800;
font-size: 3.25em;
+
    color: #eeeecc;
height: 5em;
+
    display: flex;
text-decoration: underline overline;
+
    font-size: 3.25em;
text-decoration-style: double;
+
    justify-content: center;
text-shadow: 1px 1px 3px #080800, -1px -1px 3px #080800, -1px 1px 3px #080800, 1px -1px 3px #080800;
+
    overflow: hidden;
overflow: hidden;
+
    position: relative;
position: relative;
+
    text-shadow: 1px 1px 3px #080800, -1px -1px 3px #080800, -1px 1px 3px #080800, 1px -1px 3px #080800;
 
}
 
}
 
#header > img {
 
#header > img {
height: auto;
+
    height: auto;
left: -3%;
+
    min-width: 100%;
min-width: 640px;
+
    position: relative;
position: absolute;
+
    width: 100%;
top: -54%;
 
width: 105%;
 
 
}
 
}
 
#header > span {
 
#header > span {
z-index: 1;
+
    display: block;
 +
    left: calc(50% - 2.25em);
 +
    position: absolute;
 +
    top: calc(50% - 1em);
 +
    z-index: 1;
 
}
 
}
 
.header {
 
.header {
Line 36: Line 39:
 
background-color: #815F3A;
 
background-color: #815F3A;
 
color: #FFFFEE;
 
color: #FFFFEE;
 +
        font-size: 1.125em;
 
}
 
}
 
#mainimg, #altimg {
 
#mainimg, #altimg {
Line 60: Line 64:
 
}
 
}
 
.data li::before {
 
.data li::before {
    color: #815f3a;
+
        color: #815f3a;
    content: "■ ";
+
        content: "■ ";
    display: inline-block;
+
        display: inline-block;
    line-height: 1em;
+
        line-height: 1em;
    vertical-align: 0.1em;
+
        vertical-align: 0.1em;
    width: 1em;
+
        width: 1em;
 
}
 
}
#Members+.data > ul {
+
#Members+.data > ul, #Associated_Kin+.data > ul {
 
align-content: center;
 
align-content: center;
 
display: flex;
 
display: flex;
Line 75: Line 79:
 
text-align: center;
 
text-align: center;
 
}
 
}
#Members+.data li {
+
#Members+.data li, #Associated_Kin+.data li {
 
background: rgba(255, 255, 238, 0.75) none repeat scroll 0 0;
 
background: rgba(255, 255, 238, 0.75) none repeat scroll 0 0;
 
border: 1px solid #999;
 
border: 1px solid #999;
 
border-radius: 10px;
 
border-radius: 10px;
 
display: inline-block;
 
display: inline-block;
height: 310px;
+
height: 311px;
 
margin: 5px;
 
margin: 5px;
 
position: relative;
 
position: relative;
Line 86: Line 90:
 
width: 220px;
 
width: 220px;
 
}
 
}
 
+
#Members+.data li:nth-last-of-type(4):first-of-type ~ li:nth-of-type(2) {
#Members+.data li:before {
+
        page-break-after: always;
 +
}
 +
#Associated_Kin+.data li {
 +
        width: 170px;
 +
        height: 242px;
 +
}
 +
#Members+.data li::before, #Associated_Kin+.data li::before {
 
display: none;
 
display: none;
 
}
 
}
#Members + .data a.image {
+
#Members+.data li > a, #Associated_Kin+.data li > a {
 
align-content: center;
 
align-content: center;
 
align-items: center;
 
align-items: center;
Line 101: Line 111:
 
position: relative;
 
position: relative;
 
}
 
}
#Members+.data img {
+
#Associated_Kin+.data li > a {
 +
        height: 150px;
 +
}
 +
#Members+.data img, #Associated_Kin+.data img {
 
border: 1px solid #aaa;
 
border: 1px solid #aaa;
 
border-radius: 5px;
 
border-radius: 5px;
 
height: auto;
 
height: auto;
 
width: auto;
 
width: auto;
 +
position: absolute;
 
}
 
}
#Members+.data li div {
+
#Members+.data li div, #Associated_Kin+.data li div {  
 
border-top: 1px dotted #aaa;
 
border-top: 1px dotted #aaa;
 
bottom: 6px;
 
bottom: 6px;
Line 114: Line 128:
 
width: 100%;
 
width: 100%;
 
}
 
}
#Members+.data li div a {
+
#Members+.data li div a, #Associated_Kin+.data li div a {
 
font-weight: bold;
 
font-weight: bold;
 
font-size: 1.25em;
 
font-size: 1.25em;
 
}
 
}
#Members + .data li:first-of-type img {
+
#Members+.data img[src$="LC_Monica.jpg"] {
clip: rect(0px, 350px, 250px, 85px);
+
        height: 250px;
height: 230px;
+
        position: absolute;
position: absolute;
+
        right: 0;
right: -10px;
+
        top: -45px;
top: 0;
+
}
 +
#Members + .data img[src$="Felix.png"] {
 +
        left: -35px;
 +
        right: 0;
 +
        top: -10px;
 +
        width: 240px;
 
}
 
}
#Members + .data li:nth-of-type(2) img {
+
#Members+.data img[src$="Mae_1.jpg"] {
clip: rect(0px, 250px, 250px, 0px);
 
left: -20px;
 
position: absolute;
 
 
right: 0;
 
right: 0;
 
top: 0;
 
top: 0;
width: 220px;
+
width: 200px;
 
}
 
}
#Members + .data li:nth-of-type(3) img {
+
#Members+.data img[src$="TabiaRef.jpg"] {
clip: rect(0px, 250px, 250px, 0px);
+
left: -125px;
position: absolute;
 
right: 0;
 
 
top: 0;
 
top: 0;
width: 200px;
+
width: 500px;
 +
}
 +
#Associated_Kin + .data img[src$="Lilah05.png"] {
 +
        left: -15px;
 +
        top: 0;
 +
}
 +
#Associated_Kin + .data img[src$="Gaelin_01.JPG"] {
 +
        height: 450px;
 +
        left: -135px;
 +
        top: -10px;
 
}
 
}
 
.indent {
 
.indent {
    display: block;
+
        display: block;
    text-indent: 2.5em;
+
        text-indent: 2.5em;
 
}
 
}
 
.half {
 
.half {
    float: left;
+
        float: left;
    position: relative;
+
        position: relative;
 
}
 
}
 
.half:first-of-type {
 
.half:first-of-type {
    margin-right: 3em;
+
        margin-right: 3em;
 
}
 
}
 
.full {
 
.full {
    clear: both;
+
        clear: both;
 
}
 
}
 
th {
 
th {
Line 158: Line 181:
 
white-space: nowrap;
 
white-space: nowrap;
 
padding-right: .5em;
 
padding-right: .5em;
 +
}
 +
#altimg {
 +
        min-height: 210px;
 +
}
 +
#altimg img {
 +
        border: medium none;
 +
        position: absolute;
 +
        left: 10px;
 +
        bottom: 10px;
 +
        opacity: .95;
 
}
 
}
 
}}
 
}}
Line 183: Line 216:
 
| December, 2016
 
| December, 2016
 
|}
 
|}
 +
</div>
 +
<div class="header" id="Associated_Kin">Associated Kin</div>
 +
<div class="data" id="right-3">
 +
<ul>
 +
<li>[[File:Lilah05.png|link=Lilah]]<div>[[Lilah|Lilah Sinclair]]<br/>Bone Gnawer Kin<br/>Felix's Mate</div></li>
 +
<li>[[File:Gaelin_01.JPG|link=Gaelin]]<div>[[Gaelin|Gaelin McBrayer]]<br/>Fianna Kin<br/>Mae's Mate</div></li>
 +
</ul>
 
</div>
 
</div>
 
<div class="header" id="break"></div>
 
<div class="header" id="break"></div>
<!--<div id="altimg" class="data">[[File:No photo available.jpg|240px|border]]</div> //-->
+
<div id="altimg" class="data" title="Pack Glyph: 'fox' blended with 'hide/conceal', within 'pack'.">[[File:LastCallGlyph.png|240px|link=|Pack Glyph: 'fox' blended with 'hide/conceal', within 'pack'.]]</div>
 
</div>
 
</div>
 
<div id="right">
 
<div id="right">
 
<div class="header" id="Purpose">Purpose</div>
 
<div class="header" id="Purpose">Purpose</div>
 
<div id="right-1" class="data"><span class="indent">Packs under Fox's patronage work the odd jobs, and this one is no exception.</span>
 
<div id="right-1" class="data"><span class="indent">Packs under Fox's patronage work the odd jobs, and this one is no exception.</span>
<span class="indent">Last Call has been tapped to dig into the seedy details the folks up top might prefer to ignore, but no longer can. They're the folks willing to lie their asses off to get that one little piece of intel everyone needs, but no one has &mdash; and they usually get results. They're patient, and they have to be: their tactics come at a price. Fox's very patronage paints them as scammers, cheats, liars, and two-faced smooth-talkers (even if they happen to be one of those mythical 'honest abes' you sometimes hear about). Their honor's questioned, their presence is met with distrust, but who else would you want in your corner when the undercover job that needs a 'light touch' comes around?</span>
+
<span class="indent">Last Call has been tapped to dig into the seedy details the people up top might prefer to ignore, but no longer can. They're the folks willing to lie their asses off to get that one little piece of intel everyone needs, but no one has &mdash; and they usually get results. They're patient, and they have to be: their tactics come at a price. Fox's very patronage paints them as scammers, cheats, liars, and two-faced smooth-talkers (even if they happen to be one of those mythical 'honest abes' you sometimes hear about). Their honor's questioned, their presence is met with distrust, but who else would you want in your corner when the undercover job that needs a 'light touch' comes around?</span>
<span class="indent">So, sure, they may not be the most highly regarded &mdash; scheming and backstabbing is better left to the Leeches &mdash; but when it comes time to get a professional take on a bigger problem, they're the first people to turn to. Not everything can be solved by handing the job off to a bunch of tornadoes with oversized cleavers. It does have a certain poetry to it, but it's really not their style. Talking a guy into eating his own head, and watching him find a way to say 'thank you for the privilege'? That is.</span></div>
+
<span class="indent">So, sure, they may not be the most highly regarded &mdash; scheming and backstabbing are better left to the Leeches &mdash; but when it comes time to get a creative take on some of the more... let's say <i>'unusual'</i> problems that can crop up from time to time, they're the ones to turn to. Not everything can be solved by handing the job off to a bunch of tornadoes with oversized cleavers. It does have a certain poetry to it, but it's really not their style. Talking a guy into eating his own head, and watching him find a way to say 'thank you for the privilege'? That is.</span></div>
 
<div class="header" id="Members">Members</div>
 
<div class="header" id="Members">Members</div>
 
<div id="right-2" class="data">
 
<div id="right-2" class="data">
 
<ul>
 
<ul>
<li>[[File:MonicaBF.jpg]]<div>[[Monica|Monica Turner]]<br>''Keres''<br>Adren Black Fury Ragabash<br>'''Alpha'''</div></li>
+
<li>[[File:LC_Monica.jpg|link=Monica]]<div>[[Monica|Monica Turner]]<br>''Keres''<br>Adren Black Fury Ragabash<br>'''Alpha'''</div></li>
<li>[[File:Felix.png]]<div>[[Felix|Felix T. Sinclair]]<br>''Lets-Them-Eat-Cake''<br>Cliath Bone Gnawer Galliard<br>'''Beta'''</div></li>
+
<li>[[File:Felix.png|link="Felix"]]<div>[[Felix|Felix T. Sinclair]]<br>''Homewrecker''<br>Adren Bone Gnawer Galliard<br>'''Beta'''</div></li>
<li>[[File:Mae_1.jpg]]<div>[[Mae|Mae O'Connell-McBrayer]]<br>''Watches-the-Embers''<br>Cliath Fianna Theurge<br>'''Member'''</div></li>
+
<li>[[File:Mae_1.jpg|link="Mae"]]<div>[[Mae|Mae O'Connell-McBrayer]]<br>''Hawkeye''<br>Fostern Fianna Theurge<br>'''Member'''</div></li>
 +
<li>[[File:TabiaRef.jpg|link="Tabia"]]<div>[[Tabia|Tabia Winters]]<br>''Scratch''<br>Fostern Silent Strider Ragabash<br>'''Member'''</div></li>
 
</ul>
 
</ul>
 
</div>
 
</div>
 
<div class="header" id="Totem">Totem</div>
 
<div class="header" id="Totem">Totem</div>
<div id="right-3" class="data"><span class="indent">Fox wears many faces, some recognizable, some not. Taking a page from the myths of Men in Black, he constructs his encounters with his pack in such a way that, should they ever attempt to describe these meetings with him, they run the risk of coming off as delusional, even to other Garou (though some may be more receptive than others).</span>
+
<div id="right-4" class="data"><span class="indent">Fox wears many faces, some recognizable, some not. Taking a page from the myths of Men in Black, he constructs his encounters with his pack in such a way that, should they ever attempt to describe these meetings with him, they run the risk of coming off as delusional, even to other Garou (though some may be more receptive than others).</span>
  
 
<span class="indent">Fox is quick, cunning, and sly. He prefers to sneak up on his victims, or better yet, pull them into his confidence, making them feel safe before he strikes. He loves to bring his foes into his territory, leading them into traps or causing them to lose their way. Fox enjoys seeing his Children baffle their enemies. To this end, Fox teaches his Children the ways of stealth, subterfuge, and canny awareness in the city as well as the wild. The followers of the Fox tend to share his sly nature, becoming adept at making others do their will. Fox is not seen as honorable by the Garou, and is not a favored Totem.</span>
 
<span class="indent">Fox is quick, cunning, and sly. He prefers to sneak up on his victims, or better yet, pull them into his confidence, making them feel safe before he strikes. He loves to bring his foes into his territory, leading them into traps or causing them to lose their way. Fox enjoys seeing his Children baffle their enemies. To this end, Fox teaches his Children the ways of stealth, subterfuge, and canny awareness in the city as well as the wild. The followers of the Fox tend to share his sly nature, becoming adept at making others do their will. Fox is not seen as honorable by the Garou, and is not a favored Totem.</span>
 
<div class="half">'''Boons:'''
 
* +2 to Stealth dice pools
 
* +3 to Subterfuge dice pools
 
* +2 to Streetwise dice pools
 
* +1 Manipulation</div>
 
 
<div class="half">'''Additions:'''
 
* 2 extra pack members able to use Totem benefits per turn
 
* Pack members are always linked, even over great distances
 
* Totem can always find pack members
 
* -1 difficulty to all Subterfuge rolls
 
* Rage: 1, Willpower: 3, Gnosis: 4</div>
 
  
 
<div class="full">'''Bans:'''
 
<div class="full">'''Bans:'''
Line 224: Line 252:
 
</div>
 
</div>
 
</div>
 
</div>
[[Category:Pack/Garou]][[Category:Active Pack]]
+
[[Category:Pack/Garou]][[Category:Inactive Pack]]
 +
[[Category:PC Groups]]

Latest revision as of 08:35, 11 June 2019

LC Fox.jpg
Pack Data
Name: Last Call
Totem Animal: Fox
Totem Type: Cunning
Totem Name: Unknown
Formed: December, 2016
Associated Kin
Pack Glyph: 'fox' blended with 'hide/conceal', within 'pack'.