]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - resources/src/jquery.tipsy/jquery.tipsy.css
MediaWiki 1.30.2
[autoinstalls/mediawiki.git] / resources / src / jquery.tipsy / jquery.tipsy.css
similarity index 66%
rename from resources/jquery.tipsy/jquery.tipsy.css
rename to resources/src/jquery.tipsy/jquery.tipsy.css
index d79554d20303822ca1d48e492f5683c0ae8c0420..9036dd3c561e1c5451b4c3a8665707cbbc609453 100644 (file)
@@ -2,18 +2,16 @@
        padding: 5px;
        position: absolute;
        z-index: 100000;
+       cursor: default;
 }
 .tipsy-inner {
        padding: 5px 8px 4px 8px;
        /*background-color: #e8f2f8;*/
-       background-color: #ffffff;
+       background-color: #fff;
        border: solid 1px #a7d7f9;
-       color: black;
+       color: #000;
        max-width: 15em;
-       text-align: left;
        border-radius: 4px;
-       -moz-border-radius: 4px;
-       -webkit-border-radius: 4px;
        /*
        -moz-box-shadow: 0px 2px 8px #cccccc;
        -webkit-box-shadow: 0px 2px 8px #cccccc;
 .tipsy-arrow {
        position: absolute;
        /* @embed */
-       background: url('images/tipsy.png') no-repeat top left;
+       background: url( images/tipsy.png ) no-repeat top left;
        width: 11px;
        height: 6px;
 }
-.tipsy-n .tipsy-arrow {
-       top: 0px;
+/* @noflip */ .tipsy-n .tipsy-arrow {
+       top: 0;
        left: 50%;
        margin-left: -5px;
 }
-.tipsy-nw .tipsy-arrow {
-       top: 1px;
+/* @noflip */ .tipsy-nw .tipsy-arrow {
+       top: 0;
        left: 10px;
 }
-.tipsy-ne .tipsy-arrow {
-       top: 1px;
+/* @noflip */ .tipsy-ne .tipsy-arrow {
+       top: 0;
        right: 10px;
 }
-.tipsy-s .tipsy-arrow {
-       bottom: 0px;
+/* @noflip */ .tipsy-s .tipsy-arrow {
+       bottom: 0;
        left: 50%;
        margin-left: -5px;
        background-position: bottom left;
 }
-.tipsy-sw .tipsy-arrow {
-       bottom: 0px;
+/* @noflip */ .tipsy-sw .tipsy-arrow {
+       bottom: 0;
        left: 10px;
        background-position: bottom left;
 }
-.tipsy-se .tipsy-arrow {
-       bottom: 0px;
+/* @noflip */ .tipsy-se .tipsy-arrow {
+       bottom: 0;
        right: 10px;
        background-position: bottom left;
 }
-.tipsy-e .tipsy-arrow {
+/* @noflip */ .tipsy-e .tipsy-arrow {
        top: 50%;
        margin-top: -5px;
-       right: 1px;
-       width: 5px;
+       right: 0;
+       width: 6px;
        height: 11px;
        background-position: top right;
 }
-.tipsy-w .tipsy-arrow {
+/* @noflip */ .tipsy-w .tipsy-arrow {
        top: 50%;
        margin-top: -5px;
-       left: 0px;
+       left: 0;
        width: 6px;
        height: 11px;
-}
\ No newline at end of file
+}