Difference between revisions of "Team:UCLA/core/journalcss"

Line 2: Line 2:
 
background-color: #f6f6f6;
 
background-color: #f6f6f6;
 
}
 
}
 
 
/*TEAM SELECT STYLING*/
 
/*TEAM SELECT STYLING*/
 
.team-select {
 
.team-select {
 
text-align: center;
 
text-align: center;
 
background-color: white;
 
background-color: white;
 +
margin-bottom: 30px;
 +
max-width: none;
 
}
 
}
 
.team {
 
.team {
Line 27: Line 28:
 
.week-entry {
 
.week-entry {
 
   background-color: white;
 
   background-color: white;
   box-shadow: 0 0 1px black;
+
   box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
 +
  margin-bottom: 20px;
 +
}
 +
 
 +
.week-number, .day-date {
 +
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
 +
padding: 10px;
 +
text-align: center;
 +
margin-left: 10px;
 +
}
 +
.week-number span, .day-date span {
 +
font-size: 10pt;
 +
}
 +
.week-number p, .day-date p {
 +
font-size: 25pt;
 
}
 
}

Revision as of 22:22, 26 July 2016

  1. content {

background-color: #f6f6f6; } /*TEAM SELECT STYLING*/ .team-select { text-align: center; background-color: white; margin-bottom: 30px; max-width: none; } .team { padding-bottom: 40px; } .team-active h3 { text-decoration: underline; }

  1. team-cdi h3 {

color: #ff695c; }

  1. team-pcage h3 {

color: #4d7cff; }

.journal {

 background-color: #ccc;

}

.week-entry {

 background-color: white;
 box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
 margin-bottom: 20px;

}

.week-number, .day-date { box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4); padding: 10px; text-align: center; margin-left: 10px; } .week-number span, .day-date span { font-size: 10pt; } .week-number p, .day-date p { font-size: 25pt; }