Line 4: | Line 4: | ||
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet"> | <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Questrial" rel="stylesheet"> | <link href="https://fonts.googleapis.com/css?family=Questrial" rel="stylesheet"> | ||
− | <link href= | + | <link href='http://fonts.googleapis.com/css?family=Open+Sans" rel= |
+ | "stylesheet"> | ||
+ | <script src= | ||
+ | "https://2016.igem.org/Team:Dalhousie_Halifax_NS/libraries/jquery?action=raw&ctype=text/javascript" | ||
+ | type="text/javascript"> | ||
+ | </script> | ||
+ | <script src= | ||
+ | "https://2016.igem.org/Team:Dalhousie_Halifax_NS/libraries/bootstrapjs?action=raw&ctype=text/javascript" | ||
+ | type="text/javascript"> | ||
+ | </script> | ||
+ | <script src= | ||
+ | "https://2016.igem.org/Team:Dalhousie_Halifax_NS/libraries/smoothscrolling?action=raw&ctype=text/javascript" | ||
+ | type="text/javascript"> | ||
+ | </script> | ||
+ | <script src= | ||
+ | "https://2016.igem.org/Team:Dalhousie_Halifax_NS/libraries/autohide-navbar?action=raw&ctype=text/javascript" | ||
+ | type="text/javascript"> | ||
+ | </script> | ||
+ | <script> | ||
+ | $(".navbar-fixed-top").autoHidingNavbar(); | ||
+ | </script> | ||
<style type='text/css'> | <style type='text/css'> | ||
Line 14: | Line 34: | ||
h1 { | h1 { | ||
color: #c65c3f; | color: #c65c3f; | ||
− | font-family: | + | font-family: "Open Sans", sans-serif; |
font-size: 40px; | font-size: 40px; | ||
font-weight: normal; | font-weight: normal; | ||
Line 22: | Line 42: | ||
h2 { | h2 { | ||
color: #75a3a3; | color: #75a3a3; | ||
− | font-family: | + | font-family: "Questrial, sans-serif; |
font-size: 26px; | font-size: 26px; | ||
font-weight: normal; | font-weight: normal; | ||
Line 31: | Line 51: | ||
h3 { | h3 { | ||
color: #c65c3f; | color: #c65c3f; | ||
− | font-family: | + | font-family: "Open Sans", sans-serif; |
font-size: 16px; | font-size: 16px; | ||
font-weight: bold; | font-weight: bold; | ||
Line 41: | Line 61: | ||
p { | p { | ||
color: #363636; | color: #363636; | ||
− | font-family: | + | font-family: "Raleway", sans-serif; |
font-size: 14px; | font-size: 14px; | ||
line-height: 2em; | line-height: 2em; |
Revision as of 22:18, 17 October 2016
body { width: 960px; margin: 0 auto; } head { width: 960px; margin: 0 auto; } h1 { color: #c65c3f; font-family: "Open Sans", sans-serif; font-size: 40px; font-weight: normal; line-height: 48px; margin: 0 0 26px; } h2 { color: #75a3a3; font-family: "Questrial, sans-serif; font-size: 26px; font-weight: normal; line-height: 36px; margin: 0 0 18px; padding: 12px 0 0; } h3 { color: #c65c3f; font-family: "Open Sans", sans-serif; font-size: 16px; font-weight: bold; line-height: 18px; margin: 0 0 18px; padding: 12px 0 0; text-transform: uppercase; } p { color: #363636; font-family: "Raleway", sans-serif; font-size: 14px; line-height: 2em; margin: 0 0 18px; } #top_title, #sideMenu{ display: none; #content{ width:100%; padding: 0; margin: 0; } }