Ajuda imediata pf
2 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
Ajuda imediata pf
Qual é minha questão:
O meu problema é o seguinte, eu já acessei a FOLHA DE ESTILO CSS, mais não consigo achar a TAG que eu possa mudar as cores das imagens abaixo sendo: Cabeçalho, Topo do Widget e etc...
Imagens:
POR FAVOR PRECISO DE AJUDA IMEDIATA!
Endereço do meu fórum:
http://automaiscaminhoneiro.sampforum.net
Versão do fórum:
INVISION
O meu problema é o seguinte, eu já acessei a FOLHA DE ESTILO CSS, mais não consigo achar a TAG que eu possa mudar as cores das imagens abaixo sendo: Cabeçalho, Topo do Widget e etc...
Imagens:
POR FAVOR PRECISO DE AJUDA IMEDIATA!
Endereço do meu fórum:
http://automaiscaminhoneiro.sampforum.net
Versão do fórum:
INVISION
Re: Ajuda imediata pf
Olá,
Você deseja mudar a cor laranja se for adiciona este código em sua Folha de estilo CSS
Menu :
Vermelho : Altere pelo o código da cor que deseja
Widget
Vermelho : Altere pelo o código da cor que deseja
Até
Você deseja mudar a cor laranja se for adiciona este código em sua Folha de estilo CSS
Menu :
#submenu {
background-attachment: scroll;
background-color: #DF9400!important;
background-image: url(https://2img.net/r/ihimizer/img811/3505/bgmenubrd.png);
background-position: 0px 0px;
background-repeat: repeat-x;
height: 61px;
left: 100%;
width: 100%;
margin-top: 10px;
}
Vermelho : Altere pelo o código da cor que deseja
Widget
div.maintitle {
background-color: #DF9400!important;
background-image: url(https://2img.net/r/ihimizer/img811/3505/bgmenubrd.png);
}
Vermelho : Altere pelo o código da cor que deseja
Até
Re: Ajuda imediata pf
Amigo em questão ao MENU deu certo mudei a cor, mais no widget quando coloquei a cor 00BFFF, ficou cinza com bordas estranhas oque pode ser?
Re: Ajuda imediata pf
Olá,
Adiciona mais este código em sua Folha de estilo CSS
Até
Adiciona mais este código em sua Folha de estilo CSS
- Código:
div.maintitle {
border-color:#00BFFF!important;
}
Até
Re: Ajuda imediata pf
AINDA CONTINUA CINZA AMIGO, PODE SER ALGUM ERRO MEU?
Re: Ajuda imediata pf
nenhuma respota, preciso de ajuda...
Re: Ajuda imediata pf
Olá,
Substitua o código que eu passei agora antes por este abaixo
Até
Substitua o código que eu passei agora antes por este abaixo
- Código:
.module .maintitle {
div.maintitle {
border-color:#00BFFF!important;
}
Até
Re: Ajuda imediata pf
Ainda não deu desculpe gastar seu tempo, acho que não tem solução ATT.
Re: Ajuda imediata pf
Olá,
Tudo tem uma solução, poderia me passar o código da cor que deseja que seja a borda e depois poderia me passar a sua Folha de estilo CSS
Até
Tudo tem uma solução, poderia me passar o código da cor que deseja que seja a borda e depois poderia me passar a sua Folha de estilo CSS
Até
Re: Ajuda imediata pf
Olá,
Substitua sua Folha de estilo CSS por esta
Até
Substitua sua Folha de estilo CSS por esta
- Código:
/*Nao Editar a Folha de Estilo CSS sem Minha Permissão (Felipe)*/
#logo img {width: 100%;}
/*Ocultar Links do Menu*/
li > a.mainmenu[href="/faq"]{display: none !important;}
li > a.mainmenu[href="/search"]{display: none !important;}
li > a.mainmenu[href="/calendar"]{display: none !important;}
li > a.mainmenu[href="/login"]{display: none !important;}
/*------------------------------------------------------------------------*/
.borderwrap {
background-image: url('http://img208.imageshack.us/img208/796/style02.gif');
background-repeat: repeat-x;
}
.borderwrapm, div.borderwrap {
background-color: #292929;
border-bottom-color: #1F2221;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-left-color-value: #ff0000;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-style-value: solid;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-left-width-value: 1px;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-right-color-value: #1F2221;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-right-style-value: solid;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-right-width-value: 1px;
border-top-color: #1F2221;
border-top-style: solid;
border-top-width: 1px;
padding-bottom: 1px;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
}
/* Signature-------------------------------------------------*/
.signature {
background: url('http://img208.imageshack.us/img208/796/style02.gif') no-repeat;
background-position: top center;
padding: 35px 0px 0px 0px;
font-size: 1.1em;
border-top: 1px solid #2f3333;
clear: left;
line-height: 140%;
overflow: hidden;
width: 100%;
height: 100%;
margin-top: 1.5em;
}
dl.codebox {
background-image: url('http://img208.imageshack.us/img208/796/style02.gif');
background-repeat: repeat-x;
border: 1px solid #31b87a;
}
dl.codebox code {
color: #888888;
}
blockquote {
background: #3d4141 url("http://i74.servimg.com/u/f74/12/74/93/16/199.gif") 6px 1px repeat-x;
border: 1px dashed #738aff;
}
/*Modficação dos Links*/
a {outline: none;}
a:link,a:visited,a:active{background: transparent;color: #dfdfdf;text-decoration: none;}
a:hover{background: transparent;color: #ffb400;text-decoration: none;text-shadow: 0 0 5px #ffd800 !important;}
/*------------------------------------------------------------------------------------------------------------*/
.ipbtable {
background-image: url('http://i74.servimg.com/u/f74/12/74/93/16/195.gif');
background-repeat: repeat-x;
}
.row1 {
background-image: url('http://i74.servimg.com/u/f74/12/74/93/16/191.gif');
background-repeat: repeat-x;
}
.row2 {
background-image: url('http://i74.servimg.com/u/f74/12/74/93/16/191.gif');
background-repeat: repeat-x;
}
.clearfix {
background-image: url('');
background-repeat: repeat-x;
}
.clearfix {
background-image: url('');
background-repeat: repeat-x;
}
table, tr, td {
background-color:transparent; border:none; border-width:0;
}
body {
background-color:000000;
background-image:url('http://i74.servimg.com/u/f74/12/74/93/16/193.gif');
background-position: top center;
background-attachment:;
background-repeat: repeat-y;
scrollbar-face-color:0061ff;
scrollbar-highlight-color:0061ff;
scrollbar-3dlight-color:000000;
scrollbar-shadow-color:f6efef;
scrollbar-darkshadow-color:f6efef;
scrollbar-arrow-color:f6efef;
scrollbar-track-color:f6efef;
margin-top: 15px;
margin-bottom: 0px;
}
body {
background-color: #2F2F2F;
background-image: url("http://img717.imageshack.us/img717/5150/27514268.png");
background-position: 0 0;
background-repeat: repeat;
}
div#logostrip {
background-color: #2F2F2F !important;
background-image: url("http://img717.imageshack.us/img717/5150/27514268.png");
background-repeat: repeat;
}
/* CORES */
#submenu {
background-attachment: scroll;
background-color: #00BFFF!important;
background-image: url(http://img811.imageshack.us/img811/3505/bgmenubrd.png);
background-position: 0px 0px;
background-repeat: repeat-x;
height: 61px;
left: 100%;
width: 100%;
margin-top: 10px;
}
div.maintitle {
background-color: #00BFFF!important;
border-color:#00BFFF!important;
background-image: url(http://img811.imageshack.us/img811/3505/bgmenubrd.png);
}
div.maintitle {
border-color:#00BFFF!important;
}
/* TESTES */
#submenu {
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-size: auto auto;
background-attachment: scroll;
background-color: #df9400;
background-image: url("http://img811.imageshack.us/img811/3505/bgmenubrd.png");
background-position: 0 0;
background-repeat: repeat-x;
height: 61px;
left: 100%;
margin-top: 10px !important;
width: 100%;
}
#submenu ul li a {
color: #d4d4d4;
margin-bottom: 0.65em;
margin-left: 0;
margin-right: 1em;
margin-top: 1.5em;
padding-bottom: 0.65em;
padding-left: 0;
padding-right: 1em;
padding-top: 0.5em;
text-decoration: none;
}
/* MEMBRO */
.member {
background-color: #2F2F2F;
border-bottom-color: #d19218;
border-bottom-style: solid;
border-bottom-width: 0px;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-left-color-value: #d19218;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-style-value: solid;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-left-width-value: 0px;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-right-color-value: #d19218;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-right-style-value: solid;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-right-width-value: 0px;
border-top-color: #d19218;
border-top-style: solid;
border-top-width: 0px;
float: left;
margin-bottom: 2px;
margin-right: 2px;
padding-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
width: 22%;
}
.popupmenu li {
background-color: #2F2F2F;
background-image: url("http://2img.net/i/fa/invision/menu_item.gif");
background-position: 2px 50%;
background-repeat: no-repeat;
border-bottom-color: #161616;
border-bottom-style: solid;
border-bottom-width: 1px;
display: block;
padding-bottom: 0.5em;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: 0.5em;
text-decoration: none;
white-space: nowrap;
}
.popupmenu {
background-color: #D0D0D0;
}
#navstrip {
color: #D0D0D0;
font-weight: 700;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
/* MEMBRO FIM */
.bar {
background-color: #292929;
border-bottom-color: -moz-use-text-color;
border-bottom-style: none;
border-bottom-width: medium;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-left-color-value: -moz-use-text-color;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-style-value: none;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-left-width-value: medium;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-right-color-value: -moz-use-text-color;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-right-style-value: none;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-right-width-value: medium;
border-top-color: -moz-use-text-color;
border-top-style: none;
border-top-width: medium;
}
.post-footer {
background-color: #292929;
background-image: url("http://img526.imageshack.us/img526/2536/iconefundo2pequeno.png");
border-top-color: #292929;
border-top-style: solid;
border-top-width: 1px;
}
69-ltr.css (linha 544)
.post-footer {
background-color: #C6CCD4;
border-top-color: #9AA4B1;
border-top-style: solid;
border-top-width: 1px;
clear: both;
}
69-ltr.css (linha 1)
* {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
}
.postbody {
background-color: #292929;
border-bottom-color: -moz-use-text-color;
border-bottom-style: none;
border-bottom-width: medium;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-left-color-value: -moz-use-text-color;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-style-value: none;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-left-width-value: medium;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-right-color-value: -moz-use-text-color;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-right-style-value: none;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-right-width-value: medium;
border-top-color: -moz-use-text-color;
border-top-style: none;
border-top-width: medium;
}
.post .post-header {
background-color: #CADCEB;
background-image: url("http://img526.imageshack.us/img526/2536/iconefundo2pequeno.png");
}
.post {
background-color: #292929;
border-bottom-color: #333333;
border-bottom-style: solid;
border-bottom-width: 0;
}
.topic-footer {
background-color: #EBEADD;
background-image: url("http://img526.imageshack.us/img526/2536/iconefundo2pequeno.png");
}
69-ltr.css (linha 539)
.topic-footer {
background-color: #DFE6EF;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
}
/* TOPIC */
.tfooter {
background-color: #292929;
background-image: url("http://img526.imageshack.us/img526/2536/iconefundo2pequeno.png");
border-bottom-color: -moz-use-text-color !important;
border-bottom-style: none !important;
border-bottom-width: medium !important;
border-left-color-ltr-source: physical !important;
border-left-color-rtl-source: physical !important;
border-left-color-value: -moz-use-text-color !important;
border-left-style-ltr-source: physical !important;
border-left-style-rtl-source: physical !important;
border-left-style-value: none !important;
border-left-width-ltr-source: physical !important;
border-left-width-rtl-source: physical !important;
border-left-width-value: medium !important;
border-right-color-ltr-source: physical !important;
border-right-color-rtl-source: physical !important;
border-right-color-value: -moz-use-text-color !important;
border-right-style-ltr-source: physical !important;
border-right-style-rtl-source: physical !important;
border-right-style-value: none !important;
border-right-width-ltr-source: physical !important;
border-right-width-rtl-source: physical !important;
border-right-width-value: medium !important;
border-top-color: -moz-use-text-color !important;
border-top-style: none !important;
border-top-width: medium !important;
}
/* TOPIC */
table.ipbtable th.forum {
color: #f9b047;
text-align: left;
width: 60%;
}
table.ipbtable th.forum2 {
color: #f9b047;
}
table.ipbtable th.topics, table.ipbtable th.replies, table.ipbtable th.views {
color: #f9b047;
width: 8%;
}
table.ipbtable th.starter {
color: #f9b047;
}
table.ipbtable .last {
color: #f9b047;
}
/* TITULO TOPICO QUAL ESTA */
#navstrip li {
background-attachment: scroll;
background-color: transparent;
background-image: url("http://img89.imageshack.us/img89/8931/amarela.png");
background-position: 0 50%;
background-repeat: no-repeat;
float: left;
margin-bottom: 0;
margin-left: 5px;
margin-right: 5px;
margin-top: 0;
padding-left: 13px;
}
#navstrip li.begin {
background-attachment: scroll;
background-color: transparent;
background-image: url("http://img89.imageshack.us/img89/8931/amarela.png");
background-position: 0 50%;
background-repeat: no-repeat;
padding-left: 15px;
}
/* END */
#chatbox {
bottom: 30px;
left: 181px;
line-height: 10px;
overflow-x: auto;
overflow-y: auto;
position: absolute;
right: 0;
top: 45px;
}
/* TESTE */
.vote {
padding: 4px 1px 4px 1px;
text-align: center;
width:20px;
background-color: #eaeaea;
border: 1px solid #d4d6d5;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
}
.vote .vote-no-bar {
display: none;
}
.vote .vote-bar {
border-left: 0px;
border-right: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #d4d6d5;
font-size: 0px;
height: 50px;
margin: 0px;
width: 20px;
padding: 3px 0px 3px 0px;
}
.vote .vote-bar-plus {
margin-left: 7px;
width: 6px;
}
.vote .vote-bar-minus {
margin-left: 7px;
width: 6px;
}
.vote .vote-button a[href $="plus"] {
background:url('http://i26.servimg.com/u/f26/12/56/56/12/116.jpg');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}
.vote .vote-button a[href $="minus"] {
background-image:url('http://i26.servimg.com/u/f26/12/56/56/12/212.jpg');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}
.quote {
-moz-border-radius:5px;-moz-box-shadow:0 1px 5px rgba(0,0,0,.15);-webkit-border-radius:5px 5px;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.15);background:none;background-color:#F9F9F9;background-image:-webkit-gradient(linear,lefttop,leftbottom,from(#F9F9F9), to(#F0F0F0));border:1px solid #DEDEDE;border-radius:5px 5px;box-shadow:0 1px 5px rgba(0,0,0,.15);padding:10px 20px
}
.spoiler {
background-color: transparent;
background-image: url('http://bit.ly/elc7vS');
background-repeat: no-repeat;
padding-left: 13px;
}
a[href="/u1"] {background: url("http://www.imagensanimadasgif.com.br/gifs/estrelas/58.gif");}
.topiclist.forums li.row:hover{background-color:#EDEDED!important}
.colorpicker {
width: 356px;
height: 176px;
overflow: hidden;
position: absolute;
background: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp11.png);
font-family: Arial, Helvetica, sans-serif;
display: none;
}
.colorpicker_color {
width: 150px;
height: 150px;
left: 14px;
top: 13px;
position: absolute;
background: #f00;
overflow: hidden;
cursor: crosshair;
}
.colorpicker_color div {
position: absolute;
top: 0;
left: 0;
width: 150px;
height: 150px;
background: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp12.png);
}
.colorpicker_color div div {
position: absolute;
top: 0;
left: 0;
width: 11px;
height: 11px;
overflow: hidden;
background: url(http://i46.servimg.com/u/f46/16/56/73/62/select10.gif);
margin: -5px 0 0 -5px;
}
.colorpicker_hue {
position: absolute;
top: 13px;
left: 171px;
width: 35px;
height: 150px;
cursor: n-resize;
}
.colorpicker_hue div {
position: absolute;
width: 35px;
height: 9px;
overflow: hidden;
background: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp10.gif) left top;
margin: -4px 0 0 0;
left: 0px;
}
.colorpicker_new_color {
position: absolute;
width: 60px;
height: 30px;
left: 213px;
top: 13px;
background: #f00;
}
.colorpicker_current_color {
position: absolute;
width: 60px;
height: 30px;
left: 283px;
top: 13px;
background: #f00;
}
.colorpicker input {
background-color: transparent;
border: 1px solid transparent;
position: absolute;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color: #898989;
top: 4px;
right: 11px;
text-align: right;
margin: 0;
padding: 0;
height: 11px;
}
.colorpicker_hex {
position: absolute;
width: 72px;
height: 22px;
background: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp13.png) top;
left: 212px;
top: 142px;
}
.colorpicker_hex input {
right: 6px;
}
.colorpicker_field {
height: 22px;
width: 62px;
background-position: top;
position: absolute;
}
.colorpicker_field span {
position: absolute;
width: 12px;
height: 22px;
overflow: hidden;
top: 0;
right: 0;
cursor: n-resize;
}
.colorpicker_rgb_r {
background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp14.png);
top: 52px;
left: 212px;
}
.colorpicker_rgb_g {
background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp15.png);
top: 82px;
left: 212px;
}
.colorpicker_rgb_b {
background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp16.png);
top: 112px;
left: 212px;
}
.colorpicker_hsb_h {
background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp17.png);
top: 52px;
left: 282px;
}
.colorpicker_hsb_s {
background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp18.png);
top: 82px;
left: 282px;
}
.colorpicker_hsb_b {
background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp19.png);
top: 112px;
left: 282px;
}
.colorpicker_submit {
position: absolute;
width: 22px;
height: 22px;
background: url(http://i46.servimg.com/u/f46/16/56/73/62/aceita10.png) top;
left: 322px;
top: 142px;
overflow: hidden;
}
.colorpicker_focus {
background-position: center;
}
.colorpicker_hex.colorpicker_focus {
background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
background-position: bottom;
}
.colorpicker_slider {
background-position: bottom;
}
Até
Tópicos semelhantes
» [Ajuda] Como adicionar um tema no fórum [Ajuda]
» Ajuda com CSS
» Ajuda aki pf!
» Me ajuda, kk
» Não exibir moderadores do fórum
» Ajuda com CSS
» Ajuda aki pf!
» Me ajuda, kk
» Não exibir moderadores do fórum
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos