Template:Team:Tsinghua/CSS/Nav-Style
From 2014.igem.org
(Difference between revisions)
(Created page with "<html> <style type="text/css"> - →~~ Drop right nav bar menu ~~: nav { padding: 0; margin: 0; border: 0; line-height: 1; } nav ul li a:link { color: #ffffff; text-decor...") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | |||
/* ~~ Drop right nav bar menu ~~ */ | /* ~~ Drop right nav bar menu ~~ */ | ||
Line 77: | Line 76: | ||
/* Custom CSS Styles */ | /* Custom CSS Styles */ | ||
nav { | nav { | ||
- | width: | + | width: 176px; |
background: #333333; | background: #333333; | ||
font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif; | font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif; | ||
Line 164: | Line 163: | ||
nav.align-right > ul > li > a { | nav.align-right > ul > li > a { | ||
border-left: 4px solid #1b9bff; | border-left: 4px solid #1b9bff; | ||
- | |||
} | } | ||
nav.align-right { | nav.align-right { | ||
Line 204: | Line 202: | ||
-moz-border-radius: 3px 0 0 3px; | -moz-border-radius: 3px 0 0 3px; | ||
border-radius: 3px 0 0 3px; | border-radius: 3px 0 0 3px; | ||
+ | } | ||
+ | |||
+ | #sidebarfiller { | ||
+ | background-color: #c6c6c6; | ||
+ | height: 40px; | ||
} | } | ||
</style> | </style> | ||
<html> | <html> |
Latest revision as of 18:14, 15 October 2014