Team:CBNU-Korea/Team
From 2012.igem.org
(Difference between revisions)
Line 299: | Line 299: | ||
#menubar { | #menubar { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | #CB_top_CBNU_logo { | ||
+ | width: 100%; | ||
+ | margin: 0 auto; | ||
+ | color: white; | ||
+ | font-size: 30px; | ||
+ | padding-top: 45px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #CB_top_MENU { | ||
+ | width: 100%; | ||
+ | text-align: center; | ||
+ | padding-top: 20px; | ||
+ | } | ||
+ | |||
+ | #CB_top_MENU ul { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | font-size: 15px; | ||
+ | padding-bottom: 10px; | ||
+ | } | ||
+ | |||
+ | #CB_top_MENU li { | ||
+ | display: inline-block; | ||
+ | *display: inline; | ||
+ | border-bottom: 5px solid #221B1B; | ||
+ | height: 20px; | ||
+ | padding: 0 15px; | ||
+ | margin: 0 4px; | ||
+ | } | ||
+ | |||
+ | .HOME{ | ||
+ | border-bottom-color: white !important; | ||
+ | } | ||
+ | |||
+ | #CB_top_MENU li:hover { | ||
+ | background: white; | ||
+ | border-bottom: 5px solid white; | ||
+ | } | ||
+ | |||
+ | #CB_top_MENU li:hover a { | ||
+ | color: #24BED3; | ||
+ | } | ||
+ | |||
+ | #CB_top_MENU a { | ||
+ | color: #0E0B0B; | ||
} | } | ||
} | } | ||
/* iPad, tablets etc portrait ---- */ | /* iPad, tablets etc portrait ---- */ | ||
- | @media all and (min-width : | + | @media all and (min-width : 769px) and (max-width : 1024px ) { |
body { | body { | ||
font-family: 'Droid Sans', sans-serif; | font-family: 'Droid Sans', sans-serif; | ||
Line 360: | Line 408: | ||
color: #0E0B0B; | color: #0E0B0B; | ||
} | } | ||
- | |||
- | |||
} | } | ||
Line 377: | Line 423: | ||
/* large Desktops */ | /* large Desktops */ | ||
- | @media all and (min-width: | + | @media all and (min-width: 1025px) { |
body { | body { | ||
font-family: 'Droid Sans', sans-serif; | font-family: 'Droid Sans', sans-serif; |
Revision as of 03:20, 21 September 2012