web/wp-includes/js/thickbox/thickbox.css
changeset 204 09a1c134465b
parent 194 32102edaa81b
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
     1 
     1 
     2 /* ----------------------------------------------------------------------------------------------------------------*/
     2 /* ----------------------------------------------------------------------------------------------------------------*/
     3 /* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
     3 /* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
     4 /* ----------------------------------------------------------------------------------------------------------------*/
     4 /* ----------------------------------------------------------------------------------------------------------------*/
     5 #TB_window {
     5 #TB_window {
     6 	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
     6 	font: 12px sans-serif;
     7 	color: #333333;
     7 	color: #333333;
     8 }
     8 }
     9 
     9 
    10 #TB_secondLine {
    10 #TB_secondLine {
    11 	font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
    11 	font: 10px sans-serif;
    12 	color:#666666;
    12 	color:#666666;
    13 }
    13 }
    14 
    14 
    15 #TB_window a:link {color: #666666;}
    15 #TB_window a:link {color: #666666;}
    16 #TB_window a:visited {color: #666666;}
    16 #TB_window a:visited {color: #666666;}
   158 	clear:both;
   158 	clear:both;
   159 	border:none;
   159 	border:none;
   160 	margin-bottom:-1px;
   160 	margin-bottom:-1px;
   161 	_margin-bottom:1px;
   161 	_margin-bottom:1px;
   162 }
   162 }
       
   163 
       
   164 .tb-close-icon {
       
   165 	background: url('tb-close.png') no-repeat;
       
   166 	height: 15px;
       
   167 	width: 15px;
       
   168 }
       
   169 
       
   170 @media print,
       
   171   (-o-min-device-pixel-ratio: 5/4),
       
   172   (-webkit-min-device-pixel-ratio: 1.25),
       
   173   (min-resolution: 120dpi) {
       
   174 	.tb-close-icon {
       
   175 		background: url('tb-close-2x.png') no-repeat;
       
   176 		background-size: 15px;
       
   177 	}
       
   178 }