Created
October 17, 2010 20:51
-
-
Save liesen/631274 to your computer and use it in GitHub Desktop.
dark theme for irccloud, http://dl.dropbox.com/u/6432360/ircss.png
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background-color: #000 !important; | |
} | |
#statusBar { | |
background-color: #224 !important; | |
border-color: #336 !important; | |
} | |
#buffers li.server { | |
background-color: #333 !important; | |
} | |
#buffers li.server h2 a { | |
background-color: #224 !important; | |
} | |
#bufferView { | |
border: none !important; | |
margin: 0 200px 0 0 !important; | |
font-size: 75% !important; | |
} | |
#status .status { | |
color: #fff; | |
background-color: #222 !important; | |
} | |
#status .status h2 { | |
font-family: Monaco, monospace; | |
} | |
#users { | |
width: 170px !important; | |
background-color: #000; | |
border-left: 0 !important; | |
} | |
#users .memberList { | |
font-family: Monaco, monospace; | |
} | |
#users .memberList li h2 { | |
visibility: hidden; | |
display: none; | |
} | |
#users .memberList .operators { | |
font-weight: bold; | |
} | |
#buffer { | |
font-family: Monaco, monospace; | |
background-color: #111 !important; | |
} | |
#buffer tr { | |
color: #666; | |
} | |
#buffer tr td { | |
background-color: inherit !important; | |
} | |
#buffer tr.chat td { | |
color: #eee !important; | |
} | |
#buffer tr.warning { | |
color: #900 !important; | |
} | |
#chatInputContainer { | |
background-color: #000; | |
} | |
#input { | |
background-color: #222 !important; | |
} | |
#chatInputBox { | |
background-color: #222; | |
color: #eee; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment