Sha256: dd3c9c4023801bd3e1c77f1bbb5b163ebae66230bf7c04a47b820fc0ef9b58ce
Contents?: true
Size: 1.38 KB
Versions: 9
Compression:
Stored size: 1.38 KB
Contents
/* Table of Contents ================================================== #Trunk #Media Queries */ /* #Trunk ================================================== */ .trunk { background: rgba(58,144,216,1); margin: -40px 0 40px 0; width: 100%; } .trunk-buffer { padding: 30px 0; } .trunk-search input { background: transparent; border-color: rgba(255,255,255,0.25); color: rgba(255,255,255,1); font-weight: 200; } .trunk-search input:focus { border-color: rgba(255,255,255,1); } .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,1); display: block; font-size: 13px; font-weight: 500; line-height: 13px; padding: 12px 15px 10px 0; } .trunk-nav a:hover { background: rgba(0,0,0,0.075); padding-left: 15px; } .trunk-account { border-top: 1px solid rgba(255,255,255, 0.1); margin-top: 10px; padding-top: 10px; } .trunk-account li { float: left; width: 50%; } .trunk-account li a { border-radius: 3px; color: rgba(255,255,255,1); display: block; font-size: 13px; font-weight: 500; padding: 5px 0 3px 0; text-align: center; } .trunk-account li a:hover { background: rgba(0,0,0,0.075); }
Version data entries
9 entries across 9 versions & 1 rubygems