From 2d290b23c402561ef30c1de665895c120dd79483 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 31 Jul 2012 22:34:08 -0700 Subject: Everything related to the scoreboard. New feedback page. Changed the speed of the pauses on checkpoints during a path animation. Changed how notifications are recieved. --- css/stats.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'css') diff --git a/css/stats.css b/css/stats.css index 8774ea7..8211711 100644 --- a/css/stats.css +++ b/css/stats.css @@ -55,3 +55,47 @@ td, th { -moz-transition:color 0s; } +.leftBtn { + left:0px; +} +.rightBtn { + right:0px; +} +.leftBtn, .rightBtn, rightBtn a { + text-align:center; + text-decoration: none; + position:absolute; + top:65px; + width:50px; + background-color: #262631; + font-size:200%; + height:290px; + line-height:270px; + border-radius: 5px; + border: 1px solid #333; +} +.scoreActive:hover { + background-color: #343c57; +} +.scoreDisabled { + background-color: #222223; +} +.scoreContainer2 { + width:390px; + height:500px; + margin-left:auto; + margin-right:auto; + position:relative; +} +.scoreMedal { + text-align:right; + vertical-align:bottom; + background-repeat:no-repeat; +} +.scoreGold { + background-image: url(../images/MedalGoldCAb.png); +} +.scoreSilver { + background-image: url(../images/MedalSilverCAb.png); +} + -- cgit v1.2.3