MediaWiki:Common.css: mudanças entre as edições

De Wiki NBS
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
Linha 48: Linha 48:
.floatTOC > * {
.floatTOC > * {
transition: 0.2s all ease;
transition: 0.2s all ease;
opacity: 0.5;
/*opacity: 0.5;*/
}
}



Edição das 15h36min de 2 de junho 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;
}