MediaWiki:Common.css

Fonte: Wikidebates
Saltar para a navegação Saltar para a pesquisa

Nota: Depois de gravar, terá de limpar a cache do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Ir para Menu → Configurações (Opera → Preferências no Mac) e, em seguida, Privacidade e segurança → Limpar dados de navegação → Imagens e ficheiros em cache.
/* Código CSS colocado aqui será aplicado a todos os temas */

/* Remove Toolbox */
#p-tb {
	display:none !important;
}
/* Hide "Privacy policy" and "Disclaimers" in the foot page */
#footer-places-privacy, #footer-places-disclaimer, #footer-places-mobileview {
	display: none !important;
}
/* Add a point after the number in the TOC */
.tocnumber:after {
	content: '.'
}
/* For the extension Comments */
#comment {
	min-width: 100%;
}
.site-button {
	padding: 0.546875em 1em;
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;
	font-weight: bold;
}
.c-avatar {
	display: none;
}
.c-container {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
}
.c-item {
	padding: 0;
	margin: 0;
}
.full {
	width: unset;
}
.f-message {
	width: 90%;
}
.c-spy {
	display: none;
}

/* Personnalisation de Vector */
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
    margin-left: 12em;
}
#mw-head {
	background-color: #f6f6f6;
}
.mw-body {
	border: none;
}
.toc {
	border: none;
	padding: 0.5em 1.25em 0.5em 1.25em;
}
.vector-menu-tabs .selected a {
    background: #f6f6f6;
    border-bottom: 1px solid;
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
	background-image: none;
}
.vector-menu-dropdown .vector-menu-content-list {
	background-color: #f6f6f6;
	border: none;
}
#left-navigation .vector-menu-content-list a:hover, #right-navigation #p-views .vector-menu-content-list a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}
.vector-menu-tabs .mw-list-item a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.vector-menu-tabs li {
	background-image: none;
}
.vector-menu-tabs {
	padding-left: 0 !important;
}
.vector-menu-tabs .mw-watchlink.icon a::before {
	height: 1.65em;
}
/* Barre de recherche */
#p-search {
	margin-left: 12em;
	position: absolute;
	z-index: 2;
	display: none;
}
.vector-menu-dropdown .vector-menu-content-list {
	left: -9px;
}
#searchInput {
	background-color: #ffffff;
	font-size: 0.89em;
}
#simpleSearch {
	width: 22vw;
	max-width: 22em;
}
.suggestions {
	font-size: 16px !important;
}
.suggestions-result {
	line-height: 2em !important;
}
/* Pour masquer la dernière date de modification et la taille des pages affichées lors d'une recherche */
.mw-search-result-data {
	display:none;
}