MediaWiki

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

Linha 13: Linha 13:
 
}
 
}
  
/* Define a cor do fundo do topo das páginas, mas não afeta a cor de fundo dos separadores  
+
/* Define a cor do fundo do topo das páginas, mas não afeta a cor de fundo dos separadores */
 
#mw-head-base {
 
#mw-head-base {
background-color: #F2F9FF;
+
background-color: #F0F0F0;
 
width=100%;
 
width=100%;
} */
+
}  
  
  
Linha 24: Linha 24:
 
#p-logo {
 
#p-logo {
 
background-position: center;
 
background-position: center;
background-color: #F2F9FF;
+
background-color: #F0F0F0;
 
width: 395px;
 
width: 395px;
 
height: 55px;
 
height: 55px;
 
width=100%;
 
width=100%;
 
}  
 
}  
 
 
div#content {
 
      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;
 
}
 
  
  

Revisão das 16h08min 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: #F0F0F0;
width=100%;
} 
 
 
 
/* Define a cor do fundo e posição do logótipo */
#p-logo {
background-position: center;
background-color: #F0F0F0;
width: 395px;
height: 55px;
width=100%;
} 
 
 
-------------
 
/**
** 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;
}