Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

HTML
<style>
#title-text {
	display: none !important; 
}

.mainexpand-control-contenttext{
    background-size: 100% !important;
    min-height: 125px;
    border-radius: 15px;
    margin-left: 1px;
 	background-repeat: no-repeat;
}
.mainexpand-control-contenttext{
  opacity: 1.0;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

.mainexpand-control-contenttext:hover{
  opacity: 0.5;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
</style>