Team:Groningen/Templates/Navigationbar
From 2013.igem.org
(Difference between revisions)
Line 22: | Line 22: | ||
/*Menu Header Styles*/ | /*Menu Header Styles*/ | ||
.menu-item h4 { | .menu-item h4 { | ||
+ | border-bottom: 1px solid rgba(0,0,0,0.3); | ||
+ | border-top: 1px solid rgba(255,255,255,0.2); | ||
color: #fff; | color: #fff; | ||
font-size: 15px; | font-size: 15px; | ||
font-weight: 500; | font-weight: 500; | ||
padding: 7px 12px; | padding: 7px 12px; | ||
- | background: #a90329; | + | |
+ | /*Gradient*/ | ||
+ | background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */ | ||
+ | } | ||
+ | |||
+ | .menu-item h4 a { | ||
+ | color: white; | ||
+ | display: block; | ||
+ | text-decoration: none; | ||
+ | width: 200px; | ||
} | } | ||
</style> | </style> |
Revision as of 12:44, 16 July 2013