[STYLE][CDB] SE Square

Extensions & Styles for phpBB 3.3.X maintained and supported by Stoker
User avatar
Stoker
Site Admin
Site Admin
Posts: 3635
Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark

[STYLE][CDB] SE Square

Post by Stoker »

Style Name: SE Square
Author: Stoker
Style Version: 3.1.14
PhpBB Version: 3.1.14

Description:
My old SE Square style updated. Square all around.
Prosilver needs to be installed as it inherits from prosilver.

100%

100%


Download:
phpbb.com/customise/db/style/se_square/


Screenshot:
square.png


Downloads

SE_Square_3.3.14.zip

Files edited

HTML:
viewtopic_body.html
memberlist_view.html

CSS:
bidi.css
buttons.css
colours.css
common.css
content.css
cp.css
forms.css
links.css
responsive.css
You do not have the required permissions to view the files attached to this post.
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
iorG19
BBCoder II
BBCoder II
Posts: 14
Joined: 29 Apr 2011, 12:27
BBCodes: 2

Re: [STYLE] SE Square

Post by iorG19 »

hi @Stoker,

I want to use a Google font as the main body font; for example: Merriweather

I was looking in viewtopic_body.html but i don't see a place to put the code to import the font.
Mybe other files like: common.css or stylesheet.css is the right place, but i don't know wich one and where.

Thank you,
User avatar
Steve
Supporter
Supporter
Posts: 948
Joined: 04 Mar 2010, 23:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers
Location: In your back pocket

Re: [STYLE] SE Square

Post by Steve »

You would place the font-family code in common.css, you will find the font-family in there.
Did you open a can of spam...
// ifs built code without ifs would we process ifs?
User avatar
iorG19
BBCoder II
BBCoder II
Posts: 14
Joined: 29 Apr 2011, 12:27
BBCodes: 2

Re: [STYLE] SE Square

Post by iorG19 »

As i said, i want to use Merrwieather;
Is this the good code to put there?

Code: Select all

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
User avatar
Steve
Supporter
Supporter
Posts: 948
Joined: 04 Mar 2010, 23:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers
Location: In your back pocket

Re: [STYLE] SE Square

Post by Steve »

That would go in your overall_header.html file above <!-- EVENT overall_header_head_append --> or use the event and create a mini extension in your name for manual edits like this.

https://www.phpbb.com/customise/db/offi ... _skeleton/
Did you open a can of spam...
// ifs built code without ifs would we process ifs?
User avatar
iorG19
BBCoder II
BBCoder II
Posts: 14
Joined: 29 Apr 2011, 12:27
BBCodes: 2

Re: [STYLE] SE Square

Post by iorG19 »

Steve wrote: 15 Jan 2025, 15:58 That would go in your overall_header.html file above <!-- EVENT overall_header_head_append --> or use the event and create a mini extension in your name for manual edits like this.

https://www.phpbb.com/customise/db/offi ... _skeleton/
This is too much for my phpBB skills 8-)
Nevermind, i can live whithout that font.

Thank you!
User avatar
Steve
Supporter
Supporter
Posts: 948
Joined: 04 Mar 2010, 23:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers
Location: In your back pocket

Re: [STYLE] SE Square

Post by Steve »

I tried the HTML code above, and it had no effect on phpBBs fonts.
Did you open a can of spam...
// ifs built code without ifs would we process ifs?