Mudar cores de menus, search e principal
4 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 • Compartilhe
Mudar cores de menus, search e principal
Detalhes da questão
Endereço do fórum: http://bestsoccerplayer.forumeiros.com/
Versão do fórum: PunBB
Descrição
Olá, no print abaixo esta em vermelho as setas que indicam as cores que eu quero mudar, esse laranjado não me agrada.
Print: https://i.imgur.com/XnSBUsW.png
Atenciosamente desde já!
Re: Mudar cores de menus, search e principal
Olá.
Atualmente, a cor está vermelho.
Para eu ter uma base, você poderia me dizer qual cor que você quer que fique?
Por exemplo: trocar o vermelho para branco.
---
Edit:
Supondo que você queira deixar tudo assim, siga os passos abaixo:
https://imgur.com/a/N2ohi
Seguindo as orientações deste tópico, procure pelo template:
overall_header
Nele, você vai encontrar uma estrutura similar a esta:
Assim, abaixo da tag
<head>, você cola o seguinte código:
Após isso, salve e publique o template.
Para publicar, clique em um mais ( ), na página onde estão listados todos os templates.
Feito isso:
Adicione à sua Folha de Estilos CSS:
(Para acessar a folha de estilo CSS, vá no painel de controle em: Visualização > Imagens e Cores -> Cores > Folha de Estilo CSS.
---
Caso algumas coisas NÃO mudem:
Anexe neste tópico, todo o conteúdo de sua Folha de Estilo CSS.
Até mais.
Atualmente, a cor está vermelho.
Para eu ter uma base, você poderia me dizer qual cor que você quer que fique?
Por exemplo: trocar o vermelho para branco.
---
Edit:
Supondo que você queira deixar tudo assim, siga os passos abaixo:
https://imgur.com/a/N2ohi
Seguindo as orientações deste tópico, procure pelo template:
overall_header
Nele, você vai encontrar uma estrutura similar a esta:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
<title>{SITENAME_TITLE}{PAGE_TITLE}</title>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<!-- BEGIN switch_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- BEGIN switch_canonical_url -->
<link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
<!-- END switch_canonical_url -->
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
{T_HEAD_STYLESHEET}
{CSS}
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<!-- BEGIN switch_recent_jquery -->
Assim, abaixo da tag
<head>, você cola o seguinte código:
- Código:
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css"/> <link rel="stylesheet" href="https://fortawesome.github.io/Font-Awesome/assets/font-awesome/css/font-awesome.css" />
Após isso, salve e publique o template.
Para publicar, clique em um mais ( ), na página onde estão listados todos os templates.
Feito isso:
Adicione à sua Folha de Estilos CSS:
(Para acessar a folha de estilo CSS, vá no painel de controle em: Visualização > Imagens e Cores -> Cores > Folha de Estilo CSS.
- Código:
/** BEGIN Mudança de Cores */
div#fa_toolbar a#fa_magnifier:before {
content: "\f002";
font-family: FontAwesome;
color: #2f578e;
font-size: 29px;
margin-left: 5px;
position: absolute;
bottom: 5px;
}
div#fa_toolbar a#fa_magnifier {
background-image: none!important;
}
#pun-navlinks li a {
color:#fff!important;
}
#pun-head #pun-navlinks {
border-color: #363636!important;
}
.tc2, .tc3 {
color: #2f578e!important;
background-color:#fff!important;
background:#fff!important;
}
.main-content tr th {
background: #474747!important;
color: #ffffff!important;
}
.main .main-foot, .main .main-head {
color:#fff!important;
}
input[type="reset"], input[type="submit"] {
background: #2f578e!important;
border: solid #2f578e!important;
}
/* Dúvidas? Vá ao fórum de suporte! */
/** END Mudança de Cores */
---
Caso algumas coisas NÃO mudem:
Anexe neste tópico, todo o conteúdo de sua Folha de Estilo CSS.
Até mais.
Re: Mudar cores de menus, search e principal
Opa, deu certo, porém la em cima onde tem ''bem vindo admin'' e ''notificações'' ele permanece nesse laranjado escuro, e ali ao lado dos fóruns onde tem numero de tópicos e quem postou por ultimo, quando passado o cursor do mouse ele fica laranjado, gostaria de ou tirar esse laranjado, ou mudar para o azul.
Atenciosamente
Atenciosamente
Re: Mudar cores de menus, search e principal
Olá poderia me passar sua folha CSS, para que possa fazer as modificações.
Até mais
Até mais
Re: Mudar cores de menus, search e principal
- Código:
body {
color: #333;
font: 13px/150% "Helvetica Neue", Arial, sans-serif;
background: #EEE url(http://i.imgur.com/BXM2Fuc.jpg) no-repeat top center;
background-size: 100% auto;
background-attachment: fixed;
}
.pun {
line-height: 130%;
min-width: 768px;
width: 100%;
padding: 0px;}
#topbar {
background: url(http://i.imgur.com/pvSB3.png) 0 0 repeat-x;
line-height: 20px;
padding: 10px 0;
overflow: hidden;
font-size: 90%;
}
.wrapper {
margin: 0 auto;
width: 980px;
}
#toplinks {
float: right;
}
.time {
color: #555;
list-style: none;
}
#pun-head #pun-navlinks {
background: #2f578e;
border: solid #AF481B;
border-width: 0 0 5px 0;
box-shadow: inset 0 4px 0 0 #363636
height: 75px;
line-height: 75px;
margin: 0;
padding: 0;
z-index: 999;
}
#pun-navlinks li a {
color: #693011;
font-family: "Helvetica Neue",Arial,sans-serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
text-transform: uppercase;
font-weight: 600;
line-height: 60px;
margin: 0 .8em 0 0;
padding: 22px 0px;
animation: 1s;
-webkit-animation: 1s;
}
#pun-navlinks li a:hover {
animation: 1s;
-webkit-animation: 1s;
color: white;
text-shadow: 0 0 3px #FFF;
text-decoration: none!important;
}
#pun-navlinks ul {
list-style: none;
text-align: center;
width: 980px;
margin: auto;
}
#pun-intro {
background: #464646;
margin: auto;
text-align: center;
padding: 25px 0 0 0;
width: 100%;
border:none;}
#content {
padding: 10px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
}
#page-body {
margin: auto;
background: #FFF;
box-shadow: 0 0 3px 0 #666;
padding: 5px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
width: 980px;
}
#main_content_top {
background: #E5E5E5 url(http://i.imgur.com/cfMqh.png) repeat-x;
height: 60px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-top-left-radius: 5px;
text-shadow: 0 1px 0 white;
}
#memb_login {
float: left;
margin-top: 12px;
padding-left: 20px;
width: 500px;
}
#memb_login ul, #memb_login li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}
#memb_login .login_icon {
background: url(http://i.imgur.com/ATlGt.png) 0 50% no-repeat;
}
#memb_login a {
color: #888;
font-size: 12px;
text-decoration: none;
line-height: 20px;
}
#memb_login .login_icon span, #memb_login .signup_icon span {
padding: 0 0 0 40px;
display: block;
}
#memb_login .uppertext, #memb_login .memb_greeting {
font-size: 16px;
color: #323436;
text-transform: uppercase;
display: block;
}
#memb_login .signup_icon {
background: url(http://i.imgur.com/KeBCD.png) 0 50% no-repeat;
margin-left: 50px;
}
#memb_login a:hover {
color: #454545;
}
#search {
float: right;
background: url(http://i.imgur.com/l4a8b.png) 0 0 no-repeat;
width: 245px;
height: 65px;
position: relative;
margin-bottom: -6px;
padding-right: 20px;
}
#keywords.inputbox.search {
position: absolute;
top: 15px;
right: 62px;
width: 157px;
height: 16px;
padding: 8px 5px 6px 8px;
background: none;
border: none;
outline: none;
overflow: hidden;
font: 13px Arial, sans-serif;
}
#search .search_button {
position: absolute;
top: 0;
right: 20px;
width: 42px;
height: 60px;
background: none;
border: none;
outline: none;
cursor: pointer;
}
#pun-foot {
clear: both;
width: 980px;
margin: auto;
position: relative;
top: 80px;
}
#pun-about {
color: #2f578e;
background: none;
border: none;
line-height: 150%;
padding: 0;
text-align: center;
}
#pun-about ul li a {
color: #2f578e;
font: 12px "Helvetica Neue", Arial, sans-serif;
text-decoration: none!important;
}
.main .main-head ,.main .main-foot {
height: auto;
}
.main .main-foot, .main .main-head {
cursor: default;
margin-top: 7px;
background-color: #2f578e;
color: #83310D;
text-transform: uppercase;
padding: 12px 0 10px 20px;
}
.pun table .tcr {
width: 25%;
}
.largertext {
font-size: 120%;
color: #484848;
}
.fadetext{
color: #AAA;
font-size: 11px;
}
.pun table.table td {
background-color: white;
line-height: 130%;
border-left: none;
border-bottom: 1px solid #EBEBEB;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #F8F8F8;
border-left: none;
}
.tcicons {
width: 5%;
background-color: #F8F8F8!important;
}
.statusid {
margin-left: 10px!important;
margin-right: 0px!important;
}
.stadisticageneral {
padding:10px;
background: #F6F6F6;
border: 1px solid #DDD;
}
.cat_bar {
background-image: url(http://i.imgur.com/3mBvC.png);
padding-left: 9px;
overflow: hidden;
height: 40px;
line-height: 40px;
font-size: 14px;
font-weight: normal;
color: #EEE;
margin-bottom: 5px;}
.titlebg {
color: #1C1C1C;
text-shadow: 0 1px 0 white;
background: url(http://i.imgur.com/hfnii.png);
overflow: hidden;
height: 40px;
line-height: 40px;
font-size: 120%;
font-weight: normal;
padding-left: 9px;
}
.stadisticageneral p{
margin: 0 0 0.2em 0;
padding: 0.2em;
}
#pun-about fieldset {
display: none;
}
.pun .postmain {
border: none;
margin-left: 15em;
background-color: white;
}
.pun .post {
background-color: white;
border-style: solid!important;
border-width: 1px 0px 0px 0px;
border-color: #DDD;
}
.pun .topic {
background: white;
border: none;
}
.postfoot {
border-top: none;
margin-left: 0em;
}
.pun .posthead {
background: white;
padding: .5em 1.3em .5em 1em;
border-bottom: 1px solid #DDD;
font-size: 11px;
}
.pun .sig-content {
border-top: 1px #DDD solid;
}
.pun .post .user {
margin-left: -16em;
font-size: 12px;
overflow: inherit;
text-align: center;
}
#profile-advanced-right {
float: left;
left: -5px;
position: relative;
top: 70px;
width: 31.5%;
box-shadow: 0 0 3px 0 #666;
background: rgb(251, 251, 251);
}
#profile-advanced-layout {
float: right;
margin-top: 50px;
margin-left: 0;
margin-right: 0;
width: 68.2%;
}
#profile-advanced-left {
margin-right: 0px;
margin-left: 0px;
margin-top: 20px;
box-shadow: 0 0 3px 0 #666;
background: rgb(251, 251, 251);
}
#copyright {
float: right;
}
.fameforum {
color: #C03B00;
font-size: 11px;
font-weight: bold;
}
.fameforum a {
color: #0CD5D5!important;
font-size: 12px;
font-weight: 700;
}
.pun table.table td {
padding: .2em 0 .2em;
}
.pun-crumbs p {
line-height: 1.5;
margin: 0;
color: #464646;
font-size: 0.95em;
}
.pun-crumbs p a{
color: #464646!important;
}
a{
text-decoration: none!important;
}
a:hover{
text-decoration: none!important;
}
#pun-about ul li a:hover{
text-decoration: none!important;
}
.forum-div {
padding-left: 25px;
padding-top: 2px;
}
span.forum-desc {
color: #969696;
}
div#pun-navlinks a[href="/faq"], div#pun-navlinks a[href="/search"] {
display: none;
}
#fa_toolbar {
height: auto!important;
padding: 0!important;
height: 46px!important;
background-color: #2f578e!important;
color: #FFFFFF!important;
font-size: 14px!important;
}
div#fa_toolbar a {
color: rgb(131, 48, 12)!important;
}
#fa_share{
display: none!important;
}
#fa_search #fa_textarea {
width: 256px!important;
height: auto!important;
padding: 4px 0 4px 5px!important;
margin-top: 0!important;
border-radius: 0!important;
color: rgb(226, 85, 23)!important;
outline: none;
}
#fa_magnifier {
background-image: url('http://i.imgur.com/RtCxnFa.png')!important;
background-size: 100% auto!important;
}
#fa_toolbar #fa_left, #fa_hide {
display: none!important;
}
#fa_right a {
height: 46px!important;
line-height: 46px!important;
}
#fa_right {
margin-right: 40px;
}
#fa_search {
margin-left: 40px!important;
position: relative;
top: 7px;
}
#fa_welcome, #fa_notifications {
height: 46px!important;
line-height: 46px!important;
}
#fa_menulist {
left: 870px!important;
border: solid #CACACA!important;
border-width: 0 0 3px 0!important;
}
#fa_menulist a:link, #fa_menulist a:visited {
color: #85310F!important;
}
#notif_list {
background: #FFF!important;
}
.see_all {
background: none!important;
}
.pun .main-content {
background-color: #fbfbfb;
border: none;
}
.main-content tr th {
background: rgb(193, 77, 26)!important;
color: #8E3011!important;
height: 0;
line-height: 10px;
text-transform: uppercase;
font-size: 10px;
cursor: default;
}
.tc2, .tc3 {
background: rgb(193, 77, 26)!important;
border: none!important;
color: rgb(142, 48, 17);
box-shadow: 0 3px 0 0;
cursor: default;
}
.statused .tc2:hover, .statused .tc3:hover {
background: rgb(207, 88, 36)!important;
}
span.content-num {
font-size: 18px;
font-weight: 700;
}
.content-name {
text-transform: lowercase;
font-variant: small-caps;
font-weight: 700;
}
.last-post-div {
font-size: 12px;
/*text-transform: uppercase;*/
}
.last-post-div a {
font-weight: 700;
}
.last-post-info {
font-size: 11px;
font-weight: 300!important;
}
.main-content tr td {
padding-top: 12px!important;
padding-bottom: 12px!important;
}
a[href="/u1"]:hover:after {
background: #BD1E1E;
border-radius: 25px;
color: #FFF;
content: 'Fundador e administrador do fórum';
display: inline-block;
font-size: 10px;
opacity: .9;
padding: 4px 10px;
position: absolute;
margin: -25px 0 0 -75px;
text-transform: uppercase;
width: 256px;
}
.sub-forums {
display: block;
position: relative;
background: rgb(241, 241, 241);
height: 48px;
width: 90%;
line-height: 48px;
text-align: center;
color: rgb(241, 241, 241);
border-bottom: 1px dashed rgb(214, 214, 214);
}
.sub-forums a {
background: rgb(214, 214, 214);
padding: 7px 10px 7px 10px;
box-shadow: 0 3px 0 0 rgb(183, 183, 183);
color: rgb(126, 126, 126)!important;
}
.sub-forums a:hover {
position: relative;
top: 2px;
box-shadow: 0 1px 0 0 rgb(183, 183, 183);
}
#pun-announcement {
background-color: #AF481B;
color: rgb(94, 39, 15);
border: none;
padding: 1em;
}
input[type="submit"], input[type="reset"] {
background: rgb(226, 85, 23);
color: rgb(110, 52, 26);
font-size: 12px;
padding: 10px 7px 10px 7px!important;
outline: none!important;
border: solid rgb(165, 65, 21);
border-width: 1px 1px 3px 1px;
cursor: pointer;
}
input[type="submit"]:hover, input[type="reset"]:hover {
position: relative;
top: 2px;
border-width: 1px 1px 1px 1px;
}
.pun .main .options {
padding: 0 25px 0 0;
height: 32px;
line-height: 32px;
}
.frm-buttons.fb {
height: 48px;
}
a#pun-logo img {
transition: 1s;
-webkit-filter: grayscale(100%);
}
a#pun-logo img:hover {
transition: 1s;
-webkit-filter: grayscale(0);
}
a.mainmenu {
transition: .2s;
}
a.mainmenu:hover {
transition: .2s;
font-size: 20px!important;
}
h4.username {
background: rgb(247, 247, 247);
border: solid rgb(221, 221, 221);
border-width: 1px 1px 3px 1px;
border-radius: 5px;
padding: 5px;
margin-bottom: 10px;
width: 90%;
position: inherit!important;
}
.user_login_form.main-box.center {
height: 38px;
}
div#pun-intro {
background-image: url(http://i.imgur.com/vU8oaGf.jpg);
}
/** BEGIN Mudança de Cores */
div#fa_toolbar a#fa_magnifier:before {
content: "\f002";
font-family: FontAwesome;
color: #2f578e;
font-size: 29px;
margin-left: 5px;
position: absolute;
bottom: 5px;
}
div#fa_toolbar a#fa_magnifier {
background-image: none!important;
}
#pun-navlinks li a {
color:#fff!important;
}
#pun-head #pun-navlinks {
border-color: #363636!important;
}
.tc2, .tc3 {
color: #2f578e!important;
background-color:#fff!important;
background:#fff!important;
}
.main-content tr th {
background: #474747!important;
color: #ffffff!important;
}
.main .main-foot, .main .main-head {
color:#fff!important;
}
input[type="reset"], input[type="submit"] {
background: #2f578e!important;
border: solid #2f578e!important;
}
/* Dúvidas? Vá ao fórum de suporte! */
/** END Mudança de Cores */
Re: Mudar cores de menus, search e principal
Troque todo o conteúdo de sua Folha de Estilo CSS por este código:
Infelizmente, não sei se vai resultar perfeitamente, pois você excluiu todas as categorias, fóruns e tópicos de seu fórum, logo, não há como ver se resultou.
No mais, comente futuros resultados.
Até mais.
- Código:
/** BEGIN Mudança de Cores */
div#fa_toolbar a#fa_magnifier:before {
content: "\f002";
font-family: FontAwesome;
color: #2f578e;
font-size: 29px;
margin-left: 5px;
position: absolute;
bottom: 5px;
}
div#fa_toolbar a#fa_magnifier {
background-image: none!important;
}
#pun-navlinks li a {
color:#fff!important;
}
#pun-head #pun-navlinks {
border-color: #363636!important;
}
.tc2, .tc3 {
color: #2f578e!important;
background-color:#fff!important;
background:#fff!important;
}
.main-content tr th {
background: #474747!important;
color: #ffffff!important;
}
.main .main-foot, .main .main-head {
color:#fff!important;
}
input[type="reset"], input[type="submit"] {
background: #2f578e!important;
border: solid #2f578e!important;
}
/* Dúvidas? Vá ao fórum de suporte! */
/** END Mudança de Cores */
body {
color: #333;
font: 13px/150% "Helvetica Neue", Arial, sans-serif;
background: #EEE url(http://i.imgur.com/BXM2Fuc.jpg) no-repeat top center;
background-size: 100% auto;
background-attachment: fixed;
}
.pun {
line-height: 130%;
min-width: 768px;
width: 100%;
padding: 0px;}
#topbar {
background: url(http://i.imgur.com/pvSB3.png) 0 0 repeat-x;
line-height: 20px;
padding: 10px 0;
overflow: hidden;
font-size: 90%;
}
.wrapper {
margin: 0 auto;
width: 980px;
}
#toplinks {
float: right;
}
.time {
color: #555;
list-style: none;
}
#pun-head #pun-navlinks {
background: #2f578e;
border: solid #AF481B;
border-width: 0 0 5px 0;
box-shadow: inset 0 4px 0 0 #363636
height: 75px;
line-height: 75px;
margin: 0;
padding: 0;
z-index: 999;
}
#pun-navlinks li a {
color: #693011;
font-family: "Helvetica Neue",Arial,sans-serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
text-transform: uppercase;
font-weight: 600;
line-height: 60px;
margin: 0 .8em 0 0;
padding: 22px 0px;
animation: 1s;
-webkit-animation: 1s;
}
#pun-navlinks li a:hover {
animation: 1s;
-webkit-animation: 1s;
color: white;
text-shadow: 0 0 3px #FFF;
text-decoration: none!important;
}
#pun-navlinks ul {
list-style: none;
text-align: center;
width: 980px;
margin: auto;
}
#pun-intro {
background: #464646;
margin: auto;
text-align: center;
padding: 25px 0 0 0;
width: 100%;
border:none;}
#content {
padding: 10px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
}
#page-body {
margin: auto;
background: #FFF;
box-shadow: 0 0 3px 0 #666;
padding: 5px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
width: 980px;
}
#main_content_top {
background: #E5E5E5 url(http://i.imgur.com/cfMqh.png) repeat-x;
height: 60px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-top-left-radius: 5px;
text-shadow: 0 1px 0 white;
}
#memb_login {
float: left;
margin-top: 12px;
padding-left: 20px;
width: 500px;
}
#memb_login ul, #memb_login li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}
#memb_login .login_icon {
background: url(http://i.imgur.com/ATlGt.png) 0 50% no-repeat;
}
#memb_login a {
color: #888;
font-size: 12px;
text-decoration: none;
line-height: 20px;
}
#memb_login .login_icon span, #memb_login .signup_icon span {
padding: 0 0 0 40px;
display: block;
}
#memb_login .uppertext, #memb_login .memb_greeting {
font-size: 16px;
color: #323436;
text-transform: uppercase;
display: block;
}
#memb_login .signup_icon {
background: url(http://i.imgur.com/KeBCD.png) 0 50% no-repeat;
margin-left: 50px;
}
#memb_login a:hover {
color: #454545;
}
#search {
float: right;
background: url(http://i.imgur.com/l4a8b.png) 0 0 no-repeat;
width: 245px;
height: 65px;
position: relative;
margin-bottom: -6px;
padding-right: 20px;
}
#keywords.inputbox.search {
position: absolute;
top: 15px;
right: 62px;
width: 157px;
height: 16px;
padding: 8px 5px 6px 8px;
background: none;
border: none;
outline: none;
overflow: hidden;
font: 13px Arial, sans-serif;
}
#search .search_button {
position: absolute;
top: 0;
right: 20px;
width: 42px;
height: 60px;
background: none;
border: none;
outline: none;
cursor: pointer;
}
#pun-foot {
clear: both;
width: 980px;
margin: auto;
position: relative;
top: 80px;
}
#pun-about {
color: #2f578e;
background: none;
border: none;
line-height: 150%;
padding: 0;
text-align: center;
}
#pun-about ul li a {
color: #2f578e;
font: 12px "Helvetica Neue", Arial, sans-serif;
text-decoration: none!important;
}
.main .main-head ,.main .main-foot {
height: auto;
}
.main .main-foot, .main .main-head {
cursor: default;
margin-top: 7px;
background-color: #2f578e;
color: #83310D;
text-transform: uppercase;
padding: 12px 0 10px 20px;
}
.pun table .tcr {
width: 25%;
}
.largertext {
font-size: 120%;
color: #484848;
}
.fadetext{
color: #AAA;
font-size: 11px;
}
.pun table.table td {
background-color: white;
line-height: 130%;
border-left: none;
border-bottom: 1px solid #EBEBEB;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #F8F8F8;
border-left: none;
}
.tcicons {
width: 5%;
background-color: #F8F8F8!important;
}
.statusid {
margin-left: 10px!important;
margin-right: 0px!important;
}
.stadisticageneral {
padding:10px;
background: #F6F6F6;
border: 1px solid #DDD;
}
.cat_bar {
background-image: url(http://i.imgur.com/3mBvC.png);
padding-left: 9px;
overflow: hidden;
height: 40px;
line-height: 40px;
font-size: 14px;
font-weight: normal;
color: #EEE;
margin-bottom: 5px;}
.titlebg {
color: #1C1C1C;
text-shadow: 0 1px 0 white;
background: url(http://i.imgur.com/hfnii.png);
overflow: hidden;
height: 40px;
line-height: 40px;
font-size: 120%;
font-weight: normal;
padding-left: 9px;
}
.stadisticageneral p{
margin: 0 0 0.2em 0;
padding: 0.2em;
}
#pun-about fieldset {
display: none;
}
.pun .postmain {
border: none;
margin-left: 15em;
background-color: white;
}
.pun .post {
background-color: white;
border-style: solid!important;
border-width: 1px 0px 0px 0px;
border-color: #DDD;
}
.pun .topic {
background: white;
border: none;
}
.postfoot {
border-top: none;
margin-left: 0em;
}
.pun .posthead {
background: white;
padding: .5em 1.3em .5em 1em;
border-bottom: 1px solid #DDD;
font-size: 11px;
}
.pun .sig-content {
border-top: 1px #DDD solid;
}
.pun .post .user {
margin-left: -16em;
font-size: 12px;
overflow: inherit;
text-align: center;
}
#profile-advanced-right {
float: left;
left: -5px;
position: relative;
top: 70px;
width: 31.5%;
box-shadow: 0 0 3px 0 #666;
background: rgb(251, 251, 251);
}
#profile-advanced-layout {
float: right;
margin-top: 50px;
margin-left: 0;
margin-right: 0;
width: 68.2%;
}
#profile-advanced-left {
margin-right: 0px;
margin-left: 0px;
margin-top: 20px;
box-shadow: 0 0 3px 0 #666;
background: rgb(251, 251, 251);
}
#copyright {
float: right;
}
.fameforum {
color: #C03B00;
font-size: 11px;
font-weight: bold;
}
.fameforum a {
color: #0CD5D5!important;
font-size: 12px;
font-weight: 700;
}
.pun table.table td {
padding: .2em 0 .2em;
}
.pun-crumbs p {
line-height: 1.5;
margin: 0;
color: #464646;
font-size: 0.95em;
}
.pun-crumbs p a{
color: #464646!important;
}
a{
text-decoration: none!important;
}
a:hover{
text-decoration: none!important;
}
#pun-about ul li a:hover{
text-decoration: none!important;
}
.forum-div {
padding-left: 25px;
padding-top: 2px;
}
span.forum-desc {
color: #969696;
}
div#pun-navlinks a[href="/faq"], div#pun-navlinks a[href="/search"] {
display: none;
}
#fa_toolbar {
height: auto!important;
padding: 0!important;
height: 46px!important;
background-color: #2f578e!important;
color: #FFFFFF!important;
font-size: 14px!important;
}
div#fa_toolbar a {
color: rgb(131, 48, 12)!important;
}
#fa_share{
display: none!important;
}
#fa_search #fa_textarea {
width: 256px!important;
height: auto!important;
padding: 4px 0 4px 5px!important;
margin-top: 0!important;
border-radius: 0!important;
color: rgb(226, 85, 23)!important;
outline: none;
}
#fa_magnifier {
background-image: url('http://i.imgur.com/RtCxnFa.png')!important;
background-size: 100% auto!important;
}
#fa_toolbar #fa_left, #fa_hide {
display: none!important;
}
#fa_right a {
height: 46px!important;
line-height: 46px!important;
}
#fa_right {
margin-right: 40px;
}
#fa_search {
margin-left: 40px!important;
position: relative;
top: 7px;
}
#fa_welcome, #fa_notifications {
height: 46px!important;
line-height: 46px!important;
}
#fa_menulist {
left: 870px!important;
border: solid #CACACA!important;
border-width: 0 0 3px 0!important;
}
#fa_menulist a:link, #fa_menulist a:visited {
color: #85310F!important;
}
#notif_list {
background: #FFF!important;
}
.see_all {
background: none!important;
}
.pun .main-content {
background-color: #fbfbfb;
border: none;
}
.main-content tr th {
height: 0;
line-height: 10px;
text-transform: uppercase;
font-size: 10px;
cursor: default;
}
.tc2, .tc3 {
box-shadow: 0 3px 0 0;
cursor: default;
}
span.content-num {
font-size: 18px;
font-weight: 700;
}
.content-name {
text-transform: lowercase;
font-variant: small-caps;
font-weight: 700;
}
.last-post-div {
font-size: 12px;
/*text-transform: uppercase;*/
}
.last-post-div a {
font-weight: 700;
}
.last-post-info {
font-size: 11px;
font-weight: 300!important;
}
.main-content tr td {
padding-top: 12px!important;
padding-bottom: 12px!important;
}
a[href="/u1"]:hover:after {
background: #BD1E1E;
border-radius: 25px;
color: #FFF;
content: 'Fundador e administrador do fórum';
display: inline-block;
font-size: 10px;
opacity: .9;
padding: 4px 10px;
position: absolute;
margin: -25px 0 0 -75px;
text-transform: uppercase;
width: 256px;
}
.sub-forums {
display: block;
position: relative;
background: rgb(241, 241, 241);
height: 48px;
width: 90%;
line-height: 48px;
text-align: center;
color: rgb(241, 241, 241);
border-bottom: 1px dashed rgb(214, 214, 214);
}
.sub-forums a {
background: rgb(214, 214, 214);
padding: 7px 10px 7px 10px;
box-shadow: 0 3px 0 0 rgb(183, 183, 183);
color: rgb(126, 126, 126)!important;
}
.sub-forums a:hover {
position: relative;
top: 2px;
box-shadow: 0 1px 0 0 rgb(183, 183, 183);
}
#pun-announcement {
background-color: #AF481B;
color: rgb(94, 39, 15);
border: none;
padding: 1em;
}
input[type="submit"], input[type="reset"] {
background: rgb(226, 85, 23);
color: rgb(110, 52, 26);
font-size: 12px;
padding: 10px 7px 10px 7px!important;
outline: none!important;
border: solid rgb(165, 65, 21);
border-width: 1px 1px 3px 1px;
cursor: pointer;
}
input[type="submit"]:hover, input[type="reset"]:hover {
position: relative;
top: 2px;
border-width: 1px 1px 1px 1px;
}
.pun .main .options {
padding: 0 25px 0 0;
height: 32px;
line-height: 32px;
}
.frm-buttons.fb {
height: 48px;
}
a#pun-logo img {
transition: 1s;
-webkit-filter: grayscale(100%);
}
a#pun-logo img:hover {
transition: 1s;
-webkit-filter: grayscale(0);
}
a.mainmenu {
transition: .2s;
}
a.mainmenu:hover {
transition: .2s;
font-size: 20px!important;
}
h4.username {
background: rgb(247, 247, 247);
border: solid rgb(221, 221, 221);
border-width: 1px 1px 3px 1px;
border-radius: 5px;
padding: 5px;
margin-bottom: 10px;
width: 90%;
position: inherit!important;
}
.user_login_form.main-box.center {
height: 38px;
}
div#pun-intro {
background-image: url(http://i.imgur.com/vU8oaGf.jpg);
}
Infelizmente, não sei se vai resultar perfeitamente, pois você excluiu todas as categorias, fóruns e tópicos de seu fórum, logo, não há como ver se resultou.
No mais, comente futuros resultados.
Até mais.
Re: Mudar cores de menus, search e principal
opa, deu certo, porém na parte superior continua o ''bem-vindo admin'' e ''notificações'' na cor laranja escuro, queria deixar braco
Re: Mudar cores de menus, search e principal
Troque novamente toda sua Folha de Estilo CSS para:
- Código:
/** BEGIN Mudança de Cores */
div#fa_toolbar a#fa_magnifier:before {
content: "\f002";
font-family: FontAwesome;
color: #2f578e;
font-size: 29px;
margin-left: 5px;
position: absolute;
bottom: 5px;
}
div#fa_toolbar a#fa_magnifier {
background-image: none!important;
}
#pun-navlinks li a {
color:#fff!important;
}
#pun-head #pun-navlinks {
border-color: #363636!important;
}
.tc2, .tc3 {
color: #2f578e!important;
background-color:#fff!important;
background:#fff!important;
}
.main-content tr th {
background: #474747!important;
color: #ffffff!important;
}
.main .main-foot, .main .main-head {
color:#fff!important;
}
input[type="reset"], input[type="submit"] {
background: #2f578e!important;
border: solid #2f578e!important;
}
div#fa_toolbar a {
color:#fff!important;
}
/* Dúvidas? Vá ao fórum de suporte! */
/** END Mudança de Cores */
body {
color: #333;
font: 13px/150% "Helvetica Neue", Arial, sans-serif;
background: #EEE url(http://i.imgur.com/BXM2Fuc.jpg) no-repeat top center;
background-size: 100% auto;
background-attachment: fixed;
}
.pun {
line-height: 130%;
min-width: 768px;
width: 100%;
padding: 0px;}
#topbar {
background: url(http://i.imgur.com/pvSB3.png) 0 0 repeat-x;
line-height: 20px;
padding: 10px 0;
overflow: hidden;
font-size: 90%;
}
.wrapper {
margin: 0 auto;
width: 980px;
}
#toplinks {
float: right;
}
.time {
color: #555;
list-style: none;
}
#pun-head #pun-navlinks {
background: #2f578e;
border: solid #AF481B;
border-width: 0 0 5px 0;
box-shadow: inset 0 4px 0 0 #363636
height: 75px;
line-height: 75px;
margin: 0;
padding: 0;
z-index: 999;
}
#pun-navlinks li a {
color: #693011;
font-family: "Helvetica Neue",Arial,sans-serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
text-transform: uppercase;
font-weight: 600;
line-height: 60px;
margin: 0 .8em 0 0;
padding: 22px 0px;
animation: 1s;
-webkit-animation: 1s;
}
#pun-navlinks li a:hover {
animation: 1s;
-webkit-animation: 1s;
color: white;
text-shadow: 0 0 3px #FFF;
text-decoration: none!important;
}
#pun-navlinks ul {
list-style: none;
text-align: center;
width: 980px;
margin: auto;
}
#pun-intro {
background: #464646;
margin: auto;
text-align: center;
padding: 25px 0 0 0;
width: 100%;
border:none;}
#content {
padding: 10px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
}
#page-body {
margin: auto;
background: #FFF;
box-shadow: 0 0 3px 0 #666;
padding: 5px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
width: 980px;
}
#main_content_top {
background: #E5E5E5 url(http://i.imgur.com/cfMqh.png) repeat-x;
height: 60px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-top-left-radius: 5px;
text-shadow: 0 1px 0 white;
}
#memb_login {
float: left;
margin-top: 12px;
padding-left: 20px;
width: 500px;
}
#memb_login ul, #memb_login li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}
#memb_login .login_icon {
background: url(http://i.imgur.com/ATlGt.png) 0 50% no-repeat;
}
#memb_login a {
color: #888;
font-size: 12px;
text-decoration: none;
line-height: 20px;
}
#memb_login .login_icon span, #memb_login .signup_icon span {
padding: 0 0 0 40px;
display: block;
}
#memb_login .uppertext, #memb_login .memb_greeting {
font-size: 16px;
color: #323436;
text-transform: uppercase;
display: block;
}
#memb_login .signup_icon {
background: url(http://i.imgur.com/KeBCD.png) 0 50% no-repeat;
margin-left: 50px;
}
#memb_login a:hover {
color: #454545;
}
#search {
float: right;
background: url(http://i.imgur.com/l4a8b.png) 0 0 no-repeat;
width: 245px;
height: 65px;
position: relative;
margin-bottom: -6px;
padding-right: 20px;
}
#keywords.inputbox.search {
position: absolute;
top: 15px;
right: 62px;
width: 157px;
height: 16px;
padding: 8px 5px 6px 8px;
background: none;
border: none;
outline: none;
overflow: hidden;
font: 13px Arial, sans-serif;
}
#search .search_button {
position: absolute;
top: 0;
right: 20px;
width: 42px;
height: 60px;
background: none;
border: none;
outline: none;
cursor: pointer;
}
#pun-foot {
clear: both;
width: 980px;
margin: auto;
position: relative;
top: 80px;
}
#pun-about {
color: #2f578e;
background: none;
border: none;
line-height: 150%;
padding: 0;
text-align: center;
}
#pun-about ul li a {
color: #2f578e;
font: 12px "Helvetica Neue", Arial, sans-serif;
text-decoration: none!important;
}
.main .main-head ,.main .main-foot {
height: auto;
}
.main .main-foot, .main .main-head {
cursor: default;
margin-top: 7px;
background-color: #2f578e;
color: #83310D;
text-transform: uppercase;
padding: 12px 0 10px 20px;
}
.pun table .tcr {
width: 25%;
}
.largertext {
font-size: 120%;
color: #484848;
}
.fadetext{
color: #AAA;
font-size: 11px;
}
.pun table.table td {
background-color: white;
line-height: 130%;
border-left: none;
border-bottom: 1px solid #EBEBEB;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #F8F8F8;
border-left: none;
}
.tcicons {
width: 5%;
background-color: #F8F8F8!important;
}
.statusid {
margin-left: 10px!important;
margin-right: 0px!important;
}
.stadisticageneral {
padding:10px;
background: #F6F6F6;
border: 1px solid #DDD;
}
.cat_bar {
background-image: url(http://i.imgur.com/3mBvC.png);
padding-left: 9px;
overflow: hidden;
height: 40px;
line-height: 40px;
font-size: 14px;
font-weight: normal;
color: #EEE;
margin-bottom: 5px;}
.titlebg {
color: #1C1C1C;
text-shadow: 0 1px 0 white;
background: url(http://i.imgur.com/hfnii.png);
overflow: hidden;
height: 40px;
line-height: 40px;
font-size: 120%;
font-weight: normal;
padding-left: 9px;
}
.stadisticageneral p{
margin: 0 0 0.2em 0;
padding: 0.2em;
}
#pun-about fieldset {
display: none;
}
.pun .postmain {
border: none;
margin-left: 15em;
background-color: white;
}
.pun .post {
background-color: white;
border-style: solid!important;
border-width: 1px 0px 0px 0px;
border-color: #DDD;
}
.pun .topic {
background: white;
border: none;
}
.postfoot {
border-top: none;
margin-left: 0em;
}
.pun .posthead {
background: white;
padding: .5em 1.3em .5em 1em;
border-bottom: 1px solid #DDD;
font-size: 11px;
}
.pun .sig-content {
border-top: 1px #DDD solid;
}
.pun .post .user {
margin-left: -16em;
font-size: 12px;
overflow: inherit;
text-align: center;
}
#profile-advanced-right {
float: left;
left: -5px;
position: relative;
top: 70px;
width: 31.5%;
box-shadow: 0 0 3px 0 #666;
background: rgb(251, 251, 251);
}
#profile-advanced-layout {
float: right;
margin-top: 50px;
margin-left: 0;
margin-right: 0;
width: 68.2%;
}
#profile-advanced-left {
margin-right: 0px;
margin-left: 0px;
margin-top: 20px;
box-shadow: 0 0 3px 0 #666;
background: rgb(251, 251, 251);
}
#copyright {
float: right;
}
.fameforum {
color: #C03B00;
font-size: 11px;
font-weight: bold;
}
.fameforum a {
color: #0CD5D5!important;
font-size: 12px;
font-weight: 700;
}
.pun table.table td {
padding: .2em 0 .2em;
}
.pun-crumbs p {
line-height: 1.5;
margin: 0;
color: #464646;
font-size: 0.95em;
}
.pun-crumbs p a{
color: #464646!important;
}
a{
text-decoration: none!important;
}
a:hover{
text-decoration: none!important;
}
#pun-about ul li a:hover{
text-decoration: none!important;
}
.forum-div {
padding-left: 25px;
padding-top: 2px;
}
span.forum-desc {
color: #969696;
}
div#pun-navlinks a[href="/faq"], div#pun-navlinks a[href="/search"] {
display: none;
}
#fa_toolbar {
height: auto!important;
padding: 0!important;
height: 46px!important;
background-color: #2f578e!important;
color: #FFFFFF!important;
font-size: 14px!important;
}
div#fa_toolbar a {
color:#fff!important;
}
#fa_share{
display: none!important;
}
#fa_search #fa_textarea {
width: 256px!important;
height: auto!important;
padding: 4px 0 4px 5px!important;
margin-top: 0!important;
border-radius: 0!important;
color: rgb(226, 85, 23)!important;
outline: none;
}
#fa_magnifier {
background-image: url('http://i.imgur.com/RtCxnFa.png')!important;
background-size: 100% auto!important;
}
#fa_toolbar #fa_left, #fa_hide {
display: none!important;
}
#fa_right a {
height: 46px!important;
line-height: 46px!important;
}
#fa_right {
margin-right: 40px;
}
#fa_search {
margin-left: 40px!important;
position: relative;
top: 7px;
}
#fa_welcome, #fa_notifications {
height: 46px!important;
line-height: 46px!important;
}
#fa_menulist {
left: 870px!important;
border: solid #CACACA!important;
border-width: 0 0 3px 0!important;
}
#fa_menulist a:link, #fa_menulist a:visited {
color: #85310F!important;
}
#notif_list {
background: #FFF!important;
}
.see_all {
background: none!important;
}
.pun .main-content {
background-color: #fbfbfb;
border: none;
}
.main-content tr th {
height: 0;
line-height: 10px;
text-transform: uppercase;
font-size: 10px;
cursor: default;
}
.tc2, .tc3 {
box-shadow: 0 3px 0 0;
cursor: default;
}
span.content-num {
font-size: 18px;
font-weight: 700;
}
.content-name {
text-transform: lowercase;
font-variant: small-caps;
font-weight: 700;
}
.last-post-div {
font-size: 12px;
/*text-transform: uppercase;*/
}
.last-post-div a {
font-weight: 700;
}
.last-post-info {
font-size: 11px;
font-weight: 300!important;
}
.main-content tr td {
padding-top: 12px!important;
padding-bottom: 12px!important;
}
a[href="/u1"]:hover:after {
background: #BD1E1E;
border-radius: 25px;
color: #FFF;
content: 'Fundador e administrador do fórum';
display: inline-block;
font-size: 10px;
opacity: .9;
padding: 4px 10px;
position: absolute;
margin: -25px 0 0 -75px;
text-transform: uppercase;
width: 256px;
}
.sub-forums {
display: block;
position: relative;
background: rgb(241, 241, 241);
height: 48px;
width: 90%;
line-height: 48px;
text-align: center;
color: rgb(241, 241, 241);
border-bottom: 1px dashed rgb(214, 214, 214);
}
.sub-forums a {
background: rgb(214, 214, 214);
padding: 7px 10px 7px 10px;
box-shadow: 0 3px 0 0 rgb(183, 183, 183);
color: rgb(126, 126, 126)!important;
}
.sub-forums a:hover {
position: relative;
top: 2px;
box-shadow: 0 1px 0 0 rgb(183, 183, 183);
}
#pun-announcement {
background-color: #AF481B;
color: rgb(94, 39, 15);
border: none;
padding: 1em;
}
input[type="submit"], input[type="reset"] {
background: rgb(226, 85, 23);
color: rgb(110, 52, 26);
font-size: 12px;
padding: 10px 7px 10px 7px!important;
outline: none!important;
border: solid rgb(165, 65, 21);
border-width: 1px 1px 3px 1px;
cursor: pointer;
}
input[type="submit"]:hover, input[type="reset"]:hover {
position: relative;
top: 2px;
border-width: 1px 1px 1px 1px;
}
.pun .main .options {
padding: 0 25px 0 0;
height: 32px;
line-height: 32px;
}
.frm-buttons.fb {
height: 48px;
}
a#pun-logo img {
transition: 1s;
-webkit-filter: grayscale(100%);
}
a#pun-logo img:hover {
transition: 1s;
-webkit-filter: grayscale(0);
}
a.mainmenu {
transition: .2s;
}
a.mainmenu:hover {
transition: .2s;
font-size: 20px!important;
}
h4.username {
background: rgb(247, 247, 247);
border: solid rgb(221, 221, 221);
border-width: 1px 1px 3px 1px;
border-radius: 5px;
padding: 5px;
margin-bottom: 10px;
width: 90%;
position: inherit!important;
}
.user_login_form.main-box.center {
height: 38px;
}
div#pun-intro {
background-image: url(http://i.imgur.com/vU8oaGf.jpg);
}
Re: Mudar cores de menus, search e principal
Yah, tudo certo agora, Obrigado por tudo!, pode fechar
Re: Mudar cores de menus, search e principal
Questão marcada como Resolvida ou o Autor solicitou que ela fosse arquivada. Tópico marcado como Resolvido e movido para "Questões resolvidas". |
Tópicos semelhantes
» Mudar as córes desses ícones para as cores padrões
» Ajuda com tradução dos Menus e Mudar logo
» Mudar cores
» Mudar cores
» Mudar cores do Chatbox
» Ajuda com tradução dos Menus e Mudar logo
» Mudar cores
» Mudar cores
» Mudar cores do Chatbox
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