1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 margin: 0px 0px 0px 0px;
8 background: url(chrome://chatzilla/skin/images/xtal.jpg);
26 text-decoration: underline;
32 text-decoration: line-through;
38 font-family: "Liberation Mono", Consolas, "Courier New", monospace;
44 font-variant: small-caps;
56 /* output from a chat session (contains msgs) */
59 vertical-align: text-bottom;
63 /* common container for all portions of a message
64 * (contains msg-*s) */
67 font-family: sans-serif;
73 background: lightgrey;
77 /* message data in output window */
84 .msg-data[msgtype="JOIN"],
85 .msg-data[msgtype="PART"] {
87 font-variant: small-caps;
92 .msg-data[msgtype="ACTION"] {
98 .msg-data[msgtype="NOTICE"] {
104 .msg-data[msgtype="KICK"] {
110 .msg-data[msgtype="QUIT"] {
116 /* nickname field in output */
120 vertical-align: middle;
127 .msg-user[user="!ME"] {
133 .msg-user[msgtype="ACTION"] {
139 /* Message type indicator in output window */
143 vertical-align: middle;
146 background: lightgrey;