src/css/LdtPlayer.css
author hamidouk
Wed, 16 Nov 2011 17:04:12 +0100
branchpopcorn-port
changeset 258 cd439bb3421d
parent 255 af3adcf7cb20
child 267 f84013fb19dc
permissions -rw-r--r--
form fixes for the overlay_marker - moved css styling from the template to the css file.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
     1
    #demo-frame > div.demo { padding: 5px !important; };
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
     2
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
     3
    button.ui-button-icon-only  {
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
     4
      height:1.5em;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
     5
      width:1.5em;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
     6
    }
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
     7
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
     8
    #Ldt-loader {
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
     9
      background:url(imgs/loader.gif) no-repeat;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    10
      width:20px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    11
      height:16px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    12
      float:left;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    13
    }
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    14
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    15
    .Ldt-controler {
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    16
      font-size: 62.5%;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    17
      font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    18
      background-color:#eeeeee;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    19
      height:35px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    20
    }
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    21
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    22
    .Ldt-AnnotationsWidget {
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    23
      font-size: 62.5%;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    24
      font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    25
      background-color:#eeeeee;    
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    26
      padding:5px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    27
    }
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    28
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    29
    .Ldt-iri-chapter{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    30
      padding-top:10px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    31
      padding-bottom:5px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    32
      border-left:solid 1px #000;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    33
      border-right:solid 1px #000;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    34
      float: left;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    35
    }
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    36
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    37
    .tooltip {
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    38
      display:none;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    39
      background:transparent url(imgs/white_arrow_mini.png);
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    40
      font-size:12px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    41
      height:55px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    42
      width:180px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    43
      padding:10px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    44
      padding-left:15px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    45
      padding-top:15px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    46
      padding-right:15px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    47
      color:#000;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    48
      font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    49
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    50
    #Ldt-Root{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    51
      font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    52
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    53
    #Ldt-Hat{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    54
      height:3px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    55
    }
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    56
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    57
    #Ldt-Annotations{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    58
      padding-left:5px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    59
      width:470px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    60
      float:left;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    61
      font-size: 62.5%;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    62
    }
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    63
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    64
    .Ldt-SaTitle{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    65
      padding-top:2px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    66
      padding-bottom:5px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    67
      font-size:18px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    68
      height:22p;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    69
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    70
    .Ldt-SaDescription{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    71
      font-size:12px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    72
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    73
    #Ldt-Show-Arrow-container{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    74
      margin-left:60px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    75
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    76
    #Ldt-Show-Arrow{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    77
      position:relative;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    78
      background:url(imgs/grey_arrow_Show.png);
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    79
      width:27px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    80
      height:13px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    81
      margin-top:12px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    82
      margin-left:-10px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    83
      z-index:999;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    84
    }
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    85
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    86
    #Ldt-Show-Tags{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    87
      position:relative;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    88
      height:13px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    89
      margin-top:-10px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    90
      border: solid 1px #000;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    91
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    92
    #Ldt-ShowAnnotation-video{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    93
      position:absolute;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    94
      z-index: 999;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    95
      padding:5px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    96
      background:url(imgs/transBlack.png);
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    97
      font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    98
      color:#FFF;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
    99
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   100
    #Ldt-ShowAnnotation-audio{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   101
      position:relative;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   102
      padding:5px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   103
      background-color:#cfcfcf;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   104
      font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   105
      color:#4D4D4D;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   106
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   107
    .Ldt-SaKeyword{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   108
      background-color:#b9b9b9;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   109
      color:#4D4D4D;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   110
      padding:5px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   111
      font-weight:bold;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   112
      text-align:left;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   113
      float:left;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   114
      font-size:10px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   115
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   116
    #Ldt-SaShareTools{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   117
      text-align:right;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   118
      float:right;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   119
    }
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
   120
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
   121
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   122
    #Ldt-PlaceHolder{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   123
      position:absolue;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   124
      float:none;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   125
    }
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
   126
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   127
    .Ldt-Segments{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   128
      float:left;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   129
      font-size: 62.5%;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   130
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   131
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   132
    .Ldt-mode-radio{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   133
      visibility:hidden;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   134
      height:0px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   135
      display:none
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   136
    }
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
   137
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   138
    .Ldt-LeftPlayerControls {      
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   139
      float:left;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   140
      padding: 4px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   141
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   142
    
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   143
    .Ldt-RightPlayerControls {      
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   144
      float: right;
249
064e84e526de updated the player template to follow samuel's guidelines.
hamidouk
parents: 233
diff changeset
   145
      padding: 4px;
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   146
    }
249
064e84e526de updated the player template to follow samuel's guidelines.
hamidouk
parents: 233
diff changeset
   147
    
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   148
    .ldt-ElapsedTime {
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   149
      float: left;
249
064e84e526de updated the player template to follow samuel's guidelines.
hamidouk
parents: 233
diff changeset
   150
      padding: 4px;
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   151
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   152
    
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   153
    .Ldt-cleaner {
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   154
      clear:both;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   155
    }
211
50f1363ce9b1 small fixes.
hamidouk
parents: 205
diff changeset
   156
    
50f1363ce9b1 small fixes.
hamidouk
parents: 205
diff changeset
   157
    .cleaner {
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   158
      clear:both;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   159
    }
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
   160
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   161
    .share {
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   162
      background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   163
      display:block;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   164
      height:16px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   165
      line-height:16px !important;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   166
      overflow:hidden;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   167
      width:16px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   168
      float:left;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   169
      cursor:pointer;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   170
      margin:2px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   171
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   172
    .shareFacebook{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   173
      background-position:0 -704px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   174
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   175
    .shareMySpace{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   176
      background-position:0 -736px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   177
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   178
    .shareTwitter{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   179
      background-position:0 -1072px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   180
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   181
    .shareGoogle{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   182
      background-position:0 -752px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   183
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   184
    .shareDelicious{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   185
      background-position:0 -672px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   186
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   187
    .shareJamesPot{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   188
      background-position:0 -1808px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   189
    }
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   190
    
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   191
    .tip{
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   192
      position : fixed; /* why not absolute instead of fixed ? because the div containing the tooltip widget is not a subdiv of its parent
231
accc7358d8b5 fixed a position bug.
hamidouk
parents: 211
diff changeset
   193
                           widget */
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   194
      padding : 3px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   195
      z-index: 10000000000;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   196
      max-width: 200px;      
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   197
      background: transparent url("http://www.polemictweet.com/images/white_arrow_long.png");
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   198
      font-size: 12px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   199
      height: 125px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   200
      width: 180px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   201
      padding: 10px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   202
      padding-left: 15px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   203
      padding-top: 15px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   204
      padding-right: 15px;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   205
      color: black;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   206
      font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   207
      overflow:hidden;
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 249
diff changeset
   208
    }
229
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   209
    
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   210
    .SliderWidget {
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   211
    
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   212
    }
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   213
    /* slider */
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   214
    .sliderBackground  {
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   215
      background-color: #B6B8B8;
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   216
      width: 100%;
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   217
      padding-top: 5px;
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   218
    }
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   219
    
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   220
    .sliderForeground  {
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   221
      background-color: #747474;
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   222
      padding-top: 5px;
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   223
      z-index: 2;
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   224
      width: 0px;
258
cd439bb3421d form fixes for the overlay_marker - moved css styling from the template to the
hamidouk
parents: 255
diff changeset
   225
      position: absolute; 
cd439bb3421d form fixes for the overlay_marker - moved css styling from the template to the
hamidouk
parents: 255
diff changeset
   226
      top: 0%; 
cd439bb3421d form fixes for the overlay_marker - moved css styling from the template to the
hamidouk
parents: 255
diff changeset
   227
      width: 0%;
229
808768eb5930 rewriting the slider-port to not use jquery ui slider.
hamidouk
parents: 211
diff changeset
   228
    }
258
cd439bb3421d form fixes for the overlay_marker - moved css styling from the template to the
hamidouk
parents: 255
diff changeset
   229
    
cd439bb3421d form fixes for the overlay_marker - moved css styling from the template to the
hamidouk
parents: 255
diff changeset
   230
    .positionMarker {
cd439bb3421d form fixes for the overlay_marker - moved css styling from the template to the
hamidouk
parents: 255
diff changeset
   231
      position: absolute; 
cd439bb3421d form fixes for the overlay_marker - moved css styling from the template to the
hamidouk
parents: 255
diff changeset
   232
      z-index: 100; 
cd439bb3421d form fixes for the overlay_marker - moved css styling from the template to the
hamidouk
parents: 255
diff changeset
   233
      width: 1px; 
cd439bb3421d form fixes for the overlay_marker - moved css styling from the template to the
hamidouk
parents: 255
diff changeset
   234
      height: 20px; 
cd439bb3421d form fixes for the overlay_marker - moved css styling from the template to the
hamidouk
parents: 255
diff changeset
   235
      background-color: white;
cd439bb3421d form fixes for the overlay_marker - moved css styling from the template to the
hamidouk
parents: 255
diff changeset
   236
    }
cd439bb3421d form fixes for the overlay_marker - moved css styling from the template to the
hamidouk
parents: 255
diff changeset
   237