Showing posts » Curbly | DIY Design Community

Mikael's blog

Showing 1-3 of 3

Styling your Curbly profile - Part 2,5: Links

By Mikael Miknor_medium

I realized I had forgotten to explain how to change how links look when you hover them etc.Since you're pretty much a CSS-guru after reading part 1 and 2 I'll keep it short. To style the basic looks of links on your profile you use a as the selector. However, in order to style how the link looks when it's visited, active or you're hovering it we need to add pseudo classes to it. This is the pseudo classes we'll look at: a:link a:visited (the destination of the link is one that have been visited by the user) a:hover a:active (is active at... »MORE

March 19, 2007
Viewed 437 times
Heart 0

Styling your Curbly profile - Part 2: Images

By Mikael Miknor_medium

Time for part 2 (of probably 3) in this series of blog posts (sorry for the long wait!) This'll be a short one about incorporating images on your profile page. I recommend that you read part 1 - CSS basics and colors before you read this. I'll use techniques and terminology described there without any explanation in this post.Let's start the fun!The use of images can greatly enhance the look and feel of your profile and make it really unique. If we want to add an image to the body of our profile we would use the property background-image, like... »MORE

March 10, 2007
Viewed 674 times
Heart 0

Styling your Curbly profile - Part 1: CSS basics and colors

By Mikael Miknor_medium

I'm what you could call a beginner when it comes to home decorating but a more accurate description would be a total and complete newbie. I still want to contribute in some way to this great community, though.As you probably have seen, Curbly lets you modify the look of your profile. However, a standard template isn't very personal and that link to "advanced control using CSS" sounds damn frightening. When you've gathered enough courage and pressed it you're greeted by a single text area. Oh, really?This is where I hopefully can be of some assistance. In this series of posts... »MORE

March 04, 2007
Viewed 982 times
Heart 0
Showing 1-3 of 3