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

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 3: Line 3:
<head>
<head>
<style>
<style>


/*BUT ACTUALLY*/
/*BUT ACTUALLY*/
body
body
{
{
  font-family: 'Open Sans', sans-serif;
   overflow-y: scroll;
   overflow-y: scroll;
}
}
Line 17: Line 17:
}
}
.OWWNBcpCurrentDateFilled { display: none; }
.OWWNBcpCurrentDateFilled { display: none; }
h1
{
  font-size: 36px;
  line-height: 36px;
  padding-top: 5px;
  border-bottom-width: 0;
}
h3
{
  font-size: 18px;
}


h5
h5
Line 30: Line 44:
#column-content
#column-content
{
{
   /* Uncomment to Dewikify
   /* Uncomment to Dewikify  
   width: 0px;  
   width: 0px;  
   float: left;  
   float: left; */
   margin: 0 0 0 0;
   margin: 0 0 0 0;
   padding: 0;*/
   padding: 0;
}
}
.firstHeading  
.firstHeading  
Line 44: Line 58:
{
{
   display:none;  
   display:none;  
   width:0px;  
   width:0px;
   padding-top: 35px;
   padding-top: 35px;
   background-color: #ffffff;
   background-color: #ffffff;
Line 61: Line 75:
   margin-left: 0px;
   margin-left: 0px;
   margin-top: 0px;
   margin-top: 0px;
   /* Uncomment to Dewikify
   padding-top: 0px;
  margin: 0 0 0 0;
   align: center;
   align: center;
   padding: 12px 12px 12px 12px;
   /*padding: 12px 12px 12px 12px;
  width: 30%;
  width: 30%;
   background-color: #ffffff; border: 0; */
   background-color: #ffffff; border: 0; */
    
    
}
#pagecontent
{
  float: right;
  margin-left: 0px;
  width: 30em;
}
}


Line 101: Line 107:
   align: left;
   align: left;
   width: 10em;
   width: 10em;
   padding: 10px;
   padding: 0px 10px 10px 10px;
   background-color: #FFFFFF;
   background-color: #FFFFFF;
   float: left;
   float: left;
Line 109: Line 115:
{
{
   width: 620px;
   width: 620px;
  min-height: 400px;
  float: left;
   margin-left: 0px;
   margin-left: 0px;
  min-height: 400px
}
}


#toc { display: none; }
.group:after {
  content: "";
  display: table;
  clear: both;
}
 
.editsection
{
  /*display: none*/ 
}


/*Expanding list*/
/*Expanding list*/
#exp {display:none;}
#exp { list-style: none; }
#exp { list-style: none; }
#exp li ul { display: none; }
#exp li ul { display: none; }
Line 127: Line 144:


</style>
</style>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script type = "text/javascript">
<script type = "text/javascript">
xmlh = new XMLHttpRequest();
    $(document).ready(function() {
xmlh.open('GET', "//ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js");
        $('#menu').mouseenter(function ()
xmlh.setRequestHeader('X-XSS-Protection', '0');
          {
xmlh.send();
            $('#exp').slideDown("fast");
xmlh.onreadystatechange = function()
          });
  {
        $('#menu').mouseleave(function (){
    if (xmlh.readyState == 4) {
          $('#exp').slideUp("fast", function() {
                $('#exp').clearQueue();
 
          });
        });


          document.head.append(xmlh.responseText);
    }
  console.log(xmlh.responseText);
  }
  console.log(xmlh.responseText);
</script>
<script type = "text/javascript">
    $(document).ready(function() {
        $('#menu').css('display', 'none')
       });
       });
</script>
</script>
Line 156: Line 169:
<font size="5">HARVARD<br> BIODESIGN</font><br>
<font size="5">HARVARD<br> BIODESIGN</font><br>
<font size="2">BIOMOD 2013</font>
<font size="2">BIOMOD 2013</font>
<br/>
<h4>MENU</h4>
    
    



Latest revision as of 06:38, 19 June 2013

<html>

<head> <style>

/*BUT ACTUALLY*/ body {

 font-family: 'Open Sans', sans-serif;
 overflow-y: scroll;

}

.container {

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

} .OWWNBcpCurrentDateFilled { display: none; }

h1 {

 font-size: 36px;
 line-height: 36px;
 padding-top: 5px;
 border-bottom-width: 0;

}

h3 {

 font-size: 18px;

}


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;
 padding-top: 0px;
 align: center;
 /*padding: 12px 12px 12px 12px;
  width: 30%;
 background-color: #ffffff; border: 0; */
 

}

  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: 0px 10px 10px 10px;
 background-color: #FFFFFF;
 float: left;

}

  1. pagecontent

{

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

}

.group:after {

 content: "";
 display: table;
 clear: both;

}

.editsection {

 /*display: none*/  

}

/*Expanding list*/

  1. exp {display:none;}
  2. exp { list-style: none; }
  3. exp li ul { display: none; }
  4. exp li:hover ul { display: block; }
  5. 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> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> <script type = "text/javascript">

    $(document).ready(function() {
        $('#menu').mouseenter(function ()
         {
           $('#exp').slideDown("fast");
         });
        $('#menu').mouseleave(function (){
          $('#exp').slideUp("fast", function() {
               $('#exp').clearQueue();
          });
        });
     });

</script> </head>

</html>