Skip to content

Instantly share code, notes, and snippets.

@airstrike
Created October 13, 2011 19:07
Show Gist options
  • Save airstrike/1285185 to your computer and use it in GitHub Desktop.
Save airstrike/1285185 to your computer and use it in GitHub Desktop.
ape-project.org irc demo stylish theme
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://www.ape-project.org/demos/6/tcpsocket-demo-irc.html") {
html { background-color:#333333; }
body { background-image:none !important; height:600px !important; }
div#content { background-color:#333333; }
#header, #breadcrump, .white_box_body .gdemo, .embed_this, .small_txt, #footer { display: none; }
pre.msg_text { width:600px !important; }
#history .msg_line { font-size:11px !important; }
#history .msg_line
.white_box_body div#ircchat { width:960px !important; float:left; margin-left: 1px !important; }
#ircchat { width:1000px !important; }
div#ircchat .chat { width:960px !important; }
div#ircchat .chat .texte-zone { width:784px !important; }
div#ircchat .chat .texte-zone #history { width:784px !important; }
.white_box_body, .white_box_header, .white_box_footer { width:1000px !important; background-image:none !important; background-color:#333333; }
div.txt_box, div.white_box_body { background-color:#333333; border:none !important; }
div.texte-zone, div.tab { background-color:#ffffff; padding:0; margin:0; }
div.header { color:#ffffff; }
input#chat-input { width: 700px !important; margin-left:0; font-family: Consolas, "MS Sans Serif", sans-serif; font-size:11px; color:#666; }
#ircchat .header .tab, #ircchat .header .tab a, #ircchat .header .tab span { background-image:none !important; padding-left:0 !important; margin:0 !important; width: auto; }
#ircchat .header .tab.current span { color:#3EC4DD !important; }
#ircchat .chat .input-zone .show-nick { font-family: consolas !important; margin:20px 0 0 !important; width:80%; }
/* colors */
.user-left .msg_text {
color: #333399 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment