Sha256: ed075aebd6e9a0e47e45f552acf589877570622b05675766bfe4d73df64c9e64
Contents?: true
Size: 1.44 KB
Versions: 6
Compression:
Stored size: 1.44 KB
Contents
// // Navbar // -------------------------------------------------- .navbar{ min-height: 45px; background: #FFF; border-bottom: 1px solid #E8E8E8; .logo{ float: left; .brand{ display: block; line-height: 45px; padding: 0; color: #666; text-decoration: none; font-weight: 700; } } .menu{ float: left; list-style: none; margin: 0 15px; padding: 0; position: relative; .menu{ display: none; } > li{ float: left; > a{ text-align: center; padding: 0 20px; line-height: 45px; -webkit-transition: padding 0.25s ease, color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease; transition: padding 0.25s ease, color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease; &:after{ display: block; margin: 0 auto; content: ''; position: absolute; left: 0; bottom: -1px; height: 0; width: 100%; -webkit-transition: height 0.15s ease; transition: height 0.15s ease; } &:hover { color: #428BCA; background: #F5F5F5; &:after{ height: 3px; background-color: #428BCA; } } &:active{ background: #F0F0F0; } } } } form{ float: left; padding-top: 5px; } }
Version data entries
6 entries across 6 versions & 1 rubygems