src/widgets/AnnotationsList.css
author veltr
Wed, 21 Nov 2012 16:33:51 +0100
changeset 983 97fef7a4b189
parent 966 c1c762ad1697
child 988 eefd336335f9
permissions -rw-r--r--
updated search
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     1
/* AnnotationsListWidget */
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     2
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     3
.Ldt-AnnotationsListWidget {
903
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
     4
    border: none; margin: 0; padding: 0;
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     5
    overflow: auto;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     6
    max-height: 480px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     7
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     8
.Ldt-AnnotationsListWidget a {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     9
    text-decoration: none;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    10
}
966
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    11
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    12
.Ldt-AnnotationsList-Audio {
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    13
    width: 1px; height: 1px;
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    14
}
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    15
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    16
ul.Ldt-AnnotationsList-ul {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    17
    list-style: none;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    18
    padding: 2px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    19
    margin: 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    20
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    21
li.Ldt-AnnotationsList-li {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    22
    width: 100%;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    23
    clear: both;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    24
    margin: 2px 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    25
    padding: 2px 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    26
    min-height: 60px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    27
}
937
eb3c442cec50 Added events on annotation for inter widget communication
veltr
parents: 924
diff changeset
    28
.Ldt-AnnotationsList-li.selected {
eb3c442cec50 Added events on annotation for inter widget communication
veltr
parents: 924
diff changeset
    29
    background-image: url(img/pinstripe-grey.png);
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    30
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    31
.Ldt-AnnotationsList-highlight {
983
97fef7a4b189 updated search
veltr
parents: 966
diff changeset
    32
    background: #FFA0FC;
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    33
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    34
.Ldt-AnnotationsList-ThumbContainer {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    35
    float: left;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    36
    width: 80px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    37
    height: 50px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    38
    text-align: center;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    39
    margin: 2px 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    40
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    41
.Ldt-AnnotationsList-Thumbnail {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    42
    border: none;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    43
    max-width: 100%;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    44
    max-height: 100%;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    45
    margin: 0 auto;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    46
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    47
.Ldt-AnnotationsList-Duration {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    48
    color: #f7268e;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    49
    float: right;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    50
    text-align: right;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    51
    font-size: 12px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    52
    margin: 2px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    53
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    54
h3.Ldt-AnnotationsList-Title {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    55
    color: #0068c4;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    56
    font-size: 13px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    57
    margin: 2px 2px 0 82px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    58
    font-weight: bold;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    59
}
882
61c384dda19e Big refactoring
veltr
parents: 875
diff changeset
    60
h3.Ldt-AnnotationsList-Title a {
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    61
    color: #0068c4;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    62
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    63
p.Ldt-AnnotationsList-Description {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    64
    margin: 2px 0 2px 82px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    65
    font-size: 12px;
924
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents: 904
diff changeset
    66
    color: #333333;
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    67
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    68
ul.Ldt-AnnotationsList-Tags {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    69
    list-style: none;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    70
    padding: 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    71
    margin: 2px 0 0 82px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    72
}
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    73
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    74
li.Ldt-AnnotationsList-Tag-Li {
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    75
    display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px;
904
510ebab76fa3 Work on CreateAnnotation Widget
veltr
parents: 903
diff changeset
    76
    background: url(img/tag.png) left top no-repeat;
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    77
    cursor: pointer;
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    78
}
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    79
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    80
.Ldt-AnnotationsList-Tag-Li span {
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    81
    display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0;
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    82
    background: url(img/tag.png) right top no-repeat;
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    83
}
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    84
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    85
li.Ldt-AnnotationsList-Tag-Li:hover {
904
510ebab76fa3 Work on CreateAnnotation Widget
veltr
parents: 903
diff changeset
    86
    background-position: left -23px;
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    87
}
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    88
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    89
.Ldt-AnnotationsList-Tag-Li:hover span {
904
510ebab76fa3 Work on CreateAnnotation Widget
veltr
parents: 903
diff changeset
    90
    background-position: right -23px;
966
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    91
}
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    92
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    93
.Ldt-AnnotationsList-Play {
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    94
    width: 125px; height: 20px; margin: 2px 0 2px 82px; text-align: center;
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    95
    padding: 3px 5px 0 20px; font-size: 12px; cursor: pointer;
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    96
    background: url(img/voiceannotation.png); color: #333333;
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    97
}
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    98
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    99
.Ldt-AnnotationsList-Play:hover {
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
   100
    background-position: 0 bottom;
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
   101
}