Difference between revisions of "Dawson/Template3a/Portrait"

From City of Hope MUSH
Jump to navigation Jump to search
(Created page with "<css> table { background-color: white; border-collapse: collapse; color: #000000; →‎This is the main text colour.: margin: 0 auto; /* This centers the box....")
 
(stupid idea. blah)
Tag: Blanking
 
Line 1: Line 1:
<css>
 
table {
 
    background-color: white;
 
    border-collapse: collapse;
 
    color: #000000; /* This is the main text colour. */
 
    margin: 0 auto; /* This centers the box. */
 
    max-width: 800px;
 
    width: 800px; /* This can be changed but other numbers may also need adjusting if you do. */
 
}
 
  
.banner {
 
    background-color: #6E8231;
 
    border-radius: 15px; /* remove this line or set to 0 if you want sharp corners. */
 
}
 
 
.banner .main {
 
    font-family: Perpetua, serif;
 
    font-size: 40pt;
 
    font-style: italic;
 
    font-variant: small-caps;
 
    text-align: center;
 
    text-shadow: 1px 1px 3px #305B6E;
 
}
 
.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        : #ffffff;
 
}
 
.data {
 
    border-collapse: separate;
 
    border-spacing: .25em;
 
    min-width: calc(900px + .5em);
 
}
 
.heading {
 
    background-color: #C7C259;
 
    border-radius: 15px 15px 0 0;
 
    font-size: 22pt;
 
    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: 50%;
 
}
 
.cell {
 
    background-color: #A2BD54;
 
    border-radius: 15px;
 
    vertical-align: top;
 
    font-size:12px;
 
    position: relative;
 
    width: 50%;
 
}
 
}
 
</css>
 
{| class="data plainlinks"
 
|-
 
| class="cell facts" | 
 
<div class="info">
 
<center>
 
&nbsp;
 
<span style="display: inline-block; overflow: hidden; border-radius: 20px;">[[Image:Stark-01.jpg|center|390px]]</span>
 
<span class="CTBigText">Stark</span>
 
</center>
 
</div>
 

Latest revision as of 08:48, 17 February 2020