Team:KAIST-Korea/jihan
From 2011.igem.org
(Difference between revisions)
Line 575: | Line 575: | ||
z-index:-100; | z-index:-100; | ||
} | } | ||
+ | |||
+ | #ModelingMenuBar | ||
+ | { | ||
+ | list-style-type:none; | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | #ModelingMenuBar li | ||
+ | { | ||
+ | float:left; | ||
+ | } | ||
+ | #ModelingMenuBar a:link, #ModelingMenuBar a:visited | ||
+ | { | ||
+ | display:block; | ||
+ | width:120px; | ||
+ | font-weight:bold; | ||
+ | color:#FFFFFF; | ||
+ | background-color:#98bf21; | ||
+ | text-align:center; | ||
+ | padding:25px; | ||
+ | text-decoration:none; | ||
+ | text-transform:uppercase; | ||
+ | } | ||
+ | #ModelingMenuBar a:hover, #ModelingMenuBar a:active | ||
+ | { | ||
+ | background-color:#7A991A; | ||
+ | } | ||
+ | |||
</style> | </style> |
Revision as of 13:11, 12 August 2011