#header { font-size: 90%; background: $header; @include linear-gradient(color-stops(darken($header, 12), $header, $header)); position: relative; &:after { content: "\0020"; display: block; clear: both; overflow: hidden; height: 2px; width: 100%; position: absolute; @include linear-gradient(color-stops(rgba(black, 0.3), rgba(black, 0))); } } #site_links { color: mix($header, white, 15%); font-size: 80%; float: right; padding: 15px 10px 0 5px; height: 16px; a { color: white; } a:hover, strong a { text-decoration: none; } } #view_site { font-size: 90%; background: rgba(black, 0.45); @include border-radius; display: inline; padding: 3px 10px 4px; text-decoration: none; } ul#navigation { float: left; margin-top: 6px; li { float: left; height: 30px; margin: 4px 0 0 8px; white-space: nowrap; a { background: $primary-tab; color: mix($header, white, 15%); display: block; height: 30px; line-height: 30px; padding: 0 20px; position: relative; text-decoration: none; @include border-top-radius(6px); } &:hover a { background: opacify($primary-tab, 0.2); color: white; } &.current a { background: white; color: #333333; font-weight: bold; } } } #toolbar { background: white; @include linear-gradient(color-stops(white, darken(white, 5%), darken(white, 20%))); font-size: 95%; clear: both; margin: 0; width: 100%; height: 38px; @include pie-clearfix; .right { float: right; } form.search { padding: 8px 8px 0; input[type=search] { font-size: 12px; @include border-radius(100px); border: 1px solid #cccccc; border-top-color: #999999; border-left-color: #b0b0b0; border-right-color: #bbbbbb; background: white image_url("admin/search.png") 4px center no-repeat; @include single-box-shadow(rgba(black, 0.2), 0, 1px, 0, inset); width: 180px; padding: 2px 8px 2px 20px; } } } ul#secondary_navigation { float: left; margin-right: 8px; li { float: left; display: block; background: image-url("admin/navigation_secondary_separator.gif") bottom right no-repeat; padding-right: 2px; a { color: #555555; display: block; font-weight: normal; float: left; line-height: 38px; margin: 0; padding: 0 26px; height: 38px; text-decoration: none; &:hover { @include linear-gradient(color-stops(#e4f9ff, #d2ebfd 30%, #b1d1f1 50%, #9bc5ed 50%, #caecff)); color: #444444; } &.current { background: #dddddd; @include linear-gradient(color-stops(white, darken(white, 10%) 35%, darken(white, 15%) 50%, darken(white, 20%) 50%, darken(white, 15%))); color: #333333; font-weight: bold; &:hover { @include linear-gradient(color-stops(#e0f9fe, #c4e2f8 30%, #98c3e7 50%, #79aedb 50%, #b1ddef)); color: #222222; } } } } }