Template:Nanouanl: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
<head>
<link href='menu.css' rel='stylesheet' type='text/css'>
</head>
<style>
/* CSSTerm.com Simple CSS menu */
 
.menu_simple ul {
    margin: 0; 
    padding: 0;
    width:185px;
    list-style-type: none;
}
 
.menu_simple ul li a {
    text-decoration: none;
    color: white; 
    padding: 10.5px 11px;
    background-color: #005555;
    display:block;
}
 
.menu_simple ul li a:visited {
    color: white;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: white;
    background-color: #5FD367;
}
#pagecontent
{
  float: center;
  width: 620px;
  margin-left: 300px;
  min-height: 400px
}
</style>
<body>
<body>
<align="left">
<img src="http://openwetware.org/images/b/b6/Nanouanl.png" width=180 height=180>
<img src="http://openwetware.org/images/b/b6/Nanouanl.png" width=180 height=180>
</align>
</body>
</body>
</html>




<style type="text/css">


.menu4 {padding:0 0 0 1em; margin:0; list-style:none; height:35px; background:url(https://dl.dropboxusercontent.com/u/102686577/pro_four0.gif);}
<div class="menu_simple">
.menu4 li {float:left;}
<ul>
.menu4 li a {display:block; float:left; height:35px; line-height:33px; color:#aaa; text-decoration:none; font-family:arial, verdana, sans-serif; text-align:center; padding:0 0 0 14px; cursor:pointer; font-size:11px;}
.menu4 li a b {float:left; display:block; padding:0 28px 0 14px;}
.menu4 li.current a {color:#fff; background:url(https://dl.dropboxusercontent.com/u/102686577/pro_four2.gif);}
.menu4 li.current a b {background:url(pro_four2.gif) no-repeat right top;}
.menu4 li a:hover {color:#fff; background: url(pro_four1.gif);}
.menu4 li a:hover b {background:url(https://dl.dropboxusercontent.com/u/102686577/pro_four1.gif) no-repeat right top;}
.menu4 li.current a:hover {color:#fff; background: url(https://dl.dropboxusercontent.com/u/102686577/pro_four2.gif); cursor:default;}
.menu4 li.current a:hover b {background:url(https://dl.dropboxusercontent.com/u/102686577/pro_four2.gif) no-repeat right top;}
</html>
</style>


<li>[[Biomod/2013/NanoUANL |Home]]</li>
<li>[[Biomod/2013/NanoUANL/Project |Project]]</li>
<li>[[Biomod/2013/NanoUANL/Background |Background]]</li>
<li>[[Biomod/2013/NanoUANL/Modeling |Modeling]]</li>
<li>[[Biomod/2013/NanoUANL/Simulations |Simulations]]</li>
<li>[[Biomod/2013/NanoUANL/Experiments |Experiments]]</li>
<li>[[Biomod/2013/NanoUANL/AgNP_Applications |Applications of Silver NPs]]</li>
<li>[[Biomod/2013/NanoUANL/Annex |Annex]]</li>
<li>[[Biomod/2013/NanoUANL/Extension |Project Extension]]</li>
<li>[[Biomod/2013/NanoUANL/Team |Members]]</li>
<li>[[Biomod/2013/NanoUANL/References |References]]</li>


</ul>
</div>


 
<div id="pagecontent">
<ul class="menu4">
<li>[[Biomod/2013/NanoUANL | Home]]</li>
<li>[[Biomod/2013/NanoUANL/Project | Project]]</li>
<li>[[Biomod/2013/NanoUANL/Background | Background]]</li>
<li>[[Biomod/2013/NanoUANL/Modeling | Modeling]]</li>
<li>[[Biomod/2013/NanoUANL/Simulations | Simulations]]</li>
<li>[[Biomod/2013/NanoUANL/Experiments | Experiments]]</li>
<li>[[Biomod/2013/NanoUANL/AgNP_Applications | Applications of Silver NPs]]</li>
<li>[[Biomod/2013/NanoUANL/Annex | Annex]]</li>
<li>[[Biomod/2013/NanoUANL/Extension | Project Extension]]</li>
<li>[[Biomod/2013/NanoUANL/Team | Members]]</li>
<li>[[Biomod/2013/NanoUANL/References | References]]</li>
</ul>

Revision as of 20:18, 25 October 2013

<html> <head> <link href='menu.css' rel='stylesheet' type='text/css'> </head>

<style> /* CSSTerm.com Simple CSS menu */

.menu_simple ul {

   margin: 0;  
   padding: 0; 
   width:185px; 
   list-style-type: none; 

}

.menu_simple ul li a {

   text-decoration: none; 
   color: white;  
   padding: 10.5px 11px; 
   background-color: #005555; 
   display:block; 

}

.menu_simple ul li a:visited {

   color: white; 

}

.menu_simple ul li a:hover, .menu_simple ul li .current {

   color: white; 
   background-color: #5FD367; 

}


  1. pagecontent

{

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

}

</style> <body> <align="left"> <img src="http://openwetware.org/images/b/b6/Nanouanl.png" width=180 height=180> </align> </body> </html>