(Created page with "<!DOCTYPE html> <html class="no-js"> <style> →******************************** WIKI RESET *******************************: #sideMenu, #top_title { display:n...") |
|||
Line 1: | Line 1: | ||
<!DOCTYPE html> | <!DOCTYPE html> | ||
<html class="no-js"> | <html class="no-js"> | ||
− | + | <style> /********************************* WIKI RESET ********************************/ | |
+ | @import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,700%7CSource+Sans+Pro:400,700%7CMontserrat:500'); | ||
#sideMenu, #top_title { | #sideMenu, #top_title { | ||
− | + | display:none; | |
} | } | ||
#content { | #content { | ||
− | + | padding:0px; | |
− | + | width:100% !important; | |
− | + | margin-top:-26px; | |
− | + | margin-left:0px ; | |
− | + | font-family:"Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; !important; | |
} | } | ||
body { | body { | ||
− | + | background-color: black; | |
− | + | font-family:"Crimson Text", "Source Sans Pro", Montserrat, sans-serif; !important; | |
} | } | ||
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { | ||
− | + | font-family:"Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; !important; | |
} | } | ||
− | + | #HQ_page .bios-banner-caption { | |
− | + | text-align: center; !important; | |
− | + | font-family: 'Crimson Text', serif; !important; | |
− | + | font-size: 65px; !important; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | #HQ_page p { | |
− | + | font-family:"Crimson Text", "Helvetica Neue", Helvetica, Arial, sans-serif; !important; | |
− | + | font-size: 16px; !important; | |
− | + | text-align: left; !important; | |
+ | |||
+ | } | ||
+ | |||
+ | #HQ_page .bio-title { | ||
+ | font-size: 36px; !important; | ||
+ | } | ||
+ | |||
+ | #HQ_page .bio-subtitle { | ||
+ | font-size: 24px; !important; | ||
+ | } | ||
+ | |||
+ | #HQ_page .sponsors-title { | ||
+ | margin: 100px 0; !important; | ||
+ | text-align: center; !important; | ||
+ | font-size: 65px; !important; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
+ | <title>Bios</title> | ||
+ | <meta name="description" content="Bios"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <!--Stylesheets--> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/bootstrapCSS?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/styles?action=raw&ctype=text/css"> <!--For nav bar text--> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/animateCSS?action=raw&ctype=text/css"> <!--For slide show text animation--> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:Cornell/slickCSS?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/mainCSS?action=raw&ctype=text/css"> | ||
+ | <!-- JavaScript Files--> | ||
+ | <script src="https://2017.igem.org/Team:Cornell/jquerymin?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | <script src="https://2017.igem.org/Team:Cornell/modernizrJS?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | <script src="https://2017.igem.org/Team:Cornell/slickJS?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | <script src="https://2017.igem.org/Team:Cornell/stellar?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | <script src="https://2017.igem.org/Team:Cornell/mainJS?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | </head> | ||
+ | |||
+ | <body class="ex-layout"> | ||
<!------------------------NAV BAR------------------------> | <!------------------------NAV BAR------------------------> |
Revision as of 15:22, 21 October 2017
<!DOCTYPE html>