Difference between revisions of "User:Dawson/Template4"

From City of Hope MUSH
Jump to navigation Jump to search
(Created page with "<css> table { background-color: white; border-collapse: collapse; color: #d0d0dc; →‎This is the main text colour.: margin: 0 auto; /* This centers the box....")
 
Line 3: Line 3:
 
     background-color: white;
 
     background-color: white;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
     color: #d0d0dc; /* This is the main text colour. */
+
     color: #000000; /* This is the main text colour. */
 
     margin: 0 auto; /* This centers the box. */
 
     margin: 0 auto; /* This centers the box. */
 
     max-width: 900px;
 
     max-width: 900px;
Line 13: Line 13:
 
}
 
}
 
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 {
 
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 {
     color: #d0d0dc !important; /* This changes all the links to the colour you set, in all states. */
+
     color: #000000!important; /* This changes all the links to the colour you set, in all states. */
 
}
 
}
 
.banner {
 
.banner {
     background-color: #030208;
+
     background-color: #6E8231;
 
     border-radius: 15px; /* remove this line or set to 0 if you want sharp corners. */
 
     border-radius: 15px; /* remove this line or set to 0 if you want sharp corners. */
 
}
 
}
Line 30: Line 30:
 
     text-align: center;  
 
     text-align: center;  
 
     text-shadow: 1px 1px 3px #305B6E;  
 
     text-shadow: 1px 1px 3px #305B6E;  
    width: 490px;
 
 
}
 
}
 
.CTBigText {
 
.CTBigText {
Line 47: Line 46:
 
}
 
}
 
.heading {
 
.heading {
     background-color: #305B6E;  
+
     background-color: #C7C259;  
 
     border-radius: 15px 15px 0 0;
 
     border-radius: 15px 15px 0 0;
 
     font-size: 22pt;
 
     font-size: 22pt;
Line 61: Line 60:
 
}
 
}
 
.cell {
 
.cell {
     background-color: #030208;
+
     background-color: #A2BD54;
 
     border-radius: 15px;
 
     border-radius: 15px;
 
     vertical-align: top;  
 
     vertical-align: top;  
Line 81: Line 80:
 
     font-variant: medium-caps;  
 
     font-variant: medium-caps;  
 
     font-size: 16pt;
 
     font-size: 16pt;
 +
 
 
}
 
}
 
.subsubhead {
 
.subsubhead {
Line 86: Line 86:
 
     font-size: 13pt;
 
     font-size: 13pt;
 
     padding-top: 8px;
 
     padding-top: 8px;
 +
 
}
 
}
 
/* Example of page-specific adjustments below */
 
/* Example of page-specific adjustments below */
Line 95: Line 96:
 
}
 
}
 
</css>
 
</css>
{| class="banner"
 
|&nbsp;
 
|-
 
| 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>
 
| class="rightpic" |[[File:Mage.png|200px]]
 
|-
 
|colspan=3|<span class="CTBigText">Stark</span>
 
|}
 
 
{| class="data plainlinks"
 
{| class="data plainlinks"
 
|-
 
|-
| class="cell facts" | <div class="heading">Information</div>
+
| class="cell facts" |
<div class="info">{{:Character_Name/Facts}}</div>
+
<div class="info">{{:Character_Name/Banner}}</div>
| class="cell pics" |  <div class="heading">Snapshots</div>
+
| class="cell pics" |  <div class="heading">Information</div>
<div class="info">{{:Character_Name/Snapshots}}</div>
+
<div class="info">{{:Character_Name/Information}}</div>
 
|-
 
|-
| class="cell hooks" |  <div class="heading">Inspiration</div>
+
| class="cell facts" | <div class="heading">Background</div>
 +
<div class="info">{{:Character_Name/Background}}</div>
 +
| class="cell hooks" |  <div class="heading">Hooks</div>
 
<div class="info">{{:Character_Name/Hooks}}</div>
 
<div class="info">{{:Character_Name/Hooks}}</div>
| class="cell contacts" | <div class="heading">People</div>
+
|-
 +
| class="cell pics" | <div class="heading">Contacts</div>
 
<div class="info">{{:Character_Name/Contacts}}</div>
 
<div class="info">{{:Character_Name/Contacts}}</div>
 +
|class="cell hooks" | <div class="heading">RP Logs</div>
 +
<div class="info">{{ RP Logs | name = Character_Name | columns = 1 | ordermethod = gamedate }}</div>
 
|-
 
|-
| class="cell logs" colspan=2| <div class="heading">RP Logs</div>
+
| class="cell logs" colspan=2| <div class="heading">Gallery</div>
<div class="info">{{ RP Logs | name = Character_Name | columns = 4 | ordermethod = gamedate }}</div>
+
<div class="info">{{:Character_Name/Gallery}}</div>
 +
 
 
|}
 
|}

Revision as of 08:14, 17 February 2020