Team:Heidelberg/Templates/MainTemplate

From 2014.igem.org

(Difference between revisions)
 
(3 intermediate revisions not shown)
Line 1: Line 1:
 +
 +
{{#tag:html|
 +
{{{unresponsive|<meta name="viewport" content="width=device-width, initial-scale=1">}}}
 +
}}
<html>
<html>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
-
<meta name="viewport" content="width=device-width, initial-scale=1">
+
 
<script type="text/javascript">
<script type="text/javascript">
document.styleSheets[0].disabled = true;
document.styleSheets[0].disabled = true;
Line 32: Line 36:
}
}
-
#footer-box{
 
-
    border:none;
 
-
    margin: 0 auto;
 
-
    padding: 5px;
 
-
    /*width: 965px;*/
 
-
    /*width:100%;
+
#footer-box {
-
    padding:0px;
+
  padding-right: 15px;
-
    margin:0 auto;
+
  padding-left: 15px;
-
    display:inline-block;
+
  margin-right: auto;
-
    text-align:left;
+
  margin-left: auto;
-
    border-style:none;*/
+
  border:none;
 +
  width: 100%;
}
}
-
@media (min-width: 768px)
+
@media (min-width: 768px) {
   #top-section {
   #top-section {
     width: 750px;
     width: 750px;
Line 230: Line 230:
display: inline;
display: inline;
margin: 0 1.3em;
margin: 0 1.3em;
-
}
 
-
 
-
#footer-box {
 
-
  padding-right: 15px;
 
-
  padding-left: 15px;
 
-
  margin-right: auto;
 
-
  margin-left: auto;
 
-
}
 
-
@media (min-width: 768px) {
 
-
  #footer-box {
 
-
    width: 750px;
 
-
  }
 
-
}
 
-
@media (min-width: 992px) {
 
-
  #footer-box {
 
-
    width: 970px;
 
-
  }
 
-
}
 
-
@media (min-width: 1200px) {
 
-
  #footer-box {
 
-
    width: 1170px;
 
-
  }
 
}
}
</style>
</style>
</html>
</html>

Latest revision as of 15:42, 12 October 2014