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