Template:Biomod/2013/Harvard-tests: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:
         $(#menu).css('background-color', #ff0)
         $(#menu).css('background-color', #ff0)
       });
       });
</script)
</script>


</head>
</head>

Revision as of 08:28, 18 June 2013

<html>

<head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script> <script type = "text/javascript">

    $(document).ready(function() {
        $(#menu).css('background-color', #ff0)
     });

</script>

</head>



<style>

/*BUT ACTUALLY*/ body {

 overflow-y: scroll;

}

.container {

 background-color: #ffffff;
 margin-top:0px

} .OWWNBcpCurrentDateFilled { display: none; }

h5 {

 font-family: 'Open Sans', sans-serif;
 font-size: 11px;
 font-style: normal;
 text-align: center;
 margin:0px;
 padding:0px;

}

  1. column-content

{

 /* Uncomment to Dewikify
 width: 0px; 
 float: left; 
 margin: 0 0 0 0;
 padding: 0;*/

} .firstHeading {

 display:none;
 width:0px;

}

  1. column-one

{

 display:none; 
 width:0px; 
 padding-top: 35px;
 background-color: #ffffff;

}

  1. globalWrapper

{

 width: 900px;
 background-color: #ffffff;
 margin-left: auto;
 margin-right: auto

}

  1. content

{

 margin-left: 0px;
 margin-top: 0px;
 /* Uncomment to Dewikify
 margin: 0 0 0 0;
 align: center;
 padding: 12px 12px 12px 12px;
 width: 30%;
 background-color: #ffffff; border: 0; */
 

}

  1. pagecontent

{

 float: right;
 margin-left: 0px;
 width: 30em;

}

  1. bodyContent

{

 width: 850px;
 align: center;
 background-color: #fffffff;

}

  1. column-content

{

 width: 900px;
 background-color: #ffffff;

}

  1. footer

{

 position: center;
 width: 900px;

} @media screen {

   body { background: #000000 0 0 no-repeat;  /* changed default background */ }

}

  1. menu

{

 align: left;
 width: 10em;
 padding: 10px;
 background-color: #FFFFFF;
 float: left;

}

  1. pagecontent

{

 width: 620px;
 margin-left: 0px;
 min-height: 400px

}

  1. toc { display: none; }

/*Expanding list*/

  1. exp { list-style: none; }
  2. exp li ul { display: none; }
  3. exp li:hover ul { display: block; }
  4. exp li a:active ul { display: block; }

a:link {color:#FF6060;} a:visited {color:#FF6060;} /* visited link */ a:hover {color:#B24343;} /* mouse over link */ a:active {color:#B24343; } /* selected link */

</style> </html>