Difference between revisions of "Petey"

From City of Hope MUSH
Jump to navigation Jump to search
Line 1: Line 1:
beep
 
 
<css>
 
<css>
 
.wrapper {
 
.wrapper {
color: #FF3C00;  
+
color: #4D4D4D;  
 
background-color: #000000;  
 
background-color: #000000;  
 
border-style: solid;
 
border-style: solid;
Line 10: Line 9:
 
-moz-border-radius: 7px;  
 
-moz-border-radius: 7px;  
 
-webkit-border-radius: 7px;  
 
-webkit-border-radius: 7px;  
box-shadow: 20px 20px 50px rgba(100, 0, 0, 0.5);
+
box-shadow: 20px 20px 50px rgba(19, 19, 19, 19);
-moz-box-shadow: 20px 20px 50px rgba(100, 0, 0, 0, 0.5);  
+
-moz-box-shadow: 20px 20px 50px rgba(19, 19, 19, 19, 19);  
webkit-box-shadow: 20px 20px 50px rgba(100, 0, 0, 0.5);
+
webkit-box-shadow: 20px 20px 50px rgba(19, 19, 19, 19);
 
}
 
}
 
.statbox {
 
.statbox {
Line 18: Line 17:
 
font-size: 10pt;  
 
font-size: 10pt;  
 
line-height: 10pt;  
 
line-height: 10pt;  
background-color: rgb(25, 10, 10,);
+
background-color: rgb(19, 19, 19,);
background-color: rgba(25, 10, 10, 0.8);
+
background-color: rgba(19, 19, 19, 19);
 
outline-radius: 7px;
 
outline-radius: 7px;
 
border-style: solid;
 
border-style: solid;
Line 27: Line 26:
 
-moz-border-radius: 7px;  
 
-moz-border-radius: 7px;  
 
-webkit-border-radius: 7px;  
 
-webkit-border-radius: 7px;  
box-shadow: 20px 20px 50px rgba(100, 0, 0, 0.5);
+
box-shadow: 20px 20px 50px rgba(19, 19, 19, 19);
-moz-box-shadow: 20px 20px 50px rgba(100, 0, 0, 0, 0.5);  
+
-moz-box-shadow: 20px 20px 50px rgba(19, 19, 19, 19, 19);  
webkit-box-shadow: 20px 20px 50px rgba(100, 0, 0, 0.5);
+
webkit-box-shadow: 20px 20px 50px rgba(19, 19, 19, 19);
 
padding: 1;
 
padding: 1;
 
spacing: 1px;  
 
spacing: 1px;  
Line 35: Line 34:
 
}
 
}
 
.pbox {
 
.pbox {
color: #FF3C00;  
+
color: #FFffff;  
background-color: rgb(25, 10, 10,);
+
background-color: rgb(19, 19, 19,);
background-color: rgba(25, 10, 10, 0.8);
+
background-color: rgba(19, 19, 19, 19);
 
border-style: solid;
 
border-style: solid;
 
border-width: 0px;
 
border-width: 0px;
Line 44: Line 43:
 
-moz-border-radius: 7px;  
 
-moz-border-radius: 7px;  
 
-webkit-border-radius: 7px;  
 
-webkit-border-radius: 7px;  
box-shadow: 20px 20px 50px rgba(100, 0, 0, 0.5);
+
box-shadow: 20px 20px 50px rgba(19, 19, 19, 19);
-moz-box-shadow: 20px 20px 50px rgba(100, 0, 0, 0, 0.5);  
+
-moz-box-shadow: 20px 20px 50px rgba(19, 19, 19, 19, 19);  
webkit-box-shadow: 20px 20px 50px rgba(100, 0, 0, 0.5);  
+
webkit-box-shadow: 20px 20px 50px rgba(19, 19, 19, 19);  
 
padding: 1;
 
padding: 1;
 
spacing: 1px;  
 
spacing: 1px;  
Line 52: Line 51:
 
}
 
}
 
