Difference between revisions of "Magic"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Ted
imported>Ted
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<css>
 
<css>
/* Wrapper around the table: sets text-color (and could change font)*/
 
.CTWrapper {
 
width      : 900px;
 
align      : center;
 
background : #1d2e38;
 
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;
 
}
 
 
.CTWrapper a :visited{
 
color: gold;
 
}
 
 
.CTWrapper a:link {
 
color: grey;
 
}
 
  
 
/* Design of the large Headers of the individual sections  
 
/* Design of the large Headers of the individual sections  
Line 32: Line 6:
 
.CTHeader {
 
.CTHeader {
 
color                          : #FFF68F;
 
color                          : #FFF68F;
vertical-align                  : center;
 
 
font-size                      : 22pt;
 
font-size                      : 22pt;
 
font-family                    : Palatino Linotype, Perpetua, serif;
 
font-family                    : Palatino Linotype, Perpetua, serif;
Line 38: Line 11:
 
padding-top                    : 8px;
 
padding-top                    : 8px;
 
font-variant                    : small-caps;
 
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
 
 
}
 
}
  
Line 47: Line 17:
 
.CTData {
 
.CTData {
 
background-color : #1d2e38;
 
background-color : #1d2e38;
margin          : 15px;
+
margin          : 1px;
color            : silver;
+
color            : gold;
 
+
        text-align    : center;
 +
        align    : left; 
 +
       
 
}
 
}
  
Line 55: Line 27:
 
.CTData2 {
 
.CTData2 {
 
background    : #000000;
 
background    : #000000;
margin        : 15px;
+
margin        : 1px;
}
+
        text-align   : center;
 
 
 
 
 
 
/* 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;
 
 
}
 
}
  
Line 77: Line 37:
 
/* Color and Stlye of the little navigation menu*/
 
/* Color and Stlye of the little navigation menu*/
 
.CTNav {
 
.CTNav {
color          : silver;
 
text-align    : center;
 
text-transform : uppercase;
 
font-size      : 7pt;
 
 
border-bottom  : 5px solid #1d2e38;
 
border-bottom  : 5px solid #1d2e38;
 
}
 
}
 
</css>
 
</css>
 
<!-- Actual Content goes here -->
 
<!-- Actual Content goes here -->
<div class="CTWrapper">
+
 
 
<!-- Top Banner Start-->
 
<!-- Top Banner Start-->
 
{| class="CTTable" cellpadding="0" cellspacing="0" width="900"
 
{| class="CTTable" cellpadding="0" cellspacing="0" width="900"
 
  |-
 
  |-
  |height = "13" class = "CTData2" colspan = "3"| &nbsp;
+
  |height = "1" class = "CTData2" colspan = "3"| &nbsp;
 
  |-
 
  |-
  |height = "90" width = "150" class = "CTData" | &nbsp;
+
  |height = "0" width = "100" class = "CTData" | &nbsp;
 
  |rowspan = "2" width = "490" class = "CTBox" | [[Image:Life_Finds_A_Way.png|center|700px]]<span class="CTBigText"> </span>
 
  |rowspan = "2" width = "490" class = "CTBox" | [[Image:Life_Finds_A_Way.png|center|700px]]<span class="CTBigText"> </span>
 
  |width = "150" class = "CTData"| &nbsp;
 
  |width = "150" class = "CTData"| &nbsp;
Line 105: Line 61:
 
{| 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>
 
  |-
 
  |-
Line 112: Line 68:
 
  | 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">Notes</span>
 
  |-
 
  |-
 
  | class = "CTData" | {{:{{PAGENAME}}/Hooks}}<!-- Do not delete the ':' (colon)! -->
 
  | class = "CTData" | {{:{{PAGENAME}}/Hooks}}<!-- Do not delete the ':' (colon)! -->
Line 119: Line 75:
 
|}
 
|}
 
<!--Info End -->
 
<!--Info End -->
</div> <!-- CTWrapper -->
+
 
  
 
== 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:Kami]][[Category:Possessed]]

Latest revision as of 10:37, 12 May 2016


 
 
Life Finds A Way.png
 
   
Information Snapshots

The world is a cold, cruel place woven in a web of stasis but Gaia manages to poke a hole in the web from time to time creating a creatures who spread her love and compassion where ever they go. Some people call them Beacons, some call them angels, most people don't know they exist.

There have always been beings that act as channels for Gaia's mercy in the world, some of them plants, some animals, rarely some even people. Unnoticed by most people, they walk the world making it a better place by simply being in it.

They all have the same mission: Be a light in the darkness. Where ever they go the touch of Gaia herself can be felt. Peace and life calls to all those who meet them. They can lift the weight from even the most haggard soul of the hopeless by just being close by. They are drawn to those in need, often healing the sick and helping restore the weak.

Not warriors or strong in any traditional sense of the word, they often need protecting themselves and are considered by many to be a valuable possession.

Far to often the light Gaia gives to the world is sequestered away by greedy souls who use it for their own ends.

Magic Headshot.jpg


Magic-stand-front.png


Magic Standing Side.png


Magic Profile.jpg
Hooks Notes
This dog is a magical creature, a spirit and an animal living in true symbiosis. Both spirit and flesh, with a tie to Gaia herself, he's not hard to pick out in a crowd if you have awareness.

From a mage's perspective, this kind of dual existence might be worth studying.

From a vampire's point of view he might seem extra scrumptious if they are into animals. More importantly, his presence helps them control their beast with his aura of peace.

From a Garou's point of view a spirit walking the world like this is a conduit to Gaia's grace.

To most humans, he's a really friendly dog that is nice to be around.

If you aren't looking at him with magical senses he will seem like an overly healthy and clean dog.

This character is suppose to be someone for people to fight over. He's pretty helpless himself but I am going to make him as big a magical resource as I can. Hopefully this will lead to non-lethal conflict and interesting RP. Feel free to page me if you want to kidnap him and do whatever.

If you happen to be the kind of person who hears random strangers thoughts, well... this is the song that Magic sings to himself in his head while he wanders the world spreading optimism: https://youtu.be/Ak538bdZij0


2014-08-19-336.png


RP Logs

No pages meet these criteria.