Skip to content

Instantly share code, notes, and snippets.

@rightfold
Created May 22, 2014 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rightfold/9aeed50e5c95a6c67eb7 to your computer and use it in GitHub Desktop.
Save rightfold/9aeed50e5c95a6c67eb7 to your computer and use it in GitHub Desktop.
#footer-logo, #footer-legal {
display: none;
}
#input {
background: #eee url('http://api.thumbr.it/whitenoise-361x370.png?background=4ea6ca00&noise=626262&density=74&opacity=7');
}
#input-area {
background: #eee url('http://api.thumbr.it/whitenoise-361x370.png?background=4ea6ca00&noise=626262&density=74&opacity=7');
box-shadow: 0 2px 5px #222;
}
#input-area .button, #sidebar .button, #input-area .tag, #sidebar .tag {
background-color: #455667;
box-shadow: none;
color: #fff;
text-shadow: 0 -1px 0 #455667;
}
#roomname {
font-family: Verdana, sans-serif;
}
#sidebar {
background: #eee url('http://api.thumbr.it/whitenoise-361x370.png?background=4ea6ca00&noise=626262&density=74&opacity=7');
box-shadow: 0 2px 5px #222;
color: #000;
text-shadow: 0 1px 0 #f6f6f6;
}
#toggle-favorite {
display: none;
}
.button, .tag {
background: #eee url('http://api.thumbr.it/whitenoise-361x370.png?background=4ea6ca00&noise=626262&density=74&opacity=7');
border: none;
border-radius: 0;
box-shadow: 0 2px 5px #122334;
color: #000;
font-family: inherit;
text-shadow: 0 1px 0 #f6f6f6;
}
.catchup-marker {
border-top: none;
}
.ignored {
display: none;
}
.messages {
background: none;
}
.mine {
background-color: #dfdfdf ;
}
.monologue {
background: #eee url('http://api.thumbr.it/whitenoise-361x370.png?background=4ea6ca00&noise=626262&density=74&opacity=7');
border-radius: 0;
box-shadow: 0 2px 5px #222;
color: #000;
margin-top: -3px;
padding-top: 0;
text-shadow: 0 1px 0 #e9e9e9;
}
.signature .avatar {
position: relative;
top: 2px;
}
.username {
font-size: 10px;
}
a, .more {
color: #455667;
}
a:hover, .more:hover {
color: #233445;
}
body {
-webkit-font-smoothing: antialias;
background: #677889 url('http://api.thumbr.it/whitenoise-361x370.png?background=4ea6ca00&noise=626262&density=74&opacity=30');
font-family: Verdana, sans-serif;
font-size: 12px;
text-rendering: optimizeLegibility;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment