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;
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 */
86 /* message data in output window */
88 .msg-data[user="!ME"]{
94 .msg-data[msgtype="JOIN"],
95 .msg-data[msgtype="PART"] {
98 font-variant: small-caps;
99 background: lightgray;
104 .msg-data[msgtype="HELLO"] {
111 .msg-data[msgtype="ERROR"],
112 .msg-data[msgtype="DISCONNECT"] {
119 .msg-data[msgtype="USAGE"] {
126 .msg-data[msgtype="HELP"] {
132 .msg-data[msgtype="ACTION"] {
138 .msg-data[msgtype="NOTICE"] {
144 .msg-data[msgtype="KICK"] {
151 .msg-data[msgtype="QUIT"] {
153 background: lightgrey;
158 /* nickname field in output */
162 vertical-align: middle;
169 .msg-user[parity="odd"]{
175 .msg-user[user="!ME"] {
181 .msg-user[msgtype="ACTION"] {
187 /* Message type indicator in output window */
191 vertical-align: middle;
194 background: lightgrey;
198 .msg-type[user="!ME"] {