Line 4: | Line 4: | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
− | + | <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" | |
− | + | id="bootstrap-css"> | |
− | + | ||
− | <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> | + | |
<style> | <style> | ||
Line 88: | Line 86: | ||
color: #333; | color: #333; | ||
text-align: justify; | text-align: justify; | ||
− | |||
− | |||
− | |||
} | } | ||
.img-responsive { | .img-responsive { | ||
Line 124: | Line 119: | ||
border: 0; | border: 0; | ||
} | } | ||
− | |||
.navbar-default { | .navbar-default { | ||
margin-top: 15px; | margin-top: 15px; | ||
Line 140: | Line 134: | ||
} | } | ||
− | |||
− | |||
− | |||
.navbar-default .navbar-nav > li > a { | .navbar-default .navbar-nav > li > a { | ||
color: white; | color: white; | ||
Line 193: | Line 184: | ||
.section { | .section { | ||
margin: 25px 0; | margin: 25px 0; | ||
+ | } | ||
+ | |||
+ | /* HOME banner */ | ||
+ | .home-banner-image:hover { | ||
+ | -webkit-animation: swing 2s ease; | ||
+ | animation: swing 2s ease; | ||
+ | -webkit-animation-iteration-count: 2; | ||
+ | animation-iteration-count: 2; | ||
+ | /*-webkit-transform: rotateZ(32deg);*/ | ||
+ | /*-ms-transform: rotateZ(32deg);*/ | ||
+ | /*transform: rotateZ(32deg);*/ | ||
+ | } | ||
+ | |||
+ | .home-banner-image { | ||
+ | width: 100%; | ||
+ | height: 440px; | ||
+ | background-position: center; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/7/76/Rohrlightupthepipe.png); | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: contain; | ||
} | } | ||
Line 247: | Line 258: | ||
transform: translateX(0); | transform: translateX(0); | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 316: | Line 278: | ||
.container table { | .container table { | ||
width: calc(100% - 50px); | width: calc(100% - 50px); | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
} | } | ||
/* IF THE SCREEN IS LESS THAN 320PX */ | /* IF THE SCREEN IS LESS THAN 320PX */ | ||
− | @media only screen and (max-width: | + | @media only screen and (max-width: 320px) { |
h1 { | h1 { | ||
font-size: 44px; | font-size: 44px; | ||
Line 350: | Line 301: | ||
width: calc(100% - 10px); | width: calc(100% - 10px); | ||
} | } | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
− | <script type="application/javascript" src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> | + | <script type="application/javascript" |
+ | src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> | ||
+ | |||
+ | <script type="application/javascript"> | ||
+ | $(document).ready(function () { | ||
+ | /* remove igem mess */ | ||
+ | $("#content").removeClass("mw-body").attr("id", ""); | ||
+ | $("#mw-content-text").removeClass("mw-content-ltr").attr("id", ""); | ||
+ | $("#HQ_page").attr("id", ""); | ||
+ | $("#bodyContent").attr("id", ""); | ||
+ | $("#globalWrapper").attr("id", ""); | ||
+ | }); | ||
+ | $(window).load(function () { | ||
+ | setTimeout(function () { | ||
+ | $(".container").fadeIn(); | ||
+ | }, 150); | ||
+ | $("#home_logo").remove(); | ||
+ | $("#sideMenu").remove(); | ||
+ | $("#top_title").remove(); | ||
+ | $("#patrollink").remove(); | ||
+ | }); | ||
+ | </script> | ||
</head> | </head> | ||
<body> | <body> | ||
Line 458: | Line 418: | ||
</div><!-- /.container-fluid --> | </div><!-- /.container-fluid --> | ||
</nav> | </nav> | ||
− | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 00:14, 2 November 2017