Skip to content

Instantly share code, notes, and snippets.

@sbarfurth
Last active May 14, 2016 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sbarfurth/dcfc7de887f1577a24399fc44e6e79fb to your computer and use it in GitHub Desktop.
Save sbarfurth/dcfc7de887f1577a24399fc44e6e79fb to your computer and use it in GitHub Desktop.
orangechat.io sidebar button
.titlebox .usertext-body .md em a[href^="https://orangechat.io"] {
font-style: normal;
display: block;
text-decoration: none;
padding: 12px 12px 12px 12px;
margin: 12px 0;
border-radius: 3px;
text-align: center;
cursor: pointer;
font-size: 1.5em;
border: 1px solid #d93400;
text-shadow: 1px 1px 1px #e73700;
color: #fff;
background-color: #ff5722;
background-image: -webkit-linear-gradient(top, #ff5722 0%, #f63b00 100%);
background-image: linear-gradient(to bottom, #ff5722 0%, #f63b00 100%);
background-image: url(%%logo-white%%), -webkit-linear-gradient(top, #ff5722 0%, #f63b00 100%);
background-image: url(%%logo-white%%), linear-gradient(to bottom, #ff5722 0%, #f63b00 100%);
background-position: 12px center, center center;
background-size: 22px 22px, cover;
background-repeat: no-repeat;
}
.titlebox .usertext-body .md em a[href^="https://orangechat.io"]:hover {
background-image: -webkit-linear-gradient(top, #ff5722 0%, #f63b00 100%);
background-image: linear-gradient(to bottom, #ff5722 0%, #f63b00 100%);
background-image: url(%%logo-white%%), -webkit-linear-gradient(top, #ff7043 0%, #f63b00 100%);
background-image: url(%%logo-white%%), linear-gradient(to bottom, #ff7043 0%, #f63b00 100%);
}
*[chat with us](https://orangechat.io)*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment