Difference between revisions of "Template:Elanvitalkorea"

Line 1: Line 1:
 
<html>
 
<html>
  
<!-- Start of CSS-->
+
 
 
<style type="text/css">
 
<style type="text/css">
 +
body {
 +
    background-image: url('https://static.igem.org/mediawiki/2015/2/24/ElanVital_Bg.png');
 +
    background-repeat: no-repeat;
 +
    background-position: center;
 +
    background-attachment: fixed;
 +
    -webkit-background-size: cover;
 +
    -moz-background-size: cover;
 +
    -o-background-size: cover;
 +
    background-size: cover;
 +
    margin:0;
 +
    padding:0;
 +
    border:0;
 +
    width:100%;
 +
    min-width:386px;
 +
    min-height:100%;
 +
    height:1px;
 +
    font-size:90%;
 +
}
 +
 +
div.column {
 +
  max-width: 800px;
 +
}
 +
 +
IMG.displayed {
 +
    display: block;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    height: auto;
 +
    width: auto;
 +
margin-top:10%;
 +
    max-width: 100%;
 +
}
 +
 +
IMG.scrollarrow {
 +
    display: block;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    margin-bottom: 10%;
 +
  max-width: 100%;
 +
  height: auto;
 +
}
 +
 +
h3.scrolltext {
 +
margin-top:7%;
 +
}
 +
 +
 +
h3 {
 +
color:white;
 +
}
  
 +
<!-- End of Background image & logo & scroll--!>
 
 
  

Revision as of 19:13, 29 August 2015