Changes

Jump to navigation Jump to search
m
no edit summary
Line 261: Line 261:  
   margin-top:15px;
 
   margin-top:15px;
 
   width:100%;
 
   width:100%;
 +
}
 +
 +
/* Season Schedule Table Styling */
 +
 +
#springtable {
 +
  border:1px solid rgb(132,174,236);
 +
  padding:5px;
 +
  border-radius:11px;
 +
  margin-top:15px;
 +
  width:100%;
 +
}
 +
 +
#springtable th {
 +
  background-color: #03A007;
 +
}
 +
 +
table.seasontable > tr > th, table.seasontable > * > tr > th {
 +
  text-align: center;
 +
  border-color: #007448;
 +
  box-shadow: 0px 1px rgba(0, 0, 0, 0.3);
 +
  color: white;
 +
  text-shadow: 0px 2px #00321f;
 
}
 
}
  

Navigation menu