commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / packages / jquery / css / menu.css
1 html>body div.outerbox
2 {
3 padding: 0 5px 5px 0;
4 z-index:999999;
5 font-size: 13px;
6 margin-top:2px;
7 }
8 html>body div.outerbox div.shadowbox1
9 {
10 position: absolute;
11 right: 0;
12 bottom: 5px;
13 width: 5px;
14 height: 100%;
15 background: url(images/myshadow.png) no-repeat right top;
16 }
17 html>body div.outerbox div.shadowbox2
18 {
19 position: absolute;
20 bottom: 0;
21 right: 5px;
22 height: 5px;
23 width: 100%;
24 background: url(images/myshadow.png) left bottom;
25 }
26 html>body div.outerbox div.shadowbox3
27 {
28 position: absolute;
29 bottom: 0;
30 right: 0;
31 height: 5px;
32 width: 5px;
33 background: url(images/myshadow.png) no-repeat right bottom;
34 }
35 html>body .innerbox
36 {
37 margin: 0;
38 z-index:999999;
39 margin-left:10px;
40 }
41
42 #root-menu-div ul {
43 border: 1px solid #000;
44 }
45 #root-menu-div li{
46 white-space:nowrap;
47 background-image: none;
48 text-align: left;
49 }
50 * html #root-menu-div li{
51 height: 1.5em; /* fixing ie6 problem */
52 }
53 #civicrm-menu,
54 #root-menu-div ul {
55 background-color: #fff;
56 list-style: none;
57 margin: 0;
58 padding: 0;
59 background:#5D5D5D repeat-x;
60 color: white;
61 cursor: default;
62 font-size: 12px;
63 font-family: Tahoma, Verdana, Arial, Sans;
64 }
65
66 #civicrm-menu {
67 position:absolute;
68 top:0px;
69 left:0px;
70 background:#1B1B1B repeat-x;
71 width:100%;
72 height:23px;
73 z-index:999999;
74 overflow: hidden;
75 }
76
77 li.menu-separator.active{
78 background-color: transparent;
79 }
80
81 .menu-ul li.active {
82 background-color: #aaa;
83 }
84
85 #civicrm-menu .activetarget{
86 background-color: #aaa;
87 }
88
89 #civicrm-menu li a, #root-menu-div li a {
90 color:white;
91 cursor:pointer;
92 display:block;
93 font-weight:normal;
94 text-decoration:none;
95 }
96
97 * html div.menu-item {
98 display: inline; /* fixes problem in ie6 */
99 }
100
101 li.menumain {
102 float: left;
103 padding: 3px 10px;
104 background-image: none;
105 border-right: 1px solid #5D5D5D;
106 margin:0px;
107 }
108
109 #root-menu-div .menu-ul li {
110 margin: 0;
111 padding: 0 20px 0 2px;
112 }
113
114 div.menu-item {
115 padding: 1px 10px 1px 4px;
116 height: auto;
117 }
118 img.menu-item-arrow{
119 position: absolute;
120 right: 4px;
121 top: 8px;
122 }
123 li.menu-separator{
124 border-bottom: 1px solid #000;
125 font-size: 0; /* for ie */
126 height: 0;
127 line-height: 0; /* for ie */
128 margin: 2px 0;
129 }
130 li.red {
131 color: red;
132 }
133 li.blue {
134 color: blue;
135 }
136
137 /* syntaxhighlight stuff */
138 .dp-highlighter
139 {
140 font-family: "Consolas", "Courier New", Courier, mono, serif;
141 font-size: 12px;
142 background-color: #E7E5DC;
143 width: 99%;
144 overflow: auto;
145 margin: 18px 0 18px 0 !important;
146 padding-top: 1px; /* adds a little border on top when controls are hidden */
147 }
148
149 /* clear styles */
150 .dp-highlighter ol,
151 .dp-highlighter ol li,
152 .dp-highlighter ol li span
153 {
154 margin: 0;
155 padding: 0;
156 border: none;
157 }
158
159 .dp-highlighter a,
160 .dp-highlighter a:hover
161 {
162 background: none;
163 border: none;
164 padding: 0;
165 margin: 0;
166 }
167
168 .dp-highlighter .bar
169 {
170 padding-left: 45px;
171 }
172
173 .dp-highlighter.collapsed .bar,
174 .dp-highlighter.nogutter .bar
175 {
176 padding-left: 0px;
177 }
178
179 .dp-highlighter ol
180 {
181 list-style: decimal; /* for ie */
182 background-color: #fff;
183 margin: 0px 0px 1px 45px !important; /* 1px bottom margin seems to fix occasional Firefox scrolling */
184 padding: 0px;
185 color: #5C5C5C;
186 }
187
188 .dp-highlighter.nogutter ol,
189 .dp-highlighter.nogutter ol li
190 {
191 list-style: none !important;
192 margin-left: 0px !important;
193 }
194
195 .dp-highlighter ol li,
196 .dp-highlighter .columns div
197 {
198 list-style: decimal-leading-zero; /* better look for others, override cascade from OL */
199 list-style-position: outside !important;
200 border-left: 3px solid #6CE26C;
201 background-color: #F8F8F8;
202 color: #5C5C5C;
203 padding: 0 3px 0 10px !important;
204 margin: 0 !important;
205 line-height: 14px;
206 }
207
208 .dp-highlighter.nogutter ol li,
209 .dp-highlighter.nogutter .columns div
210 {
211 border: 0;
212 }
213
214 .dp-highlighter .columns
215 {
216 background-color: #F8F8F8;
217 color: gray;
218 overflow: hidden;
219 width: 100%;
220 }
221
222 .dp-highlighter .columns div
223 {
224 padding-bottom: 5px;
225 }
226
227 .dp-highlighter ol li.alt
228 {
229 background-color: #FFF;
230 color: inherit;
231 }
232
233 .dp-highlighter ol li span
234 {
235 color: black;
236 background-color: inherit;
237 }
238
239 /* Adjust some properties when collapsed */
240
241 .dp-highlighter.collapsed ol
242 {
243 margin: 0px;
244 }
245
246 .dp-highlighter.collapsed ol li
247 {
248 display: none;
249 }
250
251 /* Additional modifications when in print-view */
252
253 .dp-highlighter.printing
254 {
255 border: none;
256 }
257
258 .dp-highlighter.printing .tools
259 {
260 display: none !important;
261 }
262
263 .dp-highlighter.printing li
264 {
265 display: list-item !important;
266 }
267
268 /* Styles for the tools */
269
270 .dp-highlighter .tools
271 {
272 padding: 3px 8px 3px 10px;
273 font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
274 color: silver;
275 background-color: #f8f8f8;
276 padding-bottom: 10px;
277 border-left: 3px solid #6CE26C;
278 }
279
280 .dp-highlighter.nogutter .tools
281 {
282 border-left: 0;
283 }
284
285 .dp-highlighter.collapsed .tools
286 {
287 border-bottom: 0;
288 }
289
290 .dp-highlighter .tools a
291 {
292 font-size: 9px;
293 color: #a0a0a0;
294 background-color: inherit;
295 text-decoration: none;
296 margin-right: 10px;
297 }
298
299 .dp-highlighter .tools a:hover
300 {
301 color: red;
302 background-color: inherit;
303 text-decoration: underline;
304 }
305
306 /* About dialog styles */
307
308 .dp-about { background-color: #fff; color: #333; margin: 0px; padding: 0px; }
309 .dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; }
310 .dp-about td { padding: 10px; vertical-align: top; }
311 .dp-about .copy { border-bottom: 1px solid #ACA899; height: 95%; }
312 .dp-about .title { color: red; background-color: inherit; font-weight: bold; }
313 .dp-about .para { margin: 0 0 4px 0; }
314 .dp-about .footer { background-color: #ECEADB; color: #333; border-top: 1px solid #fff; text-align: right; }
315 .dp-about .close { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; color: #333; width: 60px; height: 22px; }
316
317 /* Language specific styles */
318
319 .dp-highlighter .comment, .dp-highlighter .comments { color: #008200; background-color: inherit; }
320 .dp-highlighter .string { color: blue; background-color: inherit; }
321 .dp-highlighter .keyword { color: #069; font-weight: bold; background-color: inherit; }
322 .dp-highlighter .preprocessor { color: gray; background-color: inherit; }
323
324 /** Added by civicrm */
325
326 #civicrm-menu li#crm-qsearch {
327 padding: 0 3px 2px 0;
328 height: 20px;
329 margin:0px 5px 0 5px;
330 }
331
332 li#crm-qsearch input {
333 background-color:#ffffff;
334 border: 1px solid black;
335 }
336
337 li#menu-logout {
338 float: right;
339 border-left: 1px solid #5D5D5D;
340 }