Template:OhioMOD2013: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 46: Line 46:
background-color:#FFF7FA;
background-color:#FFF7FA;
}
}
#navbar li ul{
list-style: none;
display: none;
position: relative;
padding: 0px;
margin: 7px 0px 0px -5px;
background-color:#FFF7FA;
}
#navbar li:hover ul{
list-style: none;
display: block;
position: absolute;
}
*/
*/


Line 92: Line 108:
</style>
</style>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script>
var imgarr = ["http://openwetware.org/images/8/8b/OSUwetlab1.jpg","http://openwetware.org/images/d/dc/OSUwetlab2.jpg", "http://openwetware.org/images/0/09/OSUwetlab3.jpg", "http://openwetware.org/images/4/43/OSUwetlab4.jpg", "http://openwetware.org/images/b/be/OSUwetlab5.jpg"];
 
function jumpTo(jumpindex) {
    if (jumpindex >= 0 && jumpindex < imgarr.length) {
        $("#slider-img").attr("src", imgarr[jumpindex]);
    }
}
var index = 0;
function next() {
    alert('mext');
    (index >= imgarr.length-1) ? index = 0 : index++;
    $("#slider-img").attr("src", imgarr[index);
}
function previous() {
    (index <= 0) ? index = imgarr.length-1 : index--;
    $("#slider-img").attr("src",  imgarr[index]);
}
function check(){
alert('hey');
}
</script>


</head>
</head>
Line 134: Line 119:
<li><a href="http://openwetware.org/wiki/Biomod/2013/OSU">Home</a></li>
<li><a href="http://openwetware.org/wiki/Biomod/2013/OSU">Home</a></li>
<li><a href="http://openwetware.org/wiki/Biomod/2013/OSU/about">About</a></li>
<li><a href="http://openwetware.org/wiki/Biomod/2013/OSU/about">About</a></li>
<ul>
<li><a href="http://openwetware.org/wiki/Biomod/2013/OSU/abstract">Abstract</a></li>
</ul>
<li><a href="http://openwetware.org/wiki/Biomod/2013/OSU/experiments">Project</a></li>
<li><a href="http://openwetware.org/wiki/Biomod/2013/OSU/experiments">Project</a></li>
<li><a href="http://openwetware.org/wiki/Biomod/2013/OSU/results">Results</a></li>
<li><a href="http://openwetware.org/wiki/Biomod/2013/OSU/results">Results</a></li>

Revision as of 08:43, 15 September 2013


<html> </div> </div> </div> <head> <style type='text/css'>

.firstHeading, #column-one, #p-bookmarks, #p-history , .portlet{ display:none; }

  1. bodyContent, #content{

display:none; background-color:#FFFFFF;

}

  1. column-content, .container, #globalWrapper, body{

background-color:#FFFFFF; }

p{ color:dimgrey; text-align:center; margin-left:auto; margin-right:auto; font-gamily:Calibri; font-size: 15px; } /*

  1. navbar a{

color:red; font-family:Gill Sans MT; font-size:24px; text-decoration:none; }

  1. navbar li{

padding:10px; }

  1. navbar li:hover{

background-color:#FFF7FA; }

  1. navbar li ul{

list-style: none; display: none; position: relative; padding: 0px; margin: 7px 0px 0px -5px; background-color:#FFF7FA; }

  1. navbar li:hover ul{

list-style: none; display: block; position: absolute; }

  • /

.selflink{ display: table-cell;

  text-decoration: none;
  font-family: Gill Sans MT;
  outline: none;
  font-size: 20px;
  color: dimgrey;
  border-right: 2px solid dimgray;
  padding: 15px 25px; /* sets button size */
  font-weight:normal;

} ul.navigation-bar {

  list-style-type: none;
  background-image: -webkit-linear-gradient(top, silver, azure);
  background-image:    -moz-linear-gradient(top, silver, azure);
  background-image:     -ms-linear-gradient(top, silver, azure);
  background-image:         linear-gradient(top, silver, azure);
  border: 2px solid dimgray;
  padding: 0px;
  margin: 0px;
  background-color: midnightblue; /* IE6...IE9 */
  *line-height: 3.2em; /* IE6,IE7 */
  }

ul.navigation-bar li {

  display: table-cell;
  *display: inline; /* IE6,IE7 */
  }

ul.navigation-bar li.current, ul.navigation-bar li:hover {

  background-color: rgba(255, 255, 255, 0.2);
  }

ul.navigation-bar li a {

  display: table-cell;
  text-decoration: none;
  font-family: Gill Sans MT;
  outline: none;
  font-size: 20px;
  color: dimgrey;
  border-right: 2px solid dimgray;
  padding: 15px 25px; /* sets button size */
  }

</style> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>

</head>

<!-- navbar --> <center>

<img src="http://openwetware.org/images/1/15/Ohiomod2013.jpg" onmouseover="check();" height="60%" width="60%" style="margin-left:-40px;"> <div id="navbar" style="margin-left:auto; margin-right:auto;text-align:center;width:701px;height:auto;" > <ul id="homebutton" class="navigation-bar"> <li><a href="http://openwetware.org/wiki/Biomod/2013/OSU">Home</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2013/OSU/about">About</a></li> <ul> <li><a href="http://openwetware.org/wiki/Biomod/2013/OSU/abstract">Abstract</a></li> </ul> <li><a href="http://openwetware.org/wiki/Biomod/2013/OSU/experiments">Project</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2013/OSU/results">Results</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2013/OSU/media">Media</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2013/OSU/sponsors">Sponsors</a></li>


</ul>

</div> <a href="http://openwetware.org/index.php?title=Template:OhioMOD2013&action=submit">Edit</a>


</center> </html>