Difference between revisions of "Spyder"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Carcass23
m
imported>Carcass23
m
Line 5: Line 5:
 
     color: #000000; /* 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: 800px;
     width: 900px; /* This can be changed but other numbers may also need adjusting if you do. */
+
     width: 800px; /* This can be changed but other numbers may also need adjusting if you do. */
 
}
 
}
 
td {
 
td {
Line 17: Line 17:
 
.banner {
 
.banner {
 
     background-color: black;
 
     background-color: black;
     border-radius: 15px; /* remove this line or set to 0 if you want sharp corners. */
+
     border-radius: 14px; /* remove this line or set to 0 if you want sharp corners. */
 
}
 
}
 
.banner .leftpic, .banner .rightpic {
 
.banner .leftpic, .banner .rightpic {
 
     padding: 1.5em 0 4em;
 
     padding: 1.5em 0 4em;
     width: 200px;
+
     width: 175px;
 
}
 
}
 
.banner .main {
 
.banner .main {
 
     color: #A9A9A9;
 
     color: #A9A9A9;
 
     font-family: Perpetua, serif;
 
     font-family: Perpetua, serif;
     font-size: 42pt;  
+
     font-size: 46pt;  
 
     font-style: italic;
 
     font-style: italic;
 
     font-variant: small-caps;
 
     font-variant: small-caps;
Line 41: Line 41:
 
     background-color: #000000;  
 
     background-color: #000000;  
 
     color: #FFF8E5;
 
     color: #FFF8E5;
     border-radius: 15px 15px 0 0;
+
     border-radius: 14px 14px 0 0;
     font-size: 22pt;
+
     font-size: 19pt;
 
     font-variant: small-caps;
 
     font-variant: small-caps;
 
     height: 1.25em;
 
     height: 1.25em;

Revision as of 19:28, 7 December 2017