User:Lola 1: Difference between revisions

From LiberationMUSH Wiki
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
{{#css:
{{#css:
    img {
        margin-bottom: -5px;
      }
 
      table {
        padding: 0 1.2em;
      }
 
      tr {
        margin: 0.2rem 0;
      }
 
      td {
        width: 50%;
      }
 
      .hooks-table td,
      .contacts-table td {
        width: auto;
      }
 
      .hooks-table td:nth-child(1) {
        width: 25%;
      }
 
      .contacts-table td:nth-child(1) {
        width: 25%;
      }
 
      table tr td:nth-child(1) {
        font-weight: 600;
      }
 
      h2.label {
        margin-bottom: 0.5rem;
      }
 
      .color-main {
        color: #7D7E83;
      }
 
      .color-shade-light,
      .color-shade-light td {
        color: #f4f1ef;
      }


@import 'https://fonts.googleapis.com/css?family=Foo';
      .contacts-table {
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
        width: 100%;
@import 'https://fonts.googleapis.com/css?family=Indie+Flower';
      }
@import 'https://fonts.googleapis.com/css?family=DIN W05 Light';
@import 'https://fonts.googleapis.com/css?family=Arial Narrow';


      .contacts-table a {
        color: #f4f1ef !important;
      }
 
      .color-bg-light {
        background-color: #f4f1ef;
      }
 
      .color-accent-light {
        color: #958d89;
      }
 
      .color-shade-dark {
        color: #1d1b1f;
      }
 
      .color-bg-dark {
        background-color: #1d1b1f;
      }
 
      .color-accent-dark {
        color: #797c7f;
      }
 
      .color-border-light {
        border-color: #f4f1ef;
      }
 
      .w-100 {
        width: 100%;
      }
 
      .m-auto {
        margin: auto;
      }
 
      .ph-1 {
        padding: 0 1rem;
      }
 
      .flex {
        display: flex;
      }
 
      .flex-col {
        flex-direction: column;
      }
 
      .justify-center {
        justify-content: center;
      }
 
      .text-center {
        text-align: center;
      }
 
      .show-mobile {
        display: none;
      }
 
      .heroImage img {
        width: 100%;
        height: auto;
      }
 
      #topImage {
        border-bottom-width: 1rem;
        border-color: #111;
        border-style: solid;
      }
 
      .container {
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        width: calc(100% - 2rem);
        border-width: 1rem;
        border-color: #111;
        border-style: solid;
      }
 
      .section {
        padding: 1rem;
      }
 
      .info-section {
        width: 30%;
        border-right-width: 0.5rem;
        border-top-width: 0;
        border-left-width: 0;
        border-color: #111;
        border-style: solid;
        padding-bottom: 1rem;
      }
 
      .info-section table {
        width: 100%;
      }
 
      .info-portrait img {
        margin-bottom: 1rem;
      }


.container {
      .bio-section {
margin: auto;
        width: 70%;
height: auto;
      }
width: 940px;
background-color:#000;
border: 5px solid #006A35;
color:#FFF;
font-family:'Arial Narrow',Candara,Calibri,Segoe,'Segoe UI',Optima,Arial,sans-serif;
}


.photo-header {
      #logs-section a {
width: 940 px;
        color: #31282a;
height: 500 px;
      }
}


.footer {
      #logs-section ul {
background-color: #0a0a0a;
        display: flex;
color: #FFF;
        flex-wrap: wrap;
margin: 0px;
      }
padding: 3px 5px 3px 5px;
font-family: 'DIN W05 Light',Candara,Calibri,Segoe,'Segoe UI',Optima,Arial,sans-serif;
font-size: smaller;
clear:both;
}


.column {
      #logs-section li {
float: left;
        width: 50%;
}
      }
 
      .gallery-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
 
      .gallery-container img {
        max-width: 260px;
        height: auto;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin: 10px;
        -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.75);
        webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.75);
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.75);
      }
 
      .gallery-container img:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        cursor: pointer;
      }
 
      @media only screen and (max-width: 480px) {
        .hide-mobile {
          display: none;
        }
 
        .show-mobile {
          display: block;
        }
 
        .section {
          padding: 1rem 0;
        }
 
        #top-section {
          flex-direction: column;
        }
 
        .info-section,
        .bio-section {
          width: 100%;
        }
 
        .info-section {
          border-width: 0;
          border-style: none;
        }
 
        .hooks-table td:nth-child(1) {
          width: 35%;
        }
      }


.full {
}}
width:100%;
}


.thirds {
width: 33.33%;
}


.halves {
width: 50%;
}


.left {
<div class="container color-bg-dark">
  width: 30%;
      <div class="heroImage w-100 hide-mobile" id="topImage">[[File:CF_1.jpg]]</div>
}
      <div id="top-section" class="flex w-100">
        <div class="info-section flex flex-col color-bg-light">
          <div class="w-100 info-portrait">[[File:CF_2.jpg]]</div>
{| width="370px"; font style=font-size:12pt; line-height:125%;"


.right {
|-
  width: 70%;
|-
}
!colspan="2" align="center" style="padding: 10px"|<span class="header">'''Pack Name'''<br>'''''Flowers-in-Concrete (Concrete Flowers)'''''<br>
|
|-
|align="left"|<span class="label">'''Totem:'''</span>
|align="right"|'''Old Oak'''<br>


.row:after {
|-
  content: "";
|align="left"|<span class="label">'''Totem Type'''</span>
  display: table;
|align="right"|'''Respect'''<br>
  clear: both;
}


.heading{
</table>
color: #006A35;
          <hr class="color-accent-light" />
margin: 5px 0px 10px 0px;
          <table>
padding: 0px 0px 0px 0px;
|-
font-family: 'DIN W05 Light';
|align="left"|<span class="label">'''Sphere:'''</span>
font-size: 35pt;
|align="right"|'''Garou Nation'''
font-weight: bold;
|
text-align:center;
|-
}
!colspan="2" align="center" style="padding: 10px"|<span class="header">'''Tribes'''<br>
|-
!colspan="2" align="right" |<span class="label">
*The Children of Gaia
*Bone Gnawer
*Uktena</span>
|-
!colspan="2" align="center" style="padding: 10px"|<span class="header">'''Territory'''<br>
|-
!colspan="2" align="right" |<span class="label">
*San Julian Park
*The Arts District
*The Los Angeles River (Ceremonial)
<br>
|-


.subheading{
|}
color: #006A35;
<div class="w-100 info-portrait"></br></br>[[File:CF3.jpg]]</br></br></div>
font-family: 'DIN W05 Light',Candara,Calibri,Segoe,'Segoe UI',Optima,Arial,sans-serif;
<div class="w-100 info-portrait">[[File:CF4.jpg]]</div>
font-weight:bold;
</div>
}
 
.infobox {
width:100%;
padding:5px 10px 5px 10px;
text-align:left;
font-family: 'DIN W05 Light',Candara,Calibri,Segoe,'Segoe UI',Optima,Arial,sans-serif;
}
 
.info-title {font-family: 'DIN W05 Light', sans-serif !important; font-weight:bold !important;color:#EEB210 !important;font-size: 15pt;}
.content {font-family: 'Arial Narrow', sans-serif !important; color:#FFF;}
.spacing {padding:5px 25px 5px 25px;}
.clearfix {clear:both;}




.info-title a:link {font-family: 'DIN W05 Light', sans-serif !important; font-weight:bold !important;color:#006A35 !important;}
.info-title a:hover {text-decoration:underline !important;}
.info-title a:visited {font-family: 'DIN W05 Light', sans-serif !important; font-weight:bold !important;color:#006A35 !important;}


        <div class="bio-section flex flex-col section">


.content a:link {font-family: 'DIN W05 Light', sans-serif !important;color:#FFF !important;}
          <h2 class="label color-shade-light text-center">Mission Statement</h2>
.content a:hover {text-decoration:underline !important;}
          <hr class="color-shade-light" />
.content a:visited {font-family: 'DIN W05 Light', sans-serif !important;color:#FFF !important;}
          <div class="color-shade-light ph-1">
            <p></p>
          <h2 class="label color-shade-light text-center">Old Oak</h2>
            <P></p>
          <h2 class="label color-shade-light text-center">Current Projects</h2>
            <p></p>


.container1 {
  position: relative;
  display: inline-block;
   
   
}
          </div>
        </div>
      </div>


.container2 {
      <div class="heroImage w-100">[[File:CF8.jpg]]</div>
  position: relative;
  display: inline-block;
}


.image {
      <div class="section color-bg-dark color-shade-light">
  display: block;
        <h2 class="label text-center"> Saplings </h2>
  width: 100%;
  height: auto;


}
        <table class="contacts-table">
          <tr>
<br>
</td>
          </tr>
          <tr>
            <td>[[Kaia|Kaia]]</td>
            <td>"Hawk-Chaser" / Cliath / Galliard</td>
          </tr>
            <td>[[Granuaile|Granuaile]]</td>
            <td>"Friend-to-Most" / Cliath / Theurge</td>
          </tr>
          <tr>
            <td>[[Kelli|Kelli]]</td>
            <td>"Hope-Seeker" / Cliath / Theurge</td>
          </tr>
          <tr>
            <td>[[Felicity|Felicity]]</td>
            <td>"Brightens-the-Day" / Fostern / Ragabash</td>
          </tr>
          <tr>
            <td>[[Raul|Raul]]</td>
            <td>"Nose-Above-Water" / Cliath / Theurge</td>
          </tr>
          <tr>
            <td>[[Phoebe|Phoebe]]</td>
            <td>"Littlest-King" / Influencer / Eco-Warrior</td>
          </tr>
        </table>


.overlay {
        <h2 class="label text-center"> Notable Deeds </h2>
  position: absolute;


  top: 0;
        <table class="contacts-table">
  bottom: 0;
          <tr>
  left: 0;
<br>
  right: 0;
</td>
  height: 100%;
          </tr>
  width: 100%;
          <tr>
  opacity: 1;
            <td>Bristow Park</td>
  transition: .5s ease;
            <td>A hope, a loss, and a grief we shared with the Sept of the Smiling Angel. And in the end... a victory.</td>
  background-color: #151515;
          </tr>
}
          </tr>
        </table>


.overlay2 {
  position: absolute;


  top: 0;
<br>
  bottom: 0;
      </div>
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #006A35;
}
 
.overlay3 {
  position: absolute;
 
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #151515;
}


.container1:hover .overlay {
      <div class="heroImage w-100" >[[File:Concrete-Flowers.png]]</div>
  opacity: 0;


}
      <div class="section color-bg-light color-shade-dark" id="logs-section">
 
   
.container2:hover .overlay2 {
{{#ev:youtube|https://youtu.be/iwrxzuD2zsc|1000|center}}
  opacity: .9;
}
 
.container2:hover .overlay3 {
  opacity: 1;
}
 
.text {
  color: white;
  font-size: 12pt;
  position: absolute;
  font-family: Josefin Sans;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
 
.text2 {
  color: white;
  font-size: 12pt;
  position: relative;
  top: 50%;
  left: 50%;
  font-family: Josefin Sans;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.drop2C {
  position: relative;
  display: inline-block;
  opacity: .9;
  transition: all 1500ms ease 500ms;
  min-width: max-content;
  padding: 16px;
}
 
.drop2C-content {
position: absolute;
top: 200px;
left: -10px;
color: white;
font-size: 9pt;
background-color: rgb(127, 101, 148);
border: 2px double rgb(234, 75, 242);
border-radius: 25px;
min-width: 275px;
padding: 12px 16px;
z-index: 1;
display: none;
box-shadow: inset 1px 1px 2px 0px rgba(158,165,176,0.25),inset 2px 2px 12px 0px rgba(226, 227, 236,.5),inset -2px -2px 12px 0px rgba(226, 227, 236,.5),inset 0px 0px 48px rgba(226, 227, 236,.5),0px 0px 15px rgba(255, 255, 255, .5),0px 0px 10px rgba(255, 255, 255, .5),0px 0px 4px rgba(255, 255, 255, .5) !important;
}
 
.drop2C:hover {
  animation: bounce .5s;
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -moz-box-shadow: 1px 1px 50px #000000;
  webkit-box-shadow: 1px 1px 50px #000000;
  box-shadow: 1px 1px 50px #000000;
}
 
.drop2C:hover .drop2C-content {
display: block;
}
 
.spacer1A {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 10px;
  padding:20px 5px 10px;
  position: relative;
  left: -25px;
  top: -45px;
  border: none;
  font-family: 'Tangerine', cursive; font-size: 50px;
  color: rgb(255,255,255);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-shadow: 0 0 10px rgb(255,255,255) , 0 0 20px rgb(157, 61, 202) , 0 0 30px rgb(157, 61, 202) , 0 0 40px rgb(157, 61, 202) , 0 0 70px rgb(136,136,136) , 0 0 80px rgb(136,136,136) , 0 0 100px rgb(136,136,136) , 0 0 150px rgb(136,136,136) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  z-index: 1;
}
.spacer4 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 10px;
  padding:20px 5px 10px;
  position: relative;
  object-position: right;
  left: -25px;
  top: -5px;
  border: none;
  border-radius: 500px;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
  background-image: url("");
  background-position: top;
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0, 1) 55%, rgb(0, 0, 0, -0.2) 100%);
  mask-image: linear-gradient(to right, rgb(0, 0, 0, 1) 55%, rgb(0, 0, 0, -0.2) 100%);
}
 
.drop2C2-content {
position: absolute;
top: 175px;
left: -30px;
color: white;
font-size: 12pt;
text-align: center;
background-color: rgb(127, 101, 148);
border: 2px double rgb(234, 75, 242);
border-radius: 25px;
min-width: 150px;
padding: 6px 8px;
z-index: 2;
display: none;
box-shadow: inset 1px 1px 2px 0px rgba(158,165,176, .75),inset 2px 2px 12px 0px rgba(226, 227, 236, 1),inset -2px -2px 12px 0px rgba(226, 227, 236, 1),inset 0px 0px 48px rgba(226, 227, 236, 1),0px 0px 15px rgba(255, 255, 255, 1),0px 0px 10px rgba(255, 255, 255, 1),0px 0px 4px rgba(255, 255, 255, 1) !important;
}
 
.drop2C:hover .drop2C2-content {
display: block;
}
 
}}
<!-- wiki profile container -->
<div class="container">
 
<!-- header -->
<div class="photo-header">[[File:WMHeader.png|center|link=]]</div>
 
 
<!-- infobox and introduction -->
<div class="row">
<div class="column left">
<div class="heading">Pack Details</div>
{| class="infobox" align="left" style="text-align:center;"
|-
|class=info-title|Totem:
|-
|class=content|Raccoon
|-
|class=info-title|Totem Type:
|-
|class=content|Cunning/City
|-
|class=info-title|Territory:
|-
|class=content|....
|-
|class=info-title|Landmarks:
|-
|class=content|Landmark 1 (hangout#)
|-
|class=content|Landmark 2 (hangout#)
|-
|class=content|Landmark 3 (hangout#)
|-
|}
 
</div>
 
<div class="column right">
<div class="heading">The Pack</div>
<p class="content spacing"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla mollis accumsan nisl ac sollicitudin. Integer vitae nisl imperdiet, pharetra lacus quis, aliquet elit. Nulla vel neque nec velit faucibus vestibulum. Nunc ultrices lectus lacus, at imperdiet enim malesuada a. Praesent vitae nulla tempus, cursus diam sed, bibendum diam. Sed dictum gravida dignissim. Nam eu efficitur lacus. Vestibulum elit nisi, facilisis ultricies dui sit amet, laoreet iaculis elit. Maecenas condimentum venenatis suscipit. Donec fringilla at turpis at ultricies. Praesent malesuada vel diam eu ullamcorper..</p></div>
</div>
<br>
<br>
[[File:WMDivider.png|center|100%]]
<center><b>You can't find it sitting on a shelf in a store</center></b>
<center><b>If you try to hide it, it's gonna shine even more</center></b></br></br>
<center><b>Even if you lose it, it will find you</center></b>
<center><b>There's no way to stop it, but they'll try to</center></b></br></br>
<center><b>Running like a river trying to find the ocean</center></b>
<center><b>Flowers in the concrete</center></b>
<center><b>Climbing over fences, blooming in the shadows</center></b>
<center><b>Places that you can't see</center></b>
<center><b>Coming through the melody when the night bird sings</center></b></br></br>
<center><b>Love is a Wyld thing</center></b></br>


<br>
      </div>
<center><span class="heading">Members</span></center>
<center><div class="container2">
[[File:Rigby2.jpg|class=image|x200px|Link=Rigby]]  <div class="overlay2">
    <div class="text"><span style="font-size:16pt;">'''[[Rigby]]'''</span><br>Fostern<br>Ragabash<br>Bone Gnawer</div>
  </div>
</div
<div class="container2">
[[File:Mark.png|class=image|x200px|Link=Mark]]  <div class="overlay2">
    <div class="text"><span style="font-size:16pt;">'''[[Mark]]'''</span><br>Cliath<br>Ragabash<br>Bone Gnawer</div>
  </div>
</div> 
<div class="container2">
[[File:Placeholder.png|class=image|x200px|Link=JoAnne]]  <div class="overlay2">
    <div class="text"><span style="font-size:16pt;">'''[[JoAnne]]'''</span><br>Cliath<br>Ahroun<br>Bone Gnawer</div>
  </div>
</div> 
</center>
<br>
<div class="row">
<div class="column full">


</div> 
      <div class="heroImage w-100">[[File:CF6.jpg]]</div>
</div>  </center>
<br><br>
<div class="row">
<div class="column full">
<div class="heading">Deeds</div>
* Deed 1
* Deed 1
* Deed 1
* Deed 1
</div>


</div>
[[Category:Active]][[Category:Packs]][[Category:Werewolf]]
&nbsp;
<div class="footer">
[[File:WMGrouch.gif|center|link=]]
</div>
</div>

Revision as of 19:57, 12 December 2023



Pack Name
Flowers-in-Concrete (Concrete Flowers)
Totem: Old Oak
Totem Type Respect

Sphere: Garou Nation
Tribes
  • The Children of Gaia
  • Bone Gnawer
  • Uktena
Territory
  • San Julian Park
  • The Arts District
  • The Los Angeles River (Ceremonial)



Mission Statement


Old Oak

Current Projects


Saplings


Kaia "Hawk-Chaser" / Cliath / Galliard
Granuaile "Friend-to-Most" / Cliath / Theurge
Kelli "Hope-Seeker" / Cliath / Theurge
Felicity "Brightens-the-Day" / Fostern / Ragabash
Raul "Nose-Above-Water" / Cliath / Theurge
Phoebe "Littlest-King" / Influencer / Eco-Warrior

Notable Deeds


Bristow Park A hope, a loss, and a grief we shared with the Sept of the Smiling Angel. And in the end... a victory.




You can't find it sitting on a shelf in a store
If you try to hide it, it's gonna shine even more


Even if you lose it, it will find you
There's no way to stop it, but they'll try to


Running like a river trying to find the ocean
Flowers in the concrete
Climbing over fences, blooming in the shadows
Places that you can't see
Coming through the melody when the night bird sings


Love is a Wyld thing