test/integration/allocine_dossier_independant/css/LdtPlayer.css
author veltr
Tue, 20 Mar 2012 21:17:48 +0100
branchpopcorn-port
changeset 835 a8af9da7c622
parent 833 33a5d5882be4
child 836 526f91f5253e
permissions -rw-r--r--
Integrated trace manager
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
     1
/* Some general styling classes */
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
     2
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
     3
.Ldt-floatClear {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
     4
    display: block; width: 100%; height: 0; clear: both;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
     5
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
     6
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
     7
ul.Ldt-floatList {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
     8
    padding: 0; margin: 0; list-style: none;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
     9
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
    10
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
    11
.Ldt-floatList li {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
    12
    float: left;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
    13
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
    14
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
    15
/* */
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
    16
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    17
#demo-frame > div.demo { padding: 5px !important; };
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    18
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    19
button.ui-button-icon-only  {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    20
  height:1.5em;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    21
  width:1.5em;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    22
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    23
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    24
#Ldt-loader {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    25
  background:url(imgs/loader.gif) no-repeat;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    26
  width:20px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    27
  height:16px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    28
  float:left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    29
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    30
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    31
/* general class for all buttons */
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    32
.Ldt-button {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    33
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    34
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    35
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    36
.Ldt-SegmentsWidget {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    37
 /* overflow: auto; /* clear the floats */
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    38
  margin-top: 1px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    39
  padding-bottom: 8px; /* FIXME: only a temporary fix. This should be put into the layout manager. */
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    40
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    41
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    42
.Ldt-iri-chapter {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    43
  position: absolute;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    44
  height: 10px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    45
  border-right: 1px solid white;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    46
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    47
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    48
.Ldt-SegmentPositionMarker {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    49
  position: absolute;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    50
  z-index: 100;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    51
  width: 1px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    52
  height: 10px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    53
  background-color: white;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    54
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    55
.tooltip {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    56
  display:none;
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
    57
  background:transparent url(imgs/black_arrow_mini.png);
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    58
  font-size:12px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    59
  height:55px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    60
  width:180px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    61
  padding:10px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    62
  padding-left:15px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    63
  padding-top:15px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    64
  padding-right:15px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    65
  color:#000;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    66
  font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    67
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    68
#Ldt-Root{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    69
  font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    70
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    71
#Ldt-Hat{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    72
  height:3px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    73
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    74
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    75
.Ldt-AnnotationsWidget {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    76
  font-size: 12px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    77
  font-family: "Arial",  "Verdana", "sans-serif";
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    78
  background-color:#eeeeee;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    79
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    80
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    81
.Ldt-AnnotationContent {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    82
  padding:5px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    83
  padding-left: 12px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    84
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    85
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    86
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    87
.Ldt-fbShare {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    88
  display: block;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    89
  float: left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    90
  width: 24px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    91
  height: 24px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    92
  background:url('imgs/facebook.png');
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    93
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    94
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    95
.Ldt-TwShare {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    96
  display: block;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    97
  float: left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    98
  width: 24px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    99
  height: 24px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   100
  background:url('imgs/twitter.png');
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   101
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   102
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   103
.Ldt-GplusShare {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   104
  display: block;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   105
  float: left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   106
  width: 24px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   107
  height: 24px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   108
  background:url('imgs/google.png');
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   109
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   110
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   111
.Ldt-SaTitle{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   112
  padding-top:2px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   113
  padding-bottom:3px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   114
  font-size: 12pt;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   115
  color : #0068c4;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   116
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   117
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   118
.Ldt-SaDescription{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   119
  font-size:12px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   120
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   121
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   122
.Ldt-SaKeywords {  
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   123
  font-weight:bold;  
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   124
  font-size:10px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   125
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   126
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   127
.Ldt-AnnotationShareIcons {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   128
  float:right;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   129
  position: relative;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   130
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   131
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   132
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   133
#Ldt-PlaceHolder{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   134
  position:absolue;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   135
  float:none;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   136
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   137
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   138
.Ldt-Segments{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   139
  float:left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   140
  font-size: 62.5%;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   141
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   142
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   143
.Ldt-mode-radio{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   144
  visibility:hidden;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   145
  height:0px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   146
  display:none
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   147
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   148
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   149
/* player */
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   150
.Ldt-controler {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   151
  font-size: 10px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   152
  background:url('img-cinecast/controlbarbgd.png') repeat-x transparent ;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   153
  height: 34px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   154
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   155
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   156
.Ldt-LeftPlayerControls {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   157
  float:left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   158
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   159
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   160
.Ldt-RightPlayerControls {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   161
  float: right;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   162
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   163
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   164
.Ldt-Ctrl-button {
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   165
  float: left;
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   166
  width: 30px; height: 25px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   167
  background: url('img-cinecast/player-sprites.png');
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   168
  cursor: pointer;
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   169
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   170
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   171
.Ldt-Ctrl-spacer {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   172
    float: left; width: 2px; background: url(img-cinecast/controlbarspacer.png); height: 34px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   173
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   174
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   175
.Ldt-CtrlPlay {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   176
  margin: 4px 15px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   177
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   178
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   179
.Ldt-CtrlPlay-PlayState {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   180
  background-position: 0 0;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   181
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   182
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   183
.Ldt-CtrlPlay-PlayState:hover {
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   184
  background-position: 0 -25px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   185
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   186
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   187
.Ldt-CtrlPlay-PlayState:active {
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   188
  background-position: 0 -50px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   189
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   190
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   191
.Ldt-CtrlPlay-PauseState {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   192
  background-position: -30px 0;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   193
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   194
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   195
.Ldt-CtrlPlay-PauseState:hover {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   196
  background-position: -30px -25px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   197
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   198
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   199
.Ldt-CtrlPlay-PauseState:active {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   200
  background-position: -30px -50px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   201
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   202
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   203
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   204
.Ldt-CtrlAnnotate {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   205
  margin: 4px 2px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   206
  background-position: -60px 0;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   207
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   208
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   209
.Ldt-CtrlAnnotate:hover {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   210
  background-position: -60px -25px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   211
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   212
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   213
.Ldt-CtrlAnnotate:active {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   214
  background-position: -60px -50px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   215
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   216
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   217
.Ldt-CtrlSearch {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   218
  margin: 4px 2px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   219
  background-position: -90px 0;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   220
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   221
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   222
.Ldt-CtrlSearch:hover {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   223
  background-position: -90px -25px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   224
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   225
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   226
.Ldt-CtrlSearch:active {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   227
  background-position: -90px -50px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   228
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   229
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   230
.LdtSearch {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   231
  display: none;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   232
  width: 165px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   233
  height: 25px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   234
  border: 1px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   235
  border-color: #CFCFCF;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   236
  float: left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   237
  text-align: center;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   238
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   239
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   240
.Ldt-Time {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   241
  float: left;
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   242
  margin: 8px 5px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   243
  font-size: 12px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   244
  font-family: Arial, Verdana, sans-serif;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   245
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   246
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   247
.Ldt-ElapsedTime {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   248
  float: left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   249
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   250
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   251
.Ldt-TimeSeparator {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   252
  margin: 0 4px;      
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   253
  float: left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   254
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   255
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   256
.Ldt-TotalTime {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   257
  float: left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   258
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   259
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   260
.Ldt-CtrlSound {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   261
  margin: 4px 2px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   262
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   263
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   264
.Ldt-CtrlSound-SoundState {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   265
  background-position: -120px 0;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   266
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   267
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   268
.Ldt-CtrlSound-SoundState:hover {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   269
  background-position: -120px -25px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   270
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   271
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   272
.Ldt-CtrlSound-SoundState:active {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   273
  background-position: -120px -50px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   274
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   275
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   276
.Ldt-CtrlSound-MuteState {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   277
  background-position: -150px 0;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   278
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   279
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   280
.Ldt-CtrlSound-MuteState:hover {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   281
  background-position: -150px -25px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   282
}
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   283
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   284
.Ldt-CtrlSound-MuteState:active {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   285
  background-position: -150px -50px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   286
}
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   287
    
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   288
.Ldt-cleaner {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   289
  clear:both;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   290
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   291
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   292
/* Arrow Widget */
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   293
.Ldt-arrowWidget {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   294
  position: relative;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   295
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   296
  height:16px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   297
  width:27px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   298
  margin-bottom: -3px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   299
  z-index: 4;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   300
  left: 0%;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   301
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   302
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   303
.Ldt-arrowLeftEdge {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   304
  background:url('imgs/left_edge_arrow.png') no-repeat scroll 0 0 transparent ;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   305
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   306
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   307
.Ldt-arrowCenter {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   308
  background:url('imgs/arrow.png') no-repeat scroll 0 0 transparent ;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   309
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   310
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   311
.Ldt-arrowRightEdge {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   312
  background:url('imgs/right_edge_arrow.png') no-repeat scroll 0 0 transparent ;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   313
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   314
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   315
.cleaner {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   316
  clear:both;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   317
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   318
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   319
.share {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   320
  background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   321
  display:block;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   322
  height:16px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   323
  line-height:16px !important;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   324
  overflow:hidden;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   325
  width:16px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   326
  float:left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   327
  cursor:pointer;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   328
  margin:2px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   329
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   330
.shareFacebook{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   331
  background-position:0 -704px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   332
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   333
.shareMySpace{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   334
  background-position:0 -736px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   335
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   336
.shareTwitter{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   337
  background-position:0 -1072px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   338
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   339
.shareGoogle{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   340
  background-position:0 -752px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   341
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   342
.shareDelicious{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   343
  background-position:0 -672px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   344
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   345
.shareJamesPot{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   346
  background-position:0 -1808px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   347
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   348
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   349
.tip{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   350
  position: absolute;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   351
  padding : 3px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   352
  z-index: 10000000000;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   353
  max-width: 200px;
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   354
  background: transparent url("imgs/black_arrow_long.png");
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   355
  font-size: 12px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   356
  height: 125px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   357
  width: 180px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   358
  padding: 10px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   359
  padding-left: 15px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   360
  padding-top: 15px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   361
  padding-right: 15px;
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   362
  color: #ffffff;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   363
  font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   364
  overflow:hidden;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   365
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   366
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   367
/* slider */
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   368
.Ldt-SliderMinimized {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   369
  height: 6px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   370
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   371
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   372
.Ldt-SliderMaximized {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   373
  height: 11px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   374
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   375
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   376
.Ldt-sliderElementMinimized {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   377
  width: 100%;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   378
  height: 5px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   379
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   380
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   381
.Ldt-sliderElementMaximized {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   382
  width: 100%;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   383
  height: 10px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   384
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   385
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   386
.Ldt-sliderBackground  {
823
1e7962e1d3ae Starting 'cinecast-traces' branch
veltr
parents: 819
diff changeset
   387
  background-color: #333333;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   388
  position: absolute;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   389
  z-index: 2;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   390
  bottom: 1px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   391
  width: 100%;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   392
  height: 5px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   393
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   394
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   395
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   396
.Ldt-sliderForeground  {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   397
  background-color: #747474;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   398
  z-index: 2;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   399
  width: 0px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   400
  position: absolute;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   401
  bottom: 1px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   402
  height: 5px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   403
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   404
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   405
.Ldt-sliderPositionMarker {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   406
  position: absolute;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   407
  z-index: 100;
823
1e7962e1d3ae Starting 'cinecast-traces' branch
veltr
parents: 819
diff changeset
   408
  background: url('img-cinecast/sliderpos.png');
1e7962e1d3ae Starting 'cinecast-traces' branch
veltr
parents: 819
diff changeset
   409
  height: 10px !important;
1e7962e1d3ae Starting 'cinecast-traces' branch
veltr
parents: 819
diff changeset
   410
  width: 10px !important;
1e7962e1d3ae Starting 'cinecast-traces' branch
veltr
parents: 819
diff changeset
   411
  bottom: 0;
832
6397a2ca3a67 corrections
veltr
parents: 831
diff changeset
   412
  cursor: pointer;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   413
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   414
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   415
/* sparkline widget */
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   416
.Ldt-sparklineWidget {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   417
  position: relative;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   418
  margin-bottom: 5px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   419
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   420
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   421
.Ldt-sparkLinePositionMarker {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   422
  position: absolute;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   423
  top: 0px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   424
  width: 0px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   425
  background-color: #333333;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   426
  border-right: solid 1px pink;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   427
  z-index: 3;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   428
  opacity: 0.2;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   429
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   430
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   431
.Ldt-sparkLine {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   432
  position: absolute;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   433
  top: 0px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   434
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   435
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   436
.Ldt-sparkLineClickOverlay {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   437
  position: absolute;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   438
  width: 640px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   439
  height: 60px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   440
  z-index: 4;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   441
  top: 0px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   442
  opacity: 0.3;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   443
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   444
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   445
/* CINECAST Annotation Widget block */
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   446
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   447
.Ldt-createAnnotationWidget {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   448
    width: 610px; padding-bottom: 10px; clear: both;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   449
    background: url(img-cinecast/createannbgd.png) no-repeat bottom right;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   450
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   451
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   452
.Ldt-createAnnotation-DoubleBorder {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   453
    width: 590px; position: relative; clear: both;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   454
    background: url(img-cinecast/createannbgd.png) no-repeat top left;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   455
    padding: 20px 10px 0;
832
6397a2ca3a67 corrections
veltr
parents: 831
diff changeset
   456
  min-height: 150px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   457
}
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   458
/* */
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   459
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   460
.Ldt-createAnnotation-Title {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   461
  font-size: 12pt;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   462
  color : #0068c4;  
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   463
  float: left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   464
  margin-right: 5px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   465
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   466
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   467
.Ldt-createAnnotation-TimeFrame {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   468
  font-size: 12pt;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   469
  color : #ff5589;  
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   470
  float: left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   471
}
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   472
.Ldt-createAnnotation-Container {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   473
  float: left; width: 100%; clear: both;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   474
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   475
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   476
.Ldt-createAnnotation-userAvatar { 
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   477
  float: right; 
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   478
  width: 64px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   479
  height: 64px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   480
  border: 1px #ffffff;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   481
  margin: 5px 0;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   482
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   483
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   484
.Ldt-createAnnotation-userAvatar img { 
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   485
  float: right; 
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   486
  display: block;
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   487
  max-width: 100%;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   488
  max-height: 100%;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   489
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   490
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   491
/* CINECAST HIDE ARROW */
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   492
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   493
.Ldt-createAnnotation-profileArrow {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   494
  display: none;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   495
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   496
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   497
/* CINECAST SPECIFIC TEXTAREA */
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   498
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   499
.Ldt-createAnnotation-Description {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   500
  float: left; background: url(img-cinecast/textarea.png); border: none; margin: 0; padding: 4px 8px 4px 4px; width: 493px; height: 68px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   501
  resize: none;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   502
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   503
/* */
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   504
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   505
.Ldt-createAnnotation-btnblock {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   506
   float: left; width: 450px; margin: 5px 0;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   507
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   508
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   509
.Ldt-createAnnotation-btnblock label {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   510
    float: left; margin: 2px 8px 2px 0;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   511
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   512
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   513
/* CINECAST SPECIFIC TAG BUTTONS */
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   514
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   515
.Ldt-createAnnotation-keywords li {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   516
    border: none; margin: 0 0 0 5px; height: 23px; padding: 0 0 0 20px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   517
    background: url(img-cinecast/tag.png) left top no-repeat;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   518
    cursor: pointer;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   519
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   520
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   521
.Ldt-createAnnotation-keyword-button {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   522
  font-size: 14px; color: #ffffff;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   523
  height: 23px; padding: 0 5px 0 0; border: none; margin: 0;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   524
  background: url(img-cinecast/tag.png) right top no-repeat;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   525
    cursor: pointer;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   526
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   527
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   528
.Ldt-createAnnotation-keywords li:hover {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   529
  background-position: left -23px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   530
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   531
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   532
.Ldt-createAnnotation-keywords li:hover .Ldt-createAnnotation-keyword-button {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   533
  background-position: right -23px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   534
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   535
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   536
.Ldt-createAnnotation-keywords li.Ldt-createAnnotation-active-button {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   537
  background-position: left -46px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   538
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   539
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   540
.Ldt-createAnnotation-keywords li.Ldt-createAnnotation-active-button .Ldt-createAnnotation-keyword-button {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   541
  background-position: right -46px; padding: 0 15px 0 0;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   542
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   543
/* */
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   544
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   545
/* CINECAST SUBMIT BUTTON */
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   546
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   547
.Ldt-createAnnotation-submitButton {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   548
  float: right;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   549
  width: 96px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   550
  height: 34px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   551
  background: url(img-cinecast/greenbutton.png);
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   552
  border: none;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   553
  margin: 8px 0;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   554
  font-size: 13px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   555
  text-transform: uppercase;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   556
  cursor: pointer;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   557
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   558
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   559
.Ldt-createAnnotation-submitButton:hover {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   560
    background-position: 0 -34px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   561
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   562
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   563
/* */
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   564
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   565
.Ldt-createAnnotation-endScreen {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   566
  background-color: #ffffff;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   567
  margin-left: 5px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   568
  margin-right: 5px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   569
  border: 1px solid #d6d6d6;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   570
  padding: 10px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   571
  font-size: 13px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   572
  font-weight: bold;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   573
  color : #f7268e;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   574
  text-align: center;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   575
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   576
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   577
.Ldt-createAnnotation-errorMessage {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   578
  color: #D93C71;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   579
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   580
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   581
.Ldt-createAnnotation-Minimize {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   582
  position: relative;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   583
  float: right;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   584
  height: 17px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   585
  width: 17px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   586
  right: 0px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   587
  background:url('imgs/minimize.png');
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   588
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   589
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   590
/* */
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   591
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   592
.Ldt-createAnnotation-spinner {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   593
	display: inline;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   594
	width: 16px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   595
	height: 16px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   596
	background-image('imgs/spinner.gif');
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   597
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   598
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   599
.Ldt-createAnnotation-endScreen-TweetLink {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   600
	width: 54px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   601
	height: 20px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   602
	background-image('imgs/tweet_button.png');
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   603
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   604
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   605
.Ldt-createAnnotation-endScreen-FbLink {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   606
	width: 55px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   607
	height: 20px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   608
	background-image('imgs/facebook_button.png');
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   609
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   610
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   611
.Ldt-createAnnotation-endScreen-GplusLink {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   612
	width: 50px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   613
	height: 20px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   614
	background-image('imgs/gplus_button.png');
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   615
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   616
/* AnnotationsListWidget */
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   617
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   618
.Ldt-AnnotationsListWidget {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   619
  font-size: 12px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   620
  font-family: "Arial",  "Verdana", "sans-serif";
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   621
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   622
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   623
.Ldt-AnnotationsList-ul {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   624
  list-style: none;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   625
  padding: 0 3px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   626
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   627
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   628
.Ldt-AnnotationsList-li {
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   629
  cursor: pointer;
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   630
  float: left; width: 100%; clear: both;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   631
  margin: 2px 0; padding: 2px 0;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   632
  position: relative;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   633
  min-height: 70px;
835
a8af9da7c622 Integrated trace manager
veltr
parents: 833
diff changeset
   634
  background: #000000;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   635
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   636
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   637
.Ldt-AnnotationsList-li:hover {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   638
  background-color: #333333;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   639
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   640
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   641
.Ldt-AnnotationsListWidget a {
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   642
  text-decoration: none;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   643
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   644
835
a8af9da7c622 Integrated trace manager
veltr
parents: 833
diff changeset
   645
.Ldt-AnnotationsList-Thumbnail {
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   646
    border: none;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   647
    float: left;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   648
    max-width: 75px;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   649
    max-height: 48px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   650
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   651
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   652
.Ldt-AnnotationsList-Duration {  
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   653
  color : #ffffff;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   654
  position: absolute; top: 55px; left: 5px; text-align: center;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   655
}
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   656
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   657
.Ldt-AnnotationsList-TcSeparator, .Ldt-AnnotationsList-End {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   658
    display: none;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   659
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   660
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   661
.Ldt-AnnotationsList-Title {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   662
  font-size: 13px;
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   663
  margin: 0 0 2px 80px;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   664
}
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   665
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   666
.Ldt-AnnotationsList-Title a {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   667
  color: #ffffff;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   668
}
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   669
.Ldt-AnnotationsList-Description {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   670
    color: #dddddd;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   671
  font-style: italic;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   672
  margin: 0 0 2px 80px;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   673
}
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   674
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   675
.Ldt-AnnotationsList-Tags {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   676
    float: left; clear: both; padding: 0; margin: 2px 0 0 80px; list-style: none;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   677
}
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   678
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   679
.Ldt-AnnotationsList-Tag-Li {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   680
    float: left; border: none; margin: 0 0 0 5px; height: 23px; padding: 0 0 0 20px;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   681
    background: url(img-cinecast/tag.png) left top no-repeat;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   682
    cursor: pointer;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   683
}
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   684
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   685
.Ldt-AnnotationsList-Tag-Div {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   686
  font-size: 14px; color: #ffffff;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   687
  height: 20px; padding: 3px 5px 0 0; border: none; margin: 0;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   688
  background: url(img-cinecast/tag.png) right top no-repeat;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   689
    cursor: pointer;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   690
}
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   691
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   692
.Ldt-AnnotationsList-Tag-Li:hover {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   693
  background-position: left -23px;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   694
}
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   695
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   696
.Ldt-AnnotationsList-Tag-Li:hover .Ldt-AnnotationsList-Tag-Div {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   697
  background-position: right -23px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   698
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   699
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   700
/* Tagcloud */
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   701
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   702
.Ldt-TagCloud {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   703
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   704
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   705
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   706
.Ldt-TagCloud ul {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   707
    list-style: none; padding: 0; margin: 5px; text-align: center;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   708
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   709
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   710
.Ldt-TagCloud li {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   711
    display: inline-block; margin: 2px; cursor:pointer; cursor:hand;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   712
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   713
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   714
.Ldt-TagCloud li:hover {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   715
    color: #0099ff;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   716
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   717
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   718
.Ldt-TagCloud-actif {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   719
    color: #c000c0;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   720
}