User:Warriorstar/Chatlog.css

From Paradise Station Wiki
< User:Warriorstar
Revision as of 20:09, 19 December 2021 by Warriorstar (talk | contribs) (Created page with ".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; } .name { font-weight: bold; } .radio { color: #408010; } .srvradio { color: #80A000; } .clown { color: #ff0000; } .reallybig { font-size: 175%; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;
}

.name {
  font-weight: bold;
}

.radio {
  color: #408010;
}

.srvradio {
  color: #80A000;
}

.clown {
  color: #ff0000;
}

.reallybig {
  font-size: 175%;
}