From feb0e9a60201fc135370555d44aaec3084f07b35 Mon Sep 17 00:00:00 2001 From: Accensus Date: Sat, 17 Jun 2017 17:10:08 +0300 Subject: [PATCH] Transferred the Online/Offline indicators from zdoom_blue_v3. Credits to Caligari87. --- zdblack/theme/colours.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/zdblack/theme/colours.css b/zdblack/theme/colours.css index 6540942..b32af3a 100644 --- a/zdblack/theme/colours.css +++ b/zdblack/theme/colours.css @@ -700,8 +700,22 @@ fieldset.polls dd div { color: #a2a2a3; } -.online { +/*.online { background-image: url("{IMG_ICON_USER_ONLINE_SRC}"); +} */ + +.online { + background-image: none; +} + +.online .postprofile::after { + border-bottom: solid 2px #0082c8; + content: "Online"; +} + +.offline .postprofile::after { + border-bottom: solid 2px #363d42; + content: "Offline"; } /*