Template:RESET

From 2014.igem.org

(Difference between revisions)
 
(35 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<style type="text/css">
 
 +
<style type="text/css">
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
     display:none;}
     display:none;}
Line 7: Line 7:
     border: none;
     border: none;
     height: 0px;}
     height: 0px;}
-
#content {
+
div#content {
     border: none;
     border: none;
-
     min-width: 1100px; }
+
     width: 100%;
 +
}
 +
#content {
 +
    width: auto;
 +
}
-
/* Removes "teams" from the menubar */
 
#menubar > ul > li:last-child {
#menubar > ul > li:last-child {
     display: none;}
     display: none;}
Line 17: Line 20:
#menubar {
#menubar {
     width: auto;}
     width: auto;}
-
 
body {
body {
     margin: 10px 0 0 0;
     margin: 10px 0 0 0;
-
     padding: 0;}
+
     padding: 0;
 +
    width:auto; }
#top-section {
#top-section {
-
     width: 965px;
+
     width: auto;
     height: 0;
     height: 0;
     margin: 0 auto;
     margin: 0 auto;
     padding: 0;
     padding: 0;
     border: none;}
     border: none;}
-
#menubar {
 
-
    font-size: 65%;
 
-
    top: -14px;}
 
-
.left-menu:hover {
 
-
    background-color: transparent;}
 
-
#menubar li a {
 
-
    background-color: transparent;}
 
-
#menubar:hover {
 
-
    color: white;}
 
-
#menubar li a {
 
-
    color: transparent;}
 
-
#menubar:hover li a {
 
-
    color: white;}
 
-
 
</style>
</style>
-
 
-
<!-- Remove all empty <p> tags --
 
-
<script type="text/javascript">
 
-
    $(document).ready(function() {
 
-
        $("p").filter( function() {
 
-
            return $.trim($(this).html()) == '';
 
-
        }).remove()
 
-
    });
 
-
</script>
 
<style type="text/css">
<style type="text/css">
-
 
+
.mediawiki {
-
#globalWrapper > #content, #globalWrapper.content, #content {
+
    position:relative;
-
     width: 100% !important;
+
    margin: 0 auto;
 +
     width:100%;
     }
     }
-
 
+
#content, #globalWrapper {
 +
    height: 100%;
 +
    float: left;
 +
    position: fixed;
 +
    left:0 auto;
 +
    right:0 auto;
 +
    }
 +
.fa {
 +
  font-variant: normal;
 +
  text-rendering: auto;
 +
}
 +
.clear {clear:both;}
</style>
</style>

Latest revision as of 19:49, 10 October 2014