Difference between revisions of "Team:NUS Singapore-A/Templates/Style"

Line 74: Line 74:
 
h5,
 
h5,
 
h6 {
 
h6 {
     font-family: 'roboto', sans-serif !important;
+
     font-family: 'Arial', sans-serif;
 
     color: black;
 
     color: black;
 
     background: none;
 
     background: none;
Line 83: Line 83:
 
}
 
}
 
/*as a script gets a paragraph, by default, no formatting for p */
 
/*as a script gets a paragraph, by default, no formatting for p */
 
p {
 
    font-size: 1.1rem !important;
 
    font-family: 'roboto', sans-serif !important;
 
    line-height:1.5;
 
    text-align:left !important;
 
    color: #1d2129;
 
}
 
h1 {
 
    font-size: 3.0rem;
 
    line-height: normal;
 
    padding-bottom: 1.4rem;
 
    margin-top: 3rem;
 
    text-align: center;
 
}
 
h2 {
 
    font-size: 2.4rem;
 
    line-height: normal;
 
    border-bottom: 1px solid #aaa;
 
    padding-bottom: 0.4rem;
 
    padding-top: 1.0rem;
 
}
 
h3 {
 
    font-size: 1.8rem;
 
    line-height: normal;
 
    padding-bottom: 0.4rem;
 
    padding-top: 0.6rem;
 
    text-align: center;
 
}
 
h4 {
 
    font-size: 1.5rem;
 
    line-height: normal;
 
    padding-bottom: 0.4rem;
 
    padding-top: 0.6rem;
 
}
 
h5 {
 
    font-weight: bold;
 
    line-height: normal;
 
    font-size: 1.2rem;
 
    padding-bottom: 0rem;
 
    padding-top: 0rem;
 
}
 
  
  
Line 139: Line 97:
  
 
/********************* Add our own style here ********************************/
 
/********************* Add our own style here ********************************/
 +
 +
/****************************BASIC CSS STUFF ****************************************/
 +
h1 {
 +
    font-family: Arial;
 +
    font-size: 32px;
 +
    font-style: normal;
 +
    font-variant: normal;
 +
    font-weight: 100;
 +
    line-height: 32px;
 +
    color: black;
 +
    border: none;
 +
}
 +
h2 {
 +
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
 +
    font-size: 25px;
 +
    font-style: normal;
 +
    font-variant: normal;
 +
    font-weight: 700;
 +
    line-height: 32px;
 +
    color: black;
 +
}
 +
h3 {
 +
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
 +
    font-size: 25px;
 +
    font-style: normal;
 +
    font-variant: normal;
 +
    font-weight: 700;
 +
    line-height: 32px;
 +
    color: black;
 +
}
 +
p, ol li, ul li {
 +
    font-family: Arial;
 +
    font-size: 20px;
 +
    font-style: normal;
 +
    font-variant: normal;
 +
    font-weight: 100;
 +
    line-height: 32px;
 +
    text-align: justify;
 +
}
 +
blockquote {
 +
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
 +
    font-size: 25px;
 +
    font-style: normal;
 +
    font-variant: normal;
 +
    font-weight: 400;
 +
    line-height: 32px;
 +
}
 +
pre {
 +
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
 +
    font-size: 16px;
 +
    font-style: normal;
 +
    font-variant: normal;
 +
    font-weight: 400;
 +
    line-height: 32px;
 +
}
 +
 +
 +
  
 
/****************************THIS IS CSS FROM INTERLAB*******************************/
 
/****************************THIS IS CSS FROM INTERLAB*******************************/
Line 205: Line 221:
 
   text-align: left;
 
   text-align: left;
 
   padding: 3px;
 
   padding: 3px;
}
 
table caption {
 
}
 
h1 {
 
  font-family: "MONTSERRAT", sans-serif;
 
  font-size: 22px;
 
  text-align: left;
 
  color: black;
 
  font-style: normal;
 
  font-weight: 300;
 
  color: black;
 
  padding-left: 5%;
 
  padding-top: 1.5%;
 
  padding-bottom: 1%;
 
  border: none;
 
}
 
 
h2 {
 
  font-family: "Lora", sans;
 
  font-weight: 300;
 
  text-align: left;
 
  color: black;
 
  margin-left: 5%;
 
  margin-bottom: 15px;
 
}
 
 
h3 {
 
  font-family: "Lora", sans;
 
  font-weight: 300;
 
  text-align: left;
 
  color: black;
 
}
 
 
p,
 
ol li,
 
ul li {
 
  font-family: "Lora", serif;
 
  font-size: 14px;
 
  word-spacing: 0.5em;
 
  text-align: justify;
 
 
}
 
}
  

Revision as of 07:33, 9 October 2018