Quantcast
Channel: PhpBB3 BBCodes
Viewing all articles
Browse latest Browse all 95

PhpBB3 Support • Re: Woud love some help! Customizing phpBB: Colored Usernames, Font Styles, and Rounded Corners

$
0
0
All can be performed by css

for example on phpbb 3.3

this code will add neon effect and color in an user name regardless the group or permission.

Code:

.username-coloured ,a.u2{color: #902dff !important;text-shadow: 0px 0px 5px #ac98ff4f!important;}
where: .u2 is the id of the user that can be founded on the url of his profile

you can try do the same for new topics, but im not sure, the only thing that i already tested is the code shared above.

rounded corners its related with the forum tables and border-radius css property.

on phpbb3
this code for example round some borders on prosilver theme

Code:

.forabg, .forumbg {    border-radius: 10px 10px 10px 10px;}
of course wont do all the job you need open the developer mode on the browser and check which areas to apply and test it.
where each 10 value, control a single corner.

resereach a little bit about this css property.

ihope my comment help you out

Statistics: Posted by dremuler — 16 Oct 2024, 04:38



Viewing all articles
Browse latest Browse all 95

Trending Articles