Difference between revisions of "Tabi"

From City of Hope MUSH
Jump to navigation Jump to search
Line 1: Line 1:
{{:Template 2/Layout
+
<css>
| Page name = Template 2
+
/* Wrapper around the table: sets text-color (and could change font)*/
| Full name =
+
.CTWrapper {
 +
width      : 900px;
 +
align      : center;
 +
background : #1d2e38;
 +
border    : 1px solid green;
 +
color      : silver;
 +
}
  
|
+
/* 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
 +
*/
 +
.CTWrapper a {
 +
color: gold;
 +
}
  
 +
.CTWrapper a :hover{
 +
color: blue;
 +
}
  
| // This stuff is optional
+
.CTWrapper a :visited{
| Basic link style=color: #FFFF00; text-decoration: none;
+
color: gold;
| Outer div style=background: #000; color: #00FFFF
+
}
| Layout table id=
 
| Layout table style=
 
| Layout cell style=vertical-align: top; background: #900808; background: -webkit-gradient(linear, left top, left bottom, from(#00FFFF), to(#0066FF)); background: -moz-linear-gradient(top, #00FFFF, #0066ff); border: outset #000000 4px; -moz-border-radius: 8px; -webkit-border-radius: 8px
 
| Layout cell table style=color: #000
 
| Header style=background: #000; background: -webkit-gradient(linear, left top, right top, from(#000000ff), to(#00000000)); background: -moz-linear-gradient(left, #000, #900808); -moz-border-radius: 12px; -webkit-border-radius: 12px; color: #fff;
 
| Introduction style=color: #000000
 
| }}
 
  
 +
.CTWrapper a:link {
 +
color: grey;
 +
}
  
{{:YOURNAMEHERE/Contacts}}
+
/* 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;
  
|-
+
}
 +
 
 +
/* Alternative Color definition of Table Cells, aka: 2nd Color */
 +
.CTData2 {
 +
background    : #000000;
 +
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*/
 +
.CTNav {
 +
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:XXX.jpg|center|390px]]<span class="CTBigText"> ''{{PAGENAME}}'' </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-->
 +
<!-- Info Start -->
 +
{| width = "900px" cellpadding = "5" cellspacing = "0" class = "CTTable"
 +
| width = "50%" class = "CTData2 CTHeader" | <span id="I-Facts">Information</span>
 +
| |
 +
| width = "50%" class = "CTData2 CTHeader" | <span id="I-Gallery>Snapshots</span>
 +
|-
 +
| class = "CTData" | {{:{{PAGENAME}}/Facts}}<!-- Do not delete the ':' (colon)! -->
 +
| rowspan = "5" |
 +
| 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 ==
 +
{{ RP Logs | name = {{PAGENAME}} | columns = 4 | ordermethod = gamedate }}
 +
[[Category:ADD YOUR CATEGORIES]]

Revision as of 17:43, 15 September 2020

 
 
XXX.jpg
Tabi
 
   
Navigation: Information, Snapshots, Contacts, Quotes
Information Snapshots
Name: Tabitha "Tabi" Catherine Danes

Ritename: Jumps-Through-Fire
Faction: Gaian
Race: Gurahl
Tribe: Mountain Guardians
Auspice: Kieh
Breed: Homid
Rank: Kovi
Date of Birth: May 4th, 1995
Age: 25
Height: 6'0"
Weight: 180lbs
Eye Color: Blue
Hair Color: Honey Blonde
Demeanor: Cavalier

Quote: "Dude!"
Tabi, every other sentence - on average.

Contacts

Chip: We appear to have nothing in common - and yet we're good friends. Something something opposites something?
Dalvin: A ginger college student. Great guy once you get past the shyness. I'm working on his self-confidence.
Dawn: An Elementary teacher and a sweet woman. I'm lucky to call her a friend.
Erin: A quirky free-spirited redhead. The Helljumpers mechanic.
Fritz: A fellow first-responder. When the two of us start trading work stories, the weak of stomach should probably bail.
Hardy: The poster child for not judging a book by it's cover. Seems eccentric, but is surprisingly deep and complex.
Khol: A friend and a great source of wise advice. Everyone should have a friend like that.
Ouray: My "uncle", friend and mentor. Gonna make him proud.
Rusty: Owner of Guardian Games and a good friend and hiking buddy. (And yes, another ginger!)
Wick: A musician, and a skilled brewer of tea. Ollie's good people - and a good friend.

546hkj4hk46.webp
Blondgrizzly.jpg
1980-Jeep-CJ-7-american-classics--Car-101366650-42fefb373fcff3746b5150e9bd1f6d7e.jpg
Contacts Quotes
Local Girl: Tabi is Prospect born and bred. Maybe you have crossed paths before? Maybe you went to high school with her?

UC Prospect: Not a traditional student, but Tabi spends significant time on campus. A few years ago, she did a lot of coursework for her state EMT certification. And currently, she's spending even more time on campus - as she works through her state Paramedic cert coursework. So, she's on (or around) campus a lot interacting with teachers, staff and students.

Firefighter: Tabi works for the Prospect Fire Department, at least for 8-11 months a year (see the next hook), as a firefighter and EMT. So, you could have always crossed paths with her in the course of her job.

Smokejumper: Tabi spends some of her time during wildfire season seconded to the Forest Service as a smokejumper. Smokejumpers are the craziest of the crazy - firefighters that parachute into remote areas to fight wildfires that can't be easily reached by other means. (Smokejumper Wiki page) Currently, recruiting for the Helljumpers, a potential local smokejumper crew.

Outdoorswoman: Tabi spends much of her precious free time outdoors - hiking, camping, mountain biking, rock climbing, surfing, scuba and free diving and even skydiving.

Daredevil: You might have noticed a common thread in some of these hooks? Tabi is a bit of a daredevil, willing (and liking?) to take risks. Not stupid risks mind you - she's not suicidal.

Geek chic: Yes, Tabi's outdoorsy - but she also likes a nice tabletop RPG session or graphic novel from time to time - so she's semi-regular at Guardian Games and Comicopalypse. Game on.

Dancing Queen: Tabi's "secret" vice? She likes to dance. Sssssh. You didn't hear that from me.

Momma Bear: Tabi helps out the unfortunate and the forgotten. She offers food, comfort and basic medical care to the homeless and downtrodden - especially kids. It's not a hand OUT it's a hand UP. It's not much, but maybe it will help SOME to get off the streets.

Tabi/Quotes

RP Logs