Usuário:Clebermatheus/common.css

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.
#content,
#p-cactions li a,
.ns-0 * #p-cactions li,
.ns-0 * #p-cactions li a {
	background: #FFF;
}
 
body {
	background: white;
	background-image: none;
}
 
/* Display "From Meta..." */
#siteSub {
	display: inline;
	font-size: 1.2em;
	font-weight: normal;
}
 
/* Hide classes only relevant online when printing */
@media print {
	.editlink,
	.noprint,
	.metadata,
	.dablink {
		display: none;
	}
}
 
/* Style [[Meta: Language select]] widget */
.lang_info {
	font-size: 8pt;
	text-align: right;
	margin-bottom: .5em;
}
 
.lang_info a {
	font-weight: 700;
	font-family: Arial, sans-serif;
	font-size: 8pt;
}
 
.lang_info input {
	font-size: 8pt;
}
 
.lang_info input.ls_select {
	font-weight: bold;
}
 
/* Disable grey background when code is used in a header */
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
	background: none;
}
 
/* nudge too-light monospace fonts */
h2 code {
	font-weight: bold;
}

#bodyContent{
	width: 100%;
}