Histórico da Página
...
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;
}
.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;
height: 100px;
background: #FF8C00;
transition: width 2s;
transition-timing-function: linear;
}
</style> |
...
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas