Team:UI-Indonesia
From 2014.igem.org
(Difference between revisions)
Line 61: | Line 61: | ||
/* END OF HIDING FOOTER BOX*/ | /* END OF HIDING FOOTER BOX*/ | ||
+ | |||
+ | /* MENU (page, edit ...) */ | ||
+ | #menubar { | ||
+ | background-color: transparent; | ||
+ | position: initial; | ||
+ | float: left; | ||
+ | white-space: normal; | ||
+ | top:-6px; | ||
+ | width: 500px; | ||
+ | z-index: 5000; | ||
+ | font-family: sans-serif; | ||
+ | font-size: 95%; | ||
+ | line-height: 1em; | ||
+ | z-index:99; | ||
+ | } | ||
+ | |||
+ | .left-menu, .left-menu a { | ||
+ | text-align: left; | ||
+ | color:#ffffff; | ||
+ | text-transform: lowercase; | ||
+ | } | ||
+ | |||
+ | .left-menu:hover { | ||
+ | color: #646262; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .right-menu {width:400px; float:right} | ||
+ | .right-menu, .right-menu a { | ||
+ | right: 0px; | ||
+ | text-align: right; | ||
+ | color: #646262; | ||
+ | } | ||
+ | |||
+ | /* END OF MENU (edit, page ...) */ | ||
</style> | </style> |
Revision as of 14:05, 13 July 2014