The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

changing my background !

4 posters

Go down

changing my background ! Empty changing my background !

Post by brady March 17th 2008, 4:11 pm

hi guys ,i just got a simple question for u , when i put my background for my forum ...
its not working , it doesnt show me the background ... it still the same background after changed
so i want to know what is going on ????
tahnk u for ur time so help me Very good
brady
brady
Forumember

Male Posts : 111
Reputation : 0
Language : spanish, english

Back to top Go down

changing my background ! Empty Re: changing my background !

Post by Maxiamento March 17th 2008, 4:18 pm

keep submitting it, it will work eventually , I think it is a bug because of the update that contained the fix background option
Maxiamento
Maxiamento
Forumember

Posts : 182
Reputation : 0
Language : English

Back to top Go down

changing my background ! Empty Re: changing my background !

Post by Jalokim March 17th 2008, 6:48 pm

Maxiamento wrote:keep submitting it, it will work eventually , I think it is a bug because of the update that contained the fix background option
that is incorrect
You CSS is overwriting the normal color display... thats why you cannot edit the background...

please go to your admin panel-> styles -> colors -> CSS tab and copy the top about 50 lines or so of the CSS
I need to see the html body part and the wrap of the CSS
Copy the CSS till
Code:
/* Tags-------------------------------------------------*/

then ill tell you how to change it
provide the link to your image in your post
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

changing my background ! Empty Re: changing my background !

Post by Maxiamento March 17th 2008, 6:58 pm

ooh okay I had this bug as well but I fixed it that way so I figured maybe it would help him as well. sorry for giving an incorrect anwser
Maxiamento
Maxiamento
Forumember

Posts : 182
Reputation : 0
Language : English

Back to top Go down

changing my background ! Empty Re: changing my background !

Post by Jalokim March 17th 2008, 7:03 pm

Maxiamento wrote:ooh okay I had this bug as well but I fixed it that way so I figured maybe it would help him as well. sorry for giving an incorrect anwser
It's not a problem ... I'm just saying that its possibly the CSS....
your comment way rather one sided that why i attacked more harshly
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

changing my background ! Empty Re: changing my background !

Post by brady March 17th 2008, 7:22 pm

well Jalokim here is my code :

Code:
body {
background-color: #585858;
background-image: url("http://2img.net/i/fa/vide.gif");
background-attachment: scroll;
scrollbar-face-color: #dee3e7;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #dee3e7;
scrollbar-3dlight-color: #ffad01;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #efefef;
scrollbar-darkshadow-color: #98aab1;
}
th,td,p {
 font-family: Verdana,Arial,Helvetica,sans-serif }
a img {
 border: none;
 }
a:link,a:active,a:visited {
 color : #3283d3;
 }
a:hover{
 text-decoration: underline;
 color : #d39f31;
 }
hr{
 height: 0px;
 border: solid #292929 0px;
 border-top-width: 1px;
}
.bodyline{
 background-color: #585858;
 border: 1px #585858 solid;
}
.bodylinewidth {
width:80%}
.forumline{
 background-color: #1a1a1a;
 border: 2px #121212 solid;
 }
td.row1{
 background-color: #292929;
 }
td.row2{
 background-color: #292929;
 }
td.row3{
 background-color: #292929;
 }
td.rowpic {
background-color: #000000;
background-image: url("http://i34.servimg.com/u/f34/11/28/11/98/113.gif");
}
th {
color: #3283d3;
 font-size: 11px;
 font-weight : bold;
background-color: #000000;
 height: 25px;
background-image: url("http://2img.net/i/fa/softlight/fond_tit.jpg");
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url("http://2img.net/i/fa/softlight/fond_cat_gch.jpg");
background-color:#000000;
 border: #000000;
 border-style: solid;
 height: 28px;
}
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold;
 border: #3d3d3d;
 border-style: solid;
 height: 28px;
}
td.row3Right,td.spaceRow {
background-color: #292929;
 border: #000000;
 border-style: solid;
}
td.pourcentback {
 background-color : #585858;
 }
th.thHead,td.catHead {
 font-size: 12px;
 border-width: 1px 1px 0px 1px;
 }
th.thSides,td.catSides,td.spaceRow {
 border-width: 0px 1px 0px 1px;
 }
th.thRight,td.catRight,td.row3Right {
 border-width: 0px 1px 0px 0px;
 }
th.thLeft,td.catLeft {
 border-width: 0px 0px 0px 1px;
 }
th.thBottom,td.catBottom {
 border-width: 0px 1px 1px 1px;
 }
