Abrir menu principal

UESPWiki β

Alterações

Utilizador:Nx/monobook.css

534 bytes adicionados, 16h28min de 5 de fevereiro de 2010
disable z-index hack
/*hover collapse*/

.hover_target {
display: none;
}

.hover_collapse:hover .hover_target {
display: block;
}

.hover_collapse:hover .hover_target.inline {
display: inline;
}

.hover_collapse:hover .hover_target.table-row {
display: table-row;
}

.hover_collapse:hover .hover_target.table-cell {
display: table-cell
}

.hover_collapse:hover .hover_target.table-column {
display: table-column;
}

h1,h2,h3,h4,h5,h6,hr
{
z-index: auto !important;
}
div.thumb,table.wikitable,table.prettytable
{
z-index: auto !important;
}
438
edições