0
|
1 |
|
|
2 |
#cspc-assist-bar { |
|
3 |
position: fixed; |
|
4 |
top:-36px;left:0; |
|
5 |
width: 100%; |
|
6 |
height: 16px; |
|
7 |
background:transparant; |
|
8 |
z-index: 1002; |
|
9 |
font-family:Arial,Verdana,Lucida,serif,sans !important; |
|
10 |
font-size:12px !important; |
|
11 |
font-weight: bold !important; |
|
12 |
line-height:21px !important; |
|
13 |
} |
|
14 |
|
|
15 |
#cspc-assist-bar-content { |
|
16 |
width: 100%; |
|
17 |
height: 36px; |
|
18 |
background-color: #68BFEF; |
|
19 |
background-color: #FFD100; |
|
20 |
filter:alpha(opacity=85); |
|
21 |
opacity:0.85; |
|
22 |
border-bottom: solid 1px #797979; |
|
23 |
overflow: hidden; |
|
24 |
} |
|
25 |
|
|
26 |
#cspc-assist-bar-content input { |
|
27 |
margin: 0px; |
|
28 |
margin-right: 5px; |
|
29 |
border:1px solid #383838 !important; |
|
30 |
padding: 1px 0; |
|
31 |
font-family:Arial,Verdana,Lucida,serif,sans !important; |
|
32 |
} |
|
33 |
|
|
34 |
#cspc-assist-bar-content strong a, #cspc-assist-bar-content strong a:hover { color: #0066CC !important; } |
|
35 |
|
|
36 |
#cspc-assist-bar-content img { |
|
37 |
border: 0px none; |
|
38 |
} |
|
39 |
|
|
40 |
#cspc-assist-bar-content label { |
|
41 |
color:#000; |
|
42 |
font-weight:bold; |
|
43 |
font-size:12px; |
|
44 |
margin:0; |
|
45 |
padding:0; |
|
46 |
} |
|
47 |
*:first-child + html #cspc-assist-bar-content input[type='checkbox']{ background-color: transparent !important; border: 0px none !important; } |
|
48 |
#cspc-assist-bar-content input { |
|
49 |
background-color: #fff !important; |
|
50 |
color: #000 !important; |
|
51 |
font-size: 12px !important; |
|
52 |
font-weight: normal !important; |
|
53 |
} |
|
54 |
#cspc-assist-bar-content input + label { cursor: pointer; } |
|
55 |
|
|
56 |
#cspc-assist-bar-content .cspc-section { |
|
57 |
float: left; |
|
58 |
margin-top: 8px; |
|
59 |
padding: 0px 8px 8px 8px; |
|
60 |
border-right: 1px dotted #944; |
|
61 |
text-align:left !important; |
|
62 |
} |
|
63 |
|
|
64 |
#cspc-assist-bar-content .cspc-widget { |
|
65 |
float:left; |
|
66 |
border: 1px solid transparent; |
|
67 |
padding: 4px; |
|
68 |
width: 64px; |
|
69 |
height: 64px; |
|
70 |
cursor: move; |
|
71 |
} |
|
72 |
|
|
73 |
#cspc-assist-bar-content .cspc-widget:hover { |
|
74 |
border: solid 1px #444; |
|
75 |
-moz-border-radius: 12px; |
|
76 |
-webkit-border-radius: 12px; |
|
77 |
-khtml-border-radius: 12px; |
|
78 |
border-radius: 12px; |
|
79 |
background-color: #FF4200; |
|
80 |
background-color:#FF713F; |
|
81 |
} |
|
82 |
|
|
83 |
.cspc-button { |
|
84 |
color: #000; |
|
85 |
border: solid 1px #888; |
|
86 |
padding: 2px 10px; |
|
87 |
-moz-border-radius: 8px; |
|
88 |
-webkit-border-radius: 8px; |
|
89 |
-khtml-border-radius: 8px; |
|
90 |
border-radius: 8px; |
|
91 |
background-color: #eee; |
|
92 |
} |
|
93 |
|
|
94 |
.cspc-button:hover { |
|
95 |
color: #f33; |
|
96 |
border-color: #444; |
|
97 |
} |
|
98 |
|
|
99 |
.cscp-widget-calendar { background: transparent url(img/vcalendar.png) no-repeat 4px 4px; } |
|
100 |
.cscp-widget-stats { background: transparent url(img/log.png) no-repeat 4px 4px; } |
|
101 |
|
|
102 |
#cspc-assist-bar-expander { |
|
103 |
bottom: 0px; |
|
104 |
height: 16px; |
|
105 |
width: 250px; |
|
106 |
margin: 0px auto; |
|
107 |
background-color: #FFD100; |
|
108 |
-moz-border-radius: 0 0 12px 12px; |
|
109 |
-webkit-border-bottom-right-radius: 12px; |
|
110 |
-webkit-border-bottom-left-radius: 12px; |
|
111 |
-khtml-border-bottom-right-radius: 12px; |
|
112 |
-khtml-border-bottom-left-radius: 12px; |
|
113 |
border-bottom-right-radius: 12px; |
|
114 |
border-bottom-left-radius: 12px; |
|
115 |
border-color: #797979; |
|
116 |
border-style:solid; |
|
117 |
border-width:0 1px 1px 1px; |
|
118 |
color: #333; |
|
119 |
font-size: 12px; |
|
120 |
font-weight: bold; |
|
121 |
padding: 0 10px 5px; |
|
122 |
cursor: pointer; |
|
123 |
text-align: center; |
|
124 |
} |
|
125 |
|
|
126 |
.cspc-assist-col { |
|
127 |
position:absolute; |
|
128 |
background-color: #68BFEF; |
|
129 |
background-color: #00BCFF; |
|
130 |
color: #000; |
|
131 |
border: 0px none; |
|
132 |
opacity:0.75; |
|
133 |
filter:alpha(opacity=75)!important; |
|
134 |
z-index:1000; |
|
135 |
text-align: left; |
|
136 |
} |
|
137 |
.cspc-assist-col .cspc-dimension { |
|
138 |
position: absolute; |
|
139 |
background-color: #fff; |
|
140 |
border: solid 1px #333; |
|
141 |
padding: 2px; |
|
142 |
z-index: 1003; |
|
143 |
font-size: 11px; |
|
144 |
margin-top:2px; |
|
145 |
margin-left:2px; |
|
146 |
} |
|
147 |
|
|
148 |
.cspc-assist-col-locked { |
|
149 |
background-color: #f00 !important; |
|
150 |
filter:alpha(opacity=75) !important; |
|
151 |
opacity:0.75 !important; |
|
152 |
} |
|
153 |
|
|
154 |
.cspc-assist-spacer { |
|
155 |
position:absolute; |
|
156 |
background: #FFD100 url(img/move-col.png) no-repeat center top; |
|
157 |
filter:alpha(opacity=75); |
|
158 |
opacity:0.75; |
|
159 |
z-index:1001; |
|
160 |
cursor: move; |
|
161 |
} |
|
162 |
|
|
163 |
.cspc-assist-spacer-active { |
|
164 |
background: #FF8181 url(img/move-col.png) no-repeat center top; |
|
165 |
filter:alpha(opacity=75); |
|
166 |
} |
|
167 |
|
|
168 |
|
|
169 |
.cspc-readonly-text { color: #999 !important; cursor: default !important; } |