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

De Wikipedia Villatore
Sem resumo de edição
Sem resumo de edição
Linha 14: Linha 14:
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }


/** Reducing the size of the logo */
/** Customize the logo in the top left corner */
#p-logo a,
#p-logo {
#p-logo a:hover {
z-index: 3;
display: block;
position: absolute; /*needed to use z-index */
height: 200px;
top: 0;
width: 12.2em;
left: 0;
background-repeat: no-repeat;
height: 155px;
background-position: 50% 50% !important;
width: 12em;
text-decoration: none;
overflow: visible;
}
}

Edição das 13h18min de 8 de maio de 2020

/** o código CSS colocado aqui será aplicado a todos os temas */
#column-content { margin: 0 0 .6em 0; }
#content { margin: 2.8em 0 0 0; }
.generated-sidebar, #p-lang, #p-tb { display:none; }
#p-cactions { left: .1em; }

/** Ocultar barra pesquisa */
/** #p-search { display:none; } */

/** Ocultar logo */
/** #p-logo { display:none; } */

/** Hide the main page title */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

/** Customize the logo in the top left corner */
#p-logo {
	z-index: 3;
	position: absolute; /*needed to use z-index */
	top: 0;
	left: 0;
	height: 155px;
	width: 12em;
	overflow: visible;
}