web/lib/metadataplayer/AnnotationsList.css
changeset 0 7f8907368bd5
equal deleted inserted replaced
-1:000000000000 0:7f8907368bd5
       
     1 /* AnnotationsListWidget */
       
     2 
       
     3 .Ldt-AnnotationsListWidget {
       
     4     border: none; margin: 0; padding: 0;
       
     5     overflow: auto;
       
     6     max-height: 480px;
       
     7 }
       
     8 .Ldt-AnnotationsListWidget a {
       
     9     text-decoration: none;
       
    10 }
       
    11 
       
    12 .Ldt-AnnotationsList-Audio {
       
    13     width: 1px; height: 1px;
       
    14 }
       
    15 
       
    16 ul.Ldt-AnnotationsList-ul {
       
    17     list-style: none;
       
    18     padding: 2px;
       
    19     margin: 0;
       
    20 }
       
    21 li.Ldt-AnnotationsList-li {
       
    22     width: 100%;
       
    23     clear: both;
       
    24     margin: 2px 0;
       
    25     padding: 2px 0;
       
    26     min-height: 60px;
       
    27 }
       
    28 .Ldt-AnnotationsList-li.selected {
       
    29     background-image: url(img/pinstripe-grey.png);
       
    30 }
       
    31 .Ldt-AnnotationsList-ThumbContainer {
       
    32     float: left;
       
    33     width: 80px;
       
    34     height: 50px;
       
    35     text-align: center;
       
    36     margin: 2px 0;
       
    37 }
       
    38 .Ldt-AnnotationsList-Thumbnail {
       
    39     border: none;
       
    40     max-width: 100%;
       
    41     max-height: 100%;
       
    42     margin: 0 auto;
       
    43 }
       
    44 .Ldt-AnnotationsList-Duration {
       
    45     color: #f7268e;
       
    46     float: right;
       
    47     text-align: right;
       
    48     font-size: 12px;
       
    49     margin: 2px;
       
    50 }
       
    51 h3.Ldt-AnnotationsList-Title {
       
    52     color: #0068c4;
       
    53     font-size: 13px;
       
    54     margin: 2px 2px 0 82px;
       
    55     font-weight: bold;
       
    56 }
       
    57 
       
    58 .Ldt-AnnotationsList-Title a {
       
    59     color: #0068c4;
       
    60 }
       
    61 
       
    62 p.Ldt-AnnotationsList-Description {
       
    63     margin: 2px 0 2px 82px;
       
    64     font-size: 12px;
       
    65     color: #333333;
       
    66 }
       
    67 
       
    68 .Ldt-AnnotationsList-Description a {
       
    69     color: #0068c4;
       
    70 }
       
    71 
       
    72 .Ldt-AnnotationsList-Description a:hover {
       
    73     text-decoration: underline; color: #800000;
       
    74 }
       
    75 
       
    76 ul.Ldt-AnnotationsList-Tags {
       
    77     list-style: none;
       
    78     padding: 0;
       
    79     margin: 2px 0 0 82px;
       
    80 }
       
    81 
       
    82 li.Ldt-AnnotationsList-Tag-Li {
       
    83     display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px;
       
    84     background: url(img/tag.png) left top no-repeat;
       
    85     cursor: pointer;
       
    86 }
       
    87 
       
    88 .Ldt-AnnotationsList-Tag-Li span {
       
    89     display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0;
       
    90     background: url(img/tag.png) right top no-repeat;
       
    91 }
       
    92 
       
    93 li.Ldt-AnnotationsList-Tag-Li:hover {
       
    94     background-position: left -23px;
       
    95 }
       
    96 
       
    97 .Ldt-AnnotationsList-Tag-Li:hover span {
       
    98     background-position: right -23px;
       
    99 }
       
   100 
       
   101 .Ldt-AnnotationsList-Play {
       
   102     width: 125px; height: 20px; margin: 2px 0 2px 82px; text-align: center;
       
   103     padding: 3px 5px 0 20px; font-size: 12px; cursor: pointer;
       
   104     background: url(img/voiceannotation.png); color: #333333;
       
   105 }
       
   106 
       
   107 .Ldt-AnnotationsList-Play:hover {
       
   108     background-position: 0 bottom;
       
   109 }