ThemeShaper Forums » Thematic

[closed]

giving sidebar widget rounded edges

(4 posts)
  • Started 13 years ago by boerenooi
  • Latest reply from boerenooi
  • This topic is resolved
  1. boerenooi
    Member

    Hi Guys

    Thank you SO MUCH for Thematic. Its awesome awesome awesome!!! Just wish I knew more about css and wish that I could do it fluintly. I was wondering if anyone could help me with making rounded cornered widget backgrounds in my sidebars. I have a 3 column themestyle.

    Thanks! :)

    Posted 13 years ago #
  2. Hi-

    For newer bowsers (safari ff chrome) with some css3 support you can use border-radius.

    For the behemoths that haven't adopted support for it you can let a script like curvy corners do the magic.

    -Gene

    Posted 13 years ago #
  3. boerenooi
    Member

    em hr, thanks for the reply!!! Im going to try this and see how far I get.

    Posted 13 years ago #
  4. boerenooi
    Member

    Ok, I came across a piece of SCC3. This has its disadvantages, because not all browsers support it, but cool non the less. Colors and borders customizable of course.

    background-color: #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #000;
    padding: 10px;

    Posted 13 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.