Difference between revisions of "Team:UCSC/CSS-2"

Line 234: Line 234:
  
 
/*===== BASIC PAGE CLASSES =====*/ /* TODO: remove all "section-title" / "p-title" classes once switched to h1-6 */
 
/*===== BASIC PAGE CLASSES =====*/ /* TODO: remove all "section-title" / "p-title" classes once switched to h1-6 */
 
h3 {
 
  font-size: 1.5em !important;
 
}
 
 
h4 {
 
  font-size: 1.5em !important;
 
  color: var(--sectionTitle-txt-color, #0C5798);
 
}
 
 
h5 {
 
  font-size: 1.25em !important;
 
}
 
 
h6 {
 
  font-size: 1.25em !important;
 
  color: var(--sectionTitle-txt-color, #0C5798);
 
}
 
  
 
.flex-row h2, .flex-row h3, .flex-row h4, .flex-row h6 { /* Anchor jump offset */
 
.flex-row h2, .flex-row h3, .flex-row h4, .flex-row h6 { /* Anchor jump offset */
Line 499: Line 481:
 
   padding: 0;
 
   padding: 0;
 
   margin: 0;
 
   margin: 0;
}
 
 
h2 {
 
  font-size: 2em !important;
 
 
}
 
}
  
Line 1,218: Line 1,196:
 
/* Home Page */
 
/* Home Page */
  
h1 {
 
/*  font-size: 200% !important; */
 
/*  font-family: var(--main-txt-font) !important; */
 
  font-family: 'roboto500' !important;
 
}
 
 
h2 {
 
  font-size: 200% !important;
 
/*  font-family: var(--main-txt-font) !important; */
 
  font-family: 'roboto500' !important;
 
  color: var(--sectionTitle-txt-color, #0C5798);
 
}
 
 
 
 
h3, h2 {
 
  font-family: var(--main-txt-font) !important;
 
/*  font-family: 'roboto300' !important; */
 
}
 
  
 
.proj-button {
 
.proj-button {

Revision as of 20:50, 19 September 2018