Template:Biomod/2014/Sendai/Styles: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 19: Line 19:
#globalnav ul li:hover{
#globalnav ul li:hover{
color: #00CCFF
color: #00CCFF
 
}


</style>
</style>
</head>
</head>
</html>
</html>

Revision as of 06:00, 20 August 2014

<html> <head> <style type="text/css">

/* */


  1. globalnav ul li{

color: #000; font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; text-decoration: none; font-size: 14px; margin-left:10px;

       margin-right: 0px;

display: inline-block;

       text-align: right;

}

  1. globalnav ul li:hover{

color: #00CCFF }

</style> </head> </html>