Mixed forum with code snippets
Guides and styles
Stoker Offline
Site Admin
Posts: 4,181 Joined: 12 May 2008, 21:26
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Post
by Stoker » 10 Dec 2024, 14:11
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
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
iorG19 Offline
BBCoder II
Posts: 24 Joined: 29 Apr 2011, 12:27
Last active: -
Location: Behind You
Post
by iorG19 » 15 Jan 2025, 14:50
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,
Steve Online
Supporter
Posts: 1,393 Joined: 04 Mar 2010, 23:10
Last active: Online now
Post
by Steve » 15 Jan 2025, 15:21
You would place the font-family code in common.css, you will find the font-family in there.
secret code: 123
might be abc
or thank you
might work
When I'm writing code, I am building a picture for you to see and use on your screen...
iorG19 Offline
BBCoder II
Posts: 24 Joined: 29 Apr 2011, 12:27
Last active: -
Location: Behind You
Post
by iorG19 » 15 Jan 2025, 15:37
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">
Steve Online
Supporter
Posts: 1,393 Joined: 04 Mar 2010, 23:10
Last active: Online now
Post
by Steve » 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/
secret code: 123
might be abc
or thank you
might work
When I'm writing code, I am building a picture for you to see and use on your screen...
iorG19 Offline
BBCoder II
Posts: 24 Joined: 29 Apr 2011, 12:27
Last active: -
Location: Behind You
Post
by iorG19 » 15 Jan 2025, 16:38
This is too much for my phpBB skills
Nevermind, i can live whithout that font.
Thank you!
Steve Online
Supporter
Posts: 1,393 Joined: 04 Mar 2010, 23:10
Last active: Online now
Post
by Steve » 15 Jan 2025, 16:45
I tried the HTML code above, and it had no effect on phpBBs fonts.
secret code: 123
might be abc
or thank you
might work
When I'm writing code, I am building a picture for you to see and use on your screen...