Merge "Localisation updates from http://translatewiki.net."
[lhc/web/wiklou.git] / resources / jquery / jquery.badge.css
1 .mw-badge {
2 min-width: 7px;
3 -moz-border-radius: 2px;
4 -webkit-border-radius: 2px;
5 border-radius: 2px;
6 -moz-box-shadow: 0px 1px 4px #ccc;
7 -webkit-box-shadow: 0px 1px 4px #ccc;
8 box-shadow: 0px 1px 4px #ccc;
9 background-color: #cc0000;
10 padding: 0 3px;
11 text-align: center;
12 font-size: 12px;
13 line-height: 12px;
14 }
15
16 .mw-badge-content {
17 font-weight: bold;
18 color: white;
19 vertical-align: baseline;
20 text-shadow: 0 1px rgba(0, 0, 0, 0.4);
21 }
22
23 .mw-badge-inline {
24 display: inline-block;
25 margin-left: 3px;
26 }
27
28 .mw-badge-overlay {
29 position: absolute;
30 bottom: -1px;
31 right: -3px;
32 z-index: 50;
33 }