Sha256: e25a15e0806331ac62464094c9ebe0c5641d34b44ade2d97e5b2b94bf5810bd1
Contents?: true
Size: 1.94 KB
Versions: 1
Compression:
Stored size: 1.94 KB
Contents
#omnisocial-login { overflow: hidden; } #omnisocial-login .information { float: left; margin-right: 40px; width: 450px; } a.omnisocial-button { text-decoration: none; } a.omnisocial-button span { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-width: 1px; border-style: solid; font-weight: bold; font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, Arial, Verdana, sans-serif; font-size: 16px; cursor: pointer; display: inline-block; line-height: 1; margin-top: 1px; padding: 8px 10px 9px; position: relative; text-decoration: none; text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px; background: #3583cf; background: -webkit-gradient(linear, left top, left bottom, from(#629ed9), to(#3583cf)); border-color: #bbe2f8; color: white; float: none; font-size: 18px; position: absolute; } a:hover.omnisocial-button span { text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px; background: #6ca520; background: -webkit-gradient(linear, left top, left bottom, from(#90bb58), to(#6ca520)); border-color: #dcf1bf; -o-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0; -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0; -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0; box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0; } a.omnisocial-button.twitter { background: url(/images/omnisocial/twitter.gif) center center no-repeat; float: left; height: 255px; width: 200px; } a.omnisocial-button.twitter span { margin: 240px 0 0 25px; } a.omnisocial-button.facebook { background: url(/images/omnisocial/facebook.png) center center no-repeat; float: left; margin-left: 40px; height: 255px; width: 200px; } a.omnisocial-button.linkedin { background: url(/images/omnisocial/linkedin.png) center center no-repeat; float: left; margin-left: 40px; height: 255px; width: 200px; } a.omnisocial-button.linkedin span { margin: 240px 0 0 11px; } a.omnisocial-button.facebook span { margin: 240px 0 0 11px; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
elecnix-omnisocial-0.1.5 | lib/generators/omnisocial/templates/assets/stylesheets/omnisocial.css |