Difference between revisions of "User:Dawson"

From City of Hope MUSH
Jump to navigation Jump to search
(Undo revision 197143 by Tanner (talk))
Tag: Undo
Line 186: Line 186:
 
</center>
 
</center>
  
==Character Page 4==
+
{{#css:
<css>
+
table {
/* Wrapper around the table: sets text-color (and could change font)*/
+
    background-color: white;
.CTWrapper {
+
    border-collapse: collapse;
width     : 900px;
+
    color: #d0d0dc; /* This is the main text colour. */
align      : center;
+
    margin: 0 auto; /* This centers the box. */
 
+
    max-width: 900px;
 +
    width: 900px; /* This can be changed but other numbers may also need adjusting if you do. */
 
}
 
}
 
+
td {
/* Color of the Links, needs to be in the wrapper so it does not change
+
    font-family: Palatino Linotype, Perpetua, serif; /* This sets the font for everything but the text in .main */
* ALL the links, but only those of the actual content
+
    text-align: center; /* If you want a different default alignment, change it here. */
*/
 
.CTWrapper a {
 
color: gold;
 
 
}
 
}
 
+
table a, table a:hover, table a:visited, table a:active,table a.external, table a.external:hover, table a.external:visited, table a.external:active {
.CTWrapper a :hover{  
+
    color: #d0d0dc !important; /* This changes all the links to the colour you set, in all states. */
color: blue;
 
 
}
 
}
 
+
.banner {
.CTWrapper a :visited{
+
    background-color: #030208;
color: gold;
+
    border-radius: 15px; /* remove this line or set to 0 if you want sharp corners. */
 
}
 
}
 
+
.banner .leftpic, .banner .rightpic {
.CTWrapper a:link {
+
    padding: 1.5em 0 4em;
color: grey;
+
    width: 200px;
 
}
 
}
 
+
.banner .main {
/* Design of the large Headers of the individual sections
+
    font-family: Perpetua, serif;
* in the Table (e.g.: INFORMATION)
+
    font-size: 40pt;  
*/
+
    font-style: italic;
.CTHeader {
+
    font-variant: small-caps;
color                          : #f0f1f3;
+
    text-align: center;  
vertical-align                  : center;
+
    text-shadow: 1px 1px 3px #305B6E;  
font-size                      : 22pt;
+
    width: 490px;
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
 
 
}
 
}
.CTHeader2 {
+
.CTBigText {
color                          : #f0f1f3;
+
font-size   : 48pt;
vertical-align                  : center;
+
font-family : Palatino Lionotype, Perpetua, serif;
font-size                       : 22pt;
+
font-variant : small-caps;
font-family                     : Palatino Linotype, Perpetua, serif;
+
text-align   : center;
text-align                     : center;
+
align        : center;
padding-top                    : 8px;
+
text-shadow  : 1px 1px 3px #000000;
font-variant                    : small-caps;
+
color        : #ffffff;
 
}
 
}
 
+
.data {
 
+
    border-collapse: separate;
/* Color defition for the Table Cells */
+
    border-spacing: .25em;
.CTData {
+
    min-width: calc(900px + .5em);
background-color : #575f4a;
 
margin          : 15px;
 
color            : silver;
 
 
 
 
}
 
}
 
+
.heading {
/* Alternative Color definition of Table Cells, aka: 2nd Color */
+
    background-color: #305B6E;  
.CTData2 {
+
    border-radius: 15px 15px 0 0;
background   : #000000;
+
    font-size: 22pt;
margin        : 15px;
+
    font-variant: small-caps;
 
+
    height: 1.25em;
 +
    left: 0;
 +
    line-height: 1.25em;
 +
    padding-bottom: 0.1em;
 +
    position: absolute;
 +
    text-align: center;
 +
    top: 0;
 +
    width: 100%;
 
}
 
}
.CTData3 {
+
.cell {
background-color : #575f4a;
+
    background-color: #030208;
margin          : 15px;
+
    border-radius: 15px;
color            : silver;
+
    vertical-align: top;  
-webkit-border-bottom-left-radius  : 15px 11px;
+
    font-size:12px;
-webkit-border-bottom-right-radius : 15px 11px;
+
    position: relative;
 +
    width: 50%;
 
}
 
}
.CTData4 {
+
.info {
background-color : #575f4a;
+
    padding: 4.25em 1em 1em; /* The first number may need tweaking if you change the font or font size in the headings */
margin          : 15px;
 
color            : silver;
 
-webkit-border-top-left-radius  : 15px 11px;
 
-webkit-border-top-right-radius : 15px 11px;
 
 
}
 
}
.CTData5 {
+
.info img {
background-color : #000000;
+
    height: auto;
margin          : 15px;
+
    max-width: 100%;
-webkit-border-bottom-left-radius  : 15px 11px;
 
-webkit-border-bottom-right-radius : 15px 11px;
 
 
}
 
}
/* Color and style of the box surrounding the Picture */
+
.logs {
.CTBox {
+
    text-align: left;
background    : #ffffff;
 
text-align   : center;
 
-webkit-border-top-left-radius  : 20px 20px;
 
-webkit-border-top-right-radius : 20px 20px;
 
-webkit-border-bottom-left-radius  : 20px 20px;
 
-webkit-border-bottom-right-radius : 20px 20px;
 
 
}
 
}
 
+
.subhead {
/* Color and Style of the large text under the picture. */
+
    font-variant: medium-caps;  
.CTBigText {
+
    font-size: 16pt;
font-size    : 48pt;
+
}
font-family  : Palatino Lionotype, Perpetua, serif;
+
.subsubhead {
font-variant : small-caps;
+
    display: inline-block;
text-align  : center;
+
    font-size: 13pt;
align        : center;
+
    padding-top: 8px;
text-shadow  : 1px 1px 3px #000000;
 
color        : #1d2e38;
 
 
}
 
}
 
+
/* Example of page-specific adjustments below */
.CTTable {
+
.pics {
background: #f0f1f3;
+
    vertical-align: middle;
 
}
 
}
 
+
.pics .info {
/* Color and Style of the little navigation menu*/
+
     padding: 4.25em 0 1em;
.CTNav {
 
color          : silver;
 
text-align     : center;
 
text-transform : uppercase;
 
font-size      : 10pt;
 
border-bottom  : 5px solid #1d2e38;
 
 
}
 
}
</css>
+
}}
<!-- is this right? -->
+
{| class="banner"
<div class="CTWrapper">
+
|&nbsp;
<!-- Top Banner Start-->
+
|-
{| class="CTTable" cellpadding="0" cellspacing="0" width="900"
+
| class="leftpic" |[[File:Mage.png|200px]]
|-
+
| class="main" | <span style="display: inline-block; overflow: hidden; border-radius: 20px;">[[Image:Stark-01.jpg|center|390px]]</span>
|height = "13" class = "CTData4" colspan = "3"| &nbsp;
+
| class="rightpic" |[[File:Mage.png|200px]]
|-
+
|-
|height = "90" width = "150" class = "CTData" | &nbsp;
+
|colspan=3|<span class="CTBigText">Stark</span>
|rowspan = "2" width = "490" class = "CTBox" | <span style="display: inline-block; overflow: hidden; border-radius: 20px;">[[Image:Stark-01.jpg|center|390px]]</span><span class="CTBigText"> ''{{PAGENAME}}'' </span>
 
|width = "150" class = "CTData"| &nbsp;
 
|-
 
|height = "50" class = "CTData2" |&nbsp;
 
|class = "CTData2" |&nbsp;
 
|-
 
|height = "30" class = "CTData2" |&nbsp;
 
|class = "CTData2" |&nbsp;
 
|class = "CTData2" |&nbsp;
 
|-
 
|colspan = "3" class = "CTData5 CTNav" | '''Navigation:'' [[#I-Facts|Information]], [[#I-Gallery|Snapshots]], [[#I-Hooks|Contacts]], [[#I-Quotes|Quotes]]'''''
 
 
|}
 
|}
<!-- Spacer start-->
+
{| class="data plainlinks"
{|
+
|-
|}
+
| class="cell facts" | <div class="heading">Information</div>
<!-- Spacer End-->
+
<div class="info">{{:Character_Name/Facts}}</div>
<!-- Info Start -->
+
| class="cell pics" | <div class="heading">Snapshots</div>
{| width = "900px" cellpadding = "5" cellspacing = "0" class = "CTTable"
+
<div class="info">{{:Character_Name/Snapshots}}</div>
| width = "50%" class = "CTData2 CTHeader" | <span id="I-Facts">Information</span>
+
|-
| |
+
| class="cell hooks" | <div class="heading">Inspiration</div>
| width = "50%" class = "CTData2 CTHeader" | <span id="I-Gallery>Hooks</span>
+
<div class="info">{{:Character_Name/Hooks}}</div>
|-
+
| class="cell contacts" | <div class="heading">People</div>
| class = "CTData" | {{:{{PAGENAME}}/Facts}}<!-- Do not delete the ':' (colon)! -->
+
<div class="info">{{:Character_Name/Contacts}}</div>
| rowspan = "5" |
 
| class = "CTData" | {{:{{PAGENAME}}/Details}}<!-- Do not delete the ':' (colon)! -->
 
|-
 
| class = "CTData2 CTHeader2" | <span id="I-Hooks">Contacts</span>
 
| class = "CTData2 CTHeader2" | <span id="I-Quotes">Hangouts</span>
 
|-
 
| class = "CTData3" | {{:{{PAGENAME}}/People}}<!-- Do not delete the ':' (colon)! -->
 
| class = "CTData3" | {{:{{PAGENAME}}/Hangouts}}<!-- Do not delete the ':' (colon)! -->
 
|}
 
<!--Info End -->
 
<!-- Spacer start-->
 
{|
 
|}
 
<!-- Spacer End-->
 
<!-- Bottom Area -->
 
{| width = "900px" cellpadding = "5" cellspacing = "0" class = "CTTable"
 
| width = "100%" class = "CTData2 CTHeader" | <span id="I-Facts">Snapshots</span>
 
 
|-
 
|-
| class = "CTData3" | {{:{{PAGENAME}}/Snapshots}}<!-- Do not delete the ':' (colon)! -->
+
| class="cell logs" colspan=2| <div class="heading">RP Logs</div>
|-
+
<div class="info">{{ RP Logs | name = Character_Name | columns = 4 | ordermethod = gamedate }}</div>
 
|}
 
|}
<!--Info End -->
 
