[STYLE][CDB] SE Square

Mixed forum with phpBB code snippets
Guides and styles

[STYLE][CDB] SE Square

Post by Stoker »

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

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

100%

100%


Download:
Style Version: 3.1.15
PhpBB Version: 3.1.15
phpbb.com/customise/db/style/se_square/ V3.1.15

Style Version: 3.1.14
PhpBB Version: 3.1.14
phpbb.com/customise/db/style/se_square/ V3.1.14


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.
Last edited by Stoker on 28 May 2025, 03:01, edited 1 time in total.
Reason: - Style validated CDB

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,

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.

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">

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/

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!

Re: [STYLE] SE Square

Post by Steve »

I tried the HTML code above, and it had no effect on phpBBs fonts.

[STYLE][CDB] SE Square

Post by Stoker »

Validated:
Style Version: 3.1.15
PhpBB Version: 3.1.15
phpbb.com/customise/db/style/se_square/ V3.1.15