Changes

Jump to navigation Jump to search
m
no edit summary
Line 273: Line 273:  
}
 
}
   −
table.springtable > tr > th, table.springtable > * > tr > th {
+
#seasontable th {
  background-color: #03A007;
   
   text-align: center;
 
   text-align: center;
 
   border-color: #007448;
 
   border-color: #007448;
Line 280: Line 279:  
   color: white;
 
   color: white;
 
   text-shadow: 0px 2px #00321f;
 
   text-shadow: 0px 2px #00321f;
 +
}
 +
 +
table.springtable > tr > th {
 +
  background-color: Pink;
 +
}
 +
 +
table.summertable > tr > th {
 +
  background-color: Green;
 +
}
 +
 +
table.falltable > tr > th {
 +
  background-color: Orange;
 +
}
 +
 +
table.wintertable > tr > th {
 +
  background-color: Lightblue;
 
}
 
}
  

Navigation menu