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

Line 101: Line 101:
 
h1 {
 
h1 {
 
     font-family: Arial;
 
     font-family: Arial;
     font-size: 42px;
+
     font-size: 36px;
 
     font-style: normal;
 
     font-style: normal;
 
     font-variant: normal;
 
     font-variant: normal;
 
     font-weight: 100;
 
     font-weight: 100;
     line-height: 42px;
+
     line-height: 36px;
 
     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: 32px;
+
     font-size: 27px;
 
     font-style: normal;
 
     font-style: normal;
 
     font-variant: normal;
 
     font-variant: normal;
 
     font-weight: 700;
 
     font-weight: 700;
     line-height: 42px;
+
     line-height: 36px;
 
     color: black;
 
     color: black;
 
}
 
}
 
  h3 {
 
  h3 {
 
     font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
 
     font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
     font-size: 32px;
+
     font-size: 27px;
 
     font-style: normal;
 
     font-style: normal;
 
     font-variant: normal;
 
     font-variant: normal;
 
     font-weight: 700;
 
     font-weight: 700;
     line-height: 42px;
+
     line-height: 36px;
 
}
 
}
  p, ol li, ul li {
+
  p, ul li, ol li {
 
     font-family: Arial;
 
     font-family: Arial;
     font-size: 26px;
+
     font-size: 22px;
 
     font-style: normal;
 
     font-style: normal;
 
     font-variant: normal;
 
     font-variant: normal;
     font-weight: 400;
+
     font-weight: 100;
     line-height: 42px;
+
     line-height: 36px;
 
     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: 32px;
+
     font-size: 27px;
 
     font-style: normal;
 
     font-style: normal;
 
     font-variant: normal;
 
     font-variant: normal;
 
     font-weight: 400;
 
     font-weight: 400;
     line-height: 42px;
+
     line-height: 36px;
 
}
 
}
 
  pre {
 
  pre {
 
     font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
 
     font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
     font-size: 21px;
+
     font-size: 18px;
 
     font-style: normal;
 
     font-style: normal;
 
     font-variant: normal;
 
     font-variant: normal;
 
     font-weight: 400;
 
     font-weight: 400;
     line-height: 42px;
+
     line-height: 36px;
 
}
 
}
  
Line 282: Line 282:
 
/**************************************CSS FOR NOTEBOOK***************************************************/
 
/**************************************CSS FOR NOTEBOOK***************************************************/
  
    table {
+
/*    table {
 
         font-family: "Lora";
 
         font-family: "Lora";
 
         font-size: 12px;
 
         font-size: 12px;
Line 328: Line 328:
 
         margin-right:5%;
 
         margin-right:5%;
 
     }
 
     }
 
+
*/
 
     img {
 
     img {
 
         display: block;
 
         display: block;

Revision as of 07:49, 9 October 2018