Á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; 
}

.expand-control-text{
    background-size: 100% !important;
    min-height: 125px;
    border-radius: 15px;
    margin-left: 1px;
 	background-repeat: no-repeat;

	width: 100px;
  	height: 100px;
  	background: #ffa5004d;
  	transition: width 2s;
  	transition-timing-function: linear;
}
.expand-control-text{
  opacity: 1.0;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

.expand-control-text:hover{
  /*opacity: 0.5;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  width: 300px;
}
</style>