Difference between revisions of "Last Call"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Felix
m
imported>DeniseGodin1521
 
(11 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 61: 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 76: 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 87: 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 102: 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 115: 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, 300px, 300px, 0px);
+
        height: 250px;
    height: 250px;
+
        position: absolute;
    position: absolute;
+
        right: 0;
    right: 0;
+
        top: -45px;
    top: -45px;
 
 
}
 
}
#Members + .data li:nth-of-type(2) img {
+
#Members + .data img[src$="Felix.png"] {
clip: rect(0px, 250px, 250px, 0px);
+
        left: -35px;
left: -20px;
+
        right: 0;
position: absolute;
+
        top: -10px;
right: 0;
+
        width: 240px;
top: -5px;
 
width: 220px;
 
 
}
 
}
#Members + .data li:nth-of-type(3) img {
+
#Members+.data img[src$="Mae_1.jpg"] {
clip: rect(0px, 250px, 250px, 0px);
 
position: absolute;
 
 
right: 0;
 
right: 0;
 
top: 0;
 
top: 0;
 
width: 200px;
 
width: 200px;
 +
}
 +
#Members+.data img[src$="TabiaRef.jpg"] {
 +
left: -125px;
 +
top: 0;
 +
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 159: 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 185: Line 217:
 
|}
 
|}
 
</div>
 
</div>
<div class="header" id="Totem_Stats">Totem Stats</div>
+
<div class="header" id="Associated_Kin">Associated Kin</div>
<div class="data" id="left-2">
+
<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>
!Rage:  
+
<li>[[File:Gaelin_01.JPG|link=Gaelin]]<div>[[Gaelin|Gaelin McBrayer]]<br/>Fianna Kin<br/>Mae's Mate</div></li>
|{{Flexidot|1|0|dot-filled=Choc-dot-f.png}}
+
</ul>
|-
 
!Willpower: &nbsp; &nbsp; &nbsp;   
 
|{{Flexidot|3|0|dot-filled=Choc-dot-f.png}}
 
|-
 
!Gnosis:  
 
|{{Flexidot|4|0|dot-filled=Choc-dot-f.png}}
 
|-
 
!Charms:
 
|Airt Sense<br/>
 
Reform
 
|}
 
 
</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">
Line 214: Line 235:
 
<div id="right-2" class="data">
 
<div id="right-2" class="data">
 
<ul>
 
<ul>
<li>[[File:LC_Monica.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>Fostern 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</div>
 
  
 
<div class="full">'''Bans:'''
 
<div class="full">'''Bans:'''
Line 242: 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'.