
/*@import url(output-default.css);*/
@import url(chrome://chatzilla/content/output-base.css);

body.chatzilla-body {               /* The topmost container in the ChatZilla */
	background: black;              /* output window. */
	color: lightgrey;    
}
a.chatzilla-link {
	color: #fffdd6;
}

a.chatzilla-link:visited {
	color: lightgrey;
}

.header-outer {
	background-color: black;
}

.header {
	color: lightslategrey;
	background-color: #333333;
	/*    opacity: 0.9;  causes memory leak? */
	-moz-border-radius: 7px;
}

.progress-fg {
	background-color: silver;
}

.value {
	color: silver;
}

#splash {
	color: #444444;
}

#usr-descnodes,
#ch-topicnodes {
	color: white;
}

[condition] {
	font-weight: bold;
}

[condition="red"] {
	color: red;
}

[condition="yellow"] {
	color: yellow;
}

[condition="green"] {
	color: lightgreen;
}

.msg[msg-type="JOIN"] .msg-data a.chatzilla-link,
.msg[msg-type="PART"] .msg-data a.chatzilla-link {
	color: lightcyan;
}

.msg[msg-type="KICK"] .msg-data a.chatzilla-link {
	color: #ff5700;
}

.chatzilla-rheet {
	color: magenta !important;
}

.msg-user { border: 1px inherit solid; text-align: center; vertical-align: middle; }
.msg-user[msg-user60"ME!"]                         { border: 1px inherit solid; }
.msg-data[msg-type="PRIVMSG"][dest-type="IRCUser"] { border-color: inherit !important; background: inherit !important; }
.msg-user[msg-user^="Arno"]:after,
.msg-user[msg-user^="gautier"]:after,
.msg-user[msg-user^="Goldron"]:after,
.msg-user[msg-user^="kassoolet"]:after,
.msg-user[msg-user^="jm"]:after,
.msg-user[msg-user^="Patrice"]:after,
.msg-user[msg-user^="Alex"]:after,
.msg-user[msg-user^="cance"]:after,
.msg-user[msg-user^="Wallabee"]:after,
.msg-user[msg-user^="gautZilla"]:after,
.msg-user[msg-user^="Bubu"]:after,
XXX { content: "" !important; }

.msg-user[msg-user^="Arno"],
.msg-user[msg-user^="gautier"],
.msg-user[msg-user^="Goldron"],
.msg-user[msg-user^="kassoolet"],
.msg-user[msg-user^="jm"],
.msg-user[msg-user^="Patrice"],
.msg-user[msg-user^="Alex"],
.msg-user[msg-user^="cance"],
.msg-user[msg-user^="Wallabee"],
.msg-user[msg-user^="gautZilla"],
.msg-user[msg-user^="Bubu"],
XXX { text-align: center !important; }

.msg-user[msg-user^="Arno"],
.msg-user[msg-user^="gautier"],
.msg-user[msg-user^="Goldron"],
.msg-user[msg-user^="kassoolet"],
.msg-user[msg-user^="jm"],
.msg-user[msg-user^="Patrice"],
.msg-user[msg-user^="Alex"],
.msg-user[msg-user^="cance"],
.msg-user[msg-user^="Wallabee"],
.msg-user[msg-user^="gautZilla"],
.msg-user[msg-user^="Bubu"],
XXX { border: 1px #777499 solid; vertical-align: middle !important; -moz-border-radius: 0px 10px 10px 0px; }

.msg-user[msg-user^="Arno"][msg-type="ACTION"],
.msg-user[msg-user^="gautier"][msg-type="ACTION"],
.msg-user[msg-user^="Goldron"][msg-type="ACTION"],
.msg-user[msg-user^="kassoolet"][msg-type="ACTION"],
.msg-user[msg-user^="jm"][msg-type="ACTION"],
.msg-user[msg-user^="Patrice"][msg-type="ACTION"],
.msg-user[msg-user^="Alex"][msg-type="ACTION"],
.msg-user[msg-user^="cance"][msg-type="ACTION"],
.msg-user[msg-user^="Wallabee"][msg-type="ACTION"],
.msg-user[msg-user^="gautZilla"][msg-type="ACTION"],
.msg-user[msg-user^="Bubu"][msg-type="ACTION"],
XXX { border: 1px #427e93 solid; -moz-border-radius: 10px 10px 10px 10px; }

.msg-user[msg-user^="Arno"]:before { display: block; content: url(tetes/Arno.png) !important; }
.msg-user[msg-user^="gautier"]:before { display: block; content: url(tetes/gautier.png) !important; }
.msg-user[msg-user^="Goldron"]:before { display: block; content: url(tetes/david.png) !important; }
.msg-user[msg-user^="kassoolet"]:before { display: block; content: url(tetes/gautier.png) !important; }
.msg-user[msg-user^="jm"]:before { display: block; content: url(http://mozilla.tlk.fr/ChatZilla/tetes/jm.png) !important; }
.msg-user[msg-user^="Patrice"]:before { display: block; content: url(tetes/Patrice.png) !important; }
.msg-user[msg-user^="Alex"]:before { display: block; content: url(tetes/alex.png) !important; }
.msg-user[msg-user^="cance"]:before { display: block; content: url(tetes/laurent.png) !important; }
.msg-user[msg-user^="Wallabee"]:before { display: block; content: url(tetes/Wallabee.png) !important; }
.msg-user[msg-user^="gautZilla"]:before { display: block; content: url(tetes/gautier.png) !important; }
.msg-user[msg-user^="Bubu"]:before { display: block; content: url(tetes/Bubu.png) !important; }
