~ubuntu-virt/ubuntu/natty/eucalyptus/natty

« back to all changes in this revision

Viewing changes to clc/modules/www/src/main/java/edu/ucsb/eucalyptus/admin/public/themes/ubuntu/stylesheet.css

  • Committer: Dave Walker (Daviey)
  • Date: 2010-09-16 16:09:22 UTC
  • Revision ID: davewalker@ubuntu.com-20100916160922-b2cxo5alnpky3p2s
debian/patches/06-UEC-webinterface.patch: Improved cross
browser compatability, particularly on the login screen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
2
        <html xmlns="http://www.w3.org/1999/xhtml">
 
3
                <head>
 
4
                        <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 
5
                        <title>RAW OUTPUT j0EJ40U6</title>
 
6
                        <meta name="robots" content="noindex, nofollow" />
 
7
                </head>
 
8
                <body>
 
9
                        <pre>/*
2
10
 * CSS stylesheet for the Ubuntu Enterprise Cloud theme
3
11
 */
4
12
 
33
41
}
34
42
 
35
43
q:before, q:after, blockquote:before, blockquote:after {
36
 
    content: "";
 
44
    content: &quot;&quot;;
37
45
}
38
46
 
39
47
/* End of Reset CSS Style */
45
53
}
46
54
 
47
55
body {
48
 
    font-family: "UbuntuBeta", "Bitstream Vera Sans", "DejaVu Sans", Tahoma, sans-serif;
 
56
    font-family: &quot;UbuntuBeta&quot;, &quot;Bitstream Vera Sans&quot;, &quot;DejaVu Sans&quot;, Tahoma, sans-serif;
49
57
    color: #333;
50
58
    font-size: 12px;
51
59
    line-height: 14px;
52
60
    margin: 0px;
53
61
    padding: 0px;
54
 
    background-image: url("img/background_dotted.png");
 
62
    background-image: url(&quot;img/background_dotted.png&quot;);
55
63
}
56
64
 
57
65
/* Typographic Styles - See Ubuntu web design guidelines. */
225
233
}
226
234
 
227
235
button,
228
 
input[type="button"],
229
 
input[type="submit"] {
 
236
input[type=&quot;button&quot;],
 
237
input[type=&quot;submit&quot;] {
230
238
    font-family: inherit;
231
239
    background-color: #aea79f;
232
240
    color: #fff;
249
257
                                           rgba(0,0,0,0.2));
250
258
}
251
259
 
252
 
