Alterações na aparência do menu de navegaçao
3 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
Alterações na aparência do menu de navegaçao
como mudo a cor do azul do menu e como retiro a barra azul e a barra cinza?
http://prntscr.com/7sy1wb
meu forum: http://thehunterluso.foruns.com.pt/
obrigado
http://prntscr.com/7sy1wb
meu forum: http://thehunterluso.foruns.com.pt/
obrigado
Última edição por Luckcaddie em 15.07.15 13:02, editado 1 vez(es)
Re: Alterações na aparência do menu de navegaçao
Olá!
Adicione a sua folha de estilos:
Nó código procure por #000 e troque pela cor de fundo desejada
Atenciosamente,
Raffy
Adicione a sua folha de estilos:
- Código:
#wrap {
background-image: none !important;
}
div#page-header div.navbar ul.linklist li a {
background: none !important;
}
.navbar {
background: #000 !important;
height: 50px;
margin-left: -10px !important;
width: 100%;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
Nó código procure por #000 e troque pela cor de fundo desejada
Atenciosamente,
Raffy
Re: Alterações na aparência do menu de navegaçao
tem como colocar o menu nessa barra preta? http://prntscr.com/7sy6wk
e tirar o fundo branco que esta por baixo do menu? pois creio que esse fundo branco faz subir o menu
agradecido
meu forum: http://thehunterluso.foruns.com.pt/
e tirar o fundo branco que esta por baixo do menu? pois creio que esse fundo branco faz subir o menu
agradecido
meu forum: http://thehunterluso.foruns.com.pt/
Re: Alterações na aparência do menu de navegaçao
Olá!
Removi a sua mensagem anterior
Poderia me conceder a sua folha de estilos, para eu fazer as modificações?
Atenciosamente,
iChees
Removi a sua mensagem anterior
Poderia me conceder a sua folha de estilos, para eu fazer as modificações?
Atenciosamente,
iChees
Re: Alterações na aparência do menu de navegaçao
aqui estao
- css:
- /* Borda em volta dos botões dos perfis */
#tabs a:hover span {
-moz-transition-delay: 0s;
-moz-transition-duration: 0.3s;
-moz-transition-timing-function: ease-in;
background: none repeat scroll 0 0 #D7D7D7;
border-radius: 10px 10px 0 0;
color: MidnightBlue;
text-shadow: 1px 1px 1px white;
}
/* efeito sombra sobre os links */
a:hover {
color: PaleVioletRed;
text-decoration: none;
text-shadow: 0 0 5px;
}
/* Designer dos botões */
a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover {
background-position: 0 100%;
border: 1px solid #127FA7;
color: #127FA7;
}
a.button1, a.button2, button.button2, input.button1, input.button2 {
background: white;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 4px;
border: 1px solid #D0D2D4;}
/* Avatar com largura massima */
.post .postprofile dl dt a[href*="/u"] img[src][alt] {max-width: 195px;}
/* DISPONIBILIDADE NOME DE USUARIO */
#username_reg {
border:2px solid red!important;
}
#username_reg.okusername {
border:2px solid green!important;
}
/* Chatbox */
body.chatbox {background-image: none;}
.chatbox {background-color: #FAFAFA;}
.chatbox .forabg {margin: 0;border: none;padding: 0;margin: 0;background-image: url(https://i.imgur.com/v41D6UA.png);}
.chatbox-title,.chatbox-title a.chat-title {color: #FAFAFA !important; }
.chatbox-title {float: left;margin: 0;padding: 2px 5px 0 5px;width: 15em;}
.chatbox-options {float: right;list-style: none;font-size: 11px;margin: 0.7em 0.5em 0.5em 0.5em;}
.chatbox-options li {display:inline;}
.chatbox-options li,.chatbox-options li a,.chatbox-options li label {color: #FAFAFA; font-weight: bold;}
#chatbox_members {position: absolute;top: 30px;bottom: 30px;width: 180px;overflow: auto;border-right: 1px solid ;}
#chatbox_members .member-title {text-align: center;padding: 0.5em 0.25em;background-image: none;font-size:
12px;background-color: #C2C2DA;color : #417394;font-family: "Segoe UI", Tahoma, Geneva, sans-serif;}
#chatbox_members ul {list-style: none;margin: 0 0 0 1em;}
#chatbox_members ul li {margin: 0.5em 0.5em 0.5em 0;}
#chatbox {position: absolute;top: 30px;left: 181px;right: 0;bottom: 30px;overflow: auto;line-height: 10px;}
.chatbox_row_3 {padding: 4px;background-color: #0075c6;}
.chatbox_row_2 { background-color: transparent!important; }
.memberlist_row_1 {background-color: #ffffff;}
#chatbox_footer {position: absolute;bottom: 0;left: 0;right: 0;padding: 5px;}
#chatbox_footer label {color: #FAFAFA; font-weight: bold;}
#chatbox_footer .fontbutton{
padding: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
background-image: url(https://i.imgur.com/jIRxNSS.png);
border: 1px solid #c2d2df;}
#message,#submit_button{border-width: 1px;}
.fontbutton {padding: 1px;cursor: pointer;text-align: left;}
.fontbutton_normal {background: #E1E1E2;}
.fontbutton_selected {background: #BBC7CE;border: 1px solid #22229C;}
.fontbutton_clicked {background: #959595;border: 1px solid #22229C;}
.fontbutton_hover {background: #E1E1E2;border: 1px solid #22229C;}
#chatbox_contextmenu {border: 2px solid black;background-color: #384c56;}
#chatbox_contextmenu p {margin:0;padding: 1px 4px;font-family: verdana, arial, sans-serif;background: #ffffff;border-bottom:1px solid #777;}
#chatbox_contextmenu p.hover {background: #ffffff;}
#chatbox_contextmenu p.close {background: #ddd;padding: 1px;font-size: 95%;color:#fff;background: url(\'\');}
#chatbox_contextmenu p.close img {vertical-align: middle;padding-left: 20px;}
#chatbox_contextmenu a {color: #417394; text-decoration: none; font-size: 95%;}
#chatbox_contextmenu a:hover {color: ;}
#chatbox .user {font-weight: bold;}
#chatbox {background-image: url(https://i.imgur.com/VsbaVb3.gif)}
.fontbutton {background:#E1E1E2 none repeat scroll 0%;border:medium none;color:#000000;float:left;margin-right:10px;padding:1px;}
/* Imagem que fica como descrição nas votações */
fieldset.polls {
background-image: url("https://i.imgur.com/l9uK5Jo.png");
background-repeat: no-repeat;
background-position: bottom right;
}
/* Cursor Personalizado */
body {cursor: url(\'https://i.imgur.com/xf8SoMv.png\'), url(\'https://i.imgur.com/xf8SoMv.png\'), auto;}
a:hover {cursor: url(\'https://i.imgur.com/qLATaiL.png\'), url(\'https://i.imgur.com/qLATaiL.png\'), auto;}
/* Aviso na caixa de mensagens privadas */
form[action="/privmsg"] h1.page-title:after {
background: none repeat scroll 0 0 #F0E8E0;
border: 1px solid #C00000;
color: #000000;
content: "Afim de melhor aproveitar o sistema de Mensagens Privadas, notificamos que não oferecemos suporte via Mensagem Privada.";
display: block;
font-size: 12px;
padding: 10px;
text-align: center;
}
/* Maximizando imagens de descrição. */
.dterm img {max-width: 50px; max-height: 50px; margin: 10px;}
/* Anti Owner ChatBox */
body.chatbox {display: block !important;}
#chatbox p table,#chatbox table{
border: medium none;
top: 20% !important;
right: 30% !important;
width: 205px !important;
height: 85px !important;
position: fixed !important;
background: url("https://i.imgur.com/E2WsEab.png") repeat scroll 0% 0% / 50% 100% transparent;
color: transparent;}
#chatbox p .msg, #chatbox p .msg * {position: static !important;}
/* Nevagação */
#page-header .navbar {
position: relative;
top: -45px;
left: 0px;
background: none;
}
div#page-header div.navbar ul.linklist li a {
background: url("https://i.imgur.com/5wXgwfe.gif") no-repeat scroll right top transparent;
margin-left: -6px;
padding: 15px 18px 15px 15px;
}
#page-header .navbar .navlinks a:hover {
background: url("https://i.imgur.com/ycKVPIK.gif") ;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
}
#page-header .navbar .navlinks a {
color: #FFFFFF;
font: bold 13px/46px arial,helvetica,sans-serif;
min-width: 600px;
max-width: 600px;
text-align: center;
text-decoration: none;
text-transform: capitalize;}
/* Final da navegação */
/* Body + Logo + Descrição */
body {
background-attachment: scroll;
background-color: #f8f8f8;
background-image: url("https://i.imgur.com/P2oYPMD.jpg");
background-position: top-center;
background-repeat: repeat-x;
}
#logo img{
display: inline;
float: left;
position: relative;
top: -25px;
left: 0px;
max-width: 475px;
max-height: 130px;
}
#logo-desc p {
color: #ABABAB;
display: inline;
float: left;
font: Tahoma,Calibri,Verdana,Geneva,sans-serif;
font-size: 13px;
margin: 0;
padding: 0;
position: relative;
right: -213px;
top: -9px;
}
/* Imagem antes dos links da estaticas */
#page-body p.page-bottom {background: url(https://i.imgur.com/IuSgz.png) no-repeat left top; padding-left:18px;}
hr{border-top:1px solid #2991e6;}
/* Imagem de um + verde antes dos botões */
a[href="/https://www.forumgratuit.ro/ro/directory/informatica-internet-5.htm"]{display:none}
a[href="https://www.forumgratuit.ro/ro/informatica-internet/ajutor-online-119.htm"]{ display:none}
a[href="/search?search_id=newposts"] {background: url(https://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/search?search_id=egosearch"] {background: url(https://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/search?search_id=unanswered"] {background: url(https://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/?mark=forums"] {background: url(https://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/search?search_id=activetopics"] {background: url(https://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/memberlist?mode=today_posters"] {background: url(https://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/memberlist?mode=overall_posters"] {background: url(https://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/?mode=delete_cookies"] {background: url(https://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
/* Fin Body + Logo */
/* Wrap (Corpo - Contorno - Procurar) */
#search-box { visibility: hidden; } #forum-search { visibility: hidden; }
#wrap {
background-color: #FFFFFF;
background-image: url("https://i.imgur.com/v14J9cA.jpg"); repeat-y scroll 0 0 transparent;
background-repeat: repeat-x;
border-bottom: 1px solid #FFFFFF;
border-left: 1px solid #e9e9e9;
border-radius: 8px 8px 8px 8px;
border-right: 1px solid #e9e9e9;
border-width: 0 1px 1px;
margin-bottom: 30px;
margin-top: 93px;
min-width: 700px;
padding: 5px 9px 1px;
width: 960px;
}
.headerbar { margin-top: -92px; }
/* Finsl Wrap */
/* Painel (linha Geral) */
.panel {
background-color: #FBFBFB;
background-image: url("https://i.imgur.com/i5K6pFd.png");
background-position: center bottom;
background-repeat: repeat-x;
border: 1px solid #dddddd;
border-radius: 0px 0px 0px 0px;
}
/* Final Painel (linha Geral) */
.postbody .topic-title {
font-size:1.2em;
}
/* Remover sumbrilhado */
a {text-decoration: none;}
a:link {text-decoration: none;}
a:hover {text-decoration: none!important;}
a.forumtitle {text-decoration: none;}
a.forumtitle:hover {text-decoration: none!important;}
a.topictitle {text-decoration: none;}
a.topictitle:hover {text-decoration: none!important;}
/* Portal & Fóruns */
.forabg, .forumbg {
background-color: #FBFBFB;
background-image: url("https://i.imgur.com/dFCVRGL.png");
background-position: center bottom;
background-repeat: repeat-x;
border-top: 0px solid #dddddd;
border-bottom: 1px solid #dddddd;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-radius: 5px 5px 5px 5px;
}
.forabg span.corners-top span, .forumbg span.corners-top span {
background: #a2afb5 url("https://i.imgur.com/cu2iDZS.jpg");
background-position: top;
height: 61px; }
.forabg span.corners-bottom span, .forumbg span.corners-bottom span {
background: #a2afb5 url("https://i.imgur.com/tFW67r6.jpg");
background-position: top;
border-bottom: 1px solid #dddddd;
height: 6px; }
.header{ padding-top: 1px; height: 55px; }
li.row {
border-bottom: 1px solid #dddddd;
border-top: 1px solid #dddddd;
position: relative; left: -5px;
width: 958px;
min-width: 750px;
}
.row {
background-color: #FBFBFB;
background-image: url("https://i.imgur.com/13NODw5.png");
background-position: center bottom;
background-repeat: repeat-x;
left: -5px;
min-width: 750px;
position: relative;
width: 958px;
}
.table-title, .table-title h2 {
font-family: tahoma,arial,verdana,sans-serif;
font-size: 14px;
color: #FFFFFF;
min-height: 38px;
text-shadow: 0 -1px 0 #0099FF;
display: inline;
font-size: 1em;
}
.module, .post {
background-color: #FBFBFB;
background-image: url("https://i.imgur.com/pU5qR8o.png");
background-position: center bottom;
background-repeat: repeat-x;
border-radius: 5px 5px 5px 5px;
border: 1px solid #dddddd;
}
.module span.corners-top, .post span.corners-top {
background: #a2afb5 url("https://i.imgur.com/d8kLdQh.jpg");
height: 35px; }
.module span.corners-bottom, .post span.corners-bottom {
background-color: #3f3f3f;
height: 5px; }
.topics {
text-shadow: 0 px 0 #fff;
font-weight: bold;
}
.posts {
text-shadow: 0 px 0 #fff;
font-weight: bold;
}
.lastpost {
text-shadow: 0 px 0 #fff;
font-weight: bold;
}
hr {
border: 1 none #cccccc;
border-top: 1px solid #cccccc;
height: 1px;
margin: 5px 0;
display: block;
clear: both;
}
/* Fundo & Contorno procurar - POP UP */
.overview { border: 1px solid #292929; background-color: #FFFFFF; -webkit-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -moz-border-radius: 5px; border-left-radius: 5px; border-top-radius: 5px; }
#login_popup {
background-color: #FFFFFF;
}
/* CITAR + CODE */
blockquote { background-image: url(\'https://i.imgur.com/dGWjI7A.png\');
background-position: bottom;
color: #4e4e4e;
background-repeat: repeat-x;
background-color: #fff;
margin-left: 5px;
border-top: 1px solid #2289b2;
border-right: 1px solid #2289b2;
border-left: 2px solid #2289b2;
border-bottom: 3px solid #2289b2;
}
blockquote blockquote {
background-color: #fff;
}
blockquote blockquote blockquote {
background-color: #fff;
}
blockquote div {
margin-left: 4px;
color: #4e4e4e;
font-size: 12px;
}
blockquote cite {
font-size: 10px;
color: #417394;
border-bottom: 1px solid #417394;
margin-bottom: 3px;
}
dl.codebox {
background-image: url(\'https://i.imgur.com/4q4pc7C.png\');
background-position: bottom;
background-repeat: repeat-x;
background-color: #fff;
margin: 0;
padding: 3px;
border: 1px inset #000;
font-size: 1em;
border-top: 1px solid #2289b2;
border-right: 1px solid #2289b2;
border-left: 2px solid #2289b2;
border-bottom: 3px solid #2289b2;
max-height: 350px
overflow:auto
}
dl.codebox dt {
text-transform: none;
border-bottom: 1px solid #417394;
margin-bottom: 3px;
font-size: 10px;
font-weight: bold;
display: block;
color: #417394;
}
blockquote dl.codebox {
margin-left: 0;
}
dl.codebox code {
overflow: auto;
display: block;
height: auto;
max-height: 300px;
white-space: normal;
padding-top: 4px;
font-size: 12px;
font-family: "Courier New";
line-height: 1.3em;
color: #4e4e4e;
margin: 2px 0;
}
/* PosT Perfil */
.postprofile {
background-image: url(\'https://i.imgur.com/7PCzApX.png\');
background-repeat: repeat-x;
background-position: bottom;
background-color: #FAFAFA;
padding-top: 20px;
padding-bottom: 20px;
border: 1px solid #dddddd;
text-align:center;
text-weight: bold;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
hr {
border: 0 none #dddddd;
border-top: 1px solid #dddddd;
margin-right: 10px;
}
.table-title, .table-title h2 {
text-shadow: 1px 1px 3px #000000;
font-weight: bold;
}
li.header dd, li.header dt{
text-shadow: 1px 1px 3px #000000;
font-weight: bold;
}
#page-footer div.navbar{
font: Tahoma,Calibri,Verdana,Geneva,sans-serif;
font-size:12px;
font-color: #ffffff;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
background-image:url(https://i.imgur.com/1e7M1uv.jpg);
background-repeat:repeat-x;
}
#page-footer ul li a{color:#fff;letter-spacing:0px}
dd.topics { visibility: hidden; }
/* Quem está online com imagem */
#i_whosonline + p {
background: -webkit-linear-gradient(#f2f2f2,#ffffff);
-oz-border-radius:6px;
-moz-box-shadow:2px 2px 2px #a8a180;
-webkit-border-radius:6px;
-webkit-box-shadow:2px 2px 2px #a8a180;
background:-moz-linear-gradient(#f2f2f2,#ffffff);
background-color:#fff;
background-image:-webkit-linear-gradient(#f2f2f2,#ffffff);
border: 1px solid rgb(222, 222, 222)border-radius:2px;
box-shadow:2px 2px 2px #a8a180;
font-size:11px;
margin:2;
padding:10px;
width: 97%;
}
/* Estaticas */
.h3 {border-bottom: 1px dashed #419ef0;}
#wrap {
background-image: none !important;
}
div#page-header div.navbar ul.linklist li a {
background: none !important;
}
.navbar {
background: #000000 !important;
height: 50px;
margin-left: -10px !important;
width: 100%;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
Re: Alterações na aparência do menu de navegaçao
Olá!
Troque a sua folha de estilos, por esta:
Atenciosamente.
Troque a sua folha de estilos, por esta:
- Código:
/* Borda em volta dos botões dos perfis */
#tabs a:hover span {
-moz-transition-delay: 0s;
-moz-transition-duration: 0.3s;
-moz-transition-timing-function: ease-in;
background: none repeat scroll 0 0 #D7D7D7;
border-radius: 10px 10px 0 0;
color: MidnightBlue;
text-shadow: 1px 1px 1px white;
}
/* efeito sombra sobre os links */
a:hover {
color: PaleVioletRed;
text-decoration: none;
text-shadow: 0 0 5px;
}
/* Designer dos botões */
a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover {
background-position: 0 100%;
border: 1px solid #127FA7;
color: #127FA7;
}
a.button1, a.button2, button.button2, input.button1, input.button2 {
background: white;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 4px;
border: 1px solid #D0D2D4;}
/* Avatar com largura massima */
.post .postprofile dl dt a[href*="/u"] img[src][alt] {max-width: 195px;}
/* DISPONIBILIDADE NOME DE USUARIO */
#username_reg {
border:2px solid red!important;
}
#username_reg.okusername {
border:2px solid green!important;
}
/* Chatbox */
body.chatbox {background-image: none;}
.chatbox {background-color: #FAFAFA;}
.chatbox .forabg {margin: 0;border: none;padding: 0;margin: 0;background-image: url(http://i.imgur.com/v41D6UA.png);}
.chatbox-title,.chatbox-title a.chat-title {color: #FAFAFA !important; }
.chatbox-title {float: left;margin: 0;padding: 2px 5px 0 5px;width: 15em;}
.chatbox-options {float: right;list-style: none;font-size: 11px;margin: 0.7em 0.5em 0.5em 0.5em;}
.chatbox-options li {display:inline;}
.chatbox-options li,.chatbox-options li a,.chatbox-options li label {color: #FAFAFA; font-weight: bold;}
#chatbox_members {position: absolute;top: 30px;bottom: 30px;width: 180px;overflow: auto;border-right: 1px solid ;}
#chatbox_members .member-title {text-align: center;padding: 0.5em 0.25em;background-image: none;font-size:
12px;background-color: #C2C2DA;color : #417394;font-family: "Segoe UI", Tahoma, Geneva, sans-serif;}
#chatbox_members ul {list-style: none;margin: 0 0 0 1em;}
#chatbox_members ul li {margin: 0.5em 0.5em 0.5em 0;}
#chatbox {position: absolute;top: 30px;left: 181px;right: 0;bottom: 30px;overflow: auto;line-height: 10px;}
.chatbox_row_3 {padding: 4px;background-color: #0075c6;}
.chatbox_row_2 { background-color: transparent!important; }
.memberlist_row_1 {background-color: #ffffff;}
#chatbox_footer {position: absolute;bottom: 0;left: 0;right: 0;padding: 5px;}
#chatbox_footer label {color: #FAFAFA; font-weight: bold;}
#chatbox_footer .fontbutton{
padding: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
background-image: url(http://i.imgur.com/jIRxNSS.png);
border: 1px solid #c2d2df;}
#message,#submit_button{border-width: 1px;}
.fontbutton {padding: 1px;cursor: pointer;text-align: left;}
.fontbutton_normal {background: #E1E1E2;}
.fontbutton_selected {background: #BBC7CE;border: 1px solid #22229C;}
.fontbutton_clicked {background: #959595;border: 1px solid #22229C;}
.fontbutton_hover {background: #E1E1E2;border: 1px solid #22229C;}
#chatbox_contextmenu {border: 2px solid black;background-color: #384c56;}
#chatbox_contextmenu p {margin:0;padding: 1px 4px;font-family: verdana, arial, sans-serif;background: #ffffff;border-bottom:1px solid #777;}
#chatbox_contextmenu p.hover {background: #ffffff;}
#chatbox_contextmenu p.close {background: #ddd;padding: 1px;font-size: 95%;color:#fff;background: url(\'\');}
#chatbox_contextmenu p.close img {vertical-align: middle;padding-left: 20px;}
#chatbox_contextmenu a {color: #417394; text-decoration: none; font-size: 95%;}
#chatbox_contextmenu a:hover {color: ;}
#chatbox .user {font-weight: bold;}
#chatbox {background-image: url(http://i.imgur.com/VsbaVb3.gif)}
.fontbutton {background:#E1E1E2 none repeat scroll 0%;border:medium none;color:#000000;float:left;margin-right:10px;padding:1px;}
/* Imagem que fica como descrição nas votações */
fieldset.polls {
background-image: url("http://i.imgur.com/l9uK5Jo.png");
background-repeat: no-repeat;
background-position: bottom right;
}
/* Cursor Personalizado */
body {cursor: url(\'http://i.imgur.com/xf8SoMv.png\'), url(\'http://i.imgur.com/xf8SoMv.png\'), auto;}
a:hover {cursor: url(\'http://i.imgur.com/qLATaiL.png\'), url(\'http://i.imgur.com/qLATaiL.png\'), auto;}
/* Aviso na caixa de mensagens privadas */
form[action="/privmsg"] h1.page-title:after {
background: none repeat scroll 0 0 #F0E8E0;
border: 1px solid #C00000;
color: #000000;
content: "Afim de melhor aproveitar o sistema de Mensagens Privadas, notificamos que não oferecemos suporte via Mensagem Privada.";
display: block;
font-size: 12px;
padding: 10px;
text-align: center;
}
/* Maximizando imagens de descrição. */
.dterm img {max-width: 50px; max-height: 50px; margin: 10px;}
/* Anti Owner ChatBox */
body.chatbox {display: block !important;}
#chatbox p table,#chatbox table{
border: medium none;
top: 20% !important;
right: 30% !important;
width: 205px !important;
height: 85px !important;
position: fixed !important;
background: url("http://i.imgur.com/E2WsEab.png") repeat scroll 0% 0% / 50% 100% transparent;
color: transparent;}
#chatbox p .msg, #chatbox p .msg * {position: static !important;}
/* Nevagação */
div#page-header div.navbar ul.linklist li a {
background: url("http://i.imgur.com/5wXgwfe.gif") no-repeat scroll right top transparent;
margin-left: -6px;
padding: 15px 18px 15px 15px;
}
#page-header .navbar .navlinks a {
color: #FFFFFF;
font: bold 13px/46px arial,helvetica,sans-serif;
min-width: 600px;
max-width: 600px;
text-align: center;
text-decoration: none;
text-transform: capitalize;}
.navbar .linklist li {
position: relative;
top: -8px;
}
/* Final da navegação */
/* Body + Logo + Descrição */
body {
background-attachment: scroll;
background-color: #f8f8f8;
background-image: url("http://i.imgur.com/P2oYPMD.jpg");
background-position: top-center;
background-repeat: repeat-x;
}
#logo img{
display: inline;
float: left;
position: relative;
top: -25px;
left: 0px;
max-width: 475px;
max-height: 130px;
}
#logo-desc p {
color: #ABABAB;
display: inline;
float: left;
font: Tahoma,Calibri,Verdana,Geneva,sans-serif;
font-size: 13px;
margin: 0;
padding: 0;
position: relative;
right: -213px;
top: -9px;
}
/* Imagem antes dos links da estaticas */
#page-body p.page-bottom {background: url(http://i.imgur.com/IuSgz.png) no-repeat left top; padding-left:18px;}
hr{border-top:1px solid #2991e6;}
/* Imagem de um + verde antes dos botões */
a[href="/http://www.forumgratuit.ro/ro/directory/informatica-internet-5.htm"]{display:none}
a[href="http://www.forumgratuit.ro/ro/informatica-internet/ajutor-online-119.htm"]{ display:none}
a[href="/search?search_id=newposts"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/search?search_id=egosearch"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/search?search_id=unanswered"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/?mark=forums"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/search?search_id=activetopics"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/memberlist?mode=today_posters"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/memberlist?mode=overall_posters"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/?mode=delete_cookies"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
/* Fin Body + Logo */
/* Wrap (Corpo - Contorno - Procurar) */
#search-box { visibility: hidden; } #forum-search { visibility: hidden; }
#wrap {
background-color: #FFFFFF;
background-image: url("http://i.imgur.com/v14J9cA.jpg"); repeat-y scroll 0 0 transparent;
background-repeat: repeat-x;
border-bottom: 1px solid #FFFFFF;
border-left: 1px solid #e9e9e9;
border-radius: 8px 8px 8px 8px;
border-right: 1px solid #e9e9e9;
border-width: 0 1px 1px;
margin-bottom: 30px;
margin-top: 93px;
min-width: 700px;
padding: 5px 9px 1px;
width: 960px;
}
.headerbar { margin-top: -92px; }
/* Finsl Wrap */
/* Painel (linha Geral) */
.panel {
background-color: #FBFBFB;
background-image: url("http://i.imgur.com/i5K6pFd.png");
background-position: center bottom;
background-repeat: repeat-x;
border: 1px solid #dddddd;
border-radius: 0px 0px 0px 0px;
}
/* Final Painel (linha Geral) */
.postbody .topic-title {
font-size:1.2em;
}
/* Remover sumbrilhado */
a {text-decoration: none;}
a:link {text-decoration: none;}
a:hover {text-decoration: none!important;}
a.forumtitle {text-decoration: none;}
a.forumtitle:hover {text-decoration: none!important;}
a.topictitle {text-decoration: none;}
a.topictitle:hover {text-decoration: none!important;}
/* Portal & Fóruns */
.forabg, .forumbg {
background-color: #FBFBFB;
background-image: url("http://i.imgur.com/dFCVRGL.png");
background-position: center bottom;
background-repeat: repeat-x;
border-top: 0px solid #dddddd;
border-bottom: 1px solid #dddddd;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-radius: 5px 5px 5px 5px;
}
.forabg span.corners-top span, .forumbg span.corners-top span {
background: #a2afb5 url("http://i.imgur.com/cu2iDZS.jpg");
background-position: top;
height: 61px; }
.forabg span.corners-bottom span, .forumbg span.corners-bottom span {
background: #a2afb5 url("http://i.imgur.com/tFW67r6.jpg");
background-position: top;
border-bottom: 1px solid #dddddd;
height: 6px; }
.header{ padding-top: 1px; height: 55px; }
li.row {
border-bottom: 1px solid #dddddd;
border-top: 1px solid #dddddd;
position: relative; left: -5px;
width: 958px;
min-width: 750px;
}
.row {
background-color: #FBFBFB;
background-image: url("http://i.imgur.com/13NODw5.png");
background-position: center bottom;
background-repeat: repeat-x;
left: -5px;
min-width: 750px;
position: relative;
width: 958px;
}
.table-title, .table-title h2 {
font-family: tahoma,arial,verdana,sans-serif;
font-size: 14px;
color: #FFFFFF;
min-height: 38px;
text-shadow: 0 -1px 0 #0099FF;
display: inline;
font-size: 1em;
}
.module, .post {
background-color: #FBFBFB;
background-image: url("http://i.imgur.com/pU5qR8o.png");
background-position: center bottom;
background-repeat: repeat-x;
border-radius: 5px 5px 5px 5px;
border: 1px solid #dddddd;
}
.module span.corners-top, .post span.corners-top {
background: #a2afb5 url("http://i.imgur.com/d8kLdQh.jpg");
height: 35px; }
.module span.corners-bottom, .post span.corners-bottom {
background-color: #3f3f3f;
height: 5px; }
.topics {
text-shadow: 0 px 0 #fff;
font-weight: bold;
}
.posts {
text-shadow: 0 px 0 #fff;
font-weight: bold;
}
.lastpost {
text-shadow: 0 px 0 #fff;
font-weight: bold;
}
hr {
border: 1 none #cccccc;
border-top: 1px solid #cccccc;
height: 1px;
margin: 5px 0;
display: block;
clear: both;
}
/* Fundo & Contorno procurar - POP UP */
.overview { border: 1px solid #292929; background-color: #FFFFFF; -webkit-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -moz-border-radius: 5px; border-left-radius: 5px; border-top-radius: 5px; }
#login_popup {
background-color: #FFFFFF;
}
/* CITAR + CODE */
blockquote { background-image: url(\'http://i.imgur.com/dGWjI7A.png\');
background-position: bottom;
color: #4e4e4e;
background-repeat: repeat-x;
background-color: #fff;
margin-left: 5px;
border-top: 1px solid #2289b2;
border-right: 1px solid #2289b2;
border-left: 2px solid #2289b2;
border-bottom: 3px solid #2289b2;
}
blockquote blockquote {
background-color: #fff;
}
blockquote blockquote blockquote {
background-color: #fff;
}
blockquote div {
margin-left: 4px;
color: #4e4e4e;
font-size: 12px;
}
blockquote cite {
font-size: 10px;
color: #417394;
border-bottom: 1px solid #417394;
margin-bottom: 3px;
}
dl.codebox {
background-image: url(\'http://i.imgur.com/4q4pc7C.png\');
background-position: bottom;
background-repeat: repeat-x;
background-color: #fff;
margin: 0;
padding: 3px;
border: 1px inset #000;
font-size: 1em;
border-top: 1px solid #2289b2;
border-right: 1px solid #2289b2;
border-left: 2px solid #2289b2;
border-bottom: 3px solid #2289b2;
max-height: 350px
overflow:auto
}
dl.codebox dt {
text-transform: none;
border-bottom: 1px solid #417394;
margin-bottom: 3px;
font-size: 10px;
font-weight: bold;
display: block;
color: #417394;
}
blockquote dl.codebox {
margin-left: 0;
}
dl.codebox code {
overflow: auto;
display: block;
height: auto;
max-height: 300px;
white-space: normal;
padding-top: 4px;
font-size: 12px;
font-family: "Courier New";
line-height: 1.3em;
color: #4e4e4e;
margin: 2px 0;
}
/* PosT Perfil */
.postprofile {
background-image: url(\'http://i.imgur.com/7PCzApX.png\');
background-repeat: repeat-x;
background-position: bottom;
background-color: #FAFAFA;
padding-top: 20px;
padding-bottom: 20px;
border: 1px solid #dddddd;
text-align:center;
text-weight: bold;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
hr {
border: 0 none #dddddd;
border-top: 1px solid #dddddd;
margin-right: 10px;
}
.table-title, .table-title h2 {
text-shadow: 1px 1px 3px #000000;
font-weight: bold;
}
li.header dd, li.header dt{
text-shadow: 1px 1px 3px #000000;
font-weight: bold;
}
#page-footer div.navbar{
font: Tahoma,Calibri,Verdana,Geneva,sans-serif;
font-size:12px;
font-color: #ffffff;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
background-image:url(http://i.imgur.com/1e7M1uv.jpg);
background-repeat:repeat-x;
}
#page-footer ul li a{color:#fff;letter-spacing:0px}
dd.topics { visibility: hidden; }
/* Quem está online com imagem */
#i_whosonline + p {
background: -webkit-linear-gradient(#f2f2f2,#ffffff);
-oz-border-radius:6px;
-moz-box-shadow:2px 2px 2px #a8a180;
-webkit-border-radius:6px;
-webkit-box-shadow:2px 2px 2px #a8a180;
background:-moz-linear-gradient(#f2f2f2,#ffffff);
background-color:#fff;
background-image:-webkit-linear-gradient(#f2f2f2,#ffffff);
border: 1px solid rgb(222, 222, 222)border-radius:2px;
box-shadow:2px 2px 2px #a8a180;
font-size:11px;
margin:2;
padding:10px;
width: 97%;
}
/* Estaticas */
.h3 {border-bottom: 1px dashed #419ef0;}
#wrap {
background-image: none !important;
}
div#page-header div.navbar ul.linklist li a {
background: none !important;
}
.navbar {
margin-left: -10px;
width: 100%;
background: transparent url("http://i.imgur.com/P2oYPMD.jpg") repeat scroll 0px 54%;
height: 40px;
margin-top: 16px;
}
Atenciosamente.
Re: Alterações na aparência do menu de navegaçao
Saudações,
Altere teu CSS pelo abaixo:
Até mais.
Sennior
Altere teu CSS pelo abaixo:
- Código:
/* Borda em volta dos botões dos perfis */
#tabs a:hover span {
-moz-transition-delay: 0s;
-moz-transition-duration: 0.3s;
-moz-transition-timing-function: ease-in;
background: none repeat scroll 0 0 #D7D7D7;
border-radius: 10px 10px 0 0;
color: MidnightBlue;
text-shadow: 1px 1px 1px white;
}
/* efeito sombra sobre os links */
a:hover {
color: PaleVioletRed;
text-decoration: none;
text-shadow: 0 0 5px;
}
/* Designer dos botões */
a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover {
background-position: 0 100%;
border: 1px solid #127FA7;
color: #127FA7;
}
a.button1, a.button2, button.button2, input.button1, input.button2 {
background: white;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 4px;
border: 1px solid #D0D2D4;}
/* Avatar com largura massima */
.post .postprofile dl dt a[href*="/u"] img[src][alt] {max-width: 195px;}
/* DISPONIBILIDADE NOME DE USUARIO */
#username_reg {
border:2px solid red!important;
}
#username_reg.okusername {
border:2px solid green!important;
}
/* Chatbox */
body.chatbox {background-image: none;}
.chatbox {background-color: #FAFAFA;}
.chatbox .forabg {margin: 0;border: none;padding: 0;margin: 0;background-image: url(http://i.imgur.com/v41D6UA.png);}
.chatbox-title,.chatbox-title a.chat-title {color: #FAFAFA !important; }
.chatbox-title {float: left;margin: 0;padding: 2px 5px 0 5px;width: 15em;}
.chatbox-options {float: right;list-style: none;font-size: 11px;margin: 0.7em 0.5em 0.5em 0.5em;}
.chatbox-options li {display:inline;}
.chatbox-options li,.chatbox-options li a,.chatbox-options li label {color: #FAFAFA; font-weight: bold;}
#chatbox_members {position: absolute;top: 30px;bottom: 30px;width: 180px;overflow: auto;border-right: 1px solid ;}
#chatbox_members .member-title {text-align: center;padding: 0.5em 0.25em;background-image: none;font-size:
12px;background-color: #C2C2DA;color : #417394;font-family: "Segoe UI", Tahoma, Geneva, sans-serif;}
#chatbox_members ul {list-style: none;margin: 0 0 0 1em;}
#chatbox_members ul li {margin: 0.5em 0.5em 0.5em 0;}
#chatbox {position: absolute;top: 30px;left: 181px;right: 0;bottom: 30px;overflow: auto;line-height: 10px;}
.chatbox_row_3 {padding: 4px;background-color: #0075c6;}
.chatbox_row_2 { background-color: transparent!important; }
.memberlist_row_1 {background-color: #ffffff;}
#chatbox_footer {position: absolute;bottom: 0;left: 0;right: 0;padding: 5px;}
#chatbox_footer label {color: #FAFAFA; font-weight: bold;}
#chatbox_footer .fontbutton{
padding: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
background-image: url(http://i.imgur.com/jIRxNSS.png);
border: 1px solid #c2d2df;}
#message,#submit_button{border-width: 1px;}
.fontbutton {padding: 1px;cursor: pointer;text-align: left;}
.fontbutton_normal {background: #E1E1E2;}
.fontbutton_selected {background: #BBC7CE;border: 1px solid #22229C;}
.fontbutton_clicked {background: #959595;border: 1px solid #22229C;}
.fontbutton_hover {background: #E1E1E2;border: 1px solid #22229C;}
#chatbox_contextmenu {border: 2px solid black;background-color: #384c56;}
#chatbox_contextmenu p {margin:0;padding: 1px 4px;font-family: verdana, arial, sans-serif;background: #ffffff;border-bottom:1px solid #777;}
#chatbox_contextmenu p.hover {background: #ffffff;}
#chatbox_contextmenu p.close {background: #ddd;padding: 1px;font-size: 95%;color:#fff;background: url(\'\');}
#chatbox_contextmenu p.close img {vertical-align: middle;padding-left: 20px;}
#chatbox_contextmenu a {color: #417394; text-decoration: none; font-size: 95%;}
#chatbox_contextmenu a:hover {color: ;}
#chatbox .user {font-weight: bold;}
#chatbox {background-image: url(http://i.imgur.com/VsbaVb3.gif)}
.fontbutton {background:#E1E1E2 none repeat scroll 0%;border:medium none;color:#000000;float:left;margin-right:10px;padding:1px;}
/* Imagem que fica como descrição nas votações */
fieldset.polls {
background-image: url("http://i.imgur.com/l9uK5Jo.png");
background-repeat: no-repeat;
background-position: bottom right;
}
/* Cursor Personalizado */
body {cursor: url(\'http://i.imgur.com/xf8SoMv.png\'), url(\'http://i.imgur.com/xf8SoMv.png\'), auto;}
a:hover {cursor: url(\'http://i.imgur.com/qLATaiL.png\'), url(\'http://i.imgur.com/qLATaiL.png\'), auto;}
/* Aviso na caixa de mensagens privadas */
form[action="/privmsg"] h1.page-title:after {
background: none repeat scroll 0 0 #F0E8E0;
border: 1px solid #C00000;
color: #000000;
content: "Afim de melhor aproveitar o sistema de Mensagens Privadas, notificamos que não oferecemos suporte via Mensagem Privada.";
display: block;
font-size: 12px;
padding: 10px;
text-align: center;
}
/* Maximizando imagens de descrição. */
.dterm img {max-width: 50px; max-height: 50px; margin: 10px;}
/* Anti Owner ChatBox */
body.chatbox {display: block !important;}
#chatbox p table,#chatbox table{
border: medium none;
top: 20% !important;
right: 30% !important;
width: 205px !important;
height: 85px !important;
position: fixed !important;
background: url("http://i.imgur.com/E2WsEab.png") repeat scroll 0% 0% / 50% 100% transparent;
color: transparent;}
#chatbox p .msg, #chatbox p .msg * {position: static !important;}
/* Nevagação */
div#page-header div.navbar ul.linklist li a {
background: url("http://i.imgur.com/5wXgwfe.gif") no-repeat scroll right top transparent;
margin-left: -6px;
padding: 15px 18px 15px 15px;
}
#page-header .navbar .navlinks a {
color: #FFFFFF;
font: bold 13px/46px arial,helvetica,sans-serif;
min-width: 600px;
max-width: 600px;
text-align: center;
text-decoration: none;
text-transform: capitalize;}
.navbar .linklist li {
position: relative;
top: -8px;
}
/* Final da navegação */
/* Body + Logo + Descrição */
body {
background-attachment: scroll;
background-color: #f8f8f8;
background-image: url("http://i.imgur.com/P2oYPMD.jpg");
background-position: top-center;
background-repeat: repeat-x;
}
#logo img{
display: inline;
float: left;
position: relative;
top: -25px;
left: 0px;
max-width: 475px;
max-height: 130px;
}
#logo-desc p {
color: #ABABAB;
display: inline;
float: left;
font: Tahoma,Calibri,Verdana,Geneva,sans-serif;
font-size: 13px;
margin: 0;
padding: 0;
position: relative;
right: -213px;
top: -9px;
}
/* Imagem antes dos links da estaticas */
#page-body p.page-bottom {background: url(http://i.imgur.com/IuSgz.png) no-repeat left top; padding-left:18px;}
hr{border-top:1px solid #2991e6;}
/* Imagem de um + verde antes dos botões */
a[href="/http://www.forumgratuit.ro/ro/directory/informatica-internet-5.htm"]{display:none}
a[href="http://www.forumgratuit.ro/ro/informatica-internet/ajutor-online-119.htm"]{ display:none}
a[href="/search?search_id=newposts"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/search?search_id=egosearch"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/search?search_id=unanswered"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/?mark=forums"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/search?search_id=activetopics"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/memberlist?mode=today_posters"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/memberlist?mode=overall_posters"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
a[href="/?mode=delete_cookies"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}
/* Fin Body + Logo */
/* Wrap (Corpo - Contorno - Procurar) */
#search-box { visibility: hidden; } #forum-search { visibility: hidden; }
#wrap {
background-color: transparent!important;
background-image: none!important;
background-repeat: repeat-x;
border-bottom: 1px solid #FFF;
border-left: 1px solid transparent;
border-radius: 8px 8px 8px 8px;
border-right: 1px solid transparent;
border-width: 0 1px 1px;
margin-bottom: 30px;
margin-top: 93px;
min-width: 700px;
padding: 5px 9px 1px;
width: 960px;
}
.headerbar { margin-top: -92px; }
/* Finsl Wrap */
/* Painel (linha Geral) */
.panel {
background-color: #FBFBFB;
background-image: url("http://i.imgur.com/i5K6pFd.png");
background-position: center bottom;
background-repeat: repeat-x;
border: 1px solid #dddddd;
border-radius: 0px 0px 0px 0px;
}
/* Final Painel (linha Geral) */
.postbody .topic-title {
font-size:1.2em;
}
/* Remover sumbrilhado */
a {text-decoration: none;}
a:link {text-decoration: none;}
a:hover {text-decoration: none!important;}
a.forumtitle {text-decoration: none;}
a.forumtitle:hover {text-decoration: none!important;}
a.topictitle {text-decoration: none;}
a.topictitle:hover {text-decoration: none!important;}
/* Portal & Fóruns */
.forabg, .forumbg {
background-color: #FBFBFB;
background-image: url("http://i.imgur.com/dFCVRGL.png");
background-position: center bottom;
background-repeat: repeat-x;
border-top: 0px solid #dddddd;
border-bottom: 1px solid #dddddd;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-radius: 5px 5px 5px 5px;
}
.forabg span.corners-top span, .forumbg span.corners-top span {
background: #a2afb5 url("http://i.imgur.com/cu2iDZS.jpg");
background-position: top;
height: 61px; }
.forabg span.corners-bottom span, .forumbg span.corners-bottom span {
background: #a2afb5 url("http://i.imgur.com/tFW67r6.jpg");
background-position: top;
border-bottom: 1px solid #dddddd;
height: 6px; }
.header{ padding-top: 1px; height: 55px; }
li.row {
border-bottom: 1px solid #dddddd;
border-top: 1px solid #dddddd;
position: relative; left: -5px;
width: 958px;
min-width: 750px;
}
.row {
background-color: #FBFBFB;
background-image: url("http://i.imgur.com/13NODw5.png");
background-position: center bottom;
background-repeat: repeat-x;
left: -5px;
min-width: 750px;
position: relative;
width: 958px;
}
.table-title, .table-title h2 {
font-family: tahoma,arial,verdana,sans-serif;
font-size: 14px;
color: #FFFFFF;
min-height: 38px;
text-shadow: 0 -1px 0 #0099FF;
display: inline;
font-size: 1em;
}
.module, .post {
background-color: #FBFBFB;
background-image: url("http://i.imgur.com/pU5qR8o.png");
background-position: center bottom;
background-repeat: repeat-x;
border-radius: 5px 5px 5px 5px;
border: 1px solid #dddddd;
}
.module span.corners-top, .post span.corners-top {
background: #a2afb5 url("http://i.imgur.com/d8kLdQh.jpg");
height: 35px; }
.module span.corners-bottom, .post span.corners-bottom {
background-color: #3f3f3f;
height: 5px; }
.topics {
text-shadow: 0 px 0 #fff;
font-weight: bold;
}
.posts {
text-shadow: 0 px 0 #fff;
font-weight: bold;
}
.lastpost {
text-shadow: 0 px 0 #fff;
font-weight: bold;
}
hr {
border: 1 none #cccccc;
border-top: 1px solid #cccccc;
height: 1px;
margin: 5px 0;
display: block;
clear: both;
}
/* Fundo & Contorno procurar - POP UP */
.overview { border: 1px solid #292929; background-color: #FFFFFF; -webkit-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -moz-border-radius: 5px; border-left-radius: 5px; border-top-radius: 5px; }
#login_popup {
background-color: #FFFFFF;
}
/* CITAR + CODE */
blockquote { background-image: url(\'http://i.imgur.com/dGWjI7A.png\');
background-position: bottom;
color: #4e4e4e;
background-repeat: repeat-x;
background-color: #fff;
margin-left: 5px;
border-top: 1px solid #2289b2;
border-right: 1px solid #2289b2;
border-left: 2px solid #2289b2;
border-bottom: 3px solid #2289b2;
}
blockquote blockquote {
background-color: #fff;
}
blockquote blockquote blockquote {
background-color: #fff;
}
blockquote div {
margin-left: 4px;
color: #4e4e4e;
font-size: 12px;
}
blockquote cite {
font-size: 10px;
color: #417394;
border-bottom: 1px solid #417394;
margin-bottom: 3px;
}
dl.codebox {
background-image: url(\'http://i.imgur.com/4q4pc7C.png\');
background-position: bottom;
background-repeat: repeat-x;
background-color: #fff;
margin: 0;
padding: 3px;
border: 1px inset #000;
font-size: 1em;
border-top: 1px solid #2289b2;
border-right: 1px solid #2289b2;
border-left: 2px solid #2289b2;
border-bottom: 3px solid #2289b2;
max-height: 350px
overflow:auto
}
dl.codebox dt {
text-transform: none;
border-bottom: 1px solid #417394;
margin-bottom: 3px;
font-size: 10px;
font-weight: bold;
display: block;
color: #417394;
}
blockquote dl.codebox {
margin-left: 0;
}
dl.codebox code {
overflow: auto;
display: block;
height: auto;
max-height: 300px;
white-space: normal;
padding-top: 4px;
font-size: 12px;
font-family: "Courier New";
line-height: 1.3em;
color: #4e4e4e;
margin: 2px 0;
}
/* PosT Perfil */
.postprofile {
background-image: url(\'http://i.imgur.com/7PCzApX.png\');
background-repeat: repeat-x;
background-position: bottom;
background-color: #FAFAFA;
padding-top: 20px;
padding-bottom: 20px;
border: 1px solid #dddddd;
text-align:center;
text-weight: bold;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
hr {
border: 0 none #dddddd;
border-top: 1px solid #dddddd;
margin-right: 10px;
}
.table-title, .table-title h2 {
text-shadow: 1px 1px 3px #000000;
font-weight: bold;
}
li.header dd, li.header dt{
text-shadow: 1px 1px 3px #000000;
font-weight: bold;
}
#page-footer div.navbar{
font: Tahoma,Calibri,Verdana,Geneva,sans-serif;
font-size:12px;
font-color: #ffffff;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
background-image:url(http://i.imgur.com/1e7M1uv.jpg);
background-repeat:repeat-x;
}
#page-footer ul li a{color:#fff;letter-spacing:0px}
dd.topics { visibility: hidden; }
/* Quem está online com imagem */
#i_whosonline + p {
background: -webkit-linear-gradient(#f2f2f2,#ffffff);
-oz-border-radius:6px;
-moz-box-shadow:2px 2px 2px #a8a180;
-webkit-border-radius:6px;
-webkit-box-shadow:2px 2px 2px #a8a180;
background:-moz-linear-gradient(#f2f2f2,#ffffff);
background-color:#fff;
background-image:-webkit-linear-gradient(#f2f2f2,#ffffff);
border: 1px solid rgb(222, 222, 222)border-radius:2px;
box-shadow:2px 2px 2px #a8a180;
font-size:11px;
margin:2;
padding:10px;
width: 97%;
}
/* Estaticas */
.h3 {border-bottom: 1px dashed #419ef0;}
#wrap {
background-image: none !important;
}
div#page-header div.navbar ul.linklist li a {
background: none !important;
}
.navbar {
margin-left: -10px;
width: 100%;
background: transparent url("http://i.imgur.com/P2oYPMD.jpg") repeat scroll 0px 54%;
height: 40px;
margin-top: 16px;
}
Até mais.
Sennior
Re: Alterações na aparência do menu de navegaçao
muito grato, e daria para retirar aquele logotipo no cimo ´maker games´ sem tirar aquele fundo preto?
Re: Alterações na aparência do menu de navegaçao
Olá!
Acesse: Painel de Controle Visualização Imagens e Cores Gestão das Imagens Modo avançado
Lá você pode fazer as modificações.
Atenciosamente,
Raffy
Acesse: Painel de Controle Visualização Imagens e Cores Gestão das Imagens Modo avançado
Lá você pode fazer as modificações.
Atenciosamente,
Raffy
Re: Alterações na aparência do menu de navegaçao
Daria para tirar aquilo a dizer ´foros´ por baixo das categorias?
Re: Alterações na aparência do menu de navegaçao
Olá amigo!
Sim, mas como isso não é relacionado com o menu de navegação o senhor deve criar outro tópico, ok?
Tem mais alguma questão sobre este assunto, ou posso fechar?
Atenciosamente.
Sim, mas como isso não é relacionado com o menu de navegação o senhor deve criar outro tópico, ok?
Tem mais alguma questão sobre este assunto, ou posso fechar?
Atenciosamente.
Re: Alterações na aparência do menu de navegaçao
Sempre ao dispor
Questão marcada como Resolvida ou o Autor solicitou que ela fosse arquivada. Tópico marcado como Resolvido e movido para Questões resolvidas. |
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