MediaWiki

Diferenças entre edições de "Common.css"

Linha 11: Linha 11:
  
  
#p-logo a,
+
#p-logo a
#p-logo a:hover {
+
{
 
display: block;
 
display: block;
 
height: 10em;
 
height: 10em;

Revisão das 15h00min de 19 de outubro de 2015

/* Código CSS colocado aqui será aplicado a todos os temas */
 
body {
background-color: #F2F9FF;
width=1024px;
 
 
h1 {
color: #1947A3;
}
 
 
#p-logo a
{
	display: block;
	height: 10em;
	width: 160px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
 
/**
** Infoboxes
**/
.infobox {
 float: right;
 clear: right;
 margin-bottom: 0.5em;
 margin-left: 1em;
 padding: 0.2em;
 border: 1px solid #AAA;
 background: #F9F9F9;
 color: black;
}
 
.infobox td,
.infobox th {
 vertical-align: top;
}
 
.infobox caption {
 margin-left: inherit;
 font-size: larger;
}
 
.infobox.bordered {
 border-collapse: collapse;
}
 
.infobox.bordered td,
.infobox.bordered th {
 border: 1px solid #AAA;
}
 
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
 border: 0;
}