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.
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
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
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;}
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;}
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