Files
CHOMPStation2/code/stylesheet.dm

106 lines
3.2 KiB
Plaintext

client/script = {"<style>
body {font-family: Verdana, sans-serif;}
h1, h2, h3, h4, h5, h6 {color: #0000ff; font-family: Georgia, Verdana, sans-serif;}
em {font-style: normal; font-weight: bold;}
.motd {color: #638500; font-family: Verdana, sans-serif;}
.motd h1, .motd h2, .motd h3, .motd h4, .motd h5, .motd h6
{color: #638500; text-decoration: underline;}
.motd a, .motd a:link, .motd a:visited, .motd a:active, .motd a:hover
{color: #638500;}
.prefix { font-weight: bold;}
.log_message {color: #789FC7;}
/* OOC */
.ooc { font-weight: bold;}
.ooc img.text_tag {width: 32px; height: 10px;}
.ooc .everyone {color: #1339ac;}
.ooc .looc {color: #46b2b2;}
.ooc .elevated {color: #386aff;}
.ooc .moderator {color: #386aff;}
.ooc .developer {color: #719300;}
.ooc .admin {color: #e40045;}
/* Admin: Private Messages */
.pm .howto {color: #ff0000; font-weight: bold; font-size: 200%;}
.pm .in {color: #ff0000;}
.pm .out {color: #B54A4A;}
.pm .other {color: #498db6;}
/* Admin: Channels */
.mod_channel {color: #735638; font-weight: bold;}
.mod_channel .admin {color: #e40045; font-weight: bold;}
.admin_channel {color: #9611D4; font-weight: bold;}
/* Radio: Misc */
.deadsay {color: #530FAD;}
.deptradio {color: #ff00ff;} /* when all other department colors fail */
.newscaster {color: #750000;}
/* Radio Channels */
/*.radio {color: #42cc3d;} We will use the other color for everything, as this is unnecessarily bright */
.comradio {color: #5692C7;}
.airadio {color: #CA3584;}
.syndradio {color: #C7A556;}
.centradio {color: #3434EF;}
.secradio {color: #EA1E1E;}
.engradio {color: #FA7136;}
.supradio {color: #B6703D;}
.medradio {color: #46C17A;}
.sciradio {color: #ad66cc;}
/*.srvradio {color: #b4cc66;} just like .radio */
/* Radio Channels: Message Only */
.radio {color: #247D22;}
.comradio .message {color: #2D5B86;}
.airadio .message {color: #9F2B68;}
.syndradio .message {color: #967832;}
.centradio .message {color: #1313E6;}
.secradio .message {color: #CB1212;}
.engradio .message {color: #F9540D;}
.supradio .message {color: #965C32;}
.medradio .message {color: #32965C;}
.sciradio .message {color: #923DB6;}
.srvradio {color: #8DA637;}
/* Miscellaneous */
.name { font-weight: bold;}
.say {}
.alert {color: #ff0000;}
h1.alert, h2.alert {color: #000000;}
.emote { font-style: italic;}
.attack {color: #ff0000;}
.moderate {color: #CC0000;}
.disarm {color: #990000;}
.passive {color: #660000;}
.danger {color: #ff0000; font-weight: bold;}
.warning {color: #ff0000; font-style: italic;}
.rose {color: #ff5050;}
.info {color: #0000CC;}
.notice {color: #000099;}
.alien {color: #543354;}
.tajaran {color: #803B56;}
.tajaran_signlang {color: #941C1C;}
.skrell {color: #00CED1;}
.soghun {color: #228B22;}
.changeling {color: #800080;}
.vox {color: #AA00AA;}
.rough {font-family: "Trebuchet MS", cursive, sans-serif;}
.say_quote {font-family: Georgia, Verdana, sans-serif;}
.interface {color: #330033;}
BIG IMG.icon {width: 32px; height: 32px;}
</style>"}