bg_header not used?

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
BigDrago
Registered User
Posts: 370
Joined: Fri Dec 10, 2004 5:16 pm
Location: Norway

bg_header not used?

Post by BigDrago »

Isnt bg_header image file used in 3.2?
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: bg_header not used?

Post by Lumpy Burgertushie »

it is right there in the prosilver/theme/images folder. so, it probably will be in any style that is prosilver based depending on the style author.

what style are you using? have you looked in the images folder to see if it is there?

why do you ask?

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
BigDrago
Registered User
Posts: 370
Joined: Fri Dec 10, 2004 5:16 pm
Location: Norway

Re: bg_header not used?

Post by BigDrago »

Ok. Couldnt find bgheader in any .css
And I read this viewtopic.php?t=2462366
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: bg_header not used?

Post by Lumpy Burgertushie »

well, how about that. I did not realize they had changed it to the gradients. I guess they just never got around to removing the image file from the images folder.
curious, why are you asking? what are you trying to do ?

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
Talk19Zehn
Registered User
Posts: 918
Joined: Tue Aug 09, 2011 1:10 pm

Re: bg_header not used?

Post by Talk19Zehn »

It is a fact often ignored (unfortunately (!)) in some styles: ;) And yet designs can act differently if they have been successfully conceptualized ...
colourstweaksbgheaderlistphpBB327img.png
If correctly adjusted, there are no worries. Different concepts can be solved correctly.

Take o look perhaps here: https://www.browserling.com/internet-explorer-testing

or else ...

I send best regards
You do not have the required permissions to view the files attached to this post.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: bg_header not used?

Post by Lumpy Burgertushie »

there you go again. I never paid any attention to the tweaks file since I don't use or care about IE.
now it makes sense that it is still available for the outdated IE browsers.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
Talk19Zehn
Registered User
Posts: 918
Joined: Tue Aug 09, 2011 1:10 pm

Re: bg_header not used?

Post by Talk19Zehn »

Hi,
Lumpy Burgertushie wrote: Sun Sep 15, 2019 5:15 pm there you go again. [...]
No, not me ... ;) phpBB has taken precautionary (then) care. :)



@BigDrago, has your question done? Possibly your style-concepts are at this time correctly configured.

Regards
BigDrago
Registered User
Posts: 370
Joined: Fri Dec 10, 2004 5:16 pm
Location: Norway

Re: bg_header not used?

Post by BigDrago »

Lumpy Burgertushie wrote: Sun Sep 15, 2019 2:59 pm well, how about that. I did not realize they had changed it to the gradients. I guess they just never got around to removing the image file from the images folder.
curious, why are you asking? what are you trying to do ?

robert
I want to change the default header colour background :)
I just dont know which one to change in this code.

Code: Select all

.headerbar, .forumbg {
	background-color: #12A3EB;
	background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
	background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%);
	background-repeat: repeat-x;
}

.forabg {
	background-color: #0076B1;
	background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #12A3EB 2px, #0076B1 92px, #0076B1 100%);
	background-image: linear-gradient(to bottom, #6ACEFF 0%,#12A3EB 2px,#0076B1 92px,#0076B1 100%);
	background-repeat: repeat-x;
}
Trying to use this generator:
https://www.cssportal.com/css-gradient-generator/
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: bg_header not used?

Post by Lumpy Burgertushie »

you don't have to use a gradient. you can just use a single color.

change this:

Code: Select all

.headerbar, .forumbg {
	background-color: #12A3EB;
	background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
	background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%);
	background-repeat: repeat-x;
to this:

Code: Select all

.forumbg {
	background-color: #12A3EB;
	background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
	background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%);
	background-repeat: repeat-x;
then, right below it , add this:

Code: Select all

.headerbar {
	background-color: #12A3EB;  and change this background color to whatever you want.
	
If you do want to use a gradient. then just change the image those gradient colors to whatever you want.


robert
Last edited by Lumpy Burgertushie on Mon Sep 16, 2019 5:34 am, edited 1 time in total.
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: bg_header not used?

Post by 3Di »

You may want to fix bbcode here.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: bg_header not used?

Post by Lumpy Burgertushie »

3Di wrote: Mon Sep 16, 2019 5:03 am You may want to fix bbcode here.
oops. done. thanks,

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.

Return to “[3.2.x] Styles Support & Discussion”