th.thTop {
 border-width: 1px 0px 0px 0px;
 }
th.thCornerL {
 border-width: 1px 0px 0px 1px;
 }
th.thCornerR {
 border-width: 1px 1px 0px 0px;
 }
.maintitle{
font-weight: bold;
 font-size: 22px;
 font-family: TrebuchetMS,Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;
 line-height : 120%;
 color : #e2eff5;
}
.gen {
 font-size : 12px;
 }
.genmed {
 font-size : 11px;
 }
.gensmall {
 font-size : 10px;
 }
.gen,.genmed,.gensmall {
 color : #e2eff5;
 }
a.gen,a.genmed,a.gensmall {
 color: #3283d3;
 text-decoration: none;
 }
a.gen:hover,a.genmed:hover,a.gensmall:hover{
 color: #d39f31;
 text-decoration: underline;
 }
.mainmenu{
 font-size : 11px;
 color : #e2eff5 }
a.mainmenu{
 text-decoration: none;
 color : #3283d3;
}
a.mainmenu:hover{
 text-decoration: underline;
 color : #d39f31;
 }
.cattitle{
 font-weight: bold;
 font-size: 12px ;
 letter-spacing: 1px;
 color : #3283d3}
a.cattitle{
 text-decoration: none;
 color : #3283d3;
 }
a.cattitle:hover{
 text-decoration: underline;
 }
.forumlink{
 font-weight: bold;
 font-size: 12px;
 color : #3283d3;
 }
a.forumlink {
 text-decoration: none;
 color : #3283d3;
 }
a.forumlink:hover{
 text-decoration: underline;
 color : #d39f31;
 }
.nav{
 font-weight: bold;
 font-size: 11px;
 color : #e2eff5;
 }
a.nav{
 text-decoration: none;
 color : #3283d3;
 }
a.nav:hover{
 text-decoration: underline;
 }
.topictitle,h1,h2{
 font-weight: bold;
 font-size: 11px;
 color : #e2eff5;
 }
a.topictitle:link{
 text-decoration: none;
 color : #3283d3;
 }
a.topictitle:visited{
 text-decoration: none;
 color : #9c9169;
 }
a.topictitle:hover{
 text-decoration: underline;
 color : #d39f31;
 }
.name{
 font-size : 11px;
 color : #e2eff5;
}
.postdetails{
 font-size : 10px;
 color : #e2eff5;
 }
.postbody{
 font-size : 12px;
 line-height: 18px}
a.postlink:link{
 text-decoration: none;
 color : #3283d3 }
a.postlink:visited{
 text-decoration: none;
 color : #9c9169;
 }
a.postlink:hover{
 text-decoration: underline;
 color : #d39f31}
.code{
 font-family: Courier,CourierNew,sans-serif;
 font-size: 11px;
 color: #b57b00;
background-color: #3d3d3d;
 border: #292929;
 border-style: solid;
border-left-width: 1px;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px}
.quote{
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 11px;
 color: #f3f2ef;
 line-height: 125%;
background-color: #3d3d3d;
 border: #292929;
 border-style: solid;
border-left-width: 1px;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px}
.copyright{
 font-size: 10px;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 color: #f3f2ef;
 letter-spacing: -1px;
}
a.copyright{
 color: #f3f2ef;
 text-decoration: none;
}
a.copyright:hover {
 color: #e2eff5;
 text-decoration: underline;
}
.coloradmin {
 color: #ffad01}
.colormod {
 color: #b57b00}
img{
border:0}
input,textarea, select {
color : #e2eff5;
font: normal 11px Verdana,Arial,Helvetica,sans-serif;
border-color : #e2eff5;
}
input.post, textarea.post, select {
 background-color : #3d3d3d;
 }
input {
 text-indent : 2px;
 }
input.button {
background-color : #292929;
color : #e2eff5;
font-size: 11px;
 font-family: Verdana,Arial,Helvetica,sans-serif;
}
input.mainoption {
background-color : #3d3d3d;
font-weight : bold;
}
input.liteoption {
background-color : #3d3d3d;
font-weight : normal;
}
.helpline {
 background-color: #292929;
 border-style: none;
 }
input {
 background-color: #292929;
 }
button.button2, input.button2 {
 font-size: 0.7em;
 border: 1px solid #BCBCBC;
width: auto !important;
padding: 1px 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #000000;
background-repeat: repeat-x;
background-color: #FAFAFA;
background-image: url('http://2img.net/i/fa/prosilver/bg_button.gif');
background-position: top;
overflow: visible;
vertical-align:middle;
}
button.button2:hover, input.button2:hover {
border: 1px solid #d39f31;
color: #d39f31;
background-position: 0 100%;
}
* html button.button2, * html input.button2 {
padding-bottom: 0;
margin-bottom: 1px;
height: 24px;
padding-right: 3px;
padding-left: 3px;
}
*+html button.button2, *+html input.button2 {
height: 24px;
padding-right: 3px;
padding-left: 3px;
}
*+html button.button2 img {
 vertical-align: middle;
 }
* html button.button2 img {
 vertical-align: middle;
 }
button.bbcode {
border: 1px solid #e3adad;
background-image: url("http://2img.net/i/fa/wysiwyg/bg_button.png");
}
.select {
background-color: #FFFFFF;
border: 1px solid #BCBCBC;
position: absolute;
z-index:100;
top: 0;
left: 0;
overflow: hidden;
width: 0px;
}
.selectHover {
 cursor: pointer;
 background-color: #EEEEEE;
}
.select p {
padding: 4px 6px;
font-size: 0.7em;
margin: 0px;
white-space: nowrap;
text-align: left;
}
.select button {
padding: 4px;
font-size: 0.9em;
margin: 0px;
background-color: #FFF;
border: none;
text-align:left;
}
.select button.button2 {
border:1px solid #BCBCBC;
padding: 0px;
}
* html .select button.button2 {
padding-right: 3px;
padding-left: 3px;
}
.select button.button2:hover {
border: 1px solid #d39f31;
color: #d39f31;
background-position: 0 100%;
}
textarea#text_editor_textarea {
 width: 100% !important;
 }
iframe#text_editor_iframe {
width: 100%;
height: 200px;
}
form#quick_reply textarea#text_editor_textarea {
width: 100% !important;
height: 100%;
}
form#quick_reply iframe#text_editor_iframe {
 width: 100%;
 }
* html form#quick_reply iframe#text_editor_iframe {
 width: 600px;
 }
*+html form#quick_reply iframe#text_editor_iframe {
 width: 600px;
 }
