Line 1: | Line 1: | ||
<html> | <html> | ||
− | + | <link href="https://fonts.googleapis.com/css?family=Oswald:300" rel="stylesheet"> | |
− | + | <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> | |
− | + | <link href="https://fonts.googleapis.com/css?family=Poppins:600" rel="stylesheet"> | |
− | + | <style type="text/css"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | /* Setting the WIKI config to default. START */ | |
− | + | * { | |
− | + | margin: 0; | |
− | + | padding: 0; | |
− | + | border: 0; | |
− | + | font-size: 100%; | |
− | + | font: inherit; | |
− | + | vertical-align: baseline; | |
− | + | } | |
− | + | #globalWrapper { | |
− | + | margin: 0 auto; | |
− | + | padding: 0; | |
− | + | top: 0; | |
− | + | left: 0; | |
− | + | bottom: 0; | |
− | + | width: 100%; | |
− | + | height: auto; | |
− | + | position: relative; | |
− | + | overflow: visible; | |
− | + | background-color: transparent; | |
− | + | } | |
− | + | #content { | |
− | + | margin: 0; | |
− | + | padding: 0; | |
− | + | border: none; | |
− | + | top: 0; | |
− | + | left: 0; | |
− | + | bottom: 0; | |
− | + | width: 100%; | |
− | + | height: auto; | |
− | + | position: relative; | |
− | + | z-index: 1; | |
− | + | background-color: transparent; | |
− | + | } | |
− | + | #bodyContent, #HQ_page, #mw-content-text { | |
− | + | margin: 0 auto; | |
− | + | padding: 0; | |
− | + | border: none; | |
− | + | border-color: none; | |
− | + | top: 0; | |
− | + | left: 0; | |
− | + | bottom: 0; | |
− | + | height: auto; | |
− | + | width: 100%; | |
− | + | position: relative; | |
− | + | background-color: transparent; | |
− | + | } | |
− | + | #top_title, #sideMenu, #top_menu_under { display: none; } | |
− | + | #top_menu_14 { position: fixed; } | |
− | + | /* Setting the WIKI config to default. END */ | |
− | + | ||
− | + | body { | |
− | + | background: #FFFFFF url('https://static.igem.org/mediawiki/2016/4/4c/T--TEC-Costa_Rica--gplaypattern_background.png') top left repeat; | |
− | + | } | |
− | + | #HQ_page h1, #HQ_page h2, #HQ_page h3 { font-family: 'Poppins', sans-serif; } | |
− | + | #HQ_page h1 { font-size: 26px; } | |
− | + | #HQ_page h2 { font-size: 22px; } | |
− | + | #HQ_page h3 { font-size: 18px; } | |
− | + | #HQ_page p { | |
− | + | font-family: 'Lato', sans-serif; | |
− | + | font-size: 16px; | |
− | + | margin: 0; | |
− | + | padding: 0; | |
− | + | border: 0; | |
− | + | text-align: justify; | |
− | + | } | |
− | + | ||
− | + | /* NAVBAR settings. START */ | |
− | + | navbar { | |
− | + | box-shadow: 5px 4px 5px #000; | |
− | + | font-family: 'Open Sans', sans-serif; | |
− | + | margin-top: 16px; | |
− | + | background: #FFFFFF url('https://static.igem.org/mediawiki/2016/7/7e/T--TEC-Costa_Rica--lodyas_background.png') top left repeat; | |
− | + | } | |
− | + | .navbar-nav li a { | |
− | + | line-height: 25px; | |
− | + | font-family: 'Oswald', sans-serif; | |
− | + | font-weight: normal; | |
− | + | font-size: 18px; | |
− | + | } | |
− | + | .dropdown .dropdown-menu { margin: 0; } | |
− | + | .dropdown:hover { | |
− | + | border-bottom: 2px solid white; | |
− | + | background-color: black; | |
− | + | } | |
− | </ | + | .active { |
+ | border-bottom: 2px solid white; | ||
+ | } | ||
+ | .navbar-toggle { | ||
+ | margin-top: 15px; | ||
+ | } | ||
+ | .navbar-brand { | ||
+ | padding-top: 7.5px; | ||
+ | } | ||
+ | .navbar-brand img { | ||
+ | height: 50px; | ||
+ | width: 125px; | ||
+ | } | ||
+ | .navbar .container-fluid { | ||
+ | width: 85%; | ||
+ | } | ||
+ | /* NAVBAR settings. START */ | ||
+ | |||
+ | /* MAIN settings. START */ | ||
+ | .well { | ||
+ | background-color: rgba(245, 245, 245, 0.5); | ||
+ | } | ||
+ | |||
+ | main { | ||
+ | width: 85%; | ||
+ | height: 100%; | ||
+ | display: block; | ||
+ | margin: auto; | ||
+ | margin-top: 90px; | ||
+ | position: relative; | ||
+ | padding-bottom: 200px; | ||
+ | padding-left: 25; | ||
+ | padding-right: 25; | ||
+ | } | ||
+ | |||
+ | main li { | ||
+ | font-family: 'Lato', sans-serif; | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | |||
+ | main h1, main h2, main h3 { | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | .home { | ||
+ | width: 100% | ||
+ | } | ||
+ | |||
+ | .modelling_simulations img { | ||
+ | height: 400px; | ||
+ | width: 400px; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* CUSTOMIZE THE CAROUSEL | ||
+ | -------------------------------------------------- */ | ||
+ | |||
+ | .carousel { height: 500px; } | ||
+ | .carousel-caption { z-index: 10; } | ||
+ | .carousel .item { | ||
+ | height: 500px; | ||
+ | background-color: #777; | ||
+ | } | ||
+ | .carousel-inner > .item > img { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | min-width: 100%; | ||
+ | height: 500px; | ||
+ | } | ||
+ | .carousel-indicators, .mw-content-ltr ol { | ||
+ | position: absolute; | ||
+ | bottom: 10px; | ||
+ | left: 50%; | ||
+ | z-index: 15; | ||
+ | width: 60%; | ||
+ | padding-left: 0; | ||
+ | margin-left: -30%; | ||
+ | text-align: center; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | .carousel-caption { | ||
+ | background-color: rgba(0, 0, 0, 0.5); | ||
+ | padding: 20px; | ||
+ | width: 100%; | ||
+ | right: 0; | ||
+ | left: 0; | ||
+ | } | ||
+ | |||
+ | .carousel-caption p { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | main .team-header img { | ||
+ | height: 75%; | ||
+ | width: 80%; | ||
+ | display: block; | ||
+ | margin: 0 auto 0 auto; | ||
+ | } | ||
+ | main .team-header h1 { | ||
+ | text-align: center; | ||
+ | margin: 10px 0 10px 0; | ||
+ | } | ||
+ | |||
+ | /* FOOTER settings. START */ | ||
+ | footer { | ||
+ | background-color: #3c3d41; | ||
+ | padding: 20px; | ||
+ | color: rgba(255, 255, 255, 1.00); | ||
+ | background: #FFFFFF url('https://static.igem.org/mediawiki/2016/7/7e/T--TEC-Costa_Rica--lodyas_background.png') top left repeat; | ||
+ | width: 100%; | ||
+ | height: auto; | ||
+ | bottom: 0; | ||
+ | } | ||
+ | footer .row { | ||
+ | width: 85%; | ||
+ | height: auto; | ||
+ | display: block; | ||
+ | margin: 0 auto 0 auto; | ||
+ | } | ||
+ | footer .col-md-4 { | ||
+ | padding: 0 25px; | ||
+ | height: auto; | ||
+ | border-color: transparent; | ||
+ | } | ||
+ | .footer-brand img { display: inline; } | ||
+ | .footer-brand #igem-logo { | ||
+ | height: 50px; | ||
+ | width: 50px; | ||
+ | } | ||
+ | .footer-brand #tec-costarica-logo { | ||
+ | height: 40px; | ||
+ | width: 125px; | ||
+ | } | ||
+ | .footer-brand p { | ||
+ | font-size: 12px; | ||
+ | color: rgba(255, 255, 255, 0.70); | ||
+ | text-align: left; | ||
+ | font-family: 'Lato', sans-serif; | ||
+ | } | ||
+ | .footer-sponsors .sponsors { | ||
+ | list-style: none; | ||
+ | margin-left: 0; | ||
+ | } | ||
+ | .footer-sponsors .sponsors li { margin-bottom: 5px; } | ||
+ | .footer-sponsors #logo-lisanatura { | ||
+ | height: 40px; | ||
+ | width: 125px; | ||
+ | } | ||
+ | .footer-sponsors #logo-ipci { | ||
+ | height: 90px; | ||
+ | width: 140px; | ||
+ | } | ||
+ | .footer-sponsors #logo-enhmed { | ||
+ | height: 80px; | ||
+ | width: 100px; | ||
+ | } | ||
+ | .footer-sponsors #logo-snapgene { | ||
+ | height: 40px; | ||
+ | width: 125px; | ||
+ | } | ||
+ | footer .footer-social .social-media { | ||
+ | list-style: none; | ||
+ | margin: 0; | ||
+ | } | ||
+ | footer .footer-social .social-media li { | ||
+ | display: inline; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | margin-left: 5px; | ||
+ | } | ||
+ | footer .footer-social .social-media li img { | ||
+ | height: 40px; | ||
+ | width: 40px; | ||
+ | } | ||
+ | footer h4 { | ||
+ | font-family: 'Oswald', sans-serif; | ||
+ | font-size: 12px; | ||
+ | font-style: bold; | ||
+ | text-transform: uppercase; | ||
+ | letter-spacing: 1px; | ||
+ | margin-bottom: 20px; | ||
+ | } | ||
+ | |||
+ | /* RESPONSIVE CSS | ||
+ | -------------------------------------------------- */ | ||
+ | @media (min-width: 768px) { | ||
+ | footer .footer-sponsors, footer .footer-social { | ||
+ | border-left: solid 1px rgba(255, 255, 255, 0.10); | ||
+ | } | ||
+ | } | ||
+ | @media (min-width: 768px) { | ||
+ | /* Bump up size of carousel content */ | ||
+ | .carousel-caption p { | ||
+ | margin-bottom: 20px; | ||
+ | font-size: 21px; | ||
+ | line-height: 1.4; | ||
+ | } | ||
+ | } | ||
+ | /* FOOTER settings. END */ | ||
+ | </style> | ||
</html> | </html> | ||
− | |||
− |
Revision as of 23:05, 19 September 2016