From ed71c577dd0e4c567144164a620334ceb5dbd647 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 13 Jun 2012 10:48:55 -0600 Subject: [PATCH] map handles to RL names for mcp --- packages/mcp/www/ctf.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/packages/mcp/www/ctf.css b/packages/mcp/www/ctf.css index 5262dc2..43e0ec4 100644 --- a/packages/mcp/www/ctf.css +++ b/packages/mcp/www/ctf.css @@ -166,3 +166,34 @@ nav li + li:before { .solved { text-decoration: line-through; } + + +/* Names */ +span[data-handle]:after { + content: ")"; +} + +span[data-handle="zephyr"]:before { + content: "Neale Pickett ("; +} + +span[data-handle="pflarr"]:before { + content: "Paul Ferrell ("; +} + +span[data-handle="chamuco"]:before { + content: "Danny Quist ("; +} + +span[data-handle="cashmoney"]:before { + content: "Jeremy Scott ("; +} + +span[data-handle="phorkus"]:before { + content: "Mark Carey ("; +} + +span[data-handle="cherish"]:before { + content: "Cherish Franco ("; +} +