December 2010 Archives

    ou can pretty much change any css element you have present in screen.css and change it here in the custom css box for a unique look.

    for now, i'll just leave a sample background modification.

    the background anatomy:

    background : #fff url(52w_2011.jpg) no-repeat 0 0;

    1. red - is the colour. you can use hex (#000000) or rgb (000,000,000) as well.
    2. URL - self explanatory
    3. no-repeat, or repeat, repeat-x or repeat-y
    4. alignment - first number is the elft alignment, second number is top.
      1. you can use %, px or english (left top, right top, right bottom)
    thats all