src/widgets/AnnotationsList.css
author veltr
Wed, 29 Aug 2012 18:34:11 +0200
branchnew-model
changeset 937 eb3c442cec50
parent 924 64c2eaafe5e2
child 966 c1c762ad1697
child 1019 3ab36f402b0c
permissions -rw-r--r--
Added events on annotation for inter widget communication
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
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    11
ul.Ldt-AnnotationsList-ul {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    12
    list-style: none;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    13
    padding: 2px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    14
    margin: 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    15
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    16
li.Ldt-AnnotationsList-li {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    17
    width: 100%;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    18
    clear: both;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    19
    margin: 2px 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    20
    padding: 2px 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    21
    min-height: 60px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    22
}
937
eb3c442cec50 Added events on annotation for inter widget communication
veltr
parents: 924
diff changeset
    23
.Ldt-AnnotationsList-li.selected {
eb3c442cec50 Added events on annotation for inter widget communication
veltr
parents: 924
diff changeset
    24
    background-image: url(img/pinstripe-grey.png);
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    25
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    26
.Ldt-AnnotationsList-highlight {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    27
    background: #F7268E;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    28
    color: #ffffff;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    29
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    30
.Ldt-AnnotationsList-ThumbContainer {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    31
    float: left;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    32
    width: 80px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    33
    height: 50px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    34
    text-align: center;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    35
    margin: 2px 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    36
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    37
.Ldt-AnnotationsList-Thumbnail {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    38
    border: none;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    39
    max-width: 100%;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    40
    max-height: 100%;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    41
    margin: 0 auto;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    42
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    43
.Ldt-AnnotationsList-Duration {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    44
    color: #f7268e;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    45
    float: right;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    46
    text-align: right;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    47
    font-size: 12px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    48
    margin: 2px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    49
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    50
h3.Ldt-AnnotationsList-Title {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    51
    color: #0068c4;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    52
    font-size: 13px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    53
    margin: 2px 2px 0 82px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    54
    font-weight: bold;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    55
}
882
61c384dda19e Big refactoring
veltr
parents: 875
diff changeset
    56
h3.Ldt-AnnotationsList-Title a {
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    57
    color: #0068c4;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    58
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    59
p.Ldt-AnnotationsList-Description {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    60
    margin: 2px 0 2px 82px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    61
    font-size: 12px;
924
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents: 904
diff changeset
    62
    color: #333333;
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    63
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    64
ul.Ldt-AnnotationsList-Tags {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    65
    list-style: none;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    66
    padding: 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    67
    margin: 2px 0 0 82px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    68
}
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    69
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    70
li.Ldt-AnnotationsList-Tag-Li {
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    71
    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
    72
    background: url(img/tag.png) left top no-repeat;
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    73
    cursor: pointer;
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    74
}
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    75
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    76
.Ldt-AnnotationsList-Tag-Li span {
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    77
    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
    78
    background: url(img/tag.png) right top no-repeat;
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    79
}
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    80
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    81
li.Ldt-AnnotationsList-Tag-Li:hover {
904
510ebab76fa3 Work on CreateAnnotation Widget
veltr
parents: 903
diff changeset
    82
    background-position: left -23px;
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
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    85
.Ldt-AnnotationsList-Tag-Li:hover span {
904
510ebab76fa3 Work on CreateAnnotation Widget
veltr
parents: 903
diff changeset
    86
    background-position: right -23px;
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    87
}