Merge "Localisation updates from http://translatewiki.net."
[mediawiki.git] / resources / jquery / jquery.badge.css
blobf313663ee255a569037ed7f498143d2f8f0a9cdf
1 .mw-badge {
2 min-width: 7px;
3 border-radius: 2px;
4 padding: 1px 4px;
5 text-align: center;
6 font-size: 12px;
7 line-height: 12px;
8 background-color: #d2d2d2;
9 cursor: pointer;
12 .mw-badge-content {
13 font-weight: bold;
14 color: white;
15 vertical-align: baseline;
16 text-shadow: 0 1px rgba(0, 0, 0, 0.4);
19 .mw-badge-inline {
20 margin-left: 3px;
21 display: inline-block;
22 /* Hack for IE6 and IE7 (bug 47926) */
23 zoom: 1;
24 *display: inline;
27 .mw-badge-overlay {
28 position: absolute;
29 bottom: -1px;
30 right: -3px;
31 z-index: 50;
34 .mw-badge-important {
35 background-color: #cc0000;