</div> <!-- CTWrapper -->
 
  
 
== RP Logs ==
 
== RP Logs ==

Revision as of 15:25, 16 February 2020

References


Mage Pages

Ranks

Highest sphere
Dot-filled.png Initiate
Dot-filled.pngDot-filled.png Apprentice
Dot-filled.pngDot-filled.pngDot-filled.png Disciple
Dot-filled.pngDot-filled.pngDot-filled.pngDot-filled.png Adept
Dot-filled.pngDot-filled.pngDot-filled.pngDot-filled.pngDot-filled.png Master

(highest sphere, not just Arete, per MtA 31)

Projects

Character Page

Character Page 2

Stark-01.jpg

STARK
HEADING 1

TEXT 1

HEADING 2
TEXT 2
HEADING 3

TEXT 3

HEADING 4
TEXT 4
Gallery 1
Gallery 1

Character Page 3

Dawson/Intro

Left 1

Dawson/LEft 1

Left 2

Dawson/Left 2

Left 3

Dawson/Left 4

Dawson-01.jpg
Right 1

Dawson/Right 1

Right 3

Dawson/Right 3

Right 4

Dawson/Right 4

Bottom 1
Bottom 1


RP Logs

No pages meet these criteria.


Grimoire

@create Grimoire=10
@Desc Grimoire=A simple composition notebook that's been covered in layers of duct tape.%R%R<OOC: .ghelp>
&DO_GLIST Grimoire=$.glist:@pemit %#=[u(me/header)]%r%b[iter([u(me/page_list)],[member([u(me/page_list)],##)][space([sub(4,[strlen([member([u(me/page_list)],##)])])])][u(me/page_##_title)]%r)][u(me/footer)]
&HEADER Grimoire=%R[center(%xh%xy%n's Grimoire%xn, 78,%xh%xm=%xn)]%R%r #[space(3)]Title[space(45)]%r[repeat(-,78)]
&FOOTER Grimoire=%R[center(%xh, 80,%xh%xm-%xn)]%R
&DO_GWRITE Grimoire=$.gwrite *=*:@swi [gte([words([u(me/page_list)])],50)]=0,{&page_[u(me/next)]_title me=[switch([gt([strlen(%0)],50)],1,{[mid(%0,0,50)]},%0)];&page_[u(me/next)]_text me=%1;&page_list me=[setunion([u(me/page_list)],[u(me/next)])];&next me=[add([u(me/next)],1)];@pemit %#=Page number: [words([u(me/page_list)])] written in [name(me)].},{@pemit %#=I'm sorry, but the grimoire is full.
&DO_GREAD Grimoire=$.gread *:@swi [setq(9,[index([u(me/page_list)], ,%0,1)])][setq(8,[hasattr(me,page_list)])][r(8)]=1,{@swi [member([lnum(1,[words([u(me/page_list)])])],%0)]=0,{@pemit %#=That page number is out of range. Enter a number from 1 to [words([u(me/page_list)])].},{@pemit %#= [center(%xh%xy%n's Grimoire%xn, 78,%xh%xm=%xn)]%R%r%xh%xyPage:%xn %0%r%xh%xyTitle:%xn [u(me/page_[r(9)]_title)]%r [repeat(-,78)]%r[u(me/page_[r(9)]_text)]%r[repeat(%xh%xm=%xn,78)]}}
&MAX Grimoire=100
&NEXT Grimoire=1
&DO_GADD Grimoire=$.gadd *=*:@swi [setq(9,[index([u(me/page_list)], ,%0,1)])][setq(8,[hasattr(me,page_list)])][r(8)]=1,{@swi [member([lnum(1,[words([u(me/page_list)])])],%0)]=0,{@pemit %#=That page number is out of range. Enter a number from 1 to [words([u(me/page_list)])].},{&page_[r(9)]_text me=[v(page_[r(9)]_text)]%r%r%R[center(%xh%xyAddendum%xn,78,%xh%xg-%xn)]%r%1;@pemit %#=Text added.}},@pemit %#=Cannot find that page number.
&DO_REMOVE Grimoire=$.grem *:@swi [setq(9,[index([u(me/page_list)], ,%0,1)])][setq(8,[hasattr(me,page_list)])][r(8)]=1,{@swi [member([lnum(1,[words([u(me/page_list)])])],%0)]=0,@pemit %#=That page number is out of range.,{@swi [or([isstaff(%#)],[switch([u(me/page_[r(9)]_author_db)],%#,1,0)],[switch([owner( me)],%#,1,0)])]=1,{@wipe me/*_[r(9)]_*;&page_list me=[setdiff([u(me/page_list)],[r(9)])];@pemit %#=page %0 removed.},@pemit %#=You cannot remove a page that you do not own.}},@pemit %#=There are no pages to remove.
&DO_GHELP Grimoire=$.ghelp:@pemit %#=[center(Grimoire ,78,%xh%xg=%xn)]%r%r* .glist - Lists all messages.%r* .gwrite <title>=<text>%r* .gread # - Reads that message number.%r* .gadd #=<text> - Appends text to that message number.%r* .grem # - Removes that message #.%r* .gshow #=*<target>%r[u(me/footer)]
&DO_GSHOW Grimoire=$.gshow *=*:@swi [setq(9,[index([u(me/page_list)], ,%0,1)])][setq(8,[hasattr(me,page_list)])][r(8)]=1,{@swi [member([lnum(1,[words([u(me/page_list)])])],%0)]=0,{@pemit %#=That page number is out of range. Enter a number from 1 to [words([u(me/page_list)])].},{@pemit %1= [center(%xh%xy%n's Grimoire%xn, 78,%xh%xm=%xn)]%R%r%xh%xyPage:%xn %0%r%xh%xyTitle:%xn [u(#19201/page_[r(9)]_title)]%r [repeat(-,78)]%r[u(#19201/page_[r(9)]_text)]%r[repeat(%xh%xm=%xn,78)]}};@pemit %#=You show %1 page %0 from your Grimoire entitled: %xh%xy[u(#19201/page_[r(9)]_title)]%xn.
Note: .gshow works best if you add a * before the person's name.. So .gshow 1=*person works.

Grimoire Help

  • .glist - Lists all messages.
  • .gwrite <title>=<text>
  • .gread # - Reads that message number.
  • .gadd #=<text> - Appends text to that message number.
  • .grem # - Removes that message #.
  • .gshow #=*<target>