MediaWiki: Common.css

De Task Wiki
Ir para: navegação, pesquisa
Linha 1: Linha 1:
 
/** o código CSS colocado aqui será aplicado a todos os temas */
 
/** o código CSS colocado aqui será aplicado a todos os temas */
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);
+
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,300);
  
 
html, body{
 
html, body{
Linha 6: Linha 6:
 
}
 
}
  
h1, h2, h3, h4 { color: #2f2f2f; }
+
h1, h2, h3, h4 { color: #737373; font-weight: 600 !important;  }
  
 
#p-logo{
 
#p-logo{

Edição das 16h45min de 20 de agosto de 2015

/** o código CSS colocado aqui será aplicado a todos os temas */
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,300);

html, body{
   font-family: 'Titillium Web', sans-serif !important;
}

h1, h2, h3, h4 { color: #737373; font-weight: 600 !important;  }

#p-logo{
  float: left;
}

#p-logo img{
    width: 142px;
    padding-top: 10px;
}

#p-logo a:hover{
    background-color: transparent;
}

.img-categoria-home img{
  width: 100%;
}

.well.lista-categoria-home{
    height: 135px;
    font-family: 'Titillium Web', sans-serif;
}