MediaWiki

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

Linha 14: Linha 14:
 
#p-logo a:hover {
 
#p-logo a:hover {
 
display: block;
 
display: block;
height: 200px;
+
height: 135px;
width: 12.2em;
+
width: 135px;
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
background-position: 35% 50% !important;
 
background-position: 35% 50% !important;

Revisão das 14h56min 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,
#p-logo a:hover {
	display: block;
	height: 135px;
	width: 135px;
	background-repeat: no-repeat;
	background-position: 35% 50% !important;
	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;
}