src/css/LdtPlayer.css
author hamidouk
Tue, 08 Nov 2011 15:52:20 +0100
branchpopcorn-port
changeset 211 50f1363ce9b1
parent 205 93d15ce22db9
child 229 808768eb5930
child 231 accc7358d8b5
permissions -rw-r--r--
small fixes.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
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
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
		button.ui-button-icon-only  {
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
			height:1.5em;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
			width:1.5em;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
		}
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
     7
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
		#Ldt-loader {
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
			background:url(imgs/loader.gif) no-repeat;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
			width:20px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
			height:16px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
			float:left;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
		}
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    14
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
		#Ldt-controler {
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
			font-size: 62.5%;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
			font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
			background-color:#eeeeee;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
			height:35px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
		}
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    21
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    22
		.Ldt-AnnotationsWidget {
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    23
			font-size: 62.5%;
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    24
			font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
211
50f1363ce9b1 small fixes.
hamidouk
parents: 205
diff changeset
    25
			background-color:#eeeeee;		
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    26
			padding:5px;
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    27
		}
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    28
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    29
		.Ldt-iri-chapter{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    30
			padding-top:10px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    31
			padding-bottom:5px;
211
50f1363ce9b1 small fixes.
hamidouk
parents: 205
diff changeset
    32
			border-left:solid 1px #000;
50f1363ce9b1 small fixes.
hamidouk
parents: 205
diff changeset
    33
			border-right:solid 1px #000;
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    34
			float: left;
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    35
		}
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    36
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    37
		.tooltip {
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    38
			display:none;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    39
			background:transparent url(imgs/white_arrow_mini.png);
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    40
			font-size:12px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    41
			height:55px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    42
			width:180px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    43
			padding:10px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    44
			padding-left:15px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    45
			padding-top:15px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    46
			padding-right:15px;
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    47
			color:#000;
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    48
			font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    49
		}
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    50
		#Ldt-Root{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    51
			font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    52
		}
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    53
		#Ldt-Hat{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    54
			height:3px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    55
		}
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    56
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    57
		#Ldt-Annotations{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    58
			padding-left:5px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    59
			width:470px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    60
			float:left;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    61
			font-size: 62.5%;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    62
		}
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    63
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    64
		.Ldt-SaTitle{
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    65
			padding-top:2px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    66
			padding-bottom:5px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    67
			font-size:18px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    68
			height:22p;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    69
		}
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    70
		.Ldt-SaDescription{
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    71
			font-size:12px;
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    72
		}
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    73
		#Ldt-Show-Arrow-container{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    74
			margin-left:60px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    75
		}
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    76
		#Ldt-Show-Arrow{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    77
			position:relative;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    78
			background:url(imgs/grey_arrow_Show.png);
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    79
			width:27px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    80
			height:13px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    81
			margin-top:12px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    82
			margin-left:-10px;
2
a012517174aa version search (experimental)
hurons
parents: 0
diff changeset
    83
			z-index:999;
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    84
		}
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    85
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    86
		#Ldt-Show-Tags{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    87
			position:relative;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    88
			height:13px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    89
			margin-top:-10px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    90
			border: solid 1px #000;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    91
		}
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    92
		#Ldt-ShowAnnotation-video{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    93
			position:absolute;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    94
			z-index: 999;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    95
			padding:5px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    96
			background:url(imgs/transBlack.png);
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    97
			font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
    98
			color:#FFF;
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
    99
		}
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   100
		#Ldt-ShowAnnotation-audio{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   101
			position:relative;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   102
			padding:5px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   103
			background-color:#cfcfcf;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   104
			font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
   105
			color:#4D4D4D;
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   106
		}
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
   107
		.Ldt-SaKeyword{
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   108
			background-color:#b9b9b9;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   109
			color:#4D4D4D;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   110
			padding:5px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   111
			font-weight:bold;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   112
			text-align:left;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   113
			float:left;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   114
			font-size:10px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   115
		}
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   116
		#Ldt-SaShareTools{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   117
			text-align:right;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   118
			float:right;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
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
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   122
		#Ldt-PlaceHolder{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   123
			position:absolue;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   124
			float:none;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   125
		}
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
   126
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
   127
		.Ldt-Segments{
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
   128
			float:left;
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
   129
			font-size: 62.5%;
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
   130
		}
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
   131
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   132
		.Ldt-mode-radio{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   133
			visibility:hidden;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   134
			height:0px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   135
			display:none
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   136
		}
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
   137
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   138
		.Ldt-Control1{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   139
			width:60px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   140
			float:left;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   141
		}
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   142
		.Ldt-Control2{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   143
			padding-left:10px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   144
			width:60px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   145
			float:left;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   146
		}
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   147
		.Ldt-cleaner {
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   148
			clear:both;
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
   149
		}
211
50f1363ce9b1 small fixes.
hamidouk
parents: 205
diff changeset
   150
    
50f1363ce9b1 small fixes.
hamidouk
parents: 205
diff changeset
   151
    .cleaner {
50f1363ce9b1 small fixes.
hamidouk
parents: 205
diff changeset
   152
			clear:both;
50f1363ce9b1 small fixes.
hamidouk
parents: 205
diff changeset
   153
		}
161
892efe407182 converting "#" to "." to allow multiple versions of the player at the same time.
hamidouk
parents: 2
diff changeset
   154
0
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   155
		.share {
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   156
			background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   157
			display:block;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   158
			height:16px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   159
			line-height:16px !important;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   160
			overflow:hidden;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   161
			width:16px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   162
			float:left;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   163
			cursor:pointer;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   164
			margin:2px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   165
		}
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   166
		.shareFacebook{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   167
			background-position:0 -704px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   168
		}
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   169
		.shareMySpace{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   170
			background-position:0 -736px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   171
		}
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   172
		.shareTwitter{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   173
			background-position:0 -1072px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   174
		}
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   175
		.shareGoogle{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   176
			background-position:0 -752px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   177
		}
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   178
		.shareDelicious{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   179
			background-position:0 -672px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   180
		}
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   181
		.shareJamesPot{
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   182
			background-position:0 -1808px;
c357d5b60635 First import. Last version from France culture
ymh <ymh.work@gmail.com>
parents:
diff changeset
   183
		}
172
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   184
		
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   185
		.tip{
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   186
			position : absolute;
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   187
			padding : 3px;
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   188
			z-index: 10000000000;
173
3f83194517bf changed the css to add the correct url to the image.
hamidouk
parents: 172
diff changeset
   189
			max-width: 200px;			
3f83194517bf changed the css to add the correct url to the image.
hamidouk
parents: 172
diff changeset
   190
			background: transparent url("http://www.polemictweet.com/images/white_arrow_long.png");
172
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   191
			font-size: 12px;
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   192
			height: 125px;
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   193
			width: 180px;
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   194
			padding: 10px;
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   195
			padding-left: 15px;
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   196
			padding-top: 15px;
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   197
			padding-right: 15px;
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   198
			color: black;
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   199
			z-index: 10000000000;
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   200
			font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   201
			overflow:hidden;
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents: 161
diff changeset
   202
		}