Difference between revisions of "Team:UCSC/CSS"

Line 175: Line 175:
 
     width: 25%;
 
     width: 25%;
 
     padding: 0px;
 
     padding: 0px;
     background-color: #515151;
+
     background-color: #D3D3D3;
 
}
 
}
  
Line 183: Line 183:
 
     clear: both;
 
     clear: both;
 
     display: table;
 
     display: table;
     background-color: #515151;
+
     background-color: #D3D3D3;
 
}
 
}
  
Line 196: Line 196:
 
   border-left:1.5px solid black;  
 
   border-left:1.5px solid black;  
 
   border-right: 1.5px solid black;
 
   border-right: 1.5px solid black;
   background-color: #515151;
+
   background-color: #D3D3D3;
 
}
 
}
  
Line 243: Line 243:
 
   background-color: #717171;
 
   background-color: #717171;
 
}
 
}
 +
  
 
/* Fading animation */
 
/* Fading animation */
Line 250: Line 251:
 
   animation-name: fade;
 
   animation-name: fade;
 
   animation-duration: 1.5s;
 
   animation-duration: 1.5s;
   background-color: #515151;
+
   background-color: #D3D3D3
 
}
 
}
  
 +
/* Text Styles */
 
.FullNames {
 
.FullNames {
 
   text-align: center;  
 
   text-align: center;  
 
   font-size:175%;  
 
   font-size:175%;  
   margin-top:-0px;  
+
   margin-top:5px;  
   background-color: #515151;  
+
   background-color: #D3D3D3;  
   color: #F0AE2F;
+
   color: black;
 +
  font: Plantagenet Cherokee;
 +
  margin-top: -22px;
 
}
 
}
 +
 +
.PersDesc {
 +
  text-align: center;
 +
  font-size:112.5%;
 +
  margin-top:5px;
 +
  background-color: #D3D3D3;
 +
  color: #595959;
 +
  font: Plantagenet Cherokee;
 +
}
 +
 +
.header-wrapper>p {
 +
    font-family: "Roboto Condensed Light",Helvetica,Arial,sans-serif;
 +
    font-size: 400%;
 +
    display: inline-flex;
 +
}
 +
 +
 +
  
 
@-webkit-keyframes fade {
 
@-webkit-keyframes fade {
Line 281: Line 303:
 
   max-width: 0;
 
   max-width: 0;
 
}
 
}
 
  
  

Revision as of 21:13, 25 June 2018