Difference between revisions of "Hu-Yin"

From City of Hope MUSH
Jump to navigation Jump to search
Line 3: Line 3:
 
     background-color: white;
 
     background-color: white;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
     color: #000080; /* This is the main text colour. */
+
     color: #408000; /* 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: #011b40;
+
     background-color: #012e14;
 
     border-radius: 15px; /* remove this line or set to 0 if you want sharp corners. */
 
     border-radius: 15px; /* remove this line or set to 0 if you want sharp corners. */
 
}
 
}
Line 30: Line 30:
 
     font-variant: small-caps;
 
     font-variant: small-caps;
 
     text-align: center;  
 
     text-align: center;  
     text-shadow: 1px 1px 3px #44202c;  
+
     text-shadow: 1px 1px 3px #20442b;  
 
     width: 490px;
 
     width: 490px;
 
}
 
}
Line 39: Line 39:
 
}
 
}
 
.heading {
 
.heading {
     background-color: #0047AB;  
+
     background-color: #012e14;  
 
     color: #FFBF00;
 
     color: #FFBF00;
 
     border-radius: 15px 15px 0 0;
 
     border-radius: 15px 15px 0 0;
Line 54: Line 54:
 
}
 
}
 
.cell {
 
.cell {
     background-color: #87CEFA;
+
     background-color: #49874b;
 
     border-radius: 15px;
 
     border-radius: 15px;
 
     vertical-align: top;  
 
     vertical-align: top;  

Revision as of 12:25, 31 August 2024