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; }