(Created page with ".journal { background-color: #ccc; } .week-entry { background-color: white; box-shadow: 0 0 1px black; }") |
|||
Line 1: | Line 1: | ||
+ | #content { | ||
+ | background-color: #f6f6f6; | ||
+ | } | ||
+ | |||
+ | /*TEAM SELECT STYLING*/ | ||
+ | .team-select { | ||
+ | text-align: center; | ||
+ | background-color: white; | ||
+ | } | ||
+ | .team { | ||
+ | padding-bottom: 40px; | ||
+ | } | ||
+ | .team-active h3 { | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | #team-cdi h3 { | ||
+ | color: #ff695c; | ||
+ | } | ||
+ | #team-pcage h3 { | ||
+ | color: #4d7cff; | ||
+ | } | ||
+ | |||
.journal { | .journal { | ||
background-color: #ccc; | background-color: #ccc; |
Revision as of 22:15, 26 July 2016
- content {
background-color: #f6f6f6; }
/*TEAM SELECT STYLING*/ .team-select { text-align: center; background-color: white; } .team { padding-bottom: 40px; } .team-active h3 { text-decoration: underline; }
- team-cdi h3 {
color: #ff695c; }
- team-pcage h3 {
color: #4d7cff; }
.journal {
background-color: #ccc;
}
.week-entry {
background-color: white; box-shadow: 0 0 1px black;
}