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

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 6: Line 6:




#globalnav{
        text-align: right;
        width: 850px;
        max-width: 850px;
        padding: 15px;
        margin: 15px;
}
#globalnav ul li{
#globalnav ul li{
color: #000;
color: #000;
Line 14: Line 21:
         margin-right: 0px;
         margin-right: 0px;
display: inline-block;
display: inline-block;
        text-align: right;
 


}
}
#globalnav ul li:hover{
#globalnav ul li:hover{
color: #00CCFF
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>