User:Johannes Kroll (WMDE)/deepcat.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
/**
 * DeepCat Gadget for MediaWiki
 * @licence GNU GPL v2+
 * @author Christoph Fischer < christoph.fischer@wikimedia.de >
 */
.deep-cat-throbber-small {
    background-image: url( "//upload.wikimedia.org/wikipedia/commons/4/42/Loading.gif" ) !important;
}

.deep-cat-throbber-big {
    background-image: url( "//upload.wikimedia.org/wikipedia/commons/8/85/Throbber_allbackgrounds_circledots_32.gif" );
    background-position: 99% center;
    background-repeat: no-repeat;
    background-size: 24px auto;
}

#deepcat-hintbox, #deepcat-smallhint {
    background: #f3f3f3;
    border: 1px solid silver;
    font-size: 13px;
}

#deepcat-hintbox {
    padding: .75em;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 38em;
}

#deepcat-info-img {
    margin-right: 0.75em;
    margin-bottom: 1em;
    float: left;
}

#deepcat-smallhint {
    padding: .30em;
    display: none;
}

#deepcat-hintbox a {
    cursor: pointer;
}

#deepcat-smallhint-hide {
    float: right;
    cursor: pointer;
}

#deepcat-hint-hide {
    float: right;
}