[3.0.12] SE Pro
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
[3.0.9] SE Pro
Yes
But the test is on my computer with Wampserver. You cannot see it.
But the test is on my computer with Wampserver. You cannot see it.
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
[3.0.9] SE Pro
Hi,
I found the cause of the error!
It was a conflict with the Buttons menu mod of Kamahl which I had installed for prosilver_se.
Now I'll try again with SE Pro, but it's very difficult for me to change the links and the images...
I found the cause of the error!
It was a conflict with the Buttons menu mod of Kamahl which I had installed for prosilver_se.
Now I'll try again with SE Pro, but it's very difficult for me to change the links and the images...
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
[3.0.10] SE Pro
Is there away that se_pro can pull the style grad like prosilver and se_square do ?
i mean if you have the welcome box and forum goals and so on the background remains white within the mods
and thats a simple fix by adding
But thats a solid colour if you take a close look at prosilver and se_pro the colour fades as in the image below
How is the fade done ? is it by an image ? if so can it be placed into this code
maybe work some thing like this into it
I really dont have a clue how a theme works
i mean if you have the welcome box and forum goals and so on the background remains white within the mods
and thats a simple fix by adding
Code: Select all
<ul class="topiclist forums" style="background-color:#your colour;">
Code: Select all
<ul class="topiclist forums" style="background-color:#your colour;">
Code: Select all
{T_THEME_PATH}/images/gradient.gif")
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
[3.0.10] SE Pro
In SE Pro it is defined in colours.css
Code: Select all
.navbar {
background:#E5E5E5 url("{T_THEME_PATH}/images/row1.gif") repeat-x scroll left top;
}
Code: Select all
li.row {
background: #E5E5E5 url("{T_THEME_PATH}/images/row1.gif") repeat-x scroll left top;
border-top-color: #FFFFFF;
border-bottom-color: #5c5c5c;
}
li.row strong {
color: #000000;
}
li.row:hover {
background: #F4F4F4 url("{T_THEME_PATH}/images/row2.gif") repeat-x scroll left top;
}
Board rules! No PM support
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
[3.0.10] SE Pro
Yup i see them there but i'm not understanding what to do with them (i never have really played with a theme) i'm doing it on localhost as
welcome on index has no .css and i have played with the forum goals .css but it fails.
i can make it a solid colour as stated above but it looks rank
welcome on index has no .css and i have played with the forum goals .css but it fails.
i can make it a solid colour as stated above but it looks rank
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
[3.0.10] SE Pro
hmmm still not working on local any chance of an example
i think im gonna bash the crap out of this pc this is getting me annoyed some thing so simple but not working
i just did some google on this and it dont make any sense to me
i think im gonna bash the crap out of this pc this is getting me annoyed some thing so simple but not working
i just did some google on this and it dont make any sense to me
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
[3.0.10] SE Pro
in short this
my custom box i made picks up the theme ok