Fórum iBlue
[TUTORIAL] Opacidade nas opções do post Buddy_Group

Bem Vindos ao iBlue GAMES!

Registre-se para obter acesso especial em todo conteúdo presente no Fórum!
Tenha um bom uso do nosso fórum, e seja ativo!





Fórum iBlue
[TUTORIAL] Opacidade nas opções do post Buddy_Group

Bem Vindos ao iBlue GAMES!

Registre-se para obter acesso especial em todo conteúdo presente no Fórum!
Tenha um bom uso do nosso fórum, e seja ativo!





Somos ÚNICOS, somos o SEU fórum


Você não está conectado. Conecte-se ou registre-se

Ver o tópico anterior Ver o tópico seguinte Ir para baixo  Mensagem [Página 1 de 1]

T-Lord

1[TUTORIAL] Opacidade nas opções do post Empty [TUTORIAL] Opacidade nas opções do post Sáb 19 Jan 2013 - 7:24

T-Lord
Administrador
[TUTORIAL] Opacidade nas opções do post Theme
Opacidade nas opções do post

Neste tutorial, ficarão dispostos códigos CSS que concedem opacidade nos botões da postagem, tais como editar, citar e afins.


--> Tutoriais, dicas e astúcias <--
Opacidade nas opções do post


1º - Os códigos:

[TUTORIAL] Opacidade nas opções do post Php31210 PHPBB3
Código:
 .postbody:hover .profile-icons {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: .5;
}
.postbody .profile-icons:hover {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 1!important;
}
.postbody .profile-icons {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 0;
}

[TUTORIAL] Opacidade nas opções do post Php21110 PHPBB2
Código:
 .post:hover .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: .5;
}
.post .post-options:hover {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 1!important;
}
.post .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 0;
}

[TUTORIAL] Opacidade nas opções do post Pun1210 PUNBB
Código:
 .post:hover .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: .5;
}
.post .post-options:hover {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 1!important;
}
.post .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 0;
}

[TUTORIAL] Opacidade nas opções do post Inv1010 INVISION
Código:
 .post:hover .posting-icons {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: .5;
}
.post .posting-icons:hover {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 1!important;
}
.post .posting-icons {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 0;
}

2º - Aplicando o código CSS:
Agora deverá seguir um esquema de onde o código deverá ser adicionado:
Painel de Controle -> Visualização -> Imagens e cores -> Cores -> Folha de estilo CSS


(carregue na imagem para aumentar)
[TUTORIAL] Opacidade nas opções do post 1114


Resultados

Antes e depois da adição do código

Sem o mouse (normal):
[TUTORIAL] Opacidade nas opções do post Semmou10

Em modo hover:
[TUTORIAL] Opacidade nas opções do post Commou10

http://www.zonetoony.net/
MakyBory

2[TUTORIAL] Opacidade nas opções do post Empty Re: [TUTORIAL] Opacidade nas opções do post Sáb 23 Fev 2013 - 13:20

MakyBory
Membro Lendário
Excelente Tutorial!

http://toon.forumfacil.net/
T-Lord

3[TUTORIAL] Opacidade nas opções do post Empty Re: [TUTORIAL] Opacidade nas opções do post Qua 27 Fev 2013 - 18:16

T-Lord
Administrador
Tópico Movido!

http://www.zonetoony.net/

Ver o tópico anterior Ver o tópico seguinte Ir para o topo  Mensagem [Página 1 de 1]

Permissões neste sub-fórum
Não podes responder a tópicos