MediaWiki:Common.css: Difference between revisions

rv self
(fix)
(rv self)
Line 219: Line 219:
#pt-notifications-alert .mw-echo-notifications-badge:focus, #pt-notifications-notice .mw-echo-notifications-badge:focus {
#pt-notifications-alert .mw-echo-notifications-badge:focus, #pt-notifications-notice .mw-echo-notifications-badge:focus {
     box-shadow: none;
     box-shadow: none;
}
/* Infobox template style */
.infobox {
float: right;
clear: right;
font-size: 90% !important;
text-align: left;
border: 1px solid #000;
background-color: #f9f9f9;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #000;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
}