Portal column styles

Current Version: 2.0.2
Released: 2013-10-27
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
Crocodile
Active Member
Posts: 21
Joined: 8. April 2009 08:53
phpBB.com User: Crocodile442
Contact:

Portal column styles

Post by Crocodile »

The new portal is an excellent piece of work, thanks.

I can't help but notice that the left and right columns use the same style as the center column. Is there a way I can change that because the look of it in Prosilver is way too blue?

I would prefer to have the left and right columns styled as in the left image below.

Image Image

Again, thanks for the new portal.
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Portal column styles

Post by archivar »

open: root/styles/prosilver/template/portal/_block_config.html
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

<!-- DEFINE $LR_BLOCK_H_L = '<div class="forabg"><div class="inner"><span class="corners-top"><span></span></span><ul class="topiclist"><li class="header"><dl><dt style="padding: 0px 0px 2px; white-space: nowrap; margin-bottom: 0px; margin-top: 0px;">' -->
<!-- DEFINE $LR_BLOCK_H_R = '</dt></dl></li></ul><ul class="topiclist forums"><li><dl><dd style="border-left: 0px; width: 100%;"><div style="text-align: left; margin: 5px 5px 5px 5px">' -->
<!-- DEFINE $LR_BLOCK_F_L = '</div></dd></dl></li></ul>' -->
Replace with
Tip: Replace the preceding line(s) to find with the following lines.

Code: Select all

<!-- DEFINE $LR_BLOCK_H_L = '<div class="panel bg3"><div class="inner"><span class="corners-top"><span></span></span><h3>' -->
<!-- DEFINE $LR_BLOCK_H_R = '</h3>' -->
<!-- DEFINE $LR_BLOCK_F_L = '' -->
They can also see here: knowledge/kb_show.php?id=45
V.G. archivar
sorry for my bad english

Topic author
Crocodile
Active Member
Posts: 21
Joined: 8. April 2009 08:53
phpBB.com User: Crocodile442
Contact:

Re: Portal column styles

Post by Crocodile »

Perfect! Thanks Archivar.
Locked

Return to “Board3 Portal 2.0.x - English Support”