Difference between revisions of "Samir"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Dragon
m
imported>Dragon
m
Line 3: Line 3:
 
     background-color: white;
 
     background-color: white;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
     color: #000000; /* This is the main text colour. */
+
     color: #bb6012; /* 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: #bb6012;
+
     background-color: #000000;
 
     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 38: Line 38:
 
}
 
}
 
.heading {
 
.heading {
     background-color: #bb6012;  
+
     background-color: #000000;  
 
     border-radius: 15px 15px 0 0;
 
     border-radius: 15px 15px 0 0;
 
     font-size: 22pt;
 
     font-size: 22pt;
Line 52: Line 52:
 
}
 
}
 
.cell {
 
.cell {
     background-color: #cea675;
+
     background-color: #bb6012;
 
     border-radius: 15px;
 
     border-radius: 15px;
 
     vertical-align: top;  
 
     vertical-align: top;  

Revision as of 14:24, 6 April 2018