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

Line 30: Line 30:
 
.week-header {
 
.week-header {
 
padding-top: 10px;
 
padding-top: 10px;
 +
margin-bottom: 20px;
 +
}
 +
.week-header:after {
 +
content: "";
 +
width: 95%;
 +
border-bottom: 1px solid #ccc;
 +
display: block;
 +
margin: auto;
 +
position: relative;
 +
top: 9px;
 
}
 
}
  
Line 40: Line 50:
 
width: 9%;
 
width: 9%;
 
border-radius: 4px;
 
border-radius: 4px;
 +
}
 +
.day-date {
 +
margin-left: 10%;
 
}
 
}
 
.week-number span, .day-date span {
 
.week-number span, .day-date span {
Line 47: Line 60:
 
font-size: 42pt;
 
font-size: 42pt;
 
margin: -16px 0 -10px 0;
 
margin: -16px 0 -10px 0;
 +
}
 +
.day-entry {
 +
margin-bottom: 20px;
 
}
 
}

Revision as of 22:44, 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; }

.week-entry {

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

} .week-header { padding-top: 10px; margin-bottom: 20px; } .week-header:after { content: ""; width: 95%; border-bottom: 1px solid #ccc; display: block; margin: auto; position: relative; top: 9px; }

.week-number, .day-date { border: 1px solid #ccc; padding: 10px; text-align: center; margin-left: 25px; background-color: white; width: 9%; border-radius: 4px; } .day-date { margin-left: 10%; } .week-number span, .day-date span { font-size: 10pt; } .week-number p, .day-date p { font-size: 42pt; margin: -16px 0 -10px 0; } .day-entry { margin-bottom: 20px; }