Difference between revisions of "Efrem"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Dusty
imported>Dusty
Line 3: Line 3:
 
     background-color: white;
 
     background-color: white;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
     color: #E0FFFF; /* This is the main text colour. */
+
     color: #FFFFFF; /* 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 16: Line 16:
 
}
 
}
 
.banner {
 
.banner {
     background-color: #FF4500;
+
     background-color: #8B0000;
 
     border-radius: 0px; /* remove this line or set to 0 if you want sharp corners. */
 
     border-radius: 0px; /* remove this line or set to 0 if you want sharp corners. */
 
}
 
}
Line 28: Line 28:
 
     font-style: italic;
 
     font-style: italic;
 
     font-variant: small-caps;
 
     font-variant: small-caps;
     color: #0000CD; /* This is the name text colour. */
+
     color: #FF5600; /* This is the name text colour. */
 
     text-align: center;  
 
     text-align: center;  
     text-shadow: 1px 1px 3px #44202c;  
+
     text-shadow: 1px 1px 3px #000000;  
 
     width: 490px;
 
     width: 490px;
 
}
 
}
Line 39: Line 39:
 
}
 
}
 
.heading {
 
.heading {
     background-color: #0000CD;  
+
     background-color: #000000;  
 
     border-radius: 0px 0px 0 0;
 
     border-radius: 0px 0px 0 0;
 
     font-size: 22pt;
 
     font-size: 22pt;
Line 53: Line 53:
 
}
 
}
 
.cell {
 
.cell {
     background-color: #FF4500;
+
     background-color: #8B0000;
 
     border-radius: 0px;
 
     border-radius: 0px;
 
     vertical-align: top;  
 
     vertical-align: top;  

Revision as of 18:22, 10 April 2019