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;
- red - is the colour. you can use hex (#000000) or rgb (000,000,000) as well.
- URL - self explanatory
- no-repeat, or repeat, repeat-x or repeat-y
- alignment - first number is the elft alignment, second number is top.
- you can use %, px or english (left top, right top, right bottom)
thats all
