]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - resources/src/jquery/jquery.badge.css
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / resources / src / jquery / jquery.badge.css
diff --git a/resources/src/jquery/jquery.badge.css b/resources/src/jquery/jquery.badge.css
new file mode 100644 (file)
index 0000000..2dbd4a5
--- /dev/null
@@ -0,0 +1,36 @@
+.mw-badge {
+       min-width: 7px;
+       border-radius: 2px;
+       padding: 1px 4px;
+       text-align: center;
+       font-size: 12px;
+       line-height: 12px;
+       background-color: #d2d2d2;
+       cursor: pointer;
+}
+
+.mw-badge-content {
+       font-weight: bold;
+       color: #fff;
+       vertical-align: baseline;
+       text-shadow: 0 1px rgba( 0, 0, 0, 0.4 );
+}
+
+.mw-badge-inline {
+       margin-left: 3px;
+       display: inline-block;
+       /* Hack for IE6 and IE7 (T49926) */
+       zoom: 1;
+       *display: inline; /* stylelint-disable-line declaration-block-no-duplicate-properties */
+
+}
+.mw-badge-overlay {
+       position: absolute;
+       bottom: -1px;
+       right: -3px;
+       z-index: 50;
+}
+
+.mw-badge-important {
+       background-color: #d33;
+}