Difference between revisions of "Slaine"
imported>Slaine |
imported>WhoopingCrane |
||
(15 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | { | + | __NOTOC__ |
− | + | <css> | |
− | + | /* Wrapper around the table: sets text-color (and could change font)*/ | |
− | + | .slaineWrapper { | |
− | + | width : 900px; | |
− | |- | + | align : center; |
− | |- | + | background : #1d2e38; |
− | | height="50" | + | border : 1px solid green; |
− | |- | + | color : silver; |
− | | colspan="3" | + | } |
+ | |||
+ | .slaineWrapper h4{ | ||
+ | color : gold; | ||
+ | } | ||
+ | |||
+ | /* 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 | ||
+ | */ | ||
+ | .slaineWrapper a { | ||
+ | color: gold; | ||
+ | } | ||
+ | |||
+ | .slaineWrapper a :hover{ | ||
+ | color: blue; | ||
+ | } | ||
+ | |||
+ | .slaineWrapper a :visited{ | ||
+ | color: gold; | ||
+ | } | ||
+ | |||
+ | .slaineWrapper a:link { | ||
+ | color: grey; | ||
+ | } | ||
+ | |||
+ | /* Design of the large Headers of the individual sections | ||
+ | * in the Table (e.g.: INFORMATION) | ||
+ | */ | ||
+ | .slaineHeader { | ||
+ | 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 */ | ||
+ | .slaineData { | ||
+ | background-color : #1d2e38; | ||
+ | margin : 15px; | ||
+ | color : silver; | ||
+ | |||
+ | } | ||
+ | |||
+ | /* Alternative Color definition of Table Cells, aka: 2nd Color */ | ||
+ | .slaineData2 { | ||
+ | background : #000000; | ||
+ | margin : 15px; | ||
+ | } | ||
+ | |||
+ | /* Color and style of the box surrounding the Picture */ | ||
+ | .slaineBox { | ||
+ | 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. */ | ||
+ | .slaineBigText { | ||
+ | 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; | ||
+ | } | ||
+ | |||
+ | .slaineTable { | ||
+ | background: #f0f1f3; | ||
+ | } | ||
+ | |||
+ | /* Color and Stlye of the little navigation menu*/ | ||
+ | .slaineNav { | ||
+ | color : silver; | ||
+ | text-align : center; | ||
+ | text-transform : uppercase; | ||
+ | font-size : 7pt; | ||
+ | border-bottom : 5px solid #1d2e38; | ||
+ | } | ||
+ | </css> | ||
+ | <!-- Actual Content goes here --> | ||
+ | <div class="slaineWrapper"> | ||
+ | <!-- Top Banner Start--> | ||
+ | {| class="slaineTable" cellpadding="0" cellspacing="0" width="900" | ||
+ | |- | ||
+ | |height = "13" class = "slaineData2" colspan = "3"| | ||
+ | |- | ||
+ | |height = "90" width = "150" class = "slaineData" | | ||
+ | |rowspan = "2" width = "490" class = "slaineBox" | [[Image:Slaine2.jpg|center|390px]]<span class="slaineBigText"> ''Slaine'' </span> | ||
+ | |width = "150" class = "slaineData"| | ||
+ | |- | ||
+ | |- | ||
+ | |height = "50" class = "slaineData2" | | ||
+ | |class = "slaineData2" | | ||
+ | |- | ||
+ | |colspan = "3" class = "slaineData2 slaineNav" | '''Navigation:'' [[#I-Facts|Information]], [[#I-Gallery|Snapshots]], [[#I-Hooks|Contacts]], [[#I-Quotes|Story]]''''' | ||
|} | |} | ||
− | {| width="900px" cellpadding="5" cellspacing="0" | + | <!-- Top Banner End--> |
− | | width="50%" | + | <!-- Info Start --> |
− | | | | + | {| width = "900px" cellpadding = "5" cellspacing = "0" class = "slaineTable" |
− | | width="50%" | + | | width = "50%" class = "slaineData2 slaineHeader" | <span id="I-Facts">Information</span> |
− | |- | + | | | |
− | | | + | | width = "50%" class = "slaineData2 slaineHeader" | <span id="I-Gallery">Snapshots</span> |
− | | rowspan="5 | + | |- |
− | | | + | | class = "slaineData" | {{Slaine/Facts}} |
− | |- | + | | rowspan = "5" | |
− | | | + | | class = "slaineData" | {{Slaine/Snapshots}} |
− | | | + | |- |
− | |- | + | | class = "slaineData2 slaineHeader" | <span id="I-Hooks">Contacts</span> |
− | | | + | | class = "slaineData2 slaineHeader" | <span id="I-Quotes">Story</span> |
− | | | + | |- |
− | + | | class = "slaineData" | {{Slaine/Hooks}} | |
+ | | class = "slaineData" | {{Slaine/Quotes}} | ||
|} | |} | ||
− | + | <!--Info End --> | |
+ | </div> <!-- slaineWrapper --> | ||
== RP Logs == | == RP Logs == | ||
− | + | {{ RP Logs | name = Slaine | columns = 4 | ordermethod = gamedate }} | |
− | {{ RP Logs | name =Slaine | columns = 4 | ordermethod = gamedate }} | + | [[Category:PCs]] [[Category: Inactive PCs]] [[Category: Changeling]] [[Category: Seelie]] [[Category: Satyr]] |
− | |||
− | [[Category:PCs]] [[Category: |
Latest revision as of 07:10, 8 April 2016
Slaine | ||
Navigation: Information, Snapshots, Contacts, Story |
Information | Snapshots | |||||||||||||||||||||||||||||||||
“It is the first day of November and so, today, someone will die.”
― Maggie Stiefvater, The Scorpio Races
|
||||||||||||||||||||||||||||||||||
Contacts | Story | |||||||||||||||||||||||||||||||||
Current threads
Paths taken elsewhere
|
Arrival and since...Slaine returned to the area with the return of Brogan's Heroes. Her heart having what she missed before the last band break-up, she and Brogan were to be together.. forever. Finding other purposes within her arrival, a moment of happenstance, a collision to be exact into the presence of the Baron Kylar. One that has since placed her in a position of his court as Seer and Skald. While little has been done to make her mark beyond the band in the autumn world, what she had, has ceased to be. That is, the band shattered once more with the sudden and unspoken break up by Brogan. Leaving Slaine shattered her, and yet pushed her more into her role as Seer. As Satyr's often find themselves drowning a good while in sorrow, she has moved on leaving that chapter behind. Forgiveness is there. But what was done never forgotten.
RP Hooks
|