• Spam Blocked

  • Recent Posts

  • Meta

  • « PSP Firmware 3.10 - 0 day decrypt ! | Main | Wordpress 2.1.1 was compromised ! »

    Fluid2 theme

    By alex | February 23, 2007

    I just realised that I am avoiding my own website, because I don’t like the looks anymore.

    I’m actually sick and tired of the red in the Anaconda theme I used, and heartely fed up with the whole kaboodle around to. You can’t really customise it easely, so I am going to change theme. There are some nice features in it, but it is time to move on.

    The latest theme I’m trying is the Fluid theme, made by Kaushal Sheth. I think it’s much more readable now, the font seems bigger, the layout better spaced.

    Some things that need improvement :

    Some things I’ve already changed :

    1. Personal Header image
      You can put your own header image by editing the style.css file and going to the #hdr section. You can then replace the current hdrgrn.jpg with a jpg file of your own choosing.
      Remember : jpg file must be 200 pixels max in height. And if you don’t want it to repeat, on the same line change “repeat-x” to “no-repeat”. As for the background color, I changed it to black

      #hdr {
      padding: 0;
      width: 100%;
      background: url(images/personalheader.jpg) no-repeat 0 bottom #000000;
      height: 200px;
      }

    Topics: Blog News |

    Comments are closed.