User:Warriorstar/Chatlog.css

From Paradise Station Wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.chatlog {
  color: #000000;
  background: #fff;
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9pt;
  line-height: 1.2;
  overflow-x: hidden;
  overflow-y: scroll;
  word-wrap: break-word;
}

.chatlog .name {
  font-weight: bold;
}

.chatlog .radio {
  color: #408010;
}

.chatlog .srvradio {
  color: #80A000;
}

.chatlog .clown {
  color: #ff0000;
}

.chatlog .reallybig {
  font-size: 175%;
}