test/mashup/style.css
author veltr
Wed, 19 Sep 2012 14:11:49 +0900
changeset 961 e1baacb52075
parent 903 d9da52e20f7f
permissions -rw-r--r--
Merge players-as-widgets branch back into default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
903
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
     1
@font-face {
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
     2
    font-family: DIN;
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
     3
    font-weight: normal;
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
     4
    font-style: normal;
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
     5
    src: url(fonts/DINRg.ttf);
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
     6
}
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
     7
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
     8
@font-face {
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
     9
    font-family: DIN;
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
    10
    font-weight: bold;
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
    11
    font-style: normal;
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
    12
    src: url(fonts/DINBd.ttf);
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
    13
}
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
    14
887
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    15
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
    16
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
    17
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
    18
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
    19
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
    20
b, u, i, center,
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    21
dl, dt, dd, ol, ul, li,
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    22
fieldset, form, label, legend,
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    23
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
    24
article, aside, canvas, details, embed, 
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    25
figure, figcaption, footer, header, hgroup, 
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    26
menu, nav, output, ruby, section, summary,
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    27
time, mark, audio, video {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    28
    margin: 0;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    29
    padding: 0;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    30
    border: 0;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    31
    font-size: 100%;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    32
    font: inherit;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    33
    vertical-align: baseline;
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
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    36
img a {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    37
    border: none;
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
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    40
body {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    41
    background: url(img/background.png) repeat-x top #f8f6f7;
903
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
    42
    font-family: DIN;
887
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    43
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    44
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    45
.main-container {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    46
    width: 960px; margin: 0 auto;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    47
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    48
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    49
h1 {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    50
    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
    51
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    52
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    53
h2 {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    54
    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
    55
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    56
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    57
hr {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    58
    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
    59
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    60
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    61
.steps-frame {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    62
    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
    63
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    64
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    65
.step {
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 887
diff changeset
    66
    width: 256px; height: 70px; float: left; cursor: pointer;
887
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    67
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    68
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    69
.step-separator {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    70
    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
    71
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    72
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    73
.step-icon {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    74
    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
    75
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    76
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    77
.step-1 {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    78
    background-position: -100px -70px; width: 58px;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    79
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    80
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    81
.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
    82
    background-position: -100px 0; width: 58px;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    83
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    84
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    85
.step-2 {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    86
    background-position: -159px -70px; width: 96px;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    87
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    88
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    89
.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
    90
    background-position: -159px 0; width: 96px;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    91
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    92
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    93
.step-3 {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    94
    background-position: -255px -70px; width: 115px;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    95
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    96
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    97
.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
    98
    background-position: -255px 0; width: 115px;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
    99
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   100
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   101
.step-title {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   102
    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
   103
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   104
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   105
.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
   106
    color: #30036d;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   107
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   108
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   109
.colgauche {
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 887
diff changeset
   110
    float: left; width: 630px; margin: 5px 10px 5px 0; min-height: 650px;
887
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   111
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   112
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   113
.coldroite {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   114
    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
   115
}
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   116
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   117
.footer {
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   118
    width: 100%; clear: both;
6a04bd37da0a Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
diff changeset
   119
}