Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url(chrome://chatzilla/content/output-base.css);
- /*/
- / output-rdmsoft for ChatZilla, v1.2
- / Robert Marshall, rdmsoft.com
- / Recommended font: Tahoma/Small
- /*/
- .msg[msg-user="firebot"] .msg-data,
- .msg[msg-user="thebot"] .msg-data,
- .msg[msg-user="bugbot"] .msg-data,
- .msg[msg-user="nagios"] .msg-data,
- .msg[msg-user="Sugnim"] .msg-data,
- .msg[msg-user="firebot"] .msg-user,
- .msg[msg-user="thebot"] .msg-user,
- .msg[msg-user="bugbot"] .msg-user,
- .msg[msg-user="nagios"] .msg-user,
- .msg[msg-user="Sugnim"] .msg-user,
- null
- {
- /** font-size: .8em; **/
- color: #555;
- }
- .msg-timestamp,
- .msg-type, .msg-user
- {
- background: #eee;
- text-align: right;
- padding: .25em .5em;
- color: #aaa;
- border-bottom: 1px solid #f5f5f5;
- width:auto;
- }
- .msg-user a
- {
- text-decoration: none;
- }
- .msg-user span
- {
- color: darkred;
- }
- .msg-user
- {
- vertical-align: top;
- }
- .msg-data
- {
- background: white;
- padding: 0.1em .5em;
- text-align:left;
- }
- body, html, table, .header
- {
- padding: 0;
- margin: 0;
- }
- .header
- {
- background: #f3f3f3;
- border: none;
- border-bottom: 1px solid #f7f7f7;
- }
- .label
- {
- font-weight: normal;
- color: darkred;
- }
- table
- {
- border-collapse: collapse;
- }
- .msg[msg-type="ERROR"] .msg-type,
- .msg[msg-type="DISCONNECT"] .msg-type,
- .msg[msg-type="KICK"] .msg-type,
- .msg[msg-type="NICK"] .msg-type,
- .msg[msg-type="MODE"] .msg-type,
- .msg[msg-type="TOPIC"] .msg-type,
- .msg[msg-type="INFO"] .msg-type,
- .msg[msg-type="QUIT"] .msg-type,
- .msg[msg-type="JOIN"] .msg-type,
- .msg[msg-type="372"] .msg-type,
- .msg[msg-type="PART"] .msg-type
- {
- /** font-size: .8em; **/
- background: #eee;
- color: #A1A1A1;
- border-bottom: 1px solid #f5f5f5;
- }
- .msg-timestamp,
- .msg[msg-type="EVAL-IN"] .msg-type,
- .msg[msg-type="EVAL-OUT"] .msg-type
- {
- /** font-size: .8em; **/
- background: #f3f3f3;
- color: #999;
- border-bottom: 1px solid #f5f5f5;
- }
- .msg[msg-type="EVAL-IN"] .msg-timestamp,
- .msg[msg-type="EVAL-IN"] .msg-type
- {
- border-bottom: 1px solid #f5f5f5;
- }
- .msg[msg-type="372"] .msg-data,
- .msg[msg-type="EVAL-IN"] .msg-data,
- .msg[msg-type="EVAL-OUT"] .msg-data,
- .msg[msg-type="NICK"] .msg-data,
- .msg[msg-type="KICK"] .msg-data,
- .msg[msg-type="DISCONNECT"] .msg-data,
- .msg[msg-type="MODE"] .msg-data,
- .msg[msg-type="INFO"] .msg-data,
- .msg[msg-type="TOPIC"] .msg-data,
- .msg[msg-type="QUIT"] .msg-data,
- .msg[msg-type="ERROR"] .msg-data,
- .msg[msg-type="JOIN"] .msg-data,
- .msg[msg-type="PART"] .msg-data
- {
- /** font-size: .8em; **/
- text-align:left;
- }
- .msg[msg-type="JOIN"] .msg-data
- {
- color: #009300; /*Green*/
- }
- .msg[msg-type="PART"] .msg-data
- {
- color: #005a00; /*Dark Green*/
- }
- .msg[msg-type="QUIT"] .msg-data, .msg[msg-type="ERROR"] .msg-data, .msg[msg-type="DISCONNECT"] .msg-data
- {
- color: #ff0000; /*Red*/
- }
- .msg[msg-type="NICK"] .msg-data
- {
- color: #00007F; /*Dark Blue*/
- }
- .msg[msg-type="KICK"] .msg-data
- {
- color: #fc7f00; /*Orange*/
- }
- .msg[msg-type="MODE"] .msg-data
- {
- color: #9c009c; /*Purple*/
- }
- .msg[msg-type="INFO"] .msg-data
- {
- color: #000;
- }
- .msg[msg-user="|"] .msg-data,
- .msg[msg-user="||"] .msg-data,
- .msg[msg-user="|||"] .msg-data,
- .msg[msg-user="]"] .msg-data,
- .msg[msg-user="["] .msg-data,
- .msg[msg-type="372"] .msg-data,
- .msg[msg-type="EVAL-IN"] .msg-data,
- .msg[msg-type="EVAL-OUT"] .msg-data
- {
- font-family: inherit;
- }
- .msg[important="true"] .msg-user,
- .msg[important="true"] .msg-timestamp,
- .msg[important="true"] .msg-user:after,
- .msg[important="true"] .msg-user:before
- {
- font-weight: normal;
- color: #444;
- background: #FAF396;
- border-bottom: 1px solid #FFFAB8;
- }
- #ch-topicnodes
- {
- display: block;
- overflow: auto;
- max-height: 3.55em;
- }
- #ch-topicnodes[hidden="true"]
- {
- display: none;
- }
- input
- {
- font: inherit;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement