1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/sources/mediawiki/resources/jquery/jquery.badge.css

37 lines
577 B
CSS
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.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: white;
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 (bug 47926) */
zoom: 1;
*display: inline;
}
.mw-badge-overlay {
position: absolute;
bottom: -1px;
right: -3px;
z-index: 50;
}
.mw-badge-important {
background-color: #cc0000;
}