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;
}
Code: Select all
dl.row-item {
background-position: 10px 50%; /* Position of folder icon */
background-repeat: no-repeat;
background-size: 42px;
}
Code: Select all
dl.row-item dt, dl.row-item dd {
min-height: 35px;
}
Code: Select all
dl.row-item dt, dl.row-item dd {
min-height: 45px;
}
Code: Select all
dl.row-item dt .list-inner {
padding-left: 52px;
}
Code: Select all
dl.row-item dt .list-inner {
padding-left: 60px;
}
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:
Download: ~ 229 KB
Best wishes