Difference between revisions of "User:Warriorstar/Chatlog.css"
Jump to navigation
Jump to search
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%; }") |
Warriorstar (talk | contribs) |
||
Line 10: | Line 10: | ||
} | } | ||
.name { | .chatlog .name { | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.radio { | .chatlog .radio { | ||
color: #408010; | color: #408010; | ||
} | } | ||
.srvradio { | .chatlog .srvradio { | ||
color: #80A000; | color: #80A000; | ||
} | } | ||
.clown { | .chatlog .clown { | ||
color: #ff0000; | color: #ff0000; | ||
} | } | ||
.reallybig { | .chatlog .reallybig { | ||
font-size: 175%; | font-size: 175%; | ||
} | } |
Revision as of 20:10, 19 December 2021
.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%; }