Xmas Forum Folder - Icons in darkred

phpBB3 Images, Graphics, etc.
Team Member
Team Member
Posts: 309
Joined: Sun Oct 20, 2024 10:14 am
    Windows 7 Firefox

Xmas Forum Folder - Icons in darkred

Post by Co-Admin »

Full-surface folder icons of 64x64px (png´s) created by Talk19Zehn

Upload the graphics: Please note the path
/phpBB3/styles/your style/theme/images

Make sure that the /* Forum icons & Topic icons */ in your colours.css or own stylesheet.css are renamed to png.

Hint: If you use full-surface icons of 64x64px, the following concept should also be done: Examples
Now change background-size from 32px; to background-size: 42px; there is a difference of 10px.
So the next steps according to the content.css or in your own stylesheet.

FIND:

Code: Select all

dl.row-item {
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
	background-size: 32px;
}
CHANGE TO:

Code: Select all

dl.row-item {
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
	background-size: 42px;
}
FIND:

Code: Select all

dl.row-item dt, dl.row-item dd {
	min-height: 35px;
}
CHANGE TO:

Code: Select all

dl.row-item dt, dl.row-item dd {
	min-height: 45px;
}
FIND:

Code: Select all

dl.row-item dt .list-inner {
	padding-left: 52px;
}
CHANGE TO:

Code: Select all

dl.row-item dt .list-inner {
	padding-left: 60px;
}
Please change the value for padding-left: 52px; to 60px or 62px. Otherwise, it can happen that the forum folder icons with the spacing (see topiclist, forums (topiclist, topics)) do not fit together and are cropped.

After your works clear all caches.
Credits: The download on Prosk8er's website is available with their kind permission.
Credits for elements created by Wuerzi for phpBB-3.0 - With courtesy - Styleauthor at Wuerzi and styleauthors (formerly spieleresidenz-de, never exist anymore in this context). Thanks for the kind permission to used few images.


Preview:
Xmas Forum Folder - Icons in darkred
Xmas Forum Folder - Icons in darkred

Download: ~ 229 KB
xmas_forumicons_red.zip
(229.76 KiB) Downloaded 86 times

Best wishes
"We all have two lives, the second begins when we realize we only have one." – Confucius
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests