]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/thickbox/thickbox.css
WordPress 3.5-scripts
[autoinstalls/wordpress.git] / wp-includes / js / thickbox / thickbox.css
index eac043423e72e1435fdb09863b2a8250f8096137..53438f104b74af46502b321ed67d3a2b855d42c5 100644 (file)
@@ -3,12 +3,12 @@
 /* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
 /* ----------------------------------------------------------------------------------------------------------------*/
 #TB_window {
-       font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
+       font: 12px sans-serif;
        color: #333333;
 }
 
 #TB_secondLine {
-       font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
+       font: 10px sans-serif;
        color:#666666;
 }
 
@@ -49,7 +49,7 @@
        background: #ffffff;
        z-index: 102;
        color:#000000;
-       display:none;
+       visibility: hidden;
        text-align:left;
        top:50%;
        left:50%;
@@ -160,3 +160,19 @@ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = d
        margin-bottom:-1px;
        _margin-bottom:1px;
 }
+
+.tb-close-icon {
+       background: url('tb-close.png') no-repeat;
+       height: 15px;
+       width: 15px;
+}
+
+@media print,
+  (-o-min-device-pixel-ratio: 5/4),
+  (-webkit-min-device-pixel-ratio: 1.25),
+  (min-resolution: 120dpi) {
+       .tb-close-icon {
+               background: url('tb-close-2x.png') no-repeat;
+               background-size: 15px;
+       }
+}
\ No newline at end of file