BambooPanda (Talk | contribs) |
|||
Line 74: | Line 74: | ||
h5, | h5, | ||
h6 { | h6 { | ||
− | font-family: ' | + | 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 */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
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; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Revision as of 07:33, 9 October 2018