Difference between revisions of "Jazmin"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Jillian
(Created page with "<css> →‎Wrapper around the table: sets text-color (and could change font): .CTWrapper { width : 900px; align : center; background : #1d2e38; border : 1px s...")
 
imported>WhoopingCrane
 
(15 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
align      : center;
 
align      : center;
 
background : #1d2e38;
 
background : #1d2e38;
border    : 1px solid green;
+
border    : 2px solid purple;
color      : silver;
+
color      : purple;
 
}
 
}
  
Line 13: Line 13:
 
  */
 
  */
 
.CTWrapper a {
 
.CTWrapper a {
color: gold;
+
color: white;
 
}
 
}
  
 
.CTWrapper a :hover{  
 
.CTWrapper a :hover{  
color: blue;
+
color: silver;
 
}
 
}
  
 
.CTWrapper a :visited{
 
.CTWrapper a :visited{
color: gold;
+
color: silver;
 
}
 
}
  
 
.CTWrapper a:link {
 
.CTWrapper a:link {
color: grey;
+
color: silver;
 
}
 
}
  
Line 32: Line 32:
 
  */
 
  */
 
.CTHeader {
 
.CTHeader {
color                          : #f0f1f3;
+
color                          : #381d2e;
 
vertical-align                  : center;
 
vertical-align                  : center;
font-size                      : 22pt;
+
font-size                      : 23pt;
 
font-family                    : Palatino Linotype, Perpetua, serif;
 
font-family                    : Palatino Linotype, Perpetua, serif;
 
text-align                      : center;
 
text-align                      : center;
Line 47: Line 47:
 
/* Color defition for the Table Cells */
 
/* Color defition for the Table Cells */
 
.CTData {
 
.CTData {
background-color : #1d2e38;
+
background-color : #800040;
 
margin          : 15px;
 
margin          : 15px;
 
color            : silver;
 
color            : silver;
Line 55: Line 55:
 
/* Alternative Color definition of Table Cells, aka: 2nd Color */  
 
/* Alternative Color definition of Table Cells, aka: 2nd Color */  
 
.CTData2 {
 
.CTData2 {
background    : #000000;
+
background    : #ccccff;
 
margin        : 15px;
 
margin        : 15px;
 
}
 
}
Line 61: Line 61:
 
/* Color and style of the box surrounding the Picture */
 
/* Color and style of the box surrounding the Picture */
 
.CTBox {
 
.CTBox {
border-top    : 3px solid green;
+
border-top    : 3px solid purple;
border-bottom : 1px solid green;
+
border-bottom : 1px solid purple;
border-right  : 2px solid green;
+
border-right  : 2px solid purple;
border-left  : 2px solid green;
+
border-left  : 2px solid purple;
 
background    : #f0f1f3;
 
background    : #f0f1f3;
 
text-align    : center;
 
text-align    : center;
Line 87: Line 87:
 
/* Color and Stlye of the little navigation menu*/
 
/* Color and Stlye of the little navigation menu*/
 
.CTNav {
 
.CTNav {
color          : silver;
+
color          : purple;
 
text-align    : center;
 
text-align    : center;
 
text-transform : uppercase;
 
text-transform : uppercase;
Line 102: Line 102:
 
  |-
 
  |-
 
  |height = "90" width = "150" class = "CTData" | &nbsp;
 
  |height = "90" width = "150" class = "CTData" | &nbsp;
  |rowspan = "2" width = "490" class = "CTBox" | [[Image:XXX.jpg|center|390px]]<span class="CTBigText"> ''{{PAGENAME}}'' </span>
+
  |rowspan = "2" width = "490" class = "CTBox" | [[Image:Barbara-mori.jpg|center|390px]]<span class="CTBigText"> ''{{PAGENAME}}'' </span>
 
  |width = "150" class = "CTData"| &nbsp;
 
  |width = "150" class = "CTData"| &nbsp;
 
  |-
 
  |-
Line 115: Line 115:
 
{| width = "900px" cellpadding = "5" cellspacing = "0" class = "CTTable"
 
{| 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-Facts">Information</span>
  | |
+
  | |
 
  | width = "50%" class = "CTData2 CTHeader" | <span id="I-Gallery>Snapshots</span>
 
  | width = "50%" class = "CTData2 CTHeader" | <span id="I-Gallery>Snapshots</span>
 
  |-
 
  |-
  | class = "CTData" | {{:{{PAGENAME}}/Facts}}<!-- Do not delete the ':' (colon)! -->
+
  | class = "CTData" | {{:{{PAGENAME}}/Information}}<!-- Do not delete the ':' (colon)! -->
 
  | rowspan = "5" |
 
  | rowspan = "5" |
 
  | class = "CTData" | {{:{{PAGENAME}}/Snapshots}}<!-- Do not delete the ':' (colon)! -->
 
  | class = "CTData" | {{:{{PAGENAME}}/Snapshots}}<!-- Do not delete the ':' (colon)! -->
 
  |-
 
  |-
  | class = "CTData2 CTHeader" | <span id="I-Hooks">Contacts</span>
+
  | class = "CTData2 CTHeader" | <span id="I-Hooks">Hooks</span>
  | class = "CTData2 CTHeader" | <span id="I-Quotes">Quotes</span>
+
  | class = "CTData2 CTHeader" | <span id="I-Quotes">Contacts</span>
 
  |-
 
  |-
 
  | class = "CTData" | {{:{{PAGENAME}}/Hooks}}<!-- Do not delete the ':' (colon)! -->
 
  | class = "CTData" | {{:{{PAGENAME}}/Hooks}}<!-- Do not delete the ':' (colon)! -->
  | class = "CTData" | {{:{{PAGENAME}}/Quotes}}<!-- Do not delete the ':' (colon)! -->
+
  | class = "CTData" | {{:{{PAGENAME}}/Contacts}}<!-- Do not delete the ':' (colon)! -->
 
|}
 
|}
 
<!--Info End -->
 
<!--Info End -->
Line 133: Line 133:
 
== RP Logs ==
 
== RP Logs ==
 
{{ RP Logs | name = {{PAGENAME}} | columns = 4 | ordermethod = gamedate }}
 
{{ RP Logs | name = {{PAGENAME}} | columns = 4 | ordermethod = gamedate }}
[[Category:ADD YOUR CATEGORIES]]
+
[[Category:Vampire]] [[Category:Ghoul]] [[Category:Camarilla]][[Category:Toreador]] [[Category:Mortal+]]
 +
[[Category:PCs]] [[Category:Dead PCs]]

Latest revision as of 16:29, 11 February 2019

 
 
Barbara-mori.jpg
Jazmin
 
   
Navigation: Information, Snapshots, Contacts, Quotes
Information Snapshots

Sorry to have left the world as I did...

Age: 24
Played by: Barbara-mori
Demeanor: Caretaker
Nature: Confidant
Height: 5'6"

__________________

Notable Stats

Intelligence: 3
Computer: 3
Computer Hacking: 2
Finance: 4
Academics: 4
Powers: Potence, Presence
Backgrounds: Influence, Resources
Flaws: Addiction, Sensation Junkie

Mori3.jpgMori2.jpgMori4.jpg Mori5.jpeg

Hooks Contacts

Bank Accountant
Manager of: Metal Collective
Manager of: Queen of Hearts
High Society Influence and presence

Azrael_B.: Much respect to you, boss.
Calevaro: There is so much to learn from you.
Jackson_Abioye: Dark-Knight Protect my heart.

RP Logs