test/integration/allocine_dossier_independant/css/LdtPlayer.css
author veltr
Fri, 06 Apr 2012 16:49:32 +0200
branchpopcorn-port
changeset 842 4ae2247a59f4
parent 841 8da49ff273e0
child 867 43f615b4dc48
permissions -rw-r--r--
Changes for Cinecast
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 {
840
ac66e2240e1e bugfixes
veltr
parents: 839
diff changeset
    25
    background:url(imgs/loader.gif) center no-repeat;
ac66e2240e1e bugfixes
veltr
parents: 839
diff changeset
    26
    text-indent: -9999px;
ac66e2240e1e bugfixes
veltr
parents: 839
diff changeset
    27
    position: absolute;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    28
}
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
/* general class for all buttons */
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    31
.Ldt-button {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    32
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
.Ldt-SegmentsWidget {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    36
 /* overflow: auto; /* clear the floats */
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    37
  margin-top: 1px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    38
  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
    39
}
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
.Ldt-iri-chapter {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    42
  position: absolute;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    43
  height: 10px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    44
  border-right: 1px solid white;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    45
}
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
.Ldt-SegmentPositionMarker {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    48
  position: absolute;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    49
  z-index: 100;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    50
  width: 1px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    51
  height: 10px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    52
  background-color: white;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    53
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    54
.tooltip {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    55
  display:none;
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
    56
  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
    57
  font-size:12px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    58
  height:55px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    59
  width:180px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    60
  padding:10px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    61
  padding-left:15px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    62
  padding-top:15px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    63
  padding-right:15px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    64
  color:#000;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    65
  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
    66
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    67
#Ldt-Root{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    68
  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
    69
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    70
#Ldt-Hat{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    71
  height:3px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    72
}
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
.Ldt-AnnotationsWidget {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    75
  font-size: 12px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    76
  font-family: "Arial",  "Verdana", "sans-serif";
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    77
  background-color:#eeeeee;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    78
}
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
.Ldt-AnnotationContent {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    81
  padding:5px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    82
  padding-left: 12px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    83
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
.Ldt-fbShare {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    87
  display: block;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    88
  float: left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    89
  width: 24px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    90
  height: 24px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    91
  background:url('imgs/facebook.png');
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    92
}
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
.Ldt-TwShare {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    95
  display: block;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    96
  float: left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    97
  width: 24px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    98
  height: 24px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    99
  background:url('imgs/twitter.png');
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   100
}
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
.Ldt-GplusShare {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   103
  display: block;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   104
  float: left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   105
  width: 24px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   106
  height: 24px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   107
  background:url('imgs/google.png');
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   108
}
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
.Ldt-SaTitle{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   111
  padding-top:2px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   112
  padding-bottom:3px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   113
  font-size: 12pt;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   114
  color : #0068c4;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   115
}
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
.Ldt-SaDescription{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   118
  font-size:12px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   119
}
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
.Ldt-SaKeywords {  
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   122
  font-weight:bold;  
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   123
  font-size:10px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   124
}
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
.Ldt-AnnotationShareIcons {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   127
  float:right;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   128
  position: relative;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   129
}
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
#Ldt-PlaceHolder{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   133
  position:absolue;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   134
  float:none;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   135
}
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
.Ldt-Segments{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   138
  float:left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   139
  font-size: 62.5%;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   140
}
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
.Ldt-mode-radio{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   143
  visibility:hidden;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   144
  height:0px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   145
  display:none
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   146
}
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   147
    
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   148
.Ldt-cleaner {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   149
  clear:both;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   150
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   151
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   152
.cleaner {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   153
  clear:both;
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
.share {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   157
  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
   158
  display:block;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   159
  height:16px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   160
  line-height:16px !important;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   161
  overflow:hidden;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   162
  width:16px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   163
  float:left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   164
  cursor:pointer;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   165
  margin:2px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   166
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   167
.shareFacebook{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   168
  background-position:0 -704px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   169
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   170
.shareMySpace{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   171
  background-position:0 -736px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   172
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   173
.shareTwitter{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   174
  background-position:0 -1072px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   175
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   176
.shareGoogle{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   177
  background-position:0 -752px;
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
.shareDelicious{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   180
  background-position:0 -672px;
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
.shareJamesPot{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   183
  background-position:0 -1808px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   184
}
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
.tip{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   187
  position: absolute;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   188
  padding : 3px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   189
  z-index: 10000000000;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   190
  max-width: 200px;
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   191
  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
   192
  font-size: 12px;
836
526f91f5253e Changes for Cinecast
veltr
parents: 835
diff changeset
   193
  height: 115px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   194
  width: 180px;
836
526f91f5253e Changes for Cinecast
veltr
parents: 835
diff changeset
   195
  padding: 15px 15px 20px;
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   196
  color: #ffffff;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   197
  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
   198
  overflow:hidden;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   199
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   200
836
526f91f5253e Changes for Cinecast
veltr
parents: 835
diff changeset
   201
.tipcolor {
526f91f5253e Changes for Cinecast
veltr
parents: 835
diff changeset
   202
    float: left; margin: 2px 4px 2px 0;
526f91f5253e Changes for Cinecast
veltr
parents: 835
diff changeset
   203
}
526f91f5253e Changes for Cinecast
veltr
parents: 835
diff changeset
   204
526f91f5253e Changes for Cinecast
veltr
parents: 835
diff changeset
   205
.tip img {
526f91f5253e Changes for Cinecast
veltr
parents: 835
diff changeset
   206
    max-width: 140px; max-height: 70px; margin: 0 20px;
526f91f5253e Changes for Cinecast
veltr
parents: 835
diff changeset
   207
}
526f91f5253e Changes for Cinecast
veltr
parents: 835
diff changeset
   208
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   209
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   210
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   211
/* sparkline widget */
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   212
.Ldt-sparklineWidget {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   213
  position: relative;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   214
  margin-bottom: 5px;
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-sparkLinePositionMarker {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   218
  position: absolute;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   219
  top: 0px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   220
  width: 0px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   221
  background-color: #333333;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   222
  border-right: solid 1px pink;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   223
  z-index: 3;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   224
  opacity: 0.2;
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
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   227
.Ldt-sparkLine {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   228
  position: absolute;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   229
  top: 0px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   230
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   231
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   232
.Ldt-sparkLineClickOverlay {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   233
  position: absolute;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   234
  width: 640px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   235
  height: 60px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   236
  z-index: 4;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   237
  top: 0px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   238
  opacity: 0.3;
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
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   241
/* CINECAST Annotation Widget block */
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   242
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   243
.Ldt-createAnnotationWidget {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   244
    width: 610px; padding-bottom: 10px; clear: both;
841
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   245
    color: #fff;
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   246
    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
   247
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   248
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   249
.Ldt-createAnnotation-DoubleBorder {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   250
    width: 590px; position: relative; clear: both;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   251
    background: url(img-cinecast/createannbgd.png) no-repeat top left;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   252
    padding: 20px 10px 0;
832
6397a2ca3a67 corrections
veltr
parents: 831
diff changeset
   253
  min-height: 150px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   254
}
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   255
/* */
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   256
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   257
.Ldt-createAnnotation-Title {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   258
  font-size: 12pt;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   259
  color : #0068c4;  
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   260
  float: left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   261
  margin-right: 5px;
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-createAnnotation-TimeFrame {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   265
  font-size: 12pt;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   266
  color : #ff5589;  
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   267
  float: left;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   268
}
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   269
.Ldt-createAnnotation-Container {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   270
  float: left; width: 100%; clear: both;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   271
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   272
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   273
.Ldt-createAnnotation-userAvatar { 
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   274
  float: right; 
839
4357aac4eb19 Added volume support
veltr
parents: 837
diff changeset
   275
  width: 80px;
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   276
  height: 64px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   277
  border: 1px #ffffff;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   278
  margin: 5px 0;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   279
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   280
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   281
.Ldt-createAnnotation-userAvatar img { 
839
4357aac4eb19 Added volume support
veltr
parents: 837
diff changeset
   282
  margin: 0 auto; 
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   283
  display: block;
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   284
  max-width: 100%;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   285
  max-height: 100%;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   286
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   287
837
353a78021ebc Added Internationalization
veltr
parents: 836
diff changeset
   288
.Ldt-createAnnotationWidget .Ldt-floatClear {
353a78021ebc Added Internationalization
veltr
parents: 836
diff changeset
   289
    height: 30px; background: url(img-cinecast/logo.iri.small.png) left no-repeat;
353a78021ebc Added Internationalization
veltr
parents: 836
diff changeset
   290
}
353a78021ebc Added Internationalization
veltr
parents: 836
diff changeset
   291
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   292
/* CINECAST HIDE ARROW */
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   293
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   294
.Ldt-createAnnotation-profileArrow {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   295
  display: none;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   296
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   297
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   298
/* CINECAST SPECIFIC TEXTAREA */
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   299
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   300
.Ldt-createAnnotation-Description {
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   301
  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
   302
  resize: none;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   303
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   304
/* */
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   305
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   306
.Ldt-createAnnotation-btnblock {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   307
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   308
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   309
.Ldt-createAnnotation-btnblock label {
841
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   310
    float: left; margin-top: 20px; width: 480px; font-size: 14px; color: #ffffff;
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   311
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   312
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   313
/* CINECAST SPECIFIC TAG BUTTONS */
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   314
841
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   315
.Ldt-createAnnotation-keywords ul {
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   316
    width: 100%; clear: both;
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   317
}
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   318
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   319
.Ldt-createAnnotation-keywords li {
841
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   320
    border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 15px;
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   321
    background: url(img-cinecast/tag.png) left top no-repeat;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   322
    cursor: pointer;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   323
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   324
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   325
.Ldt-createAnnotation-keyword-button {
841
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   326
  font-size: 13px; color: #ffffff; width: 170px; text-shadow: 1px 1px 1px #000000;
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   327
  height: 23px; padding: 0 5px 0 0; border: none; margin: 0;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   328
  background: url(img-cinecast/tag.png) right top no-repeat;
839
4357aac4eb19 Added volume support
veltr
parents: 837
diff changeset
   329
  cursor: pointer;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   330
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   331
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   332
.Ldt-createAnnotation-keywords li:hover {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   333
  background-position: left -23px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   334
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   335
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   336
.Ldt-createAnnotation-keywords li:hover .Ldt-createAnnotation-keyword-button {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   337
  background-position: right -23px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   338
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   339
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   340
.Ldt-createAnnotation-keywords li.Ldt-createAnnotation-active-button {
841
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   341
  background-position: left -46px; margin: 0 0 5px 0;
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   342
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   343
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   344
.Ldt-createAnnotation-keywords li.Ldt-createAnnotation-active-button .Ldt-createAnnotation-keyword-button {
841
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   345
  background-position: right -46px; padding: 0 15px 0 0; width: 180px;
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   346
}
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   347
/* */
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   348
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   349
/* CINECAST SUBMIT BUTTON */
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   350
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   351
.Ldt-createAnnotation-submitButton {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   352
  float: right;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   353
  width: 96px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   354
  height: 34px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   355
  background: url(img-cinecast/greenbutton.png);
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   356
  border: none;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   357
  margin: 8px 0;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   358
  font-size: 13px;
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   359
  text-transform: uppercase;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   360
  cursor: pointer;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   361
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   362
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   363
.Ldt-createAnnotation-submitButton:hover {
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   364
    background-position: 0 -34px;
819
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
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   367
/* */
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   368
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   369
.Ldt-createAnnotation-endScreen {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   370
  background-color: #ffffff;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   371
  margin-left: 5px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   372
  margin-right: 5px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   373
  border: 1px solid #d6d6d6;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   374
  padding: 10px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   375
  font-size: 13px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   376
  font-weight: bold;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   377
  color : #f7268e;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   378
  text-align: center;
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-createAnnotation-errorMessage {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   382
  color: #D93C71;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   383
}
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
.Ldt-createAnnotation-Minimize {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   386
  position: relative;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   387
  float: right;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   388
  height: 17px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   389
  width: 17px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   390
  right: 0px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   391
  background:url('imgs/minimize.png');
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   392
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   393
831
0dd21c298380 Integration pour cinecast
veltr
parents: 823
diff changeset
   394
/* */
819
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-createAnnotation-spinner {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   397
	display: inline;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   398
	width: 16px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   399
	height: 16px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   400
	background-image('imgs/spinner.gif');
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   401
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   402
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   403
.Ldt-createAnnotation-endScreen-TweetLink {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   404
	width: 54px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   405
	height: 20px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   406
	background-image('imgs/tweet_button.png');
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   407
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   408
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   409
.Ldt-createAnnotation-endScreen-FbLink {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   410
	width: 55px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   411
	height: 20px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   412
	background-image('imgs/facebook_button.png');
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
.Ldt-createAnnotation-endScreen-GplusLink {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   416
	width: 50px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   417
	height: 20px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   418
	background-image('imgs/gplus_button.png');
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
/* AnnotationsListWidget */
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   421
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   422
.Ldt-AnnotationsListWidget {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   423
  font-size: 12px;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   424
  font-family: "Arial",  "Verdana", "sans-serif";
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   425
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   426
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   427
.Ldt-AnnotationsList-ul {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   428
  list-style: none;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   429
  padding: 0 3px;
819
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
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   432
.Ldt-AnnotationsList-li {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   433
  float: left; width: 100%; clear: both;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   434
  margin: 2px 0; padding: 2px 0;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   435
  position: relative;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   436
  min-height: 70px;
835
a8af9da7c622 Integrated trace manager
veltr
parents: 833
diff changeset
   437
  background: #000000;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   438
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   439
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   440
.Ldt-AnnotationsList-li:hover {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   441
  background-color: #333333;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   442
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   443
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   444
.Ldt-AnnotationsListWidget a {
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   445
  text-decoration: none;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   446
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   447
842
4ae2247a59f4 Changes for Cinecast
veltr
parents: 841
diff changeset
   448
.Ldt-AnnotationsListWidget a:hover {
4ae2247a59f4 Changes for Cinecast
veltr
parents: 841
diff changeset
   449
  text-decoration: underline;
4ae2247a59f4 Changes for Cinecast
veltr
parents: 841
diff changeset
   450
}
4ae2247a59f4 Changes for Cinecast
veltr
parents: 841
diff changeset
   451
835
a8af9da7c622 Integrated trace manager
veltr
parents: 833
diff changeset
   452
.Ldt-AnnotationsList-Thumbnail {
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   453
    border: none;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   454
    float: left;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   455
    max-width: 75px;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   456
    max-height: 48px;
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   457
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   458
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   459
.Ldt-AnnotationsList-Duration {  
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   460
  color : #ffffff;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   461
  position: absolute; top: 55px; left: 5px; text-align: center;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   462
}
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   463
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   464
.Ldt-AnnotationsList-TcSeparator, .Ldt-AnnotationsList-End {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   465
    display: none;
819
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
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   468
.Ldt-AnnotationsList-Title {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   469
  font-size: 13px;
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   470
  margin: 0 0 2px 80px;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   471
  color: #ffffff;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   472
}
842
4ae2247a59f4 Changes for Cinecast
veltr
parents: 841
diff changeset
   473
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   474
.Ldt-AnnotationsList-Description {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   475
  font-style: italic;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   476
  margin: 0 0 2px 80px;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   477
}
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   478
842
4ae2247a59f4 Changes for Cinecast
veltr
parents: 841
diff changeset
   479
.Ldt-AnnotationsList-Description a {
4ae2247a59f4 Changes for Cinecast
veltr
parents: 841
diff changeset
   480
    color: #dddddd;
4ae2247a59f4 Changes for Cinecast
veltr
parents: 841
diff changeset
   481
}
4ae2247a59f4 Changes for Cinecast
veltr
parents: 841
diff changeset
   482
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   483
.Ldt-AnnotationsList-Tags {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   484
    float: left; clear: both; padding: 0; margin: 2px 0 0 80px; list-style: none;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   485
}
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   486
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   487
.Ldt-AnnotationsList-Tag-Li {
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   488
    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
   489
    background: url(img-cinecast/tag.png) left top no-repeat;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   490
    cursor: pointer;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   491
}
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   492
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   493
.Ldt-AnnotationsList-Tag-Div {
841
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   494
  font-size: 13px; color: #ffffff; text-shadow: 1px 1px 1px #000000;
840
ac66e2240e1e bugfixes
veltr
parents: 839
diff changeset
   495
  height: 19px; padding: 4px 5px 0 0; border: none; margin: 0;
833
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   496
  background: url(img-cinecast/tag.png) right top no-repeat;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   497
    cursor: pointer;
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   498
}
33a5d5882be4 Last commit before weekend
veltr
parents: 832
diff changeset
   499
841
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   500
.Ldt-createAnnotation-moar-keywordz {
842
4ae2247a59f4 Changes for Cinecast
veltr
parents: 841
diff changeset
   501
    float: right; font-size: 13px; color: #ffffff; text-shadow: 1px 1px 1px #000000; cursor: pointer;
841
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   502
    width: 140px; height: 23px; background: url(img-cinecast/moar.png); border: none; margin: 0 15px;
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   503
}
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   504
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   505
.Ldt-createAnnotation-moar-keywordz:hover {
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   506
    background-position: bottom;
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   507
}
8da49ff273e0 Modifs cinecast
veltr
parents: 840
diff changeset
   508
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   509
/* Tagcloud */
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   510
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   511
.Ldt-TagCloud {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   512
    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
   513
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   514
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   515
.Ldt-TagCloud ul {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   516
    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
   517
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   518
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   519
.Ldt-TagCloud li {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   520
    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
   521
}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   522
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   523
.Ldt-TagCloud li:hover {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   524
    color: #0099ff;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   525
}
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
.Ldt-TagCloud-actif {
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   528
    color: #c000c0;
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
   529
}