Skip to content

Instantly share code, notes, and snippets.

@ddurst
Last active June 21, 2017 21:01
Show Gist options
  • Save ddurst/cd200f03d121cbc8a155 to your computer and use it in GitHub Desktop.
Save ddurst/cd200f03d121cbc8a155 to your computer and use it in GitHub Desktop.
Tweak IRCCloud-Dark, from 2017/06/21
@-moz-document domain("irccloud.com"), domain("irccloud.mozilla.com"), domain("gist-assets.github.com") {
/* AGENT_SHEET */
/*
main labels: #888888
*/
/* heading */
body.theme-midnight .bufferstatus div.status h2.bufferHeading span.label {
font-weight: 600 !important;
}
body.theme-midnight .bufferstatus div.status h2.bufferHeading span.topic,
body.theme-midnight .bufferstatus div.status h2.bufferHeading span.label {
font-size: 120% !important;
line-height: 100%;
}
/* message row */
div.log div.row {
padding-bottom: 3px !important;
padding-top: 3px !important;
}
/* better highlighted text */
::selection {
background: #4F2626; /-* WebKit/Blink Browsers *-/
}
::-moz-selection {
background: #4F2626; /-* Gecko Browsers *-/
}
/* self/mention highlight */
div.log div.row.highlight {
background-color: rgba(26, 137, 13, .35) !important;
}
body.theme-midnight div.log span.date {
color: #555 !important;
}
/* member list */
body.theme-midnight div.memberwrapper {
background-color: #121212 !important;
border-bottom: none !important;
border-bottom-left-radius: initial !important;
border-left: 3px solid #000 !important;
font-size: 75%;
box-shadow: unset !important;
margin-bottom: 0px !important;
}
body.theme-midnight ul.memberList li {
background-color: #121212 !important;
border: none !important;
}
body.theme-midnight ul.memberList li.category {
border-bottom: 3px solid #000 !important;
box-shadow: unset !important;
}
/* user list groups: oper, owner, admin, ops, halfops, voiced, members */
body.theme-midnight .showMembers ul.memberList li.oper h2,
body.theme-midnight .showMembers ul.memberList li.oper h2 .memberExtras {
color: #E02305 !important;
}
body.theme-midnight .showMembers ul.memberList li.owner h2,
body.theme-midnight .showMembers ul.memberList li.owner h2 .memberExtras {
color: #E7AA00 !important;
}
body.theme-midnight .showMembers ul.memberList li.admin h2,
body.theme-midnight .showMembers ul.memberList li.admin h2 .memberExtras {
color: #6500A5 !important;
}
body.theme-midnight .showMembers ul.memberList li.ops h2,
body.theme-midnight .showMembers ul.memberList li.ops h2 .memberExtras {
color: #BA1719 !important;
}
body.theme-midnight .showMembers ul.memberList li.halfops h2,
body.theme-midnight .showMembers ul.memberList li.halfops h2 .memberExtras {
color: #B55900 !important;
}
body.theme-midnight .showMembers ul.memberList li.voiced h2,
body.theme-midnight .showMembers ul.memberList li.voiced h2 .memberExtras {
color: #25B100 !important;
}
body.theme-midnight .showMembers ul.memberList li.members h2,
body.theme-midnight .showMembers ul.memberList li.members h2 .memberExtras {
color: #888888 !important;
}
body.theme-midnight .showMembers ul.memberList li.members {
border-bottom: none !important;
}
body.theme-midnight ul.memberList span.memberCount {
color: inherit !important;
}
/* this sets the memberlist link colors when NOT hovered, so the hover class-specific colors still get applied. \o/ */
body.nick-colors.theme-midnight ul.memberList li .bufferLink:not(:hover) {
color: #737373 !important;
}
/* sidebar */
body.theme-midnight .sidebarIndicatorBadged,
body.theme-midnight .sidebarIndicatorTooltip__badge,
body.theme-midnight .sidebarIndicatorBadged,
body.theme-midnight .bufferList span.badge,
body.theme-midnight .extrasBadge {
background-color: #1A890D !important;
border-color: #065006 !important;
}
body.theme-midnight .bufferList span.deferBadge {
color: #FF0 !important;
}
/* input cell */
body.theme-midnight .buffernick {
padding-top: 3px !important;
}
body.theme-midnight .nickcell {
background-color: #000 !important;
box-shadow: 0px 1px 0px #555 inset, 0px -1px 0px #666 inset, 1px 0px 0px #666 inset !important;
padding-left: 8px !important;
}
body.theme-midnight .inputcell,
body.theme-midnight .uploadcell {
background-color: #000 !important;
}
body.theme-midnight .inputcell {
box-shadow: 0px 1px 0px #555 inset, 0px -1px 0px #666 inset !important;
}
body.theme-midnight .uploadcell {
box-shadow: 0px 1px 0px #555 inset, 0px -1px 0px #666 inset, -1px 0px 0px #666 inset !important;
color: #999 !important;
}
body.theme-midnight .inputcell form.input {
margin-top: 2px !important;
padding-left: 5px !important;
}
body.theme-midnight .inputcell textarea {
background-color: #000 !important;
color: #D6D6D6 !important;
}
/*
.inputInfo {
background-color: #000 !important;
border: 2px solid #AAA !important;
box-shadow: 2px 2px 0px #777 !important;
}
*/
body.theme-midnight .emojicell,
body.theme-midnight .lockcell {
background-color: #000 !important;
box-shadow: inset 0 1px 0 #555,inset 0 -1px 0 #666 !important;
color: #999 !important;
}
body.theme-midnight .lockcell {
padding-top: 6px !important;
}
/*
.clipboardTriggerCell {
background-color: inherit !important;
box-shadow: inset 0 1px 0 #555,inset 0 -1px 0 #666 !important;
}
.clipboardTrigger {
margin-top: 2px !important;
}
*/
/* away styling */
.connectionStatus.away a {
background-color: #FF0 !important;
color: #000 !important;
}
.away .bufferinputcell {
background-color: #FF0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment