Bennett: Difference between revisions

From LiberationMUSH Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
{{ShannonTemplate
__NOTOC__
| pagename=Bennett Piper
{{#css:  
| rightpanel=yes (can be left blank for 'no')
| logs=yes
| color1=black
| colorbg1=white
| color2=white
| colorbg2=black
| photobanner=[[File:BennettAMain.png|center|x350px|link=]]
| portraitimage=[[Image:BennettA14.png|450px]]
| bannerpic1=
| bannerpic2=
| quote=“The art of stunt-making is not about falling down; it's about getting the shot. Creating stunts is creating heroes.- Chad Stahelski”
| biography=
<p>Anyone who is big into Hollywood action flicks has probably seen one starring Bennett Piper in recent years - names like Wayward Warrior (a fantasy adventure), The Cloud King (he beats people up on steampunk airships) or a trilogy called Indomitable (a sci-fi space thing with magic in). Could be that even people not so into the big screen have heard of him, if only through the merchandise (tat, some may say) depicting him. He's known on screen for some mix of his looks and easy manner, or even humor - the films often drift into comedic territory. While the artistic merits of some of the movies he's been in are certainly up for debate, the money they bring in is not - they make a mint.</p>


<p>Off-screen, Bennett's a readily recognisable face round the social scene in LA. He's more than willing to hang out with his fans, shoot the breeze with strangers, and go clubbing with whoever.</p>
.container {
| position=Hollywood Star
        margin: auto;
| apparentage=Mid-20s
        height: auto;
| height=6'0"
        width: 1000px;
| weight=195 lb
        font-family: Futura, "Trebuchet MS", Arial, sans-serif;
| hair=Dark brown
        color: #111;
| eyes=Blue
        display: flex;
| divider1=yes
        flex-direction: column;
| divider2=yes
      }
| rphooks=<table class="hooks-table">
 
  <tr>
      .light {
    <td class="hook-table-label">Hey, I Know You!:</td>
        background-color: white;
    <td>Bennett is a recognisable figure to anyone into movies - action movies in particular. Even for people who aren't, they might still recognise him from marketing or merchandise.</td>
        border-color: blue;
  </tr>
      }
  <tr>
 
    <td class="hook-table-label">An Approachable Sort:</td>
      .dark {
    <td>Bennett is known to have a habit of speaking with anyone and everyone and has a particular love of his fans.</td>
        background-color: #111;
  </tr>
        color: white;
  <tr>
      }
    <td class="hook-table-label">Hollywood Insider:</td>
 
    <td>He is known to take an interest in goings-on in Hollywood - it rather comes with the territory of being an actor.</td>
      .top-section {
  </tr>
        display: flex;
  <tr>
      }
    <td class="hook-table-label">Minted:</td>
 
    <td>He has a whole lot of money and is happy to spend it on anything he finds interesting.</td>
      .right-panel {
  </tr>
        width: 70%;
</table>
        height: auto;
| contacts=<table class="hooks-table">
      }
  <tr>
 
    <td class="hook-table-label">To-do!</td>
      .left-panel {
    <td>
        width: 30%;
    <p>I'll get something in here eventually.</p>
        display: flex;
    </td>
        flex-direction: column;
  </tr>
        justify-content: center;
  </table>
        border: 8px;
| gallery=<ul>
        border-style: solid;
        border-color: #111;
        border-bottom-style: hidden;
        background-color: #fefeff;
        font-size: 0.9em;
      }
 
      .portrait-image {
        width: 100%;
      }
 
      .portrait-image img {
        width: 100%;
        height: auto;
      }
 
      .info-table {
        margin: auto;
        width: 100%;
        padding: 0 1em;
      }
 
      .info-table-label {
        font-weight: 600;
        width: 45%;
      }
 
      .center {
        text-align: center;
      }
 
      .underline {
        border-bottom-style: solid;
        border-bottom-width: 0.1em;
        padding-bottom: 0.5em;
      }
 
      .label {
        margin: 0.2em 0;
        font-size: 1.4em;
        font-weight: 600;
        font-style: italic;
      }
 
      .header-container {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 2em 0;
      }
 
      .header-title {
        width: 94%;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-size: 25px;
        letter-spacing: 2px;
        word-spacing: 2px;
        font-weight: 700;
        text-decoration: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
      }
 
      .photo-banner {
        width: 100%;
        height: auto;
      }
 
      .photo-banner img {
        width: 100%;
        height: 100%;
      }
 
      .mid-banner {
        margin: 0 0 -1em 0;
      }
 
      .biography-container {
        width: 94%;
        padding: 1em 3%;
      }
 
      .hooks-container, .contacts-container, .gallery-container, .logs-container {
        width: 94%;
        padding: 1em 3%;
        font-size: 0.9em;
        display: flex;
        flex-direction: column;
      }
 
      .hooks-content {
        width: 100%;
        display: flex;
      }
 
      .hooks-content td img {
        width: 160px;
        height: auto;
      }
 
.hooks-table {
display: flex;
}
 
.hooks-table a {
color: white;
}
 
.hooks-table a:visited {
color: white;
}
 
.hooks-table a:hover {
color: blue;
}
 
.hooks-table tbody {
width: 100%
}
 
      .hooks-table-label {
        width: 180px;
        font-weight: 600;
        padding-left: 0.5em;
      }
 
      .anim-gif {
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
 
      .anim-gif img {
        width: 100%;
        height: auto;
      }
 
.gallery-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
}
 
.gallery-content img {
height: 320px;
max-width: 100%;
-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-content img:hover {
-webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    cursor: pointer;
}
 
.logs-content {
    display: flex;
    justify-content: center;
}
 
 
}}
 
<div class="container">
      <div class="top-section">
 
        <div class="left-panel">
         
          <div class="portrait-image">[[Image:BennettA14.png]]</div>
          <div class="header-container">
            <div class="label center">Info</div>
          </div>
          <table class="info-table">
            <tr>
              <td class="info-table-label">Name:</td>
              <td>Bennett Piper</td>
            </tr>
            <tr>
              <td class="info-table-label">Position:</td>
              <td>Hollywood Star</td>
            </tr>
            <tr>
              <td class="info-table-label">Age:</td>
              <td>27</td>
            </tr>
          </table>
          <hr style="width: 90%" />
          <div class="header-container">
            <div class="label center">Physical Attributes</div>
          </div>
          <table class="info-table">
            <tr>
              <td class="info-table-label">Height:</td>
              <td>6'0</td>
            </tr>
            <tr>
              <td class="info-table-label">Weight:</td>
              <td>195lbs</td>
            </tr>
<tr>
              <td class="info-table-label">Complexion:</td>
              <td>Fair</td>
            </tr>
            <tr>
              <td class="info-table-label">Hair:</td>
              <td>Dark</td>
            </tr>
            <tr>
              <td class="info-table-label">Eyes:</td>
              <td>Blue</td>
            </tr>
          </table>
        <hr style="width: 90%" />
        <div class="header-container">
            <div class="label center">Some Publicly Notable Stats</div>
          </div>
          <table class="info-table">
            <tr>
              <td class="info-table-label">Resources:</td>
              <td>🔴🔴🔴🔴🔴🔴⚫️</td>
            </tr>
<tr>
              <td class="info-table-label">Fame:</td>
              <td>🔴🔴🔴🔴️⚫</td>
            </tr>
            <tr>
              <td class="info-table-label">Charisma:</td>
              <td>🔴🔴🔴🔴️⚫</td>
            </tr>
            <tr>
              <td class="info-table-label">Appearance:</td>
              <td>🔴🔴🔴🔴️⚫</td>
            </tr>
            <tr>
              <td class="info-table-label">Performance:</td>
              <td>🔴🔴🔴🔴️⚫</td>
            </tr>
<tr>
              <td class="info-table-label">Artistically Gifted:</td>
              <td>🔴</td>
            </tr>
<tr>
              <td class="info-table-label">Rising Star:</td>
              <td>🔴🔴🔴</td>
            </tr>
<tr>
              <td class="info-table-label">Sex Appeal:</td>
              <td>🔴🔴🔴</td>
            </tr>
</tr>
<tr>
              <td class="info-table-label">I Know You:</td>
              <td>🔴</td>
            </tr>
          </table>
        <hr style="width: 90%" />
</div>
        <div class="right-panel">
          <div class="header-container">
            <div class="header-title center underline">Bennett Piper</div>
          </div>
 
          <div class="biography-container">
            <div class="label center underline">Biography</div>
 
            <p>
              Anyone who is big into Hollywood action flicks has probably seen one starring Bennett Piper in recent years - names like Wayward Warrior (a fantasy adventure), The Cloud King (he beats people up on steampunk airships) or a trilogy called Indomitable (a sci-fi space thing with magic in). People who aren't into films at all may well have heard of him too, if only through the amount of merchandise depicting him or through various advertisements. He's known on screen for some mix of his looks and easy manner, or even humor - the films often drift into comedic territory. While the artistic merits of some of the movies he's been in are sometimes the subject of debate, the money they bring in is not - they make a mint - and he's undeniably a talented actor.
            </p>
            <p>
              Off-screen, Bennett's a readily recognisable face round the social scene in LA. He frequently attends all sorts of parties and galas and is an enthusiastic host himself. He can often be found in various cafes or clubs. He also recently bought a business, which he called the B-Plex, with a restaurant and bar, bowling alley, laser tag and arcade, which he frequents too. He's more than willing to hang out with his fans and shoot the breeze with strangers alike.
            </p>
          </div>
        </div>
 
      </div>
 
      <div class="hooks-container dark">
        <div class="label center underline">Roleplay Hooks</div>
 
        <div class="hooks-content">
       
            <table class="hooks-table" cell>  
              <tr>
                <td class="hooks-table-label" style="padding:10px">An Approachable Sort</td>
                <td style="padding:10px">Bennett is well known to have a habit of speaking to just about anyone and everyone. If you strike up a conversation with him, he's likely to engage wholeheartedly in it. He has a particular love of his fans, too. He's also known to get along especially well with the people who work behind the scenes on productions and in services.</td>
            </tr>
            <tr>
                <td class="hooks-table-label" style="padding:10px">Hollywood Insider</td>
                <td style="padding:10px">Bennett is known to take an interest in the goings-on of Hollywood. He's conspicuously in tune with what's happening and known to get along well with people in big studios.</td>
              </tr>
              <tr>
                <td class="hooks-table-label" style="padding:10px">Minted</td>
                <td style="padding:10px">He has a whole lot of money and is happy to spend it on anything he finds interesting. That, as it has turned out, can be quite a broad range. He has a house in the Bird Streets, is known to own several British-made luxury cars, and is always impeccably well-dressed. Beyond those obvious things though, his interests can prove to be rather diverse.</td>
              </tr>
              <tr>
                <td class="hooks-table-label" style="padding:10px">B-Plex</td>
                <td style="padding:10px">Bennett is the owner of what he calls an entertainment center. It's a restaurant and bar with a bowling alley, laser tag arena and arcade attached to it. He can not infrequently be found there himself.</td>
              </tr>
          </table>
       
        </div>
       
      </div>
 
      <div class="photo-banner mid-banner">[[File:The_Cloud_King.png]]</div>
 
      <div class="contacts-container dark">
        <div class="label center underline">Contacts</div>
 
        <div class="hooks-content">
 
          <table class="hooks-table">
            <tr>
<td>To do</td>
            </tr>
          </table>
        </div>
      </div>
  <div class="logs-container light">
        <div class="label center underline">Logs</div>
 
<div class="logs-content">
{{#dpl:
|linksto={{PAGENAME}}
|category=Logs
|columns=3
|noresultsheader=<i>No logs have been posted yet.</i>
}}
</div>
</div>
 
<div class="photo-banner mid-banner">[[File:BennettAMain.png]]</div>
 
 
      <div class="gallery-container light">
        <div class="label center underline">Gallery</div>
 
<div class="gallery-content">
<ul>
     <li>[[File:BennettA10.png]]</li>
     <li>[[File:BennettA10.png]]</li>
     <li>[[File:BennettA11.png]]</li>
     <li>[[File:BennettA11.png]]</li>
Line 61: Line 400:
     <li>[[File:BennettB2.png]]</li>
     <li>[[File:BennettB2.png]]</li>
     <li>[[File:BennettW1.png]]</li>
     <li>[[File:BennettW1.png]]</li>
  </ul>
</ul>
}}
</div>
 
</div>
 
</div>
 
</div>
</div>
    </div>




[[Category:Characters]][[Category:Active PCs]][[Category:Fame]]
[[Category:Characters]][[Category:Fame]]

Latest revision as of 16:34, 30 June 2023


Info
Name: Bennett Piper
Position: Hollywood Star
Age: 27

Physical Attributes
Height: 6'0
Weight: 195lbs
Complexion: Fair
Hair: Dark
Eyes: Blue

Some Publicly Notable Stats
Resources: 🔴🔴🔴🔴🔴🔴⚫️
Fame: 🔴🔴🔴🔴️⚫
Charisma: 🔴🔴🔴🔴️⚫
Appearance: 🔴🔴🔴🔴️⚫
Performance: 🔴🔴🔴🔴️⚫
Artistically Gifted: 🔴
Rising Star: 🔴🔴🔴
Sex Appeal: 🔴🔴🔴
I Know You: 🔴

Bennett Piper
Biography

Anyone who is big into Hollywood action flicks has probably seen one starring Bennett Piper in recent years - names like Wayward Warrior (a fantasy adventure), The Cloud King (he beats people up on steampunk airships) or a trilogy called Indomitable (a sci-fi space thing with magic in). People who aren't into films at all may well have heard of him too, if only through the amount of merchandise depicting him or through various advertisements. He's known on screen for some mix of his looks and easy manner, or even humor - the films often drift into comedic territory. While the artistic merits of some of the movies he's been in are sometimes the subject of debate, the money they bring in is not - they make a mint - and he's undeniably a talented actor.

Off-screen, Bennett's a readily recognisable face round the social scene in LA. He frequently attends all sorts of parties and galas and is an enthusiastic host himself. He can often be found in various cafes or clubs. He also recently bought a business, which he called the B-Plex, with a restaurant and bar, bowling alley, laser tag and arcade, which he frequents too. He's more than willing to hang out with his fans and shoot the breeze with strangers alike.

Roleplay Hooks
An Approachable Sort Bennett is well known to have a habit of speaking to just about anyone and everyone. If you strike up a conversation with him, he's likely to engage wholeheartedly in it. He has a particular love of his fans, too. He's also known to get along especially well with the people who work behind the scenes on productions and in services.
Hollywood Insider Bennett is known to take an interest in the goings-on of Hollywood. He's conspicuously in tune with what's happening and known to get along well with people in big studios.
Minted He has a whole lot of money and is happy to spend it on anything he finds interesting. That, as it has turned out, can be quite a broad range. He has a house in the Bird Streets, is known to own several British-made luxury cars, and is always impeccably well-dressed. Beyond those obvious things though, his interests can prove to be rather diverse.
B-Plex Bennett is the owner of what he calls an entertainment center. It's a restaurant and bar with a bowling alley, laser tag arena and arcade attached to it. He can not infrequently be found there himself.
Contacts
To do