Menu desse forum
5 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Menu desse forum
Qual é minha questão:
Alguém pode me ajuda a colocar esse menu desse site:
http://www.ehobba.com/
Links e imagens do meu problema:
Não é necessário.
Endereço do meu fórum:
http://maniaonline.foroactivo.com.mx/
Versão do meu fórum:
PUNBB
Alguém pode me ajuda a colocar esse menu desse site:
http://www.ehobba.com/
Links e imagens do meu problema:
Não é necessário.
Endereço do meu fórum:
http://maniaonline.foroactivo.com.mx/
Versão do meu fórum:
PUNBB
Última edição por Camaro em 07.11.12 21:29, editado 1 vez(es)
Re: Menu desse forum
Olá!
adicione este código em sua folha de estilo css
Até Mais
adicione este código em sua folha de estilo css
- Código:
/* MENU ESTILO DEXTER */
ul.navlinks {
border-bottom: 1px solid transparent;
box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
font-weight: 700;
height: 40px;
left: 0;
right: 0;
text-align: center;
top: 0;
z-index: 999;
background-image: linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -o-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -moz-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -ms-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0.1, rgb(0,128,2)),
color-stop(0.97, rgb(114,194,127))
);
}
ul.linklist li {
line-height: 40px;
}
ul.linklist.navlinks li a{
transition: background, color 1.0s;
-moz-transition: background,color 1.0s;
-o-transition: background, color 1.0s;
-webkit-transition: background, color 1.0s;
-htm-transition: background, color 1.0s;
padding: 15px 10px 15px 10px;color: #bfbfbf;}
ul.linklist.navlinks li a:hover{
transition: background, color 1.0s;
-moz-transition: background,color 1.0s;
-o-transition: background, color 1.0s;
-webkit-transition: background, color 1.0s;
-htm-transition: background, color 1.0s;
box-shadow:0px 0px 1px grey;
text-decoration:none;
border-radius:5px;
color:#034F06;
background-image: linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -o-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -moz-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -ms-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0.1, rgb(64,148,64)),
color-stop(0.97, rgb(134,235,147))
);
}
ul.linklist.navlinks li a{
text-shadow: 0px 0px 2px #07800D;
color: #AFDEB1;
}
Até Mais
Convidado- Convidado
Re: Menu desse forum
Nenhum dos códigos postado não funcionou em meu fórum.
FireWhip escreveu:Olá!
adicione este código em sua folha de estilo css
- Código:
/* MENU ESTILO DEXTER */
ul.navlinks {
border-bottom: 1px solid transparent;
box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
font-weight: 700;
height: 40px;
left: 0;
right: 0;
text-align: center;
top: 0;
z-index: 999;
background-image: linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -o-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -moz-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -ms-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0.1, rgb(0,128,2)),
color-stop(0.97, rgb(114,194,127))
);
}
ul.linklist li {
line-height: 40px;
}
ul.linklist.navlinks li a{
transition: background, color 1.0s;
-moz-transition: background,color 1.0s;
-o-transition: background, color 1.0s;
-webkit-transition: background, color 1.0s;
-htm-transition: background, color 1.0s;
padding: 15px 10px 15px 10px;color: #bfbfbf;}
ul.linklist.navlinks li a:hover{
transition: background, color 1.0s;
-moz-transition: background,color 1.0s;
-o-transition: background, color 1.0s;
-webkit-transition: background, color 1.0s;
-htm-transition: background, color 1.0s;
box-shadow:0px 0px 1px grey;
text-decoration:none;
border-radius:5px;
color:#034F06;
background-image: linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -o-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -moz-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -ms-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0.1, rgb(64,148,64)),
color-stop(0.97, rgb(134,235,147))
);
}
ul.linklist.navlinks li a{
text-shadow: 0px 0px 2px #07800D;
color: #AFDEB1;
}
Até Mais
Olá,
Não resultou.
Re: Menu desse forum
Olá!
Aceda a "Folha de Estilo CSS":
Tópico movido de 'Questões sobre códigos' para 'Questões sobre a aparência do fórum'
Atenciosamente,
BrunoH.
Aceda a "Folha de Estilo CSS":
Código:Painel de Controle Visualização Imagens e Cores Cores Folha de Estilo CSS
- Código:
#pun-navlinks {
border-bottom: 1px solid transparent;
box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
font-weight: 700;
height: 40px;
left: 0;
right: 0;
text-align: center;
top: 0;
z-index: 999;
background-image: linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -o-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -moz-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -ms-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0.1, rgb(0,128,2)),
color-stop(0.97, rgb(114,194,127))
);
}
#pun-navlinks li {
line-height: 40px;
}
#pun-navlinks li a{
transition: background, color 1.0s;
-moz-transition: background,color 1.0s;
-o-transition: background, color 1.0s;
-webkit-transition: background, color 1.0s;
-htm-transition: background, color 1.0s;
padding: 15px 10px 15px 10px;color: #bfbfbf;}
ul.linklist.navlinks li a:hover{
transition: background, color 1.0s;
-moz-transition: background,color 1.0s;
-o-transition: background, color 1.0s;
-webkit-transition: background, color 1.0s;
-htm-transition: background, color 1.0s;
box-shadow:0px 0px 1px grey;
text-decoration:none;
border-radius:5px;
color:#034F06;
background-image: linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -o-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -moz-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -ms-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0.1, rgb(64,148,64)),
color-stop(0.97, rgb(134,235,147))
);
}
#pun-navlinks li a{
text-shadow: 0px 0px 2px #07800D;
color: #AFDEB1;
}
Tópico movido de 'Questões sobre códigos' para 'Questões sobre a aparência do fórum'
Atenciosamente,
BrunoH.
Re: Menu desse forum
Olá,
Este é o código CSS:
Cheque também se sua versão é igual a do fórum destacado, pois caso contrário, algumas propriedades podem não funcionar apropriadamente.
Até Mais.
Este é o código CSS:
- Código:
ul.linklist li {
line-height: 40px;
}
ul.linklist.navlinks li a{
transition: background, color 1.0s;
-moz-transition: background,color 1.0s;
-o-transition: background, color 1.0s;
-webkit-transition: background, color 1.0s;
-htm-transition: background, color 1.0s;
padding: 15px 10px 15px 10px;color: #bfbfbf;}
ul.linklist.navlinks li a:hover{
transition: background, color 1.0s;
-moz-transition: background,color 1.0s;
-o-transition: background, color 1.0s;
-webkit-transition: background, color 1.0s;
-htm-transition: background, color 1.0s;
box-shadow:0px 0px 1px grey;
text-decoration:none;
border-radius:5px;
color:#034F06;
background-image: linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -o-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -moz-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -ms-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0.1, rgb(64,148,64)),
color-stop(0.97, rgb(134,235,147))
);
}
ul.linklist.navlinks li a{
text-shadow: 0px 0px 2px #07800D;
color: #AFDEB1;
}
Cheque também se sua versão é igual a do fórum destacado, pois caso contrário, algumas propriedades podem não funcionar apropriadamente.
Até Mais.
Re: Menu desse forum
Caso não consigam esse. Poderia em ajudar a colocar esse no topo da página: https://i.servimg.com/u/f49/14/99/55/84/ddd10.jpg
fórum onde ví:
http://topdesign.forumeiros.com/f49-competicoes
fórum onde ví:
http://topdesign.forumeiros.com/f49-competicoes
Re: Menu desse forum
Olá!
senhor para adicionar o menu ao topo e fixo, adicione este código em sua folha de estilo css
Até Mais.
senhor para adicionar o menu ao topo e fixo, adicione este código em sua folha de estilo css
- Código:
/*menu fixo*/
#page-header .navbar{position: fixed; top: 0px; left: 0px; width: 100%;
}
Até Mais.
Convidado- Convidado
Re: Menu desse forum
Olá!
Cpainel ->> Visualização ->> Imagens e cores ->> Cores ->> Folha de estilos CSS > e adicione o seguinte código:
Cpainel ->> Visualização ->> Imagens e cores ->> Cores ->> Folha de estilos CSS > e adicione o seguinte código:
- Código:
#pun-navlinks {
border-bottom: 1px solid transparent;
box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
font-weight: 700;
height: 40px;
left: 0;
right: 0;
text-align: center;
top: 0;
z-index: 999;
background-image: linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -o-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -moz-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -ms-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0.1, rgb(0,128,2)),
color-stop(0.97, rgb(114,194,127))
);
}
#pun-navlinks li {
line-height: 40px;
}
#pun-navlinks li a {
transition: background, color 1.0s;
-moz-transition: background,color 1.0s;
-o-transition: background, color 1.0s;
-webkit-transition: background, color 1.0s;
-htm-transition: background, color 1.0s;
padding: 15px 10px 15px 10px;color: #bfbfbf;}
ul.linklist.navlinks li a:hover{
transition: background, color 1.0s;
-moz-transition: background,color 1.0s;
-o-transition: background, color 1.0s;
-webkit-transition: background, color 1.0s;
-htm-transition: background, color 1.0s;
box-shadow:0px 0px 1px grey;
text-decoration:none;
border-radius:5px;
color:#034F06;
background-image: linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -o-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -moz-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -ms-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0.1, rgb(64,148,64)),
color-stop(0.97, rgb(134,235,147))
);
}
#pun-navlinks li a {
text-shadow: 0px 0px 2px #07800D;
color: #AFDEB1;
}
Consolado- Hiper Membro
- Membro desde : 09/05/2011
Mensagens : 4243
Pontos : 6128
Re: Menu desse forum
FireWhip escreveu:Olá!
senhor para adicionar o menu ao topo e fixo, adicione este código em sua folha de estilo cssValide.
- Código:
/*menu fixo*/
#page-header .navbar{position: fixed; top: 0px; left: 0px; width: 100%;
}
Até Mais.
Olá,
Não resultou e queria também os botoes da imagem se possível tudo junto
Today escreveu:Olá!
Cpainel ->> Visualização ->> Imagens e cores ->> Cores ->> Folha de estilos CSS > e adicione o seguinte código:Até mais.
- Código:
#pun-navlinks {
border-bottom: 1px solid transparent;
box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
font-weight: 700;
height: 40px;
left: 0;
right: 0;
text-align: center;
top: 0;
z-index: 999;
background-image: linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -o-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -moz-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -ms-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0.1, rgb(0,128,2)),
color-stop(0.97, rgb(114,194,127))
);
}
#pun-navlinks li {
line-height: 40px;
}
#pun-navlinks li a {
transition: background, color 1.0s;
-moz-transition: background,color 1.0s;
-o-transition: background, color 1.0s;
-webkit-transition: background, color 1.0s;
-htm-transition: background, color 1.0s;
padding: 15px 10px 15px 10px;color: #bfbfbf;}
ul.linklist.navlinks li a:hover{
transition: background, color 1.0s;
-moz-transition: background,color 1.0s;
-o-transition: background, color 1.0s;
-webkit-transition: background, color 1.0s;
-htm-transition: background, color 1.0s;
box-shadow:0px 0px 1px grey;
text-decoration:none;
border-radius:5px;
color:#034F06;
background-image: linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -o-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -moz-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -ms-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0.1, rgb(64,148,64)),
color-stop(0.97, rgb(134,235,147))
);
}
#pun-navlinks li a {
text-shadow: 0px 0px 2px #07800D;
color: #AFDEB1;
}
Não resultou
Re: Menu desse forum
Ola!
Este tema e meu ja denunciei mais de 10 vezes e nada aconteceu.
Toma o código aqui :
Este tema e meu ja denunciei mais de 10 vezes e nada aconteceu.
Toma o código aqui :
- Código:
/* MENU ESTILO DEXTER */
ul.navlinks {
border-bottom: 1px solid transparent;
box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
font-weight: 700;
height: 40px;
left: 0;
right: 0;
text-align: center;
top: 0;
z-index: 999;
background-image: linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -o-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -moz-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -ms-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0.1, rgb(0,128,2)),
color-stop(0.97, rgb(114,194,127))
);
}
ul.linklist li {
line-height: 40px;
}
ul.linklist.navlinks li a{
transition: background, color 1.0s;
-moz-transition: background,color 1.0s;
-o-transition: background, color 1.0s;
-webkit-transition: background, color 1.0s;
-htm-transition: background, color 1.0s;
padding: 15px 10px 15px 10px;color: #bfbfbf;}
ul.linklist.navlinks li a:hover{
transition: background, color 1.0s;
-moz-transition: background,color 1.0s;
-o-transition: background, color 1.0s;
-webkit-transition: background, color 1.0s;
-htm-transition: background, color 1.0s;
box-shadow:0px 0px 1px grey;
text-decoration:none;
border-radius:5px;
color:#034F06;
background-image: linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -o-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -moz-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -ms-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0.1, rgb(64,148,64)),
color-stop(0.97, rgb(134,235,147))
);
}
ul.linklist.navlinks li a{
text-shadow: 0px 0px 2px #07800D;
color: #AFDEB1;
}
/* www.rmbr.forumeiros.com */
Re: Menu desse forum
Olá!
Aceda á "Folha de estilos CSS"
Painel de Controle Visualização Imagens e Cores Cores Folha de estilos CSS
Código:
Até mais.
Aceda á "Folha de estilos CSS"
Painel de Controle Visualização Imagens e Cores Cores Folha de estilos CSS
Código:
Valide.body #pun-head #pun-navlinks { position: fixed; top: 0px; z-index: 999 !important; }
Até mais.
Consolado- Hiper Membro
- Membro desde : 09/05/2011
Mensagens : 4243
Pontos : 6128
Re: Menu desse forum
!Meex escreveu:Ola!
Este tema e meu ja denunciei mais de 10 vezes e nada aconteceu.
Toma o código aqui :
- Código:
/* MENU ESTILO DEXTER */
ul.navlinks {
border-bottom: 1px solid transparent;
box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
font-weight: 700;
height: 40px;
left: 0;
right: 0;
text-align: center;
top: 0;
z-index: 999;
background-image: linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -o-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -moz-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -ms-linear-gradient(bottom, rgb(0,128,2) 10%, rgb(114,194,127) 97%);
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0.1, rgb(0,128,2)),
color-stop(0.97, rgb(114,194,127))
);
}
ul.linklist li {
line-height: 40px;
}
ul.linklist.navlinks li a{
transition: background, color 1.0s;
-moz-transition: background,color 1.0s;
-o-transition: background, color 1.0s;
-webkit-transition: background, color 1.0s;
-htm-transition: background, color 1.0s;
padding: 15px 10px 15px 10px;color: #bfbfbf;}
ul.linklist.navlinks li a:hover{
transition: background, color 1.0s;
-moz-transition: background,color 1.0s;
-o-transition: background, color 1.0s;
-webkit-transition: background, color 1.0s;
-htm-transition: background, color 1.0s;
box-shadow:0px 0px 1px grey;
text-decoration:none;
border-radius:5px;
color:#034F06;
background-image: linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -o-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -moz-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -ms-linear-gradient(bottom, rgb(64,148,64) 10%, rgb(134,235,147) 97%);
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0.1, rgb(64,148,64)),
color-stop(0.97, rgb(134,235,147))
);
}
ul.linklist.navlinks li a{
text-shadow: 0px 0px 2px #07800D;
color: #AFDEB1;
}
/* www.rmbr.forumeiros.com */
Olá, fico feliz em passa-lo o código para mim, porém o código não funcionou
Re: Menu desse forum
!Meex escreveu:Desculpe , o menu não tem para a versão Punbb.
Você poderia me passar outro modelo?
E que fique no topo da página
ficarei grato
Tópicos semelhantes
» Menu desse fórum
» Menu desse fórum
» Menu igual a desse fórum
» Menu desse fórum para invision
» menu barra de navegação desse fórum
» Menu desse fórum
» Menu igual a desse fórum
» Menu desse fórum para invision
» menu barra de navegação desse fórum
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos