Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Galandas
BBCoder III
Posts: 147 Joined: 07 Mar 2010, 00:08
BBCodes: 35
Favourite BBCode: player yahoo
Favourite MOD: Mod Rey
Location: italy
Contact:
Post
by Galandas » 21 Aug 2010, 16:09
style prosilver
How to add background image in the responses
an 'image instead of the base color of prosilver.....thanks in advance
here is what I mean
I modified the colours.css but nothing happens.
Code: Select all
.bg1 {
background-color: #7b5a47;
background-image: url("{T_THEME_PATH}/images/sfondo.gif");
border: 1px solid #612D09;
}
.bg2 {
background-color: #7b5a47;
background-image: url("{T_THEME_PATH}/images/sfondo.gif");
border: 1px solid #612D09;
}
.bg3 {
background-color: #7b5a47;
background-image: url("{T_THEME_PATH}/images/sfondo.gif");
border: 1px solid #612D09;
}
Steve
BBCoder VI
Posts: 863 Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers
Post
by Steve » 21 Aug 2010, 16:21
needs to go in colours.css
example
find:
Code: Select all
/* Post body styles
----------------------------------------*/
.postbody {
color: #333333;
}
replace with:
Code: Select all
/* Post body styles
----------------------------------------*/
.postbody {
color: #333333;
background-image: url("{T_IMAGESET_PATH}/site_logo.gif");
background-repeat: no-repeat;
background-position: center;
}
test.PNG
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
Galandas
BBCoder III
Posts: 147 Joined: 07 Mar 2010, 00:08
BBCodes: 35
Favourite BBCode: player yahoo
Favourite MOD: Mod Rey
Location: italy
Contact:
Post
by Galandas » 21 Aug 2010, 17:43
how to ensure that surrounds the whole page
I did so
Code: Select all
.postbody {
color: #e1ecf2;
background-image: url("{T_THEME_PATH}/images/sfondo.gif");
background-repeat: repeat;
background-position: 100% 0;
}
result
cisco007
BBCoder VI
Posts: 1015 Joined: 16 Mar 2010, 18:14
Location: Don't really know!
Post
by cisco007 » 21 Aug 2010, 17:47
you might have to make the image bigger or add a repeat pattern to the css!
Steve
BBCoder VI
Posts: 863 Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers
Post
by Steve » 21 Aug 2010, 17:50
try this open theme/content.css
find:
Code: Select all
/* Post body styles
----------------------------------------*/
.postbody {
add after:
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
cisco007
BBCoder VI
Posts: 1015 Joined: 16 Mar 2010, 18:14
Location: Don't really know!
Post
by cisco007 » 21 Aug 2010, 17:55
will that edit help the image stretch all the way down when the post body become really big!?
Galandas
BBCoder III
Posts: 147 Joined: 07 Mar 2010, 00:08
BBCodes: 35
Favourite BBCode: player yahoo
Favourite MOD: Mod Rey
Location: italy
Contact:
Post
by Galandas » 21 Aug 2010, 17:59
I result.............
Steve
BBCoder VI
Posts: 863 Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers
Post
by Steve » 21 Aug 2010, 18:04
try this
Code: Select all
.postbody {
color: #e1ecf2;
background-image: url("{T_THEME_PATH}/images/sfondo.gif");
background-repeat: no-repeat;
background-position: center;
}
and contents.css min-hieght is the height of your image
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
Galandas
BBCoder III
Posts: 147 Joined: 07 Mar 2010, 00:08
BBCodes: 35
Favourite BBCode: player yahoo
Favourite MOD: Mod Rey
Location: italy
Contact:
Post
by Galandas » 21 Aug 2010, 18:17
ok I pasted this colours.css
Code: Select all
.postbody {
color: #e1ecf2;
background-image: url("{T_THEME_PATH}/images/sfondo.gif");
background-repeat: no-repeat;
background-position: 100% 0;
}
I pasted this content.css
result
Steve
BBCoder VI
Posts: 863 Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers
Post
by Steve » 21 Aug 2010, 18:22
can i have that image please i will get the corect code for you later today,its food time!
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!