Skip to content

Instantly share code, notes, and snippets.

@Ademking
Last active September 21, 2018 12:04
Show Gist options
  • Save Ademking/8e2d9082c9b607c1bf8d84f937c22d12 to your computer and use it in GitHub Desktop.
Save Ademking/8e2d9082c9b607c1bf8d84f937c22d12 to your computer and use it in GitHub Desktop.
University chatroom theme
/* University Theme by AdemKouki */
@import url('https://fonts.googleapis.com/css?family=Tajawal');
.theme--day .header-bar {
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' %3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23ff4400'/%3E%3Cstop offset='1' stop-color='%23bd0000'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpattern id='b' width='24' height='24' patternUnits='userSpaceOnUse'%3E%3Ccircle fill='%23ffffff' cx='12' cy='12' r='12'/%3E%3C/pattern%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3Crect width='100%25' height='100%25' fill='url(%23b)' fill-opacity='0.1'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
.header-avatar, .info , .menu, #share_button{
display: none;
}
html, .header-channel {
font-family: 'Tajawal', sans-serif;
}
.removed {
display: inherit;
}
html.isIframe {
background-color: white;
}
.post-avatar--troll{
color: black !important;
}
.message-input{
background-color: rgb(255, 255, 255) !important;
}
.post blockquote {
background: #f4d1d1;
}
#channel{
text-transform: uppercase;
font-size: 1.4em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment