From c9552c5d70885113a55cb643a0b3aa191e3d8a8c Mon Sep 17 00:00:00 2001 From: Xhuis Date: Mon, 16 May 2016 18:20:30 -0400 Subject: [PATCH] Readds missing spans --- interface/stylesheet.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/interface/stylesheet.dm b/interface/stylesheet.dm index 27f833b86e3..c27f5c38893 100644 --- a/interface/stylesheet.dm +++ b/interface/stylesheet.dm @@ -70,6 +70,8 @@ h1.alert, h2.alert {color: #000000;} .cultlarge {color: #960000; font-weight: bold; font-size: 3;} .narsie {color: #960000; font-weight: bold; font-size: 15;} .purple {color: #5e2d79;} +.holoparasite {color: #35333a;} +.holoparasitebold {color: #35333a; font-weight: bold;} .brass {color: #BE8700;} .heavy_brass {color: #BE8700; font-weight: bold; font-style: italic;} @@ -95,11 +97,12 @@ h1.alert, h2.alert {color: #000000;} .papyrus {font-family: "Papyrus", cursive, sans-serif;} .robot {font-family: "Courier New", cursive, sans-serif;} -.commmand_headset {font-weight: bold; font-size: 3;} +.command_headset {font-weight: bold; font-size: 3;} .big {font-size: 3;} .reallybig {font-size: 4;} .greentext {color: #00FF00; font-size: 3;} .redtext {color: #FF0000; font-size: 3;} +.clown {color: #FF69Bf; font-size: 3; font-family: "Comic Sans MS", cursive, sans-serif; font-weight: bold;} BIG IMG.icon {width: 32px; height: 32px;}