Difference between revisions of "Dusty"

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: #8B0000; /* This is the main text colour. */
+
     color: #E0FFFF; /* 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: #8B0000 !important; /* This changes all the links to the colour you set, in all states. */
+
     color: #E0FFFF !important; /* This changes all the links to the colour you set, in all states. */
 
}
 
}
 
.banner {
 
.banner {
Line 28: Line 28:
 
     font-style: italic;
 
     font-style: italic;
 
     font-variant: small-caps;
 
     font-variant: small-caps;
     color: #8B0000; /* This is the name text colour. */
+
     color: #E0FFFF; /* This is the name text colour. */
 
     text-align: center;  
 
     text-align: center;  
 
     text-shadow: 1px 1px 3px #44202c;  
 
     text-shadow: 1px 1px 3px #44202c;  

Revision as of 07:21, 9 April 2019