Sha256: 4690246568e0a3d39e1f34abd2740beef6828c8ea1d31bfda4fc8c37d18243cd

Contents?: true

Size: 1.7 KB

Versions: 5

Compression:

Stored size: 1.7 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.facebook span {
  margin: 240px 0 0 11px;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cornflakeomnisocial-0.1.2.7 lib/generators/omnisocial/templates/assets/stylesheets/omnisocial.css
cornflakeomnisocial-0.1.2.6 lib/generators/omnisocial/templates/assets/stylesheets/omnisocial.css
cornflakeomnisocial-0.1.2.5 lib/generators/omnisocial/templates/assets/stylesheets/omnisocial.css
cornflakeomnisocial-0.1.2.4 lib/generators/omnisocial/templates/assets/stylesheets/omnisocial.css
cornflakeomnisocial-0.1.2.3 lib/generators/omnisocial/templates/assets/stylesheets/omnisocial.css