MediaWiki:Livros/Logística.css

Origem: Wikilivros, livros abertos por um mundo aberto.

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.
/* Aumenta o espaçamento entre as referências na [[Logística/Referências]] */
.page-Logística_Referências #bodyContent li {
	margin-bottom:0.5em;
}

/* Formata a [[Predefinição:Logística/Colaboradores]], que aparece na página [[Logística]]
 * Nota: mantenha esta seção sincronizada com a cópia feita na [[MediaWiki:Livros/Predefinição:Logística.css]]
 */
.lista-colaboradores th {
	background: none repeat scroll 0 0 #4295CF;
	border-color: #4295CF #4295CF -moz-use-text-color;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	color: black;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0.1em;
	text-align: center;
}

.lista-colaboradores td {
	background: none repeat scroll 0 0 #F9F9FF;
	border: 1.5px solid #4295CF;
	color: #000000;
}

.tabela-simples {
	border-spacing: 0;
	text-align: left;
	margin: auto;
	width: 50%;
}
.tabela-simples th {
	border-bottom:1px solid black;
	border-top:1px solid black;
	font-weight:normal;
}
.destaque th {
	font-weight:bold;
}