Difference between revisions of "Template:Team:Harvard BioDesign/CSS"

 
(30 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
<style type="text/css">
 
  
/*Removes Wiki default template*/
+
    <script type="text/javascript">
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
        document.styleSheets[0].disabled = true;
    display:none;}
+
    </script>
#top-section {
+
  border: none;
+
    height: 0px;}
+
#content {
+
    border: none;}
+
  
 +
    <!--remove unwanted p tags-->
 +
    <!-- Remove all empty <p> tags -->
 +
    <script type="text/javascript">
 +
        $(document).ready(function() {
 +
            $("p").filter( function() {
 +
            return $.trim($(this).html()) == '';
 +
            }).remove()
 +
        });
 +
    </script>
  
/* Change Background color*/
+
    <!--Fix for internet explorer-->
body {
+
    <!-- ie9.js (fixes all Internet Explorer browsers older than ie9) -->
background-color: #99ccff;
+
    <!--[if lt IE 9]>
}
+
    <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
 +
    <![endif]-->
  
 +
    <style type="text/css">
  
/*remove unwanted p tags*/
+
    /* Resizes the menubar to fit the links (default is 400px) */
<!-- Remove all empty <p> tags -->
+
    #top_menu_14 {
<script type="text/javascript">
+
position: fixed;
    $(document).ready(function() {
+
width: 100%;
        $("p").filter( function() {
+
top: 0px;
            return $.trim($(this).html()) == '';
+
left: 0px;
        }).remove()
+
height: 16px;
    });
+
background-color: transparent;
</script>
+
color: transparent;
 +
border-bottom: none;
 +
z-index: 9999;
 +
}
  
 +
#top_menu_14:hover {
 +
position: fixed;
 +
width: 100%;
 +
top: 0px;
 +
left: 0px;
 +
height: 16px;
 +
background-color: #383838;
 +
z-index: 9999;
 +
}
  
/* Resizes the menubar to fit the links (default is 400px) */
+
#top_menu_inside {
#top_menu_14 {
+
display: block;
  position: fixed;
+
  height: 100%;
  width: 100%;
+
  margin: 0px auto;
  top: 0px;
+
padding: 0 10px;
  left: 0px;
+
border: none;
  height: 16px;
+
font-family: 'helvetica', sans-serif;
  background-color: #383838;
+
            color: transparent;
  border-bottom: 2px solid black;
+
            opacity: 0;
  z-index: 9999;
+
font-size: 12px;
}
+
font-weight: 400;
 +
}
  
#top_menu_14: hover {
+
#top_menu_under{
    background-color: black;}
+
border: none;
 +
}
  
#top_menu_14: li a{
+
#top_menu_inside:hover {
    background-color: transparent;}
+
display: block;
 +
height: 100%;
 +
margin: 0px auto;
 +
padding: 0 10px;
 +
  font-family: 'helvetica', sans-serif;
 +
font-size: 12px;
 +
            opacity: 1;
 +
font-weight: 400;
 +
}
  
#top_menu_14 li a: hover {
+
/* Change Background color*/
    color: white;}
+
body {  
 +
background-color: #77DD77;
 +
height:100%
 +
    padding-bottom: 100px;
 +
}
  
#top_menu_14: hover li a {
+
/*Removes Wiki default template*/
    color: black;}
+
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, .printfooter {
 +
    display:none;
 +
    }
 +
#top-section {
 +
  border: none;
 +
    height: 0px;
 +
    }
 +
#content {
 +
    border: none;
 +
            padding-bottom: 75px;
 +
      padding-left:20px;
 +
      padding-right:20px;
  
#top_menu_under: hover {
+
    }
  position: relative;
+
#bodyContent {
  width: 100%;
+
    border: none;
  height: 0px;
+
      padding-left:20px;
  border-bottom: none;
+
      padding-right:20px;
}
+
      padding-top:50px;
 +
    }
 +
    #holder{
 +
    min-height: 100%;
 +
                        width:100%;
 +
        position:relative;
 +
    }
 +
html{
 +
    height:100%
 +
    }
  
#top_menu_under {
 
  position: relative;
 
  width: 100%;
 
  height: 16px;
 
  border-bottom: 2px solid black;
 
}
 
/*
 
#top_menu_inside {
 
    border-bottom-color: transparent;
 
    border-left-color: transparent;
 
    border-left-style: none;
 
    border-left-width: 0px;
 
    border-right-color: transparent;
 
    border-right-style:none;
 
    border-right-width: 0px;
 
    color: transparent;
 
    display:block;
 
    font-family: helvetica, sans-serif;
 
    font-size: 12px;
 
    font-style: normal;
 
    font-variant: normal;
 
    font-weight: normal;
 
    height: 0px;
 
    line-height: normal;
 
    margin-bottom: 0px;
 
    margin-left: 0px;
 
    margin-right: 0px;
 
    margin-top: 0px;
 
    padding-bottom: 0px;
 
    padding-left: 0px;
 
    padding-right: 0px;
 
    padding-top: 0px;
 
    position: relative;
 
    width: 100%;
 
    background-color: transparent;}*/
 
  
 
/*Fix for internet explorer*/
 
<!-- ie9.js (fixes all Internet Explorer browsers older than ie9) -->
 
<!--[if lt IE 9]>
 
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
 
<![endif]-->
 
 
 
</style>
+
    </style>
 +
 
 +
    <div id="holder">
 +
        <body></body>
 +
 
 +
    </div
 +
 
 +
 
 
</html>
 
</html>

Latest revision as of 16:47, 6 July 2015