Archive for August 2010

Changing the border colour on wishlist items

Changing the border colour on wishlist items is very simple – and handy! The class given to items that are on your wishlist is “.wishlist” and we can use that information to tweak what they look like.

Continue reading “Changing the border colour on wishlist items” »

CategoryCustom CSS   Tags,
  Comments8

Adding/removing rounded corners with CSS

The ability to give elements rounded corners is new with the new version of CSS, CSS3. Previously, rounded corners could only be achieved by making images for each corner and positioning them accordingly. Now we can quickly and easily do it with CSS using border-radius! Subeta has gotten a little rounded corner heavy – if that’s not your thing, I’ll give you the code to straighten those edges back out.

Continue reading “Adding/removing rounded corners with CSS” »

CategoryCustom CSS, General, Profiles   Tags,
  Comments1

Custom CSS diagram – menu

As promised, here is a more detailed diagram of the Subeta menu. It shows the different classes/ids involved so that you can edit them with your Custom CSS. You can find a diagram of the basic layout here.

Continue reading “Custom CSS diagram – menu” »

CategoryCustom CSS   Tags,
  Comments0

Custom CSS Diagram – Basic

Due to popular request, I’ve created a little image representation of the div ids involved in the layout of Subeta. You might find it useful when coding Custom CSS! This is the basic version which just shows the main divs. (Showing the smaller, internal divs would make it a bit crowded and hard to follow.) I plan to create more diagrams in the future to show the menu and the sidebar in more detail.

Continue reading “Custom CSS Diagram – Basic” »

CategoryCustom CSS   Tags,
  Comments3