Skip to content

Instantly share code, notes, and snippets.

@dzaima
Created August 14, 2018 16:10
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 dzaima/98bd7c69a4fe82055809132e964db8da to your computer and use it in GitHub Desktop.
Save dzaima/98bd7c69a4fe82055809132e964db8da to your computer and use it in GitHub Desktop.
@-moz-document regexp("https?://codegolf.(meta\\.)?stackexchange.com.*"), regexp("https?://chat\\.stackexchange\\.com.*") {
div[style*="background: url(//i.stack.imgur.com/4Y7TE.png)"] {
background: url("https://i.stack.imgur.com/4535h.png") !important;
opacity: 0.3;
}
a:not(.-link) {
color: #baf2cd !important;
}
.s-footer *, footer, .-container {
background-color: transparent !important;
}
footer {
background: transparent !important;
}
#newsletter-ad {
display: none;
}
div#wmd-button-bar {
background-color: #151515 !important; /*D3D3D3*/
}
.post-tag {
background-color: #505C63 !important;
color: #eee !important;
border-color: transparent !important;
}
code, pre, .stars>.times {
color:#efe !important;
}
div.askquestion > ul > li, div.askquestion > ul > li > a {
background: #333 !important;
}
.LEADERBOARD tr:nth-child(2n) {
background-color: rgba(241, 241, 241, 0.1);
}
.calendar, .calendar-small, .room-mini {
background-image: none !important;
border-color: #333;
background-color: #333 !important;
color: #eee !important;
}
.event-banner.clear-both {
background-color: #333 !important;
}
.top-bar {
position:fixed
}
.settings-page {
background-color: #272525 !important;
}
.username, #content {
color: #D2D2D2 !important;
}
.bg-black-050 {
background-color: #0000 !important;
}
.s-sidebarwidget--header.grid {
background-color: #0000 !important;
}
header.site-header {
background-color: #0000 !important;
display:none;
}
.MathJax_Display {
overflow-x: inherit;
}
.wmd-preview a:not(.post-tag), .post-text a:not(.post-tag), .comment-copy a:not(.post-tag) {
border-bottom: inherit;
}
.s-btn.s-btn__primary {
background: #333 !important;
}
}
@-moz-document regexp("https://chat\\.stackexchange\\.com/rooms.*") {
.str {
color: #040 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment