Difference between revisions of "Aaryn"

From City of Hope MUSH
Jump to navigation Jump to search
imported>DeniseGodin1521
imported>Aaryn
Line 1: Line 1:
<css>
+
[[Category:Garou]][[Category:Ahroun]][[Category:Silver Fangs]][[Category:Inactive PCs]][[Category:Gaian]][[Category:Homid]][[Category:PCs]][[Category:Shifter]]
/* Wrapper around the table: sets text-color (and could change font)*/
+
{{:Klem/Layout
.CTWrapper {
+
| Page name = Klem
width      : 900px;
+
| Full name = Klementina Emilia Piaskovsky
align      : center;
+
| Sphere = Garou
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{
+
| // This stuff is optional
color: blue;
+
| Basic link style=color: #480f00; text-decoration: none;
}
+
| Outer div style=background: #480f00; color: #FFF8CF
 
+
| Layout table id=
.CTWrapper a :visited{
+
| Layout table style=
color: gold;
+
| Layout cell style=vertical-align: top; background: #FFF8CF; background: -webkit-gradient(linear, left top, left bottom, from(#fcd9a1), to(#a35f31)); background: -moz-linear-gradient(top, #fcd9a1, #a35f31); border: outset #480f00 4px; -moz-border-radius: 8px; -webkit-border-radius: 8px
}
+
| Layout cell table style=color: #480F00
 
+
| Header style=background: #480F00; background: -webkit-gradient(linear, left top, right top, from(#dee3ed), to(#787b80)); background: -moz-linear-gradient(left, #480f00, #a5231a); -moz-border-radius: 12px; -webkit-border-radius: 12px; color: #fff8cf;
.CTWrapper a:link {
+
| Introduction style=color: #480f00
color: grey;
+
| }}
}
 
 
 
/* 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:Aaryn.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:PCs]][[Category:Active PCs]][[Category:Garou]][[Category:Gaian]][[Category:Get of Fenris]][[Category:Theurge]][[Category:Shifter]]
 

Revision as of 16:49, 2 July 2019

Klementina Emilia Piaskovsky

"Get up off your knees, girl. Stand face-to-face with your God, and find out what you are."
- Hello, My Name is Human, Highly Suspect

RP Hooks
Stereotypes


Garou Character
Snapshots:
Contacts

Frostbite Hildisvini2.png

Sten - Stormhowler, My Alpha. To living the best life while we can! I'm along for the ride.
Micah - Hunts the Shadows, My Beta and more than my packmate. You are my heart, little brother
Theron - I'm glad you're at my side, a partner in all ways
Hrafn - A gift was given and a gift was returned, indeed. I feel safe with you covering my skies!
Greyson - My heart melted the first day you called me, 'mom'. I hope I live up to that legacy.


Logs