MediaWiki

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

Linha 2: Linha 2:
  
  
/* Define a cor do fundo das páginas (não inclui a janela de texto)
+
/* Define a cor do fundo das páginas (não inclui a janela de texto) */
 
body {
 
body {
background-color: #F2F9FF;
+
background-color: #F0F0F0;
width=1024px;
+
}  
} */
+
  
  
Linha 22: Linha 21:
  
  
/* Define a cor de fundo do logótipo  
+
/* Define a cor do fundo e posição do logótipo */
 
#p-logo {
 
#p-logo {
 +
background-position: center right;
 
background-color: #F2F9FF;
 
background-color: #F2F9FF;
 +
width: 395px;
 +
height: 55px;
 +
margin-left: 1.25em;
 
width=100%;
 
width=100%;
} */
+
}  
  
 
body{}
 
 
body {
 
background-color: #F0F0F0;
 
}
 
  
 
div#content {
 
div#content {
       margin-top: 10px;  
+
       margin-top: 5px;  
 
       border: none;
 
       border: none;
 
  }
 
  }
  
#p-logo {
 
        background-position: center center;
 
background-repeat: no-repeat;
 
width: 395px;
 
height: 55px;
 
        margin-left: 1.25em;
 
}
 
  
 
div#mw-head-base {
 
div#mw-head-base {
margin-top: -150px;
+
margin-top: 0px;
margin-left: 12em;
+
margin-left: -12em;
 
height: 150px;
 
height: 150px;
 
         background-image: url(http://metis.med.up.pt/mediawiki/images/8/87/Banner.png);  
 
         background-image: url(http://metis.med.up.pt/mediawiki/images/8/87/Banner.png);  
         border-bottom: solid 1px #aaa;  
+
         border-bottom: none;  
 
  }
 
  }
  
 
div#mw-head {
 
        height: 150px;
 
}
 
 
div#mw-panel {
 
        top: 150px;
 
}
 
  
 
-------------
 
-------------

Revisão das 16h05min de 23 de outubro de 2015

/* Código CSS colocado aqui será aplicado a todos os temas */
 
 
/* Define a cor do fundo das páginas (não inclui a janela de texto) */
body {
background-color: #F0F0F0;
} 
 
 
/* Define a cor dos títulos das páginas */
#firstHeading {
color: #1947A3;
}
 
/* Define a cor do fundo do topo das páginas, mas não afeta a cor de fundo dos separadores 
#mw-head-base {
background-color: #F2F9FF;
width=100%;
} */
 
 
 
/* Define a cor do fundo e posição do logótipo */
#p-logo {
background-position: center right;
background-color: #F2F9FF;
width: 395px;
height: 55px;
margin-left: 1.25em;
width=100%;
} 
 
 
div#content {
       margin-top: 5px; 
       border: none;
 }
 
 
div#mw-head-base {
	margin-top: 0px;
	margin-left: -12em;
	height: 150px;
        background-image: url(http://metis.med.up.pt/mediawiki/images/8/87/Banner.png); 
        border-bottom: 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;
}