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 79: Linha 79:
     box-shadow: inset 0 -2px 0 0 #3366cc;
     box-shadow: inset 0 -2px 0 0 #3366cc;
     background: #294494;
     background: #294494;
    color: white;
}
}
a.tabber__tab--active {
  color: white;
}

Edição das 22h29min de 19 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%;
}

.tabber__tab--active {
    box-shadow: inset 0 -2px 0 0 #3366cc;
    background: #294494;
 }
 
a.tabber__tab--active {
 	   color: white;
 }