src/css/LdtPlayer.css
branchpopcorn-port
changeset 172 3ffa0e0c8803
parent 161 892efe407182
child 173 3f83194517bf
equal deleted inserted replaced
171:158f0193ec54 172:3ffa0e0c8803
   177 			background-position:0 -672px;
   177 			background-position:0 -672px;
   178 		}
   178 		}
   179 		.shareJamesPot{
   179 		.shareJamesPot{
   180 			background-position:0 -1808px;
   180 			background-position:0 -1808px;
   181 		}
   181 		}
       
   182 		
       
   183 		.tip{
       
   184 			position : absolute;
       
   185 			padding : 3px;
       
   186 			z-index: 10000000000;
       
   187 			max-width: 200px;
       
   188 			display: none;
       
   189 			background: transparent url("<?php echo($baseurl);?>images/white_arrow_long.png");
       
   190 			font-size: 12px;
       
   191 			height: 125px;
       
   192 			width: 180px;
       
   193 			padding: 10px;
       
   194 			padding-left: 15px;
       
   195 			padding-top: 15px;
       
   196 			padding-right: 15px;
       
   197 			color: black;
       
   198 			z-index: 10000000000;
       
   199 			font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
       
   200 			overflow:hidden;
       
   201 		}