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

Line 101: Line 101:
 
h1 {
 
h1 {
 
     font-family: Arial;
 
     font-family: Arial;
     font-size: 32px;
+
     font-size: 42px;
 
     font-style: normal;
 
     font-style: normal;
 
     font-variant: normal;
 
     font-variant: normal;
 
     font-weight: 100;
 
     font-weight: 100;
     line-height: 32px;
+
     line-height: 42px;
 
     color: black;
 
     color: black;
 
     border: none;
 
     border: none;
Line 111: Line 111:
 
  h2 {
 
  h2 {
 
     font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
 
     font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
     font-size: 25px;
+
     font-size: 32px;
 
     font-style: normal;
 
     font-style: normal;
 
     font-variant: normal;
 
     font-variant: normal;
 
     font-weight: 700;
 
     font-weight: 700;
     line-height: 32px;
+
     line-height: 42px;
 
     color: black;
 
     color: black;
 
}
 
}
 
  h3 {
 
  h3 {
 
     font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
 
     font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
     font-size: 25px;
+
     font-size: 32px;
 
     font-style: normal;
 
     font-style: normal;
 
     font-variant: normal;
 
     font-variant: normal;
 
     font-weight: 700;
 
     font-weight: 700;
     line-height: 32px;
+
     line-height: 42px;
    color: black;
+
 
}
 
}
 
  p, ol li, ul li {
 
  p, ol li, ul li {
 
     font-family: Arial;
 
     font-family: Arial;
     font-size: 20px;
+
     font-size: 26px;
 
     font-style: normal;
 
     font-style: normal;
 
     font-variant: normal;
 
     font-variant: normal;
     font-weight: 100;
+
     font-weight: 400;
     line-height: 32px;
+
     line-height: 42px;
 
     text-align: justify;
 
     text-align: justify;
 
}
 
}
 
  blockquote {
 
  blockquote {
 
     font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
 
     font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
     font-size: 25px;
+
     font-size: 32px;
 
     font-style: normal;
 
     font-style: normal;
 
     font-variant: normal;
 
     font-variant: normal;
 
     font-weight: 400;
 
     font-weight: 400;
     line-height: 32px;
+
     line-height: 42px;
 
}
 
}
 
  pre {
 
  pre {
 
     font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
 
     font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
     font-size: 16px;
+
     font-size: 21px;
 
     font-style: normal;
 
     font-style: normal;
 
     font-variant: normal;
 
     font-variant: normal;
 
     font-weight: 400;
 
     font-weight: 400;
     line-height: 32px;
+
     line-height: 42px;
 
}
 
}
  

Revision as of 07:37, 9 October 2018