test/mashup/style.css
author veltr
Fri, 11 May 2012 15:35:10 +0200
branchnew-model
changeset 894 bb1559ef0fcb
parent 887 6a04bd37da0a
child 902 14022f1d49ab
permissions -rw-r--r--
Save before switch
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
887
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
     1
html, body, div, span, applet, object, iframe,
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
     2
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
     3
a, abbr, acronym, address, big, cite, code,
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
     4
del, dfn, em, img, ins, kbd, q, s, samp,
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
     5
small, strike, strong, sub, sup, tt, var,
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
     6
b, u, i, center,
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
     7
dl, dt, dd, ol, ul, li,
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
     8
fieldset, form, label, legend,
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
     9
table, caption, tbody, tfoot, thead, tr, th, td,
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    10
article, aside, canvas, details, embed, 
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    11
figure, figcaption, footer, header, hgroup, 
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    12
menu, nav, output, ruby, section, summary,
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    13
time, mark, audio, video {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    14
    margin: 0;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    15
    padding: 0;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    16
    border: 0;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    17
    font-size: 100%;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    18
    font: inherit;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    19
    vertical-align: baseline;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    20
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    21
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    22
img a {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    23
    border: none;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    24
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    25
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    26
body {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    27
    background: url(img/background.png) repeat-x top #f8f6f7;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    28
    font-family: 'DIN-Regular', Helvetica, Arial, sans-serif;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    29
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    30
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    31
.main-container {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    32
    width: 960px; margin: 0 auto;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    33
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    34
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    35
h1 {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    36
    width: 141px; height: 83px; text-indent: -999px; background: url(img/title.png);
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    37
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    38
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    39
h2 {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    40
    color: #30036d; margin: 5px 0 2px; font-size: 18px; font-weight: bold;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    41
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    42
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    43
hr {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    44
    width: 100%; border: none; margin: 2px 0; background: #666666; height: 1px;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    45
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    46
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    47
.steps-frame {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    48
    width: 960px; height: 70px; border-style: solid none; border-width: 1px; border-color: #666666; clear: both; background: url(img/barbg.png) #ffffff;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    49
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    50
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    51
.step {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    52
    width: 256px; height: 70px; float: left;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    53
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    54
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    55
.step-separator {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    56
    width: 96px; height: 70px; float: left; background: url(img/mashupbar.png);
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    57
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    58
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    59
.step-icon {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    60
    margin: 0 5px; height: 70px; float: left; background: url(img/mashupbar.png);
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    61
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    62
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    63
.step-1 {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    64
    background-position: -100px -70px; width: 58px;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    65
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    66
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    67
.active .step-1, .step:hover .step-1 {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    68
    background-position: -100px 0; width: 58px;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    69
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    70
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    71
.step-2 {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    72
    background-position: -159px -70px; width: 96px;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    73
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    74
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    75
.active .step-2, .step:hover .step-2 {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    76
    background-position: -159px 0; width: 96px;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    77
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    78
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    79
.step-3 {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    80
    background-position: -255px -70px; width: 115px;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    81
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    82
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    83
.active .step-3, .step:hover .step-3 {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    84
    background-position: -255px 0; width: 115px;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    85
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    86
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    87
.step-title {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    88
    margin: 5px 0; font-size: 18px; font-weight: bold; color: #808080;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    89
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    90
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    91
.active .step-title, .step:hover .step-title {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    92
    color: #30036d;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    93
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    94
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    95
.colgauche {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    96
    float: left; width: 630px; margin: 5px 10px 5px 0;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    97
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    98
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    99
.coldroite {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   100
    float: left; width: 310px; margin: 5px 0 5px 10px;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   101
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   102
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   103
.footer {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   104
    width: 100%; clear: both;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   105
}