Team:UI-Indonesia
From 2014.igem.org
(Difference between revisions)
Line 63: | Line 63: | ||
/* MENU (page, edit ...) */ | /* MENU (page, edit ...) */ | ||
+ | |||
#menubar { | #menubar { | ||
- | background-color: transparent; | + | background-color:transparent; |
position: initial; | position: initial; | ||
float: left; | float: left; | ||
Line 72: | Line 73: | ||
z-index: 5000; | z-index: 5000; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
- | font-size: | + | font-size: 75%; |
line-height: 1em; | line-height: 1em; | ||
z-index:99; | z-index:99; | ||
Line 93: | Line 94: | ||
text-align: right; | text-align: right; | ||
color: #646262; | color: #646262; | ||
+ | } | ||
+ | |||
+ | #menubar ul { | ||
+ | color: #ffffff; | ||
+ | list-style: none; | ||
+ | } | ||
+ | #menubar li { | ||
+ | display: inline; | ||
+ | position: relative; | ||
+ | cursor: pointer; | ||
+ | padding-left: 0px; | ||
+ | padding-right: 0px; | ||
+ | } | ||
+ | .left-menu li a { | ||
+ | padding: 0px 10px 0px 0px; | ||
+ | } | ||
+ | .left-menu .selected { | ||
+ | # color: #999999; | ||
+ | } | ||
+ | #.left-menu .selected:hover { | ||
+ | # color: #999999; | ||
+ | #} | ||
+ | |||
+ | .left-menu:hover a { | ||
+ | color: #999999;; | ||
+ | } | ||
+ | |||
+ | .left-menu li a:hover { | ||
+ | color: #D00000; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | |||
+ | .right-menu li { | ||
+ | # background-color: transparent; | ||
+ | } | ||
+ | .right-menu li a { | ||
+ | padding: 0px 15px 0px 0px; | ||
+ | color: #999999;; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .right-menu li a:hover { | ||
+ | color: #D00000; | ||
+ | text-decoration: underline; | ||
} | } | ||
Revision as of 14:09, 13 July 2014