- Postagens: 36
- Obrigados Recebidos: 0
Cor do texto do menu.
- oliduarte
-
Autor do Tópico
- Offline
- JCB! Colaborador
-
Menos
Mais
14 anos 4 meses atrás #49762
por oliduarte
oliduarte created the topic: Cor do texto do menu.
Galer, sou super principiante no Joomla e estou tentando mudar as cores do meu menu principal.
Eu coloquei uma imagem escura no backround e o texto não aparece.
Alguém me ajuda a alterar por favor?
Obrigadoooo
O site:
http://www.allwashedlavanderia.com.br/N ... /index.php
Eu coloquei uma imagem escura no backround e o texto não aparece.
Alguém me ajuda a alterar por favor?
Obrigadoooo
O site:
http://www.allwashedlavanderia.com.br/N ... /index.php
Please Entrar ou Registrar to join the conversation.
- rldesign
-
- Offline
- JCB! Hero
-
14 anos 4 meses atrás #49764
por rldesign
Rafael Santana
Web Designer | R&L Design - Desenvolvimento Gráfico e Sites
rldesign replied the topic: Re: Cor do texto do menu.
oliduarte
Vai ser preciso alterar o css desse template.
Vá na pasta templates / blogana / css /
Procure pelo arquivo tdefault.css
Agora procure por essa parte
Altere esse valor do color, supondo que seja branco: #ffffff
Esse código é o efeito do mouse em cima do menu
Altere esse valor do color, para um azul mais claro: #C4D3DF
Vai ser preciso alterar o css desse template.
Vá na pasta templates / blogana / css /
Procure pelo arquivo tdefault.css
Agora procure por essa parte
#navigation a {
color: #555555;
Altere esse valor do color, supondo que seja branco: #ffffff
#navigation a:hover {
color: #717171 !important;
Altere esse valor do color, para um azul mais claro: #C4D3DF
Rafael Santana
Web Designer | R&L Design - Desenvolvimento Gráfico e Sites
Please Entrar ou Registrar to join the conversation.
- oliduarte
-
Autor do Tópico
- Offline
- JCB! Colaborador
-
Menos
Mais
- Postagens: 36
- Obrigados Recebidos: 0
14 anos 4 meses atrás #49765
por oliduarte
oliduarte replied the topic: Re: Cor do texto do menu.
Valeu pela ajuda Rafael.
Fiz a alteração mas mesmo assim não está funcionando.
Segue o código:
Fiz a alteração mas mesmo assim não está funcionando.
Segue o código:
/******************************************/
/***template design "globbersthemes" **********/
/***Blogana /Octobre 2010/************/
/***by globbers for globbersthemes ************/
/***all rights reserved***********************/
/******************************************/
/********************************************/
/*** *********body et aspect general ***********/
/*******************************************/
html {
height: 100%;
}
body{
margin:0;
padding:0;
text-align:center;
background:#ffffff url(../images/bg.jpg) 50% 50% repeat-y;
font-size:14px;
color:#555555;
font-family:"Tw Cen MT", "Myriad pro" ,arial , sans-serif;
font-weight:normal;
}
/*texte*/
p {
font-size: 100%;
}
h1 {
font-size: 200%;
}
h2 {
font-size: 150%;
}
h3 {
font-size: 125%;
}
h4, h5, h6 {
font-size: 100%;
}
/* liens hypertextes*/
a:link, a:visited {
text-decoration:none;
color:#000;
font-weight:bold;
}
a:hover {
color:#C4D3DF;
}
ul {
margin:0;
padding-left:20px;
}
li {
list-style-type:square;
background:transparent;
margin: 4px;
}
img {
border:none;
margin:3px 5px;
padding:0;
}
img .caption {
text-align: left;
}
.highlight{
background:#8b9f57;
padding: 0px 2px 0px 2px;
color:#000;
}
.button {
background:#8b9f57;
border:none;
color:#000;
font-weight:bold;
font-color:#000;
padding:4px;
-moz-border-radius: 5px ;
-webkit-border-radius: 5px ;
border-radius: 5px ;
-webkit-border-top-left-radius: 5px ; /* pour Chrome */
-webkit-border-top-right-radius: 5px ; /* pour Chrome */
}
.inputbox {
color:#000000;
background:#ffffff;
border:none;
padding:4px;
font-weight:bold;
}
.pagewidth{
width:980px;
text-align:center;
background:transparent;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
}
fieldset {
margin:0px 5px 5px 5px;
padding:7px;
border:1px dashed #e5e5e5;
}
/****Top**********/
#topmenu {
float:left;
width:100%;
height:665px;
background: url(../images/bg-top.jpg) 0 0 repeat;
}
#sitename {
float:left;
background:transparent;
margin-left:10px;
margin-top:20px;
width:210px;
height:87px;
}
/****Menu**********/
#menu {
float:right;
width:680px;
height:45px;
background:transparent;
margin:45px 20px 0px 0px;
text-align:center;
}
#navigation {
float:right;
height: 45px;
width:auto;
text-transform: uppercase;
text-align:center;
z-index: 990;
}
#navigation a {
float:left;
display: block;
height: 45px;
padding: 12px 14px 0 14px;
font-weight:bold;
color:#C4D3DF;
font-size:14px;
}
#navigation a:hover{
color:#000 !important;
}
#navigation ul {
list-style: none;
margin: 0;
padding-top: 0px ;
display: block;
}
#navigation li {
display: block;
float: left;
margin-right: 10px;
padding: 0 ;
}
#navigation li li a {
font-size: 13px;
padding:16px 0px 0 0px;
margin: 0;
color:#919191!important;
}
#navigation li li {
margin:0;
padding:0 ;
height:45px !important;
}
#navigation li li a {
height:40px !important;
}
#navigation li {
background: url(../images/menu-02.jpg) no-repeat 100% 0;
height:45px;
}
#navigation li span {
background: url(../images/menu-01.jpg) no-repeat 0 0;
height:45px;
}
#navigation li a {
color:#555555 ;
background: url(../images/menu-01.jpg) no-repeat 0 0;
height:45px;
}
#navigation li.active {
background: transparent;
height:45px !important;
background: url(../images/menu-active02.jpg) no-repeat 100% 0 ;
}
#navigation li.active span {
background: transparent;
height:45px !important;
background: url(../images/menu-active01.jpg) no-repeat 0 0 ;
}
#navigation li.active a {
color:#ffffff !important;
background: transparent;
height:45px !important;
background: url(../images/menu-active01.jpg) no-repeat 0 0 ;
}
.nav, .nav * {
margin:0;
padding:0;
}
.nav{
float:left;
position: relative;
z-index: 990;
}
.nav ul {
background:#fdfafa;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
z-index:999;
}
.nav li {
float:left;
list-style:none;
position:relative;
}
.nav li li a {
text-decoration:none;
float:none;
width:177px;
}
#navigation li:hover li,
#navigatin li.sfHover li,
#navigation li.active:hover li,
#navigation li.active.sfHover li,
#navigation li:hover li span,
#navigation li.sfHover li span {
background-image: none;
}
#navigation li:hover li a,
#navigation li.sfHover li a,
#navigation li.active:hover li a,
#navigation li.active.sfHover li a {
background-image: none;
z-index: 990;
}
.nav li ul {
float:none;
left:-999em;
position:absolute;
width: 177px;
z-index: 990;
padding-top:5px !important;
}
.nav li ul li {
background: url(../images/menu-st-02.jpg) no-repeat 100% 0 !important;
height:45px ;
margin:3px !important;
width:170px;
}
.nav li ul li span {
background: url(../images/menu-st-01.jpg) no-repeat 0 0 !important;
height:45px ;
width:170px;
}
.nav li ul li a {
background: url(../images/menu-st-01.jpg) no-repeat 0 0 !important;
height:45px ;
width:170px;
}
#navigation li ul a {
color:#fff !important ;
}
#navigation li ul a:hover {
color:#000 !important ;
}
#navigation li.active ul a:hover {
color:#000 !important ;
}
.nav li:hover ul,
.nav li.sfHover ul {
left:0px;
top: 46px;
z-index:900;
}
.navli:hover li ul,
.nav li.sfHover li ul,
.nav li li:hover li ul,
.nav li li.sfHover li ul,
.nav li li li:hover li ul,
.nav li li li.sfHover li ul {
top:-999em;
z-index:900;
}
.nav li li:hover ul,
.nav li li.sfHover ul,
.nav li li li:hover ul,
.nav li li li.sfHover ul,
.nav li li li li:hover ul,
.nav li li li li.sfHover ul {
left: 177px;
top:0px;
width: 177px;
}
.nav li li {
position: relative;
float:none;
width: 177px;
}
/******SLIDE******/
#slide {
float:left;
width:910px;
height:417px;
position: relative;
margin-top:30px;
margin-left:23px;
margin-bottom:50px;
padding:8px 0 0 8px;
background:#fcfcfc;
border:1px solid #d6d6d6;
}
#joomscontbox1 {
position:absolute;
}
#joomscontbox1 .inner {
width:895px;
height:400px;
display:block;
float:left;
padding:0 ;
margin:0 ;
}
.joomscontmask1{
width:895px;
height:400px;
position:relative;
overflow:hidden;
}
.prev1, .next1{
width: 69px;
height: 55px;
margin-top:-40px;
position: absolute;
top:50%;
z-index: 1;
cursor:pointer;
}
.prev1{
left:0;
background: url(../images/prev.png) no-repeat ;
margin-left:-20px;
}
.next1{
right:0;
background: url(../images/next.png) no-repeat ;
margin-right:-50px;
}
#top-bottom {
float:left;
width:100%;
height:62px;
background:#fff;
border-top:4px solid #000000;
}
/**********pathway***********/
#pathway {
float:left;
width:650px;
height:39px;
margin:0 ;
padding:0 0 0 20px ;
text-align:left;
}
#pathway p {
font-weight:bold;
padding: 0 ;
margin:16px 0 0 0;
font-size:14px;
}
/***************************/
/*MOD LOGIN/REGISTER/SEARCH*/
/***************************/
#tool {
float:left;
width:300px;
height:40px;
background:transparent;
margin-top:10px;
}
a.login-switch {
float:left;
background: url(../images/login.jpg) no-repeat;
color: #000;
width:60px;
height:40px;
}
a.register-switch {
float:left;
background: url(../images/register.jpg) no-repeat;
color: #000;
width:60px;
height:40px;
margin-left:20px;
}
a.search-switch {
float:left;
background: url(../images/search.jpg) no-repeat;
color: #000;
width:60px;
height:40px;
margin-left:20px;
}
a.login-switch:hover {
background: url(../images/login-hover.jpg) 0 0 no-repeat;
}
a.register-switch:hover {
background: url(../images/register-hover.jpg) 0 0 no-repeat ;
}
a.search-switch:hover {
background: url(../images/search-hover.jpg) 0 0 no-repeat ;
}
a.show,
a.show:hover {
float:left;
color: #000;
width:60px;
height:40px;
background: url(../images/close.jpg) 0 0 no-repeat;
}
a.deconnexion {
float:left;
background:transparent url(../images/logout.jpg) no-repeat;
color: #fff;
width:60px;
height:40px;
}
#gl-login {
background: #ffffff;
border:1px solid #000;
color: #555555;
top: 400px;
display: none;
height: 250px;
overflow: hidden;
padding: 11px 21px 11px 33px;
position: absolute;
left: 400px;
text-align:left;
z-index: 999;
width:150px;
}
h3.tittle-login{
text-align:left;
font-weight:bold;
font-size:22px;
letter-spacing:1px;
margin:0 ;
padding:8px 0 0px 0px;
}
h3.tittle-register{
text-align:left;
font-weight:bold;
font-size:22px;
margin:0 ;
padding:8px 0 0px 0px;
letter-spacing:1px;
}
#gl-register{
background: #ffffff;
border:1px solid #000;
color: #555555;
top: 250px;
display: none;
height: 364px;
overflow: hidden;
padding: 16px 11px 11px 25px;
position: absolute;
left: 300px;
text-align:left;
z-index: 999;
width:450px;
}
#gl-search {
background: #fff;
border:1px solid #000;
color: #000;
top: 600px;
display: none;
height: 36px;
overflow: hidden;
padding: 5px 7px;
position: absolute;
left: 400px;
text-align:left;
z-index: 999;
width:186px;
}
#gl-search .inputbox {
width:163px;
background:#fff;
}
#gl-login form a,
#gl-register form a {
background:transparent;
color: #555555;
font-weight:bold;
}
#gl-login label {
color: #555555;
padding-top:4px;
}
#gl-register label{
color: #555555;
padding-top:4px;
}
#gl-login .button {
background: #000;
color:#fff;
padding:5px;
margin:20px 0 5px 0;
cursor:pointer;
width:47px;
}
#gl-register .button {
background: #000;
color:#fff;
margin:10px 0 20px 0;
cursor:pointer;
height:28px;
width:146px;
}
#gl-register .inputbox {
background: #555555;
color: #fff;
margin-top:2px;
font-weight:bold;
width:275px;
height:24px;
}
#gl-login form {
float: left;
margin-top: 5px;
}
#gl-login form label {
float: left;
}
label.gl-login-user span,
label.gl-login-password span {
display: block;
float: left;
}
#gl-login form input.button {
font-size: 11px !important;
float: left;
}
#gl-login form #mod_login_username,
#gl-login form #mod_login_password {
background: #555555;
width: 120px;
margin: 3px 8px 0 0;
font-size: 12px !important;
padding: 2px;
font-weight:normal;
}
#gl-login form a {
padding: 5px 0 !important ;
margin: 0;
text-decoration: none;
background:transparent;
display:block;
}
#gl-login form a:hover,
#gl-login form a:active,
#gl-login form a:focus {
text-decoration: underline;
}
.gl-login-links {
padding: 2px 0 !important;
margin:0;
clear: both;
text-transform: none;
letter-spacing: normal;
font-size: 12px;
font-weight:normal;
}
.gl-login-links a {
font-weight:normal;
}
.libele {
display:none;
}
/****MAIN*****/
#main {
float:left;
width:720px;
background:transparent;
text-align:left;
font-size:15px;
margin:30px 0px 0px 0px;
}
#main-full {
float:left;
width:950px;
background:transparent;
text-align:left;
font-size:15px;
margin:30px 0px 0px 0px;
}
table.blog {
margin:0;
padding:0;
}
/*** *titre principale ****/
.contentheading ,
.componentheading,
a.contentpagetitle {
color:#000000;
font-size:20px;
font-weight: normal;
line-height: 26px;
text-align: left;
margin:0;
padding: 4px 0 10px 0px;
background:transparent;
text-transform:uppercase;
letter-spacing:1px;
}
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
color:#98cc00;
}
.contentpaneopen,.contentpane {
font-size:14px;
font-weight:normal;
padding:0 15px 15px 15px;
}
span.small {
background: transparent;
padding-left:18px;
}
.modifydate {
margin-top:10px;
}
.createdate {
background: transparent;
padding-left:18px;
padding-top:2px;
}
.blog_more {
margin-bottom:25px;
background:transparent;
margin-left:25px;
}
.blog_more strong {
letter-spacing:1px;
font-size:14px;
text-transform:uppercase;
font-weight:bold;
padding-left:20px;
background:transparent;
}
.blog_more li {
margin:5px 0px;
}
a.readon {
float:right;
background:#8b9f57;
font-weight: bold;
padding:5px;
margin-right:15px;
color:#fff;
margin-top:10px;
font-size:14px;
-moz-border-radius: 5px ;
-webkit-border-radius: 5px ;
border-radius: 5px ;
-webkit-border-top-left-radius: 5px ; /* pour Chrome */
-webkit-border-top-right-radius: 5px ; /* pour Chrome */
}
a.readon:hover, a.readon:active, a.readon:focus {
background:#efefef;
color:#000;
}
table.contenttoc {
margin: 5px;
padding: 5px;
float: right;
color:#000;
}
table.contenttoc td {
padding: 0 5px;
}
td .article_column {
margin:5px;
}
/* Pagination ---*/
ul.pagination {
float: left;
margin: 10px 0;
width: 100%;
}
ul.pagination li {
background: none;
display: inline;
margin: 0;
padding: 6px;
overflow: hidden;
}
ul.pagination li span {
padding: 0 5px;
line-height: 20px;
}
ul.pagination a {
background: transparent;
border: 1px solid #000;
color: #000;
line-height: 20px;
padding: 0 5px;
text-decoration: none;
-moz-border-radius: 5px ;
-webkit-border-radius: 5px ;
border-radius: 5px ;
-webkit-border-top-left-radius: 5px ; /* pour Chrome */
-webkit-border-top-right-radius: 5px ; /* pour Chrome */
}
ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
background: #000;
border: 1px solid #000;
color: #fff;
text-decoration: none;
-moz-border-radius: 5px ;
-webkit-border-radius: 5px ;
border-radius: 5px ;
-webkit-border-top-left-radius: 5px ; /* pour Chrome */
-webkit-border-top-right-radius: 5px ; /* pour Chrome */
}
/***********************/
/********colonne right**/
/***********************/
#right {
float:left;
width:215px;
margin:50px 5px 20px 20px;
padding:0px;
text-align:left;
background: url(../images/bg-right.jpg) 0 0 repeat-y;
}
#right .moduletable ,
#right .moduletable_menu ,
#right .moduletable_text {
margin-bottom:0px;
padding-bottom:20px;
margin-top:5px;
margin-right:20px;
margin-left:10px;
background:transparent;
border-bottom:1px solid #dddddd;
}
#right .moduletable h3,
#right .moduletable_menu h3 {
font-size:18px;
background:transparent;
padding-left:10px;
color:#000;
}
/***********************/
/******NEUSFLASH********/
/***********************/
#newsflash-t {
float:left;
width:960px;
height:15px;
background: url(../images/newsflash-t.jpg) 0 0 no-repeat;
}
#newsflash {
float:left;
width:960px;
background: url(../images/newsflash.jpg) 0 100% no-repeat;
margin-bottom:50px;
}
#newsflash .moduletable {
margin: 0px 20px 10px 20px;
text-align:left;
background:transparent;
}
/***********************/
/******footer*******/
/***********************/
#wrap-footer {
float:left;
width:100%;
height:310px;
background: url(../images/bg-top.jpg) 0 0 repeat;
}
#footer-top {
float:left;
width:100%;
height:250px;
background:#fff;
border-bottom:4px solid #000000;
}
#users-box {
float:left;
width:920px;
height:200px;
background:transparent;
}
.box {
float:left;
width:225px;
height:200px;
text-align:left;
}
#users-box .moduletable ,
#users-box .moduletable_menu ,
#users-box .moduletable_text {
background:transparent;
margin:0;
padding:5px 0 0 33px;
}
#users-box .moduletable h3,
#users-box .moduletable_menu h3 ,
#users-box .moduletable_text h3{
font-size:13px;
background: url(../images/bg-h3.png) 0 0 no-repeat;
padding:4px 10px 4px 25px;
margin:12px 0 12px 0;
text-transform:uppercase;
}
div .moduletable a,
div .moduletable_menu a ,
div .moduletable_text a {
font-weight:normal;
font-style:italic;
}
div .moduletable a:hover,
div .moduletable_menu a:hover ,
div .moduletable_text a:hover {
font-weight:normal;
font-style:italic;
}
#footer_tm {
float:left;
width:100%;
height:55px;
background:transparent;
}
.ftb {
float:left;
width:800px;
height:30px;
margin-top:20px;
text-align:center;
font-weight:normal;
font-size:15px;
background: transparent;
color:#ffffff;
}
.ftb a, .ftb a:visited{
color:#8b9f57;
}
.ftb a:hover{
color:#ffffff;
}
#top {
float:left;
width:30px;
height:30px;
margin-top:12px;
padding:0 !important;
border:none !important;
}
.top_button {
padding:0 !important;
border:none !important;
}
.bannerfooter {
padding:3px;
text-align:left;
}
div.banneritem_text {
padding:3px;
margin:0;
text-align:left;
}
div.bannerheader {
font-size:14px;
font-weight:bold;
text-align:left;
}
table.poll td{
text-align:left;
font-size:11px;
margin:0 !important;
padding:0;
}
table.poll thead td {
font-size:13px;
padding-left:14px;
font-weight:bold;
}
table.poll div {
text-align:left;
padding:2px !important;
}
table.poll .button{
font-size:12px;
margin:3px ;
padding:4px;
font-weight:bold;
}
table.pollstableborder td.sectiontableentry1,
table.pollstableborder td.sectiontableentry2 {
background:transparent;
margin:0;
padding:2px ;
font-style:italic;
}
/*table*/
.sectiontableheader {
padding:5px;
}
td.contentdescription {
padding:5px;
}
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
padding:5px;
}
/**end file***/
Please Entrar ou Registrar to join the conversation.
- rldesign
-
- Offline
- JCB! Hero
-
14 anos 4 meses atrás #49766
por rldesign
Rafael Santana
Web Designer | R&L Design - Desenvolvimento Gráfico e Sites
rldesign replied the topic: Re: Cor do texto do menu.
oliduarte
O código que vc colou não está com as alterações
Vou passar o código alterado. É so substituir.
Agora, com certeza vai funcionar!
O código que vc colou não está com as alterações
Vou passar o código alterado. É so substituir.
#navigation a {
color: #ffffff;
display: block;
float: left;
font-size: 14px;
font-weight: bold;
height: 45px;
padding: 12px 14px 0;
}
#navigation a:hover {
color: #C4D3DF !important;
}
#navigation li li a {
color: #C4D3DF !important;
font-size: 13px;
margin: 0;
padding: 16px 0 0;
}
Agora, com certeza vai funcionar!
Rafael Santana
Web Designer | R&L Design - Desenvolvimento Gráfico e Sites
Please Entrar ou Registrar to join the conversation.
- oliduarte
-
Autor do Tópico
- Offline
- JCB! Colaborador
-
Menos
Mais
- Postagens: 36
- Obrigados Recebidos: 0