Main Page: Difference between revisions
Appearance
| Line 78: | Line 78: | ||
== Probes == | == Probes == | ||
<style> | |||
/* Limpeza profunda do collapsible na grelha de produtos */ | |||
.product-item .mw-collapsible { | |||
background: transparent !important; | |||
border: none !important; | |||
width: 100% !important; | |||
} | |||
.product-item .mw-collapsible-content { | |||
background: transparent !important; | |||
border: none !important; | |||
padding: 0 !important; | |||
margin: 0 !important; | |||
} | |||
/* Remove o ícone padrão de "seta" ou [Expandir] que o MediaWiki cria */ | |||
.product-item .mw-collapsible-toggle { | |||
float: none !important; | |||
background: transparent !important; | |||
border: none !important; | |||
padding: 0 !important; | |||
} | |||
/* Esconde o link automático de texto que o MediaWiki pode injetar */ | |||
.product-item .mw-collapsible-toggle-default { | |||
display: none !important; | |||
} | |||
</style> | |||
<div class="mw-collapsible" data-collapsetext="Collapse" data-expandtext="Expand"> | <div class="mw-collapsible" data-collapsetext="Collapse" data-expandtext="Expand"> | ||