mediawiki:Group-extendedconfirmed.css

/* Show hidden items that have class="extendedconfirmed-show". */

div.extendedconfirmed-show,

p.extendedconfirmed-show {

display: block !important;

}

span.extendedconfirmed-show,

small.extendedconfirmed-show {

display: inline !important;

}

table.extendedconfirmed-show {

display: table !important;

}

li.extendedconfirmed-show {

display: list-item !important;

}

.nonextendedconfirmed-show {

display: none !important;

}