From 230a1a2f2848c27edf7d01f8d3a5585c8d0d4ac9 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Wed, 27 Jun 2012 15:29:23 -0700 Subject: Binding HUD - CSS Update --- .../binding-hud.reel/binding-hud.css | 24 ++++++++++------------ 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'js/stage/binding-view.reel/binding-hud.reel/binding-hud.css') diff --git a/js/stage/binding-view.reel/binding-hud.reel/binding-hud.css b/js/stage/binding-view.reel/binding-hud.reel/binding-hud.css index 680f9183..5818eca8 100755 --- a/js/stage/binding-view.reel/binding-hud.reel/binding-hud.css +++ b/js/stage/binding-view.reel/binding-hud.reel/binding-hud.css @@ -6,14 +6,12 @@ .bindingHud { position: absolute; - background: rgba(0, 0, 0, 0.85); - /*padding: 0px;*/ + background: rgba(24, 24, 24, 0.85); color: #C4C4C4; font-size: 11px; - box-shadow: inset 0px 0px 0px 0px #CCC; + box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.61); border-radius: 6px; - padding: 3px 1px 1px; - border:1px solid #000; + padding: 3px 8px; text-shadow: 1px 1px 0px #000; } @@ -58,35 +56,35 @@ .bindingHud .hudOption .connectorBubble { position: absolute; - right: 5px; + right: 2px; top: 3px; border-radius: 50%; width: 10px; height: 10px; border-left: 0px; display: block; - background-color: #313131; - box-shadow: inset 0px 2px 7px 1px #0F0F0F, 0 1px #424242; + background-color: #353535; + box-shadow: inset 0px 2px 3px 1px #222, 0 1px #666; } .splitter.scrollArea { background-color: transparent; - background-size: 12%; + background-size: 10%; background-position-y: 2px; display: none; height:11px; text-align: center; } .splitter.scrollAreaTop { - border-top: 1px solid #353535; - box-shadow: 0 -1px 0 0 #141414; + border-bottom: 1px solid #141414; + box-shadow: 0 1px 0 0 #525252; } .splitter.scrollAreaBottom { -webkit-transform: rotate(180deg); border-top-left-radius: 6px; border-top-right-radius: 6px; - border-bottom: 1px solid #353535; + border-bottom: 1px solid #525252; box-shadow: 0 1px 0 0 #141414; margin-top: 4px; } @@ -95,7 +93,7 @@ opacity: 0.5; } .splitter.scrollArea:hover:not(.disabled) { - background-color: #252525; + background-color: #303030; } -- cgit v1.2.3 From e1f83a2c603bf9ddb74889f7ba5b697bb474edaa Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Thu, 28 Jun 2012 11:00:18 -0700 Subject: Binding HUD - Updated CSS for hud and promoted/bound properties. --- .../binding-view.reel/binding-hud.reel/binding-hud.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'js/stage/binding-view.reel/binding-hud.reel/binding-hud.css') diff --git a/js/stage/binding-view.reel/binding-hud.reel/binding-hud.css b/js/stage/binding-view.reel/binding-hud.reel/binding-hud.css index 5818eca8..1536c706 100755 --- a/js/stage/binding-view.reel/binding-hud.reel/binding-hud.css +++ b/js/stage/binding-view.reel/binding-hud.reel/binding-hud.css @@ -11,7 +11,7 @@ font-size: 11px; box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.61); border-radius: 6px; - padding: 3px 8px; + padding: 3px; text-shadow: 1px 1px 0px #000; } @@ -29,6 +29,8 @@ /*background: rgba(0, 0, 0, 0.3);*/ line-height:16px; /*box-shadow: inset 0px 0px 4px #333, 1px 1px 0px #3A3A3A;*/ + padding-top: 4px; + margin: 0 5px; min-width: 80px; } @@ -38,7 +40,10 @@ line-height:16px; padding:1px 25px 1px 8px; } - +.bindingHud .hudOption.promoted { + color: #FFF; + font-weight: bold; +} .bindingHud .hudOption .connectorBubble:hover { background-color: #1B52A7; box-shadow: inset 0px 2px 2px 1px rgba(15, 15, 15, 0.78), 0 1px #474747; @@ -94,8 +99,13 @@ } .splitter.scrollArea:hover:not(.disabled) { background-color: #303030; + border-bottom: 1px solid #252525; + box-shadow: 0 1px 0 0 #3F3F3F; +} +.splitter.scrollAreaBottom:hover:not(.disabled) { + border-bottom: 1px solid #3F3F3F; + box-shadow: 0 1px 0 0 #252525; } - .hudRepetition { overflow: hidden; -- cgit v1.2.3