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

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 8: Line 8:
#globalnav{
#globalnav{
         text-align: right;
         text-align: right;
         padding:5px;
        width: 850px;
        max-width: 850px;
         padding: 15px;
        margin: 15px;
}
}
#globalnav ul li{
#globalnav ul li{
Line 22: Line 25:
}
}
#globalnav ul li:hover{
#globalnav ul li:hover{
color: #FF9900
color: #00CCFF
}
}


#main{
        max-width: 900px;
}


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

Latest revision as of 21:30, 21 August 2014

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

/* */


  1. globalnav{
       text-align: right;
       width: 850px;
       max-width: 850px;
       padding: 15px;
       margin: 15px;

}

  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;


}

  1. globalnav ul li:hover{

color: #00CCFF }

  1. main{
       max-width: 900px;

}

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