input[type="submit"].primary-button {
 
260
input[type=&quot;submit&quot;].primary-button {
253
261
    background-color: #dd4814;
254
262
}
255
263
 
256
264
button:hover,
257
 
input[type="button"]:hover,
258
 
input[type="submit"]:hover {
 
265
input[type=&quot;button&quot;]:hover,
 
266
input[type=&quot;submit&quot;]:hover {
259
267
    background-color: #dd4814;
260
268
    -moz-box-shadow:  #dd4814 0px 1px 0px;
261
269
    -webkit-box-shadow: #dd4814 0px 1px 0px;
262
270
}
263
271
 
264
272
button.primary-button:hover,
265
 
input[type="submit"].primary-button:hover {
 
273
input[type=&quot;submit&quot;].primary-button:hover {
266
274
    background-color: #b83a0f;
267
275
    -moz-box-shadow:  #b83a0f 0px 1px 0px;
268
276
    -webkit-box-shadow: #b83a0f 0px 1px 0px;
269
277
}
270
278
 
271
279
button:active,
272
 
input[type="button"]:active,
273
 
input[type="submit"]:active {
 
280
input[type=&quot;button&quot;]:active,
 
281
input[type=&quot;submit&quot;]:active {
274
282
    background-color: #962d0c;
275
283
    text-shadow: #333 -1px -2px;
276
284
    -moz-box-shadow:  #962d0c 0px 1px 1px;
279
287
 
280
288
button:disabled,
281
289
button:disabled:hover,
282
 
input[type="button"]:disabled:hover,
283
 
input[type="button"]:disabled,
284
 
input[type="submit"]:disabled:hover,
285
 
input[type="submit"]:disabled {
 
290
input[type=&quot;button&quot;]:disabled:hover,
 
291
input[type=&quot;button&quot;]:disabled,
 
292
input[type=&quot;submit&quot;]:disabled:hover,
 
293
input[type=&quot;submit&quot;]:disabled {
286
294
    background-color: #ddd;
287
295
    text-shadow: #bbb 0px -1px;
288
296
    -moz-box-shadow:  #ddd 0px 1px 0px;
295
303
    vertical-align: middle !important;
296
304
}
297
305
 
298
 
body > table {
 
306
body &gt; table {
299
307
    background: #2c001e;
300
308
    width: 976px !important;
301
309
    overflow: hidden;
302
310
    margin: 0 auto;
303
311
    position: relative;
304
 
    top: -14px;
 
312
    top: 0px;
 
313
    margin: 0px auto 0px
 
314
 
305
315
}
306
316
 
307
 
body > table > tbody > tr > td {
 
317
body &gt; table &gt; tbody &gt; tr &gt; td {
308
318
    vertical-align: top !important;
309
319
    padding: 0 16px;
310
320
}
311
321
 
312
 
body > table > tbody > tr:last-child > td {
 
322
body &gt; table &gt; tbody &gt; tr:last-child &gt; td {
313
323
    padding-bottom: 40px;
314
324
}
315
325
 
316
 
body > table > tbody > tr > td > table {
 
326
body &gt; table &gt; tbody &gt; tr &gt; td &gt; table {
317
327
    background: white;
318
328
    width: 100%;
319
329
    -webkit-border-radius: 0px 0px 4px 4px;
321
331
    border-radius: 0px 0px 4px 4px;
322
332
}
323
333
 
324
 
body > table > tbody > tr > td > table > tbody > tr > td {
 
334
body &gt; table &gt; tbody &gt; tr &gt; td &gt; table &gt; tbody &gt; tr &gt; td {
325
335
    padding: 4px 16px;
326
336
}
327
337
 
328
 
.euca-top-bar > tbody > tr > td > table > tbody > tr > td,
329
 
.euca-top-bar > tbody > tr > td {
 
338
.euca-top-bar &gt; tbody &gt; tr &gt; td &gt; table &gt; tbody &gt; tr &gt; td,
 
339
.euca-top-bar &gt; tbody &gt; tr &gt; td {
330
340
    padding: 0px !important;
331
341
}
332
342
 
333
 
.euca-tab-contents > tbody > tr > td > .gwt-Label,
334
 
.euca-tab-contents > tbody > tr > td > .gwt-HTML {
 
343
.euca-tab-contents &gt; tbody &gt; tr &gt; td &gt; .gwt-Label,
 
344
.euca-tab-contents &gt; tbody &gt; tr &gt; td &gt; .gwt-HTML {
335
345
    margin-bottom: -6px;
336
346
    padding: 4px 0px 4px 16px;
337
347
    width: 928px !important;
338
348
}
339
349
 
340
 
.euca-tab-contents > tbody > tr > td > .gwt-Label,
341
 
.euca-tab-contents > tbody > tr > td > .gwt-HTML,
342
 
.euca-tab-contents > tbody > tr > td > table {
 
350
.euca-tab-contents &gt; tbody &gt; tr &gt; td &gt; .gwt-Label,
 
351
.euca-tab-contents &gt; tbody &gt; tr &gt; td &gt; .gwt-HTML,
 
352
.euca-tab-contents &gt; tbody &gt; tr &gt; td &gt; table {
343
353
    background: white;
344
354
    width: 100%;
345
355
    -webkit-border-radius: 4px;
347
357
    border-radius: 4px;
348
358
}
349
359
 
350
 
.euca-tab-contents > tbody > tr > td {
 
360
.euca-tab-contents &gt; tbody &gt; tr &gt; td {
351
361
    padding: 0 16px;
352
362
}
353
363
 
354
 
.euca-tab-contents > tbody > tr:last-child > td {
 
364
.euca-tab-contents &gt; tbody &gt; tr:last-child &gt; td {
355
365
    padding-bottom: 40px;
356
366
}
357
367
 
403
413
.euca-login-panel {
404
414
    border: solid;
405
415
    border-width: 1px;
406
 
    border-color: #FF6600;
407
 
    background: #FFCC33;
 
416
    border-color: #aea79f;
 
417
    background: #f7f6f5;
408
418
    padding: 20px 20px 20px 20px;
409
419
}
410
420
 
436
446
}
437
447
 
438
448
.gwt-TabBar {
439
 
    background: #dd4814 url("img/background_stripes.png") repeat-x 0% 0% !important;
 
449
    background: #dd4814 url(&quot;img/background_stripes.png&quot;) repeat-x 0% 0% !important;
440
450
    height: 64px;
441
451
    position: relative;
442
452
    top: -54px;
475
485
 
476
486
.gwt-TabBar .gwt-TabBarItem-wrapper:hover,
477
487
.gwt-TabBar .gwt-TabBarItem-wrapper-selected {
478
 
    background: #b83a10 url("img/background_stripes.png") repeat-x 0% 0% !important;
 
488
    background: #b83a10 url(&quot;img/background_stripes.png&quot;) repeat-x 0% 0% !important;
479
489
}
480
490
 
481
491
.gwt-TabBar .gwt-TabBarItem-selected {
582
592
    border-top:1px dashed grey;
583
593
    padding:10px;
584
594
}
 
595
 
 
596
#__gwt_historyFrame { display: none;}
 
597
 
 
598
td[align=center],
 
599
td[align=center] div,
 
600
td[align=center] table {
 
601
   text-align: center;
 
602
   margin: 0px auto;
 
603
}</pre>
 
604
                </body>
 
605
        </html>
 
 
b'\\ No newline at end of file'