Sha256: 913b67d379714d7c5f5ac33a02c3d7981fdcd94773809d87c2738a1eaeb921a9
Contents?: true
Size: 1.85 KB
Versions: 5
Compression:
Stored size: 1.85 KB
Contents
/* Table of Contents ================================================== #Trunk #Media Queries */ /* #Trunk ================================================== */ .trunk { background-color: rgba(43,50,53,1); box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.3); left: 0; position: fixed; top: 50px; width: 100%; z-index: 1060; } .trunk-buffer { padding: 30px 0; } .trunk-search input { background-color: transparent; border-color: rgba(255,255,255,0.25); color: rgba(255,255,255,1); font-weight: 200; } .trunk-search input:-moz-placeholder { color: rgba(255,255,255,0.40); } .trunk-search input:-ms-input-placeholder { color: rgba(255,255,255,0.40); } .trunk-search input::-webkit-input-placeholder { color: rgba(255,255,255,0.40); } .trunk-nav a { border-radius: 3px; color: rgba(255,255,255,0.8); display: block; font-size: 12.5px; font-weight: bold; letter-spacing: 1px; line-height: 12.5px; padding: 12px 15px 10px 0; text-shadow: 0 1px 0 rgba(0,0,0,1); } .trunk-nav a:hover { background-color: rgba(0,0,0,0.075); color: rgba(255,255,255,1); padding-left: 15px; } .trunk-account { border-top: 1px solid rgba(255,255,255, 0.1); margin-top: 10px; } .trunk-account li { float: left; margin: 10px 5px 0 0; width: 207px; } .trunk-account li:last-child { margin-right: 0; } .trunk-account li a { border-radius: 3px; color: rgba(255,255,255,0.8); display: block; font-size: 12.5px; font-weight: bold; padding: 5px 0 3px 0; text-align: center; } .trunk-account li a:hover { background-color: rgba(0,0,0,0.075); color: rgba(255,255,255,1); } /* #Media Queries ================================================== */ @media only screen and (max-width: 767px) { .trunk-account li { width: 147px; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .trunk-account li { width: 207px; } }
Version data entries
5 entries across 5 versions & 1 rubygems