MediaWiki:Monobook.css

Fonte: Wikiversidade

Nota: Depois de publicar, poderá ter de contornar 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 / Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
  /*
  * MediaWiki:Monobook.css
  * //pt.wikiversity.org/wiki/MediaWiki:Common.css
  */

/* MW:Sitenotice */
#siteNotice {
	padding-left: 4px;
}

#siteSub {
	display: inline;
	font-size: 90%;
	font-weight: normal;
}
#bodyContent #siteSub a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	padding-right: 0;
}

/* pour harmoniser les exposants */
.exposant {
	vertical-align: text-top;
}

/* Place un damier de vérification en arrière-plan dans la page de description de l'image, visible seulement en cas d'image transparente ou semi-transparente */
#file img {
	background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}

/*-----------------------------------------*/
/*            COULEUR DE FOND              */
/*-----------------------------------------*/

/* par défaut: la couleur des pages de discussion 
(ce qui évite donc d'avoir à redéfinir la couleur de la moitié des namespaces)  */
#content,
#p-cactions li,
#p-cactions li a {
	background: #EFF8FF;
}

/* Especial: */
.ns--1 #content,
.ns--1 #p-cactions li,
.ns--1 #p-cactions li a,
/* Usuário: */
.ns-2 * #content,
.ns-2 * #p-cactions li,
.ns-2 * #p-cactions li a,
/* Wikiversidade: */
.ns-4 * #content,
.ns-4 * #p-cactions li,
.ns-4 * #p-cactions li a,
/* Imagem: */
.ns-6 * #content,
.ns-6 * #p-cactions li,
.ns-6 * #p-cactions li a,
/* MediaWiki: */
.ns-8 * #content,
.ns-8 * #p-cactions li,
.ns-8 * #p-cactions li a,
/* Predefinição: */
.ns-10 * #content,
.ns-10 * #p-cactions li,
.ns-10 * #p-cactions li a,
/* Ajuda: */
.ns-12 * #content,
.ns-12 * #p-cactions li,
.ns-12 * #p-cactions li a,
/* Categoria: */
.ns-14 * #content,
.ns-14 * #p-cactions li,
.ns-14 * #p-cactions li a {
	background: #F8FCFF;
}

/* (principal) */
.ns-0 * #content,
.ns-0 * #p-cactions li,
.ns-0 * #p-cactions li a { 
	background: white;
}

/* Style pour les pages de discussion ; gestion de la coloration indentative */
.ns-talk dd {
	margin:0;
	padding:0;
}

.ns-talk dl {
	border-top:solid 1px #DADAFF;
	border-left:solid 1px #DADAFF;
	padding-top:.5em;
	padding-left:.5em;
	margin-left:1em;
}

.ns-talk dl,
.ns-talk dl dl dl,
.ns-talk dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl {
	background: #DEECFF;
}

.ns-talk dl dl,
.ns-talk dl dl dl dl,
.ns-talk dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl dl {
	background: #D2E0FF;
}