From c190a5da65c9dc47bf345b3b3034d3e33cbb6e4e Mon Sep 17 00:00:00 2001 From: Amunak Date: Wed, 26 Nov 2014 03:56:41 +0100 Subject: [PATCH] cleaned up unused stylesheet definitions, reordered logically --- code/stylesheet.dm | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 2e7427c343..9c882e9f4a 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -7,17 +7,16 @@ 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;} + {color: #638500; text-decoration: underline;} .motd a, .motd a:link, .motd a:visited, .motd a:active, .motd a:hover - {color: #638500;} + {color: #638500;} .prefix { font-weight: bold;} .ooc { font-weight: bold;} -.adminobserverooc {color: #0099cc; font-weight: bold;} -.adminooc {color: #b82e00; font-weight: bold;} +.mod {color: #735638; font-weight: bold;} +.adminmod {color: #402A14; font-weight: bold;} -.adminobserver {color: #996600; font-weight: bold;} .admin {color: #386aff; font-weight: bold;} .adminsay {color: #9611D4; font-weight: bold;} .headminsay {color: #5A0A7F; font-weight: bold;} @@ -28,6 +27,8 @@ em {font-style: normal; font-weight: bold;} .deadsay {color: #5c00e6;} .radio {color: #008000;} .deptradio {color: #993399;} +.newscaster {color: #800000;} + .comradio {color: #193A7A;} .syndradio {color: #6D3F40;} .centradio {color: #5C5C8A;} @@ -44,7 +45,6 @@ em {font-style: normal; font-weight: bold;} h1.alert, h2.alert {color: #000000;} .emote { font-style: italic;} -.selecteddna {color: #FFFFFF; background-color: #001B1B} .attack {color: #ff0000;} .moderate {color: #CC0000;} @@ -58,11 +58,6 @@ h1.alert, h2.alert {color: #000000;} .notice {color: #000099;} .alien {color: #543354;} -.newscaster {color: #800000;} - -.mod {color: #735638; font-weight: bold;} -.modooc {color: #184880; font-weight: bold;} -.adminmod {color: #402A14; font-weight: bold;} .tajaran {color: #803B56;} .tajaran_signlang {color: #941C1C;} .skrell {color: #00CED1;}