MediaWiki:Common.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
Linha 74: | Linha 74: | ||
.mw-highlight pre { | .mw-highlight pre { | ||
font-size: 90%; | font-size: 90%; | ||
} | |||
.page-Page_One #catlinks { | |||
display: none; | |||
} | } |
Edição das 20h08min de 15 de julho de 2022
/** o código CSS colocado aqui será aplicado a todos os temas */
.fancytree ul {
background: none;
border: none;
font-size: 12px;
}
ul.fancytree-container {
outline: 0;
border: none;
overflow: hidden;
}
.fancytree p {
display: none;
}
span.fancytree-title {
cursor: default;
}
span.fancytree-title a {
color: black;
}
.floatTOC {
transition: 0.2s all ease;
display: block;
position: fixed;
top: 20px;
left: 0;
border: none;
background: #f6f6f6;
font-size: 0.8em;
max-width: 10em;
padding: 1.2em;
height: 100%;
white-space: nowrap;
overflow: hidden;
}
.floatTOC ul ul {
margin: 0 0 0 0.75em;
}
.floatTOC:hover {
max-width: 1000em;
overflow: auto;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.floatTOC > * {
transition: 0.2s all ease;
/*opacity: 0.5;*/
}
.floatTOC:hover > * {
opacity: 1;
}
.floatTOC .tocnumber {
display: none;
}
.floatTOC a {
color: #000;
}
.floatTOC .toctoggle {
display: none;
}
.floatTOC #toctitle {
display: none;
}
/* CSS placed here will be applied to all skins */
.mw-highlight pre {
font-size: 90%;
}
.page-Page_One #catlinks {
display: none;
}