Add /say and global announcements

This commit is contained in:
calzoneman 2013-03-20 13:35:06 -05:00
parent 755c4f49fd
commit c50dbece97
6 changed files with 64 additions and 12 deletions

View file

@ -56,6 +56,14 @@
border-left: 0;
}
#messagebuffer div {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#chatline {
width: 456px;
}
@ -71,12 +79,12 @@
}
.userlist_op {
color: #00cc00;
color: #00aa00;
}
.action {
font-style: italic;
color: #aaaaaa;
color: #888888;
}
.spoiler {
@ -92,6 +100,12 @@
color: #789922; /* Color value directly from 4chan */
}
.shout {
color: #ff0000;
font-weight: bold;
font-size: 18pt;
}
.option button {
margin-right: 15px;
}