@import url("form_ie.css");
@media print {
body {
background-image: none;
background-color: #fff;
color: #000;
}
table.bodylinewidth span.maintitle {
display: block;
text-align: left;
}
table.bodylinewidth img#i_logo,.browse-arrows,.noprint,.messaging,.post-options,.poster-profile,img.i_icon_online,table.bodylinewidth .mainmenu,table.bodylinewidth .nav,table.bodylinewidth .gensmall,span.postdetails img, table.bodylinewidth .sig,table.bodylinewidth .catbottom,#info_open {
display:none;
}
td.catHead, .t-title {
text-align: left;
}
table.bodylinewidth .cattitle {
letter-spacing: normal;
 font-size: 1em;
}
.thLeft,.thRight {
color: #000;
 border: none;
 text-align:left;
}
.hr hr {
 visibility: hidden;
 }
.hr {
border-top: 1px dotted #ddd !important;
 }
tr.post td {
vertical-align: top;
border-bottom: 1px solid #ccc;
}
tr.post td td {
border: none;
}
span.gen {
display: none;
}
}

i hope it helps to my problem , thank u and ill be waiting for ur answer . Very good take care
brady
brady
Forumember

Male Posts : 111
Reputation : 0
Language : spanish, english

Back to top Go down

changing my background ! Empty Re: changing my background !

Post by Jalokim March 17th 2008, 7:45 pm

Code:
background-image: url("http://2img.net/i/fa/vide.gif");

enter the link to your new image here: instead of the "/vide.gif"
Your CSS is very odd... its not the simple/standard CSS from forumotion

if it doesn't work give me a link to your site and the link to the new background image
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

changing my background ! Empty Re: changing my background !

Post by brady March 17th 2008, 10:39 pm

thank u man , its working now but i dont have the background yet , so im looking for it , Sad i cant find some good one ....
tahnk u i apreciated it ! Love
brady
brady
Forumember

Male Posts : 111
Reputation : 0
Language : spanish, english

Back to top Go down

changing my background ! Empty Re: changing my background !

Post by poco9964 March 20th 2008, 2:42 am

Just like to add a thanks to Jalokim as he also helped me with this advice. Very Happy
avatar
poco9964
New Member

Posts : 10
Reputation : 0
Language : English

Back to top Go down

changing my background ! Empty Re: changing my background !

Post by Jalokim March 20th 2008, 11:31 am

poco9964 wrote:Just like to add a thanks to Jalokim as he also helped me with this advice. Very Happy
Its what i'm here for
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum