Rounded borders on portal blocks

Kein Support auf phpBB Styles direkt!
No support directly to phpBB Styles!

Post Reply

Topic author
Theriddler
Active Member
Posts: 11
Joined: 25. August 2011 14:24

Rounded borders on portal blocks

Post by Theriddler »

Your Portal Version: 1.0.6
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://theriddler.byethost4.com/portal.php

What have you done before the problem was there?
I have changed the colors of the colours.css file for the prosilver theme to give the blocks a grey color.

What have you already tryed to solve the problem?
I've searched trough the forum here, looked and searched with google but can't find a way to make this.

Description and Message
I have changed the prosolver colours.css to give all the portal blocks a grey background
I wanted to have a border around it with round corners but i just don't know how.

if it's possible i want the border to be Red Hex color code: 880000
so it meets the rest of the forum.

like this:
Image

soms posts suggested to find .menu-panel in portal.css
but in the portal.css for the prosilver theme there is no line called that.
sorry about my english, i'm dutch

hope someone could help me out here.

much appreciated as i'm not very famiiliar with css.
User avatar

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

Re: Rounded borders on portal blocks

Post by archivar »

Theriddler wrote:Your Portal Version: 1.0.6
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://theriddler.byethost4.com/portal.php
They must not change the *. css.
The change in root / styles / prosilver / template / portal / _block_config.html

Code: Select all

<!-- Config for the left and right blocks //-->
<!-- 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>' -->
<!-- DEFINE $LR_BLOCK_F_R = '<span class="corners-bottom"><span></span></span></div></div><br style="clear:both" />' -->

<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<div class="forabg"><div class="inner"><span class="corners-top"><span></span></span><ul class="topiclist"><li class="header"><dl class="icon">' -->	
<!-- DEFINE $C_BLOCK_H_R = '</dl></li></ul>' -->
<!-- DEFINE $C_BLOCK_F_L = '' -->
<!-- DEFINE $C_BLOCK_F_R = '<span class="corners-bottom"><span></span></span></div></div><br style="clear:both" />' -->

<!-- Images-URL //-->
<!-- DEFINE $NO_AVATAR_IMG = '/images/no_avatar.gif' -->

<!-- Vertical distance between left/right and center Blocks -->
<!-- DEFINE $BLOCK_DISTANCE = '10px' -->

<!-- show Icons in left/right Blocks? 0=no 1=yes -->
<!-- DEFINE $S_BLOCK_ICON = 1 -->

<!-- postbody top (default 1 by prosilver) 0=no 1=yes -->
<!-- DEFINE $S_POSTBODY_TOP = 1 -->

<!-- override the column width settings of the ACP for this style? 0=no 1=yes -->
<!-- DEFINE $S_COLUMNS_WIDTH_OVERRIDE = 0 -->

<!-- override the column width settings of the ACP - set the width if enabled -->
<!-- DEFINE $PORTAL_LEFT_COLUMN_OVERRIDE = '200' -->
<!-- DEFINE $PORTAL_RIGHT_COLUMN_OVERRIDE = '200' -->
Try the: ine instructions can be found here: knowledge/kb_show.php?id=45
V.G. archivar
sorry for my bad english

Topic author
Theriddler
Active Member
Posts: 11
Joined: 25. August 2011 14:24

Re: Rounded borders on portal blocks

Post by Theriddler »

:D thank you so much, now i have rounded border, without your help it wasn't possible.

Thank you for the info about the blocks, and your english is fine

best regards.
Post Reply

Return to “Styles Support”