/**
 * Default IRC CSS theme.
 *
 * $Id$
 */

.irc_text {
  font-size: 12px;
  font-family: Fixedsys, monospace;
  white-space: pre;
  margin-left: 10px;

}

.irc_text a {
  text-decoration: none;
}
.netsplit_out, .netsplit_in, .mode, .join, .part, .topic { color: DarkGreen; }
.misc, .quit, .kick { color: DarkBlue; }

.action, .notice { color: DarkRed; }
.ctcp { color: red; }

.nick  { color: DarkRed; }
.channel { color: green; }

.date_stamp { display: none; }

.irc_fg_0 { color: white; }
.irc_fg_1 { color: black; }
.irc_fg_2 { color: navy; }
.irc_fg_3 { color: green; }
.irc_fg_4 { color: red; }
.irc_fg_5 { color: maroon; }
.irc_fg_6 { color: purple; }
.irc_fg_7 { color: orange; }
.irc_fg_8 { color: yellow; }
.irc_fg_9 { color: lime; }
.irc_fg_10 { color: teal; }
.irc_fg_11 { color: aqua; }
.irc_fg_12 { color: blue; }
.irc_fg_13 { color: fuchsia; }
.irc_fg_14 { color: gray; }
.irc_fg_15 { color: silver; }
.irc_fg_99 { color: #EFEFEF; }
.irc_bg_0 { background-color: white; }
.irc_bg_1 { background-color: black; }
.irc_bg_2 { background-color: navy; }
.irc_bg_3 { background-color: green; }
.irc_bg_4 { background-color: red; }
.irc_bg_5 { background-color: maroon; }
.irc_bg_6 { background-color: purple; }
.irc_bg_7 { background-color: orange; }
.irc_bg_8 { background-color: yellow; }
.irc_bg_9 { background-color: lime; }
.irc_bg_10 { background-color: teal; }
.irc_bg_11 { background-color: aqua; }
.irc_bg_12 { background-color: blue; }
.irc_bg_13 { background-color: fuchsia; }
.irc_bg_14 { background-color: gray; }
.irc_bg_15 { background-color: silver; }
.irc_bg_99 { background-color: #EFEFEF; }