.hbar {
 
.hbar {
background: linear-gradient(to left, #910700 0%,rgba(0,0,0,1) 100%);  
+
background: linear-gradient(to left, #4D4D4D 0%,rgba(0,0,0,1) 100%);  
 
border-radius: 10px;  
 
border-radius: 10px;  
 
-moz-border-radius: 5px;  
 
-moz-border-radius: 5px;  
Line 61: Line 60:
 
}
 
}
 
.header {
 
.header {
color: #D2B48C;  
+
color: #C1C1C1;  
 
font-size: 18pt;  
 
font-size: 18pt;  
 
line-height: 20pt;  
 
line-height: 20pt;  
Line 72: Line 71:
 
}
 
}
 
.header2 {
 
.header2 {
color: #D2B48C;  
+
color: #C1C1C1;  
 
font-size: 20pt;  
 
font-size: 20pt;  
 
font-weight: bolder;
 
font-weight: bolder;
Line 81: Line 80:
 
}
 
}
 
.header3 {
 
.header3 {
color: #D2B48C;   
+
color: #C1C1C1;   
 
font-size: 12pt;  
 
font-size: 12pt;  
 
font-weight: bold;
 
font-weight: bold;
Line 104: Line 103:
 
}
 
}
 
.text2 {
 
.text2 {
color: #C8AF64;  
+
color: #C1C1C1;  
 
font-size: 10pt;  
 
font-size: 10pt;  
 
line-height: 12pt;  
 
line-height: 12pt;  
Line 112: Line 111:
 
}
 
}
 
.text3 {
 
.text3 {
color: #FF0000;  
+
color: #C1C1C1;  
 
font-size: 13pt;  
 
font-size: 13pt;  
 
line-height: 12pt;  
 
line-height: 12pt;  
Line 120: Line 119:
 
}
 
}
 
.text4 {
 
.text4 {
color: #C8AF64;  
+
color: #C1C1C1;  
 
font-size: 10pt;  
 
font-size: 10pt;  
 
line-height: 12pt;  
 
line-height: 12pt;  
Line 126: Line 125:
 
font-weight: lighter;  
 
font-weight: lighter;  
 
}
 
}
a:link {color: #C8AF64;}
+
a:link {color: #4D4D4D;}
a:visited {color: #BEA55A;}
+
a:visited {color: #4D4D4D;}
a:hover {color: #DCC36E;}
+
a:hover {color: #4D4D4D;}
 
</css>
 
</css>
  
Line 215: Line 214:
 
<!-- Offset Table -->
 
<!-- Offset Table -->
 
{| width="300" style="position: relative; top: -100px; left: 10px;"
 
{| width="300" style="position: relative; top: -100px; left: 10px;"
| class="pbox" height="440" | [[Image:|280px|center]]
+
| class="pbox" height="400" | [[Image:peteyheader.jpg|280px|center]][[File:Petey3.png|280px|center]]
 
|}
 
|}
 
<!-- End Offset -->
 
<!-- End Offset -->
|-
 
| height="18" |
 
|-
 
| class="hbar"  height="20" | <span class="header">Gallery</span>
 
|-
 
| height="18" | 
 
|-
 
| align="center" style="padding: 0; spacing: 0; border-collapse: collapse;" | [[Image:|x190px]] [[Image:|x190px]]
 
 
| rowspan="4" |
 
 
  
 
<!-- Offset Table -->
 
<!-- Offset Table -->
 
{| width="300" style="position: relative; top: -165px; left: 10px;"
 
{| width="300" style="position: relative; top: -165px; left: 10px;"
 
|  
 
|  
 +
|
 +
|
 +
|
 +
|
 
|}
 
|}
 +
 
<!-- End Offset -->
 
<!-- End Offset -->
 
|-
 
|-
| colspan="2" class="hbar" height="18" |
+
| colspan="1" class="hbar" height="18" |
 
|-
 
|-
| height="20" colspan="2" | <span class="header">Logs</span>
+
| height="20" colspan="1" | <span class="header">Logs</span>
 
|-
 
|-
| class="text" colspan="2" | {{ RP Logs | name = {{PAGENAME}} | columns = 3 | ordermethod = gamedate }}
+
| class="text" colspan="1" | {{ RP Logs | name = {{PAGENAME}} | columns = 3 | ordermethod = gamedate }}
 
|-
 
|-
 
<!-- End Main Body -->
 
<!-- End Main Body -->

Revision as of 22:17, 29 December 2020


Boxingring.png
Peteyprofile.jpg
Past

xxxxxOldest of 12 children born to a Sicilian immigrant family, Petey's had it hard from the start. It was bad enough growing up with his pops barely able to scrape by enough money to put food on the table for all of them, let alone getting crap for being Italian, let alone getting crap from the Italians for being Sicilian. Then came the war. Uncles, cousins, friends, all lost. Images of horror and destruction.

xxxxxSo Petey took all the fear and anger and put it to good use. He'd always been taller, stronger, and had more guts than the other kids his age. Growing up being spit on day in and day out left him with a weird sort of "nobody-can-touch-me" attitude. And when he grew into those gangly limbs and big old teeth, and filled out? He turned out all-right looking. People started looking up to him.

xxxxxAnd he started breaking faces on his fists.

Present
Agapito "Petey" della Manca
Sphere: Mortal+
Affiliation: Giovanni Chronicles PRP
Age: 22
Birthday: November 21
Languages: English, Italian, Sicilian
Demeanor: Cavalier
Nature: ?
Profession: Amateur boxer
  • Prizefighter:  Petey's trying to make it as a boxer. He has some renown in the Northeast, he's won a few matches, and put some money in his family's pockets. But he's got a big family, and bigger ambitions.
  • La Cosa Nostra  His ambitions and his family have put him into contact with members of the criminal underworld. So far he's just on the fringes. So far.
  • Vicious Streak:  A trail of broken orbital bones, shattered noses, and dislocated jaws rests in his wake. The kid doesn't know his own strength. Or does he?
  • Golden Boy:  Everyone back home is rooting for him. Can't let them down.
  • Odd Jobs:  In his spare time, sometimes he picks them up for money. Don't ask questions, don't get answers you don't want to hear.
Future
  • None yet.
Peteyheader.jpg
Petey3.png
Logs
No pages meet these criteria.