Difference between revisions of "Lleutrim"

From City of Hope MUSH
Jump to navigation Jump to search
imported>RancherMountains
imported>RancherMountains
Line 5: Line 5:
 
     color: #172BC2; /* This is the main text colour. */
 
     color: #172BC2; /* 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: 1000px;
     width: 900px; /* This can be changed but other numbers may also need adjusting if you do. */
+
     width: 1000px; /* This can be changed but other numbers may also need adjusting if you do. */
 
}
 
}
 
td {
 
td {
Line 21: Line 21:
 
.banner .main {
 
.banner .main {
 
     font-family: Perpetua, serif;
 
     font-family: Perpetua, serif;
     font-size: 72pt;  
+
     font-size: 80pt;  
 
     font-style: italic;
 
     font-style: italic;
 
     font-variant: small-caps;
 
     font-variant: small-caps;
Line 55: Line 55:
 
     border-radius: 15px;
 
     border-radius: 15px;
 
     vertical-align: top;  
 
     vertical-align: top;  
     font-size:16px;
+
     font-size:18px;
 
     position: relative;
 
     position: relative;
 
     width: 50%;
 
     width: 50%;
Line 71: Line 71:
 
.subhead {
 
.subhead {
 
     font-variant: medium-caps;  
 
     font-variant: medium-caps;  
     font-size: 16pt;
+
     font-size: 18pt;
 
}
 
}
 
.subsubhead {
 
.subsubhead {
 
     display: inline-block;
 
     display: inline-block;
     font-size: 13pt;
+
     font-size: 18pt;
 
     padding-top: 8px;
 
     padding-top: 8px;
 
}
 
}

Revision as of 22:04, 17 September 2018