MediaWiki: Common.css

De Task Wiki
Ir para: navegação, pesquisa
Linha 13: Linha 13:
 
     width: 142px;
 
     width: 142px;
 
     padding-top: 10px;
 
     padding-top: 10px;
 +
}
 +
 +
#p-logo a:hover{
 +
    background-color: transparent;
 
}
 
}
  

Edição das 15h36min de 19 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);

html, body{
   font-family: 'Titillium Web', sans-serif !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;
}