Template:RESET

From 2014.igem.org

(Difference between revisions)
 
(5 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 10: Line 10:
     border: none;
     border: none;
     width: 100%;
     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 18: Line 20:
#menubar {
#menubar {
     width: auto;}
     width: auto;}
-
 
body {
body {
     margin: 10px 0 0 0;
     margin: 10px 0 0 0;
Line 29: Line 30:
     padding: 0;
     padding: 0;
     border: none;}
     border: none;}
-
 
</style>
</style>
-
 
-
<!-- Remove all empty <p> tags --
 
-
<script type="text/javascript">
 
-
 
-
    $(document).ready(function() {
 
-
        $("p").filter( function() {
 
-
            return $.trim($(this).html()) == '';
 
-
        }).remove()
 
-
    });
 
-
 
-
<script type="text/javascript">
 
-
            $(document).ready(function(){
 
-
                $("#content").removeAttr('style').css("width","auto");
 
-
            });
 
-
        </script>
 
-
 
-
</script>
 
<style type="text/css">
<style type="text/css">
-
 
.mediawiki {
.mediawiki {
     position:relative;
     position:relative;
Line 56: Line 38:
     width:100%;
     width:100%;
     }
     }
-
 
#content, #globalWrapper {
#content, #globalWrapper {
-
     width: auto;
+
     height: 100%;
     float: left;
     float: left;
     position: fixed;
     position: fixed;
Line 64: Line 45:
     right:0 auto;
     right:0 auto;
     }
     }
-
 
.fa {
.fa {
   font-variant: normal;
   font-variant: normal;
   text-rendering: auto;
   text-rendering: auto;
}
}
-
 
.clear {clear:both;}
.clear {clear:both;}
 +
</style>
-
</style>
 
<!doctype html>
<!doctype html>
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->

Latest revision as of 19:49, 10 October 2014