MediaWiki

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

Linha 11: Linha 11:
  
  
#p-logo a
+
#p-logo
 
{
 
{
display: block;
+
z-index: 3;
height: 10em;
+
position: absolute; /*needed to use z-index */
width: 160px;
+
top: 0;
background-repeat: no-repeat;
+
left: 0;
background-position: center center;
+
height: 135px;
text-decoration: none;
+
width: 170px;
 +
overflow: visible;
 +
}
 
}
 
}
  

Revisão das 15h20min de 22 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
{
	z-index: 3;
	position: absolute; /*needed to use z-index */
	top: 0;
	left: 0;
	height: 135px;
	width: 170px;
	overflow: visible;
}
}
 
/**
** 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;
}