Waffles fluid

An experiment with Waffles to make the theme fluid.

This page uses a subtheme of Waffles with some style overrides to expand out to a fluid width. The heading is now fluid but the content still needs some changes. You also need one additional image, header-bg-right.png in the theme images directory.

The heading background uses the plain background instead of the background featuring a minimally clothed person of specific gender. Yeah, some people do not like minimally clothed persons and others prefer minimally clothed persons of a different gender.

Style overrides

html
    {
    color: black;
    }
body
    {
    background: #3066a6 url(header-bg-right.png) repeat-x;
    }
#page
    {
    background-color: transparent;
    max-width: none;
    }
#header
    {
    background-color: transparent;
    background-image: url(images/header-bg-plain.jpg);
    background-position: top left
    }
#main
    {
    background-color: #f4f2f2;
    }