Difference between revisions of "Finn Rendolli"

From City of Hope MUSH
Jump to navigation Jump to search
imported>WhoopingCrane
imported>Rory
Line 1: Line 1:
 
<css>
 
<css>
/* Wrapper around the table: sets text-color (and could change font)*/
+
.wrapper {
.CTWrapper {
+
color: #FFFFFF;
width     : 900px;
+
background-color: #17202A;
align      : center;
+
border-style: solid;
background : #1d2e38;
+
border-width: 0px;
border     : 1px solid green;
+
border-color: #000000;
color      : silver;
+
border-radius: 7px;  
 +
-moz-border-radius: 7px;  
 +
-webkit-border-radius: 7px;
 +
box-shadow: 20px 20px 50px rgba(33,29,43, 0.5);
 +
-moz-box-shadow: 20px 20px 50px rgba(33,29,43, 0.5);  
 +
webkit-box-shadow: 20px 20px 50px rgba(33,29,43, 0.5);  
 
}
 
}
 +
.statbox {
 +
color: #FFFFFF;
 +
font-size: 10pt;
 +
line-height: 10pt;
 +
background-color: #423A56;
 +
background-color: rgba(161,157,171, 0.5);
 +
outline-radius: 7px;
 +
border-style: solid;
 +
border-width: 0px;
 +
border-color: #000000;
 +
border-radius: 7px;
 +
-moz-border-radius: 7px;
 +
-webkit-border-radius: 7px;
 +
box-shadow: 20px 20px 50px rgba(161, 157, 171, 0.5);
 +
-moz-box-shadow: 20px 20px 50px rgba(161, 157, 171, 0.5);
 +
webkit-box-shadow: 20px 20px 50px rgba(161, 157, 171, 0.5);
 +
padding: 1;
 +
spacing: 1px;
 +
margin: 1px;
 +
}
 +
.pbox {
 +
color: #FFFFFF;
 +
background-color: #423A56;
 +
background-color: rgba(161,157,171, 0.5);
 +
border-style: solid;
 +
border-width: 0px;
 +
border-color: #000000;
 +
border-radius: 7px;
 +
-moz-border-radius: 7px;
 +
-webkit-border-radius: 7px;
 +
box-shadow: 20px 20px 50px rgba(161, 157, 171, 0.5);
 +
-moz-box-shadow: 20px 20px 50px rgba(161, 157, 171, 0.5);
 +
webkit-box-shadow: 20px 20px 50px rgba(161, 157, 171, 0.5);
 +
padding: 1;
 +
spacing: 1px;
 +
margin: 1px;
 +
}
 +
.hbar {
 +
background: linear-gradient(to right, rgba(161, 157, 171, 1) 0%,rgba(0,0,0,1) 100%);
 +
border-radius: 5px;
 +
-moz-border-radius: 5px;
 +
-webkit-border-radius: 5px;
 +
position: relative;
 +
left: -15px;
 +
top: 24px;
 +
}
 +
.header {
 +
color: silver;
 +
font-size: 18pt;
 +
line-height: 20pt;
 +
font-family: Arial, sans-serif;
 +
font-variant: small-caps;
 +
text-shadow: 3px 3px #350707;
 +
position: relative;
 +
left: 5px;
 +
vertical-align: bottom;
 +
}
 +
.header2 {
 +
color: #423A56;
 +
font-size: 24pt;
 +
font-weight: bolder;
 +
line-height: 24pt;
 +
font-family: Arial, Helvetica, sans-serif;
 +
font-variant: small-caps;
 +
text-shadow: 3px 3px #A19DAB;
 +
text-align: center;
 +
}
 +
.header3 {
 +
color: #423A56; 
 +
font-size: 12pt;
 +
font-weight: bold;
 +
line-height: 12pt;
 +
font-family: Book Antiqua;
 +
font-variant: small-caps;
 +
text-align: center;
 +
}
 +
.text {
 +
text-align: justify;
 +
vertical-align: text-top;
 +
color: silver;
 +
font-size: 10pt;
 +
line-height: 12pt;
 +
font-family: Arial, sans-serif;
 +
font-weight: lighter;
 +
margin-top: 5px;
 +
margin-left: 10px;
 +
margin-bottom: 5px;
 +
margin-right: 10px;
 +
padding: 6px;
 +
}
 +
.text2 {
 +
color: silver;
 +
font-size: 10pt;
 +
line-height: 12pt;
 +
font-family: Arial, sans-serif;
 +
font-weight: lighter;
 +
font-variant: small-caps;
 +
}
 +
a:link {color: #C8AF64;}
 +
a:visited {color: #BEA55A;}
 +
a:hover {color: #DCC36E;}
 +
</css>
 +
 +
<!-- Main Body -->
 +
{| class="wrapper" width="900" align="center"
 +
| Colspan="2" height="300" width="100%" | <div style="pointer-events: none;">[[Image:Finntop.gif|890px|center]]</div>
 +
|-
 +
| class="hbar" height="18" width="100%" |
 +
| width="800" rowspan="4" |
 +
<!-- Offset Table -->
 +
{| width="300" style="position: relative; top: 25px; left: 75px;"
 +
|
 +
<!-- Stats Table -->
 +
{| class="statbox" width="100%" border="0"
 +
| colspan="2" class="header2" | Finn Rendolli
 +
|-
 +
| colspan="2" class="header3" | Drink, Play Music, Have too much fun
 +
|-
 +
| style="text-align: right;" width="35%" | Apparent Age:
 +
| style="text-align: left;" | Early 20s
 +
|-
 +
| style="text-align: right;" width="35%" | Height/Weight:
 +
| style="text-align: left;" | 6'1" / 178 lbs
 +
|-
 +
| style="text-align: right;" width="35%" | Hair Color:
 +
| style="text-align: left;" | Dark Brown
 +
|-
 +
| style="text-align: right;" width="35%" | Eye Color:
 +
| style="text-align: left;" | Green
 +
|-
 +
|-
 +
| style="text-align: right;" | Occupation:
 +
| style="text-align: left;" | Mechanic, Junkyard Digger, Barista
 +
|-
 +
| style="text-align: right;" | Notable Stats:
 +
| style="text-align: left;" | [[Calvin/Gifts|Gifts]]
  
/* Color of the Links, needs to be in the wrapper so it does not change
+
|-
* ALL the links, but only those of the actual content
+
|}
*/
+
<!-- End Stats Table -->
.CTWrapper a {
+
|}
color: gold;
+
<!-- End Offset -->
}
+
 
 +
{| width="300" style="position: relative; top: 25px; left: 75px;"
 +
| class="pbox" height="320" | [[Image:|280px|center]]
 +
|}
 +
|-
 +
| height="5" | <span class="header">Who am I?</span>
 +
|-
 +
| class="text" |
 +
{{Tab}}
  
.CTWrapper a :hover{
+
[[image:|500px|center]]
color: blue;
 
}
 
  
.CTWrapper a :visited{
+
|-
color: gold;
+
| class="hbar" height="18" |
}
+
|-
 +
| height="20" | <span class="header"></span>
 +
| rowspan="4" |
  
.CTWrapper a:link {
+
<!-- Offset Table -->
color: grey;
+
<!-- End Offset -->
}
+
<!-- Offset Table -->
 +
{| width="300" style="position: relative; top: 25px; left: 75px;"
 +
| class="pbox" width="300" height="320" | [[Image:|280px|center]]
 +
|}
 +
<!-- End Offset -->
 +
|-
 +
| class="text" |
 +
{{tab}}
 +
|-
 +
| colspan = "3" |
 +
{| width="70%"
 +
|-
 +
|-
 +
|}
 +
|-
 +
| class="hbar" height="18" |
 +
|-
 +
| height="20" | <span class="header">RP Hooks</span>
 +
|-
 +
| class="text" |
 +
* <span class="text2">'''Honk for Sugar'''</span>&nbsp;&mdash;&nbsp;A local band! Of some repute, not much. They play loud.
  
/* Design of the large Headers of the individual sections
 
* in the Table (e.g.: INFORMATION)
 
*/
 
.CTHeader {
 
color                          : #f0f1f3;
 
vertical-align                  : center;
 
font-size                      : 22pt;
 
font-family                    : Palatino Linotype, Perpetua, serif;
 
text-align                      : center;
 
padding-top                    : 8px;
 
font-variant                    : small-caps;
 
-moz-border-radius-topleft      : 15px 11px;
 
-moz-border-radius-topright    : 15px 11px;
 
-webkit-border-top-left-radius  : 15px 11px;
 
-webkit-border-top-right-radius : 15px 11px
 
}
 
  
/* Color defition for the Table Cells */
 
.CTData {
 
background-color : #1d2e38;
 
margin          : 15px;
 
color            : silver;
 
  
}
+
| rowspan="4" |
 +
<!-- Offset Table -->
 +
{| width="300" style="position: relative; top: -25px; left: 75px;"
 +
| class="pbox" height="440" | [[Image:Calvin02.jpg|280px|center]]
 +
|}
 +
<!-- End Offset -->
 +
|-
 +
| class="hbar" height="18" |
 +
|-
 +
| height="20" | <span class="header">Tasties</span>
 +
|-
 +
| class="text" |
  
/* Alternative Color definition of Table Cells, aka: 2nd Color */  
+
* <span class="text2">'''[[Astrid]]'''</span>&nbsp;&mdash;&nbsp;"A spot of something to calm the nerves."
.CTData2 {
+
* <span class="text2">'''[[Aubrey]]'''</span>&nbsp;&mdash;&nbsp;"In charge of a good lot of things."
background    : #000000;
+
* <span class="text2">'''[[Anja]]'''</span>&nbsp;&mdash;&nbsp;"Tall drink of water!"
margin        : 15px;
 
}
 
  
/* Color and style of the box surrounding the Picture */
 
.CTBox {
 
border-top    : 3px solid green;
 
border-bottom : 1px solid green;
 
border-right  : 2px solid green;
 
border-left  : 2px solid green;
 
background    : #f0f1f3;
 
text-align    : center;
 
margin        : 0px;
 
}
 
  
/* Color and Style of the large text under the picture. */
 
.CTBigText {
 
font-size    : 48pt;
 
font-family  : Palatino Lionotype, Perpetua, serif;
 
font-variant : small-caps;
 
text-align  : center;
 
align        : center;
 
text-shadow  : 1px 1px 3px #000000;
 
color        : #1d2e38;
 
}
 
  
.CTTable {
 
background: #f0f1f3;
 
}
 
  
/* Color and Stlye of the little navigation menu*/
+
<!-- Offset Table -->
.CTNav {
+
{| width="300" style="position: relative; top: -25px; left: 75px;"
color          : silver;
+
|  
text-align    : center;
 
text-transform : uppercase;
 
font-size      : 7pt;
 
border-bottom  : 5px solid #1d2e38;
 
}
 
</css>
 
<!-- Actual Content goes here -->
 
<div class="CTWrapper">
 
<!-- Top Banner Start-->
 
{| class="CTTable" cellpadding="0" cellspacing="0" width="900"
 
|-
 
|height = "13" class = "CTData2" colspan = "3"| &nbsp;
 
|-
 
|height = "90" width = "150" class = "CTData" | &nbsp;
 
|rowspan = "2" width = "490" class = "CTBox" | [[Image:Finntop.gif|center|390px]]<span class="CTBigText"> ''Finn'' </span>
 
|width = "150" class = "CTData"| &nbsp;
 
|-
 
|-
 
|height = "50" class = "CTData2" |&nbsp;
 
|class = "CTData2" |&nbsp;
 
|-
 
|colspan = "3" class = "CTData2 CTNav" | '''Navigation:'' [[#I-Facts|Information]], [[#I-Gallery|Snapshots]], [[#I-Hooks|Contacts]], [[#I-Quotes|Quotes]]'''''
 
 
|}
 
|}
<!-- Top Banner End-->
+
<!-- End Offset -->
<!-- Info Start -->
+
|-
{| width = "900px" cellpadding = "5" cellspacing = "0" class = "CTTable"
+
| class="hbar" height="18" |
| width = "50%" class = "CTData2 CTHeader" | <span id="I-Facts">Information</span>
+
|-
| |
+
| height="20" | <span class="header">Logs</span>
| width = "50%" class = "CTData2 CTHeader" | <span id="I-Gallery>Snapshots</span>
+
|-
|-
+
| class="text" | {{ RP Logs | name = Finn | columns = 3}}
| class = "CTData" | {{:{{PAGENAME}}/Facts}}<!-- Do not delete the ':' (colon)! -->
+
|-
| rowspan = "5" |
+
<!-- End Main Body -->
| class = "CTData" | {{:{{PAGENAME}}/Snapshots}}<!-- Do not delete the ':' (colon)! -->
 
|-
 
| class = "CTData2 CTHeader" | <span id="I-Hooks">Contacts</span>
 
| class = "CTData2 CTHeader" | <span id="I-Quotes">Quotes</span>
 
|-
 
| class = "CTData" | {{:{{PAGENAME}}/Hooks}}<!-- Do not delete the ':' (colon)! -->
 
| class = "CTData" | {{:{{PAGENAME}}/Quotes}}<!-- Do not delete the ':' (colon)! -->
 
 
|}
 
|}
<!--Info End -->
 
</div> <!-- CTWrapper -->
 
  
== RP Logs ==
+
[[Category:PCs]][[Category:Active PCs]][[Category:Vampire]][[Category:Anarch]][[Category:Gangrel]]
{{ RP Logs | name = {{PAGENAME}} | columns = 4 | ordermethod = gamedate }}
 
[[Category:PCs]][[Category:Active PCs]]
 

Revision as of 21:41, 15 May 2019


Finn Rendolli
Drink, Play Music, Have too much fun
Apparent Age: Early 20s
Height/Weight: 6'1" / 178 lbs
Hair Color: Dark Brown
Eye Color: Green
Occupation: Mechanic, Junkyard Digger, Barista
Notable Stats: Gifts
[[Image:|280px|center]]
Who am I?

xxxxx

[[image:|500px|center]]

[[Image:|280px|center]]

xxxxx

RP Hooks
  • Honk for Sugar — A local band! Of some repute, not much. They play loud.


Calvin02.jpg
Tasties
  • Astrid — "A spot of something to calm the nerves."
  • Aubrey — "In charge of a good lot of things."
  • Anja — "Tall drink of water!"



Logs
No pages meet these criteria.