Rounded infobox
79,310pages on
this wiki
this wiki
Forum page
This Forum has been archived
Visit the new ForumsForums: Index → Support Requests → Rounded infobox
Wikia's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 385 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
How do you create a rounded infobox, like I have seen in many pages?
Thankyou,
Noam.
My wiki:
- You can add this to the info box's style
border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;
- But I'd recommend creating Template:Round with this so that way when ever you make a table you can make it round by adding {{Round|BORDER SIZE HERE}}
border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;
- Rocketslime_1_1 Talk Wall Contribs 13:23,4/21/2012
What's -icab stand for? leviathan_89 13:54, 21 April, 2012 (UTC)
- See this blog post by Dantman for info about the correct way to do border radius codes. Basically, the plain
border-radiusdeclaration should go last after all the browser-specific border radius codes, and-khtml-border-radiusshould always go before-webkit-border-radius. The-o-border-radiusis completely useless since Opera never used that prefix, and the -icab- prefix has never been confirmed. --Gardimuer { ʈalk } 02:47, April 23, 2012 (UTC)