Page 1 of 2

Displays strange

Posted: 16 Nov 2012, 14:04
by dnfdarkness
Can i change the background to match my forums>? it looks bad on my forum
im using Cerulean Style template

Displays strange

Posted: 16 Nov 2012, 14:07
by Stoker
you have to adapt it to the style you are using.

He mod is based on prosilver

Displays strange

Posted: 16 Nov 2012, 14:09
by dnfdarkness
how do i fix it ? i would post the url but it says im not alowed to

Displays strange

Posted: 16 Nov 2012, 14:23
by Stoker
You have to take a look at how the style is build.
i dont have the edits for that specific style.

Displays strange

Posted: 16 Nov 2012, 14:25
by dnfdarkness
what part do i look at ? where does this mod pull ts information from? for the background ect >?

Displays strange

Posted: 16 Nov 2012, 14:44
by Stoker
Search and compare the classes in the style.
It is this part of my mod that gives the background: <ul class="topiclist forums">

Displays strange

Posted: 16 Nov 2012, 14:47
by dnfdarkness
Stoker wrote:Search and compare the classes in the style.
It is this part of my mod that gives the background: <ul class="topiclist forums">
so i should point this to my style css ?? or point to a image ??

Displays strange

Posted: 17 Nov 2012, 01:37
by Sniper_E
If there is an image in the background it would be listed in the css stylesheet.
For <ul class="topiclist forums"> look for the classes .topiclist and .forums

Displays strange

Posted: 17 Nov 2012, 04:45
by dnfdarkness
.forabg {
background: #b1b1b1 none repeat-x 0 0;
margin-bottom: 4px;
padding: 0 5px;
clear: both;
}

.forumbg {
background: #ebebeb none repeat-x 0 0;
margin-bottom: 4px;
padding: 0 5px;
clear: both;
}

I found this in the common.css so how would i go about addding a background image to this ??
can i use html code like " background-image:url(images/bg1.jpg)"

.forabg {
background-image:url(images/bg1.jpg) <------ Like this ?
background: #b1b1b1 none repeat-x 0 0;
margin-bottom: 4px;
padding: 0 5px;
clear: both;
}

Displays strange

Posted: 17 Nov 2012, 07:54
by Solidjeuh
have you tried it? :D