aboutsummaryrefslogtreecommitdiff
path: root/js/stage/binding-view.reel/binding-hud.reel/binding-hud.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/stage/binding-view.reel/binding-hud.reel/binding-hud.css')
-rwxr-xr-xjs/stage/binding-view.reel/binding-hud.reel/binding-hud.css85
1 files changed, 85 insertions, 0 deletions
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
new file mode 100755
index 00000000..3cc4bb0a
--- /dev/null
+++ b/js/stage/binding-view.reel/binding-hud.reel/binding-hud.css
@@ -0,0 +1,85 @@
1/* <copyright>
2 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
3 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */
6
7.bindingHud {
8 position: absolute;
9 background: rgba(0, 0, 0, 0.85);
10 /*padding: 0px;*/
11 color: #C4C4C4;
12 font-size: 11px;
13 box-shadow: inset 0px 0px 0px 0px #CCC;
14 border-radius: 6px;
15 padding: 3px 3px 8px;
16 border:1px solid #000;
17 text-shadow: 1px 1px 0px #000;
18}
19
20.bindingHud .bindingTitle {
21 font-weight:bold;
22 background: url('/images/panels/horizontal-resize.png') no-repeat;
23 padding-left: 10px;
24 line-height: 20px;
25 background-position: left center;
26 padding-top: 2px;
27 color: #EBE6E6;
28}
29
30.bindingHud .hudRepetition {
31 /*background: rgba(0, 0, 0, 0.3);*/
32 line-height:16px;
33 /*box-shadow: inset 0px 0px 4px #333, 1px 1px 0px #3A3A3A;*/
34 min-width: 80px;
35}
36
37.bindingHud .hudOption {
38 position:relative;
39 /*border-bottom:1px solid #505050;*/
40 line-height:16px;
41 padding:1px 20px 1px 10px;
42}
43
44.bindingHud .hudOption .connectorBubble:hover {
45 box-shadow: inset 0px 0px 6px #5e9eff;
46 cursor: pointer;
47}
48
49.bindingHud .hudOption.bound .connectorBubble {
50 background: -webkit-linear-gradient(top, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
51}
52
53.bindingHud .hudOption:last-child {
54 border-bottom: 0px;
55}
56
57.bindingHud .hudOption .connectorBubble {
58 position: absolute;
59 right: 3px;
60 top: 3px;
61 border-radius: 50%;
62 width: 12px;
63 height: 12px;
64 border-left: 0px;
65 display: block;
66 box-shadow: inset 0px 0px 0px 4px rgba(170, 170, 170, 0.34);/*inset 0px 0px 6px #AAA;*/
67 /*border-bottom-right-radius: 50%;
68 border-top-right-radius: 50%;*/
69}
70
71.scrollArea {
72 background-color:#666;
73 height:12px;
74 text-align: center;
75 display: none;
76}
77
78.scrollArea.disabled {
79 opacity: 0.5;
80}
81
82.hudRepetition {
83 max-height:54px;
84 overflow: hidden;
85} \ No newline at end of file