From 7ea51bb180c0f9fa01a633aadc322d3ee51e4eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 22 Dec 2014 17:15:50 +0100 Subject: [PATCH] wcs: adapt steps colours --- wcs/auf-2014/wcs.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/wcs/auf-2014/wcs.css b/wcs/auf-2014/wcs.css index a8c8e44..b46b34d 100644 --- a/wcs/auf-2014/wcs.css +++ b/wcs/auf-2014/wcs.css @@ -125,7 +125,7 @@ div#steps span.marker { float:left; font-size: 250%; font-weight:bold; - color: white; + color: #999; margin: -5px 0 0 ; position: relative; top: -3px; @@ -137,7 +137,7 @@ div#steps ol li { letter-spacing:1px; padding: 1ex; font-weight: bold; - background: #E52727; + background: #AAAAAA; } div#steps ol li:first-child { @@ -145,12 +145,13 @@ div#steps ol li:first-child { } div#steps ol li.current { - background: #1C1C1C; + background: #1D9DD9; color:#fff; } div#steps ol li.current .marker { - color: #868686; + color: white; + text-shadow: black 0 0 1px; } div#steps ol ul { @@ -164,8 +165,7 @@ div#steps ol li.current ul li.current { } div#steps li ul li { - background: #E5E5E5; - background: white; + background: #AAAAAA; margin: 0; font-weight: normal; font-size: 90%; @@ -186,8 +186,7 @@ div#steps li.current ul li { } div#steps li.current ul li.current { - color: white; - background: #AAAAAA; + background: white; }