Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as CSS by registered user Sora ( 10 years ago )
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("webchat.freenode.net") {
  
  
  /*Main*/
  .qwebirc {
    background: #222;
  }
  
  
  /*Header*/
  .dropdown-tab, .tabbar, .qwebirc-qui .outertabbar {
    background: #111;
  }
  
  .qwebirc-qui .outertabbar_top{
    border-color: #444;
  }
  
  .qwebirc-qui .dropdownmenu {
    background: #444;
  }
  .qwebirc-qui .dropdownmenu a:hover {
    background: #333;
    color: #666;
  }
  
  .qwebirc-qui a.tab {
    background: #222;
    color: #666;
  }
  .qwebirc-qui a.tab:hover {
    background: #333;
  }
  
  .qwebirc-qui .tab-selected {
    background: #622 !important;
    color: #000 !important;
  }
  
  
  /*Heading*/
  .topicboundpanel {
    background: #181818;
    padding: 5px;
    border-bottom: 2px solid #444;
  }
  
  .dynamicpanel {
    color: #555;
    font-size: 12px;
  }
  
  
  /*Userlist*/
  .qwebirc-qui .nicklist {
    background: #222;
  }
  
  .qwebirc-qui .nicklist a{
    border-color: #222;
  }
  
  .qwebirc-qui .nicklist a {
    color: #666;
  }
  .qwebirc-qui .nicklist a.selected {
    background: #333;
  }
  .qwebirc-qui .nicklist a.selected span {
    color: #711;
  }
  .qwebirc-qui .nicklist a.selected-middle{
    background: #333;
  }
  .qwebirc-qui .nicklist a.selected-middle span {
    color: #711;
  }
  
  
  /*Chat Window*/
  .qwebirc-qui .lines {
    background: #282828;
  }
  
  .qwebirc-qui .lines {
    color: #888;
  }
  
  .qwebirc-qui .lines a {
    color: #44a;
  }
  
  ::-webkit-scrollbar-track {
    background-color: #111 !important;
  }
  
  .qwebirc-qui .hyperlink-whois, .hyperlink-qwhois, .hyperlink-channel {
    color: #711;
  }
  
  
  /*Input*/
  .qwebirc-qui div.input {
    border-color: #666;
    border-top: 2px solid;
  }
  
  .qwebirc-qui .input input.keyboard-input {
    background: #181818;
    color: #888;
  }
  
}

 

Revise this Paste

Children: 80816
Your Name: Code Language: