Difference between revisions of "Kayla"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Kayla
imported>WhoopingCrane
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<css>
 +
/* Wrapper around the table: sets text-color (and could change font)*/
 +
.CTWrapper {
 +
width      : 900px;
 +
align      : center;
 +
background : #1d2e38;
 +
border    : 1px solid green;
 +
color      : silver;
 +
}
  
{{:Template 2/Layout
+
/* Color of the Links, needs to be in the wrapper so it does not change
| Page name = Kayla 0'Shea
+
* ALL the links, but only those of the actual content
| Full name = Kayla O'Shea
+
*/
 +
.CTWrapper a {
 +
color: gold;
 +
}
  
|
+
.CTWrapper a :hover{
 +
color: blue;
 +
}
  
 +
.CTWrapper a :visited{
 +
color: gold;
 +
}
  
| // This stuff is optional
+
.CTWrapper a:link {
| Basic link style=color: #FFFF00; text-decoration: none;
+
color: grey;
| Outer div style=background: #000; color: #00FFFF
+
}
| Layout table id=
+
 
| Layout table style=
+
/* Design of the large Headers of the individual sections
| 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
+
* in the Table (e.g.: INFORMATION)
| 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;
+
.CTHeader {
| Introduction style=color: #000000
+
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:KO.jpg|center|300px]]<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:PCs]][[Category:Inactive PCs]][[Category:Mortals]]

Latest revision as of 17:25, 9 April 2019

 
 
KO.jpg
Kayla
 
   
Navigation: Information, Snapshots, Contacts, Quotes
Information Snapshots
RP Hooks

She's a native so if you've been in Prospect long maybe you ran into each other. While she is from a family that did not have a lot of money she usually hung out with a crowd That was higher up on the social ladder.


Very popular in high school. She was in a lot of theater and dance productions. So ... same as above.


Waited tables at a bunch of diners and dives. Do you feel guilty about stiffing her?


The beach! Love it! If you do too you may have run into each other.


University. She is a very part time student but maybe you ran into each other there. Since her odd jobs don’t bring in much she saves by using the library internet so she Is in there a lot.

Image: 200 pixel
Contacts Quotes

Archer - A good football player. I assume. A good tipper, which is the important part.

Brian - ... wow.

Kayla/Quotes

RP Logs

No pages meet these criteria.