forked from Sanerres/vgstation13
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.dm
81 lines (81 loc) · 3.32 KB
/
stylesheet.dm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
#define world_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;}
.ooc { font-weight: bold;}
.adminobserverooc {color: #0099cc; font-weight: bold;}
.adminooc {color: #b82e00; font-weight: bold;}
.adminobserver {color: #996600; font-weight: bold;}
.admin {color: #386aff; font-weight: bold;}
.adminsay {color: #9611D4; font-weight: bold;}
.name { font-weight: bold;}
.say {}
.siliconsay {font-family: 'Courier New', Courier, monospace;}
.deadsay {color: #5c00e6;}
.radio {color: #008000;}
.deptradio {color: #993399;}
.comradio {color: #193A7A;}
.syndradio {color: #6d3f40;}
.dsquadradio {color: #686868;}
.resteamradio {color: #18BC46;}
.aiprivradio {color: #ff00ff;}
.centradio {color: #5C5C8A;}
.secradio {color: #A30000;}
.engradio {color: #A66300;}
.medradio {color: #008160;}
.sciradio {color: #993399;}
.supradio {color: #5F4519;}
.serradio {color: #3399CC;}
.djradio {color: #663300;}
.mommi {color: navy;}
.alert {color: #ff0000;}
h1.alert, h2.alert {color: #000000;}
.emote { font-style: italic;}
.selecteddna {color: #FFFFFF; background-color: #001B1B}
.attack {color: #ff0000;}
.moderate {color: #CC0000;}
.disarm {color: #990000;}
.passive {color: #660000;}
.danger {color: #ff0000; font-weight: bold;}
.warning {color: #ff0000; font-style: italic;}
.sinister {color: #800080; font-weight: bold; font-style: italic;} /* /vg/ */
.blob {color: #006221; font-weight: bold; font-style: italic;}
.confirm {color: #00af3b;}
.rose {color: #ff5050;}
.info {color: #0000CC;}
.notice {color: #000099;}
.bnotice {color: #000099; font-weight: bold;}
.sans {font-family: 'Comic Sans MS', cursive, sans-serif;}
.alien {color: #543354;}
.ancient {color: #008B8B; font-stye: italic;}
.newscaster {color: #800000;}
.mod {color: #735638; font-weight: bold;}
.modooc {color: #000000; font-weight: bold;}
.adminmod {color: #402A14; font-weight: bold;}
.tajaran {color: #803B56;}
.skrell {color: #00CED1;}
.solcom {color: #22228B;}
.soghun {color: #228B22;}
.vox {color: #AA00AA;}
.rough {font-family: 'Trebuchet MS', cursive, sans-serif;}
.say_quote {font-family: Georgia, Verdana, sans-serif;}
.cult {color: #800080; font-weight: bold; font-style: italic;}
.interface {color: #330033;}
.big {font-size: 150%;}
.bold {font-weight: bold;}
.center {text-align: center;}
.red {color: #FF0000;}
.grey {color: #585858; font-family: Dotum, sans-serif;}
.skeleton {color: #585858; font-weight: bold; font-style: italic;}
.gutter {color: #61380B; font-style: italic;}
/* /vg/ */
.good {color: green;}
.average {color: #FF8000;}
.bad {color: #FF0000;}
/* Recruiting stuff */
.recruit {color: #5c00e6; font-weight: bold; font-style: italic;}\""}