The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
CSS Rounded Corners For Pages
Hi, I was trying to put rounded corners for pages using CSS so I puth following code : -moz-border-radius: 10px; border-radius: 10px; in the Extra CSS Attributes of the Page Background selector. While this put rounded corners on the page, the problem is that it also puts rounded corners in individual posts.
Can anyone tell me how I can put rounded corners in just the page and not individual posts. Thanks. |
#2
|
||||
|
||||
You probably need to then remove the border radius for all divs 'under' the page.
|
#3
|
||||
|
||||
Thanks Lynne. I solved the problem by putting a rounded div under the header.
|
#4
|
|||
|
|||
I am having this same issue.
I put Code:
-moz-border-radius: 20px; border-bottom-right-radius: 20px; -moz-border-radius: 20px; border-top-right-radius: 20px; -moz-border-radius: 20px; border-bottom-left-radius: 20px; -moz-border-radius: 20px; border-top-left-radius: 20px; So, I tried this; Code:
.rounded edges { -moz-border-radius: 20px; border-bottom-right-radius: 20px; -moz-border-radius: 20px; border-top-right-radius: 20px; -moz-border-radius: 20px; border-bottom-left-radius: 20px; -moz-border-radius: 20px; border-top-left-radius: 20px; } HTML Code:
<div class="rounded edges">
and HTML Code:
</div>
The result is nothing. How did you fix this exactly, vijayninel? |
#5
|
||||
|
||||
Link to the site/style?
|
#6
|
||||
|
||||
Quote:
I use this ... HTML Code:
.toproundoff{width: 97%; height: 10px; background-color:#ffffff; -moz-border-radius-topright:10px; -moz-border-radius-topleft:10px; border-top-right-radius:10px; border-top-left-radius:10px; padding-bottom:12px; margin: 0 auto;} |
#7
|
|||
|
|||
http://www.toontownplayground.com
Style is Dance! Right now it isn't rounded but I'll try now, tyvm! Edit; it works, thank you very much! |
#8
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|