DreamGirls 2

Hi,

Here is the new skin of DreamGirls :)

- Falling Dreams for WP by Razvan Teodorescu: http://dreamgirls.globbo.org/

- php photomodule skin based on Falling Dreams by me: http://kennygunie.online.fr/dreamgirls/dg-photos/

Comments are welcome :)

#303021

It's a very nice site. I was wondering... do you know where the background texture came from? and if so is it a site with others? because i'm looking for different textures and that seemed a good one. thanks.

#303155

Thanks for the code, kennygunie. Looks nice ;)

-NC

#303546

Whoa.. I had loved it before tooo.. and now tooo....... :D

Know what I loved the best part of it???? The header images.... they are so good sometimes they the steal the show than the girl on page.. Cool Stuff !!!

#303597

Thank you all for the comments... ^^

ps: the website look better on Firefox... but On IE6 there are 1 problem with the calendar display :slant: , If someone know a hack for IE and conform to XHTML 1.0, plz help me to correct that :) . Thank you

Here is the calendar css code

#wp-calendar {

border-bottom: 1px dashed #ddd;

border-left: 1px dashed #ddd;

border-right: 1px dashed #ddd;

empty-cells: hide;

font-size: 9px;

margin: 0px;

width: 100%;

background-color: #F6F6F6;

color: #888888;

}

#wp-calendar #next a {

padding-right: 5px;

text-align: right;

text-decoration: none;

background-color: #F6F6F6;

font-weight: bold;

}

#wp-calendar #prev a {

padding-left: 5px;

text-align: left;

text-decoration: none;

background-color: #F6F6F6;

font-weight: bold;

}

#wp-calendar #next a:hover, #wp-calendar #prev a:hover {

background-color: #DE3A3A;

}



#wp-calendar a {

display: block;

text-decoration: none;

}

#wp-calendar a:hover {

background-color: #DE3A3A;

color: #FFFFFF;

text-decoration: none;

}

#wp-calendar caption {

border-top: 1px dashed #ddd;

border-left: 1px dashed #ddd;

border-right: 1px dashed #ddd;

font-size: 10px;

text-align: right;

margin: 0px;

text-decoration: none;

color: #0C89F3;

}

#wp-calendar caption a{

text-decoration: none;

background-color: #F6F6F6;

}

#wp-calendar td {

color: #0C89F3;

font: normal 10px Georgia, "Times New Roman", Times, serif;

letter-spacing: normal;

padding: 0px;

text-align: center;

background-color: #F6F6F6;

}

#wp-calendar td.pad:hover {

background-color: #F8F8F8;

}

#wp-calendar td:hover {

color: #FFFFFF;

background-color: #0C89F3;

}

#wp-calendar th {

font-style: normal;

text-transform: capitalize;

text-align: center;

}

#wp-calendar #today {

color: #FFFFFF;

background-color: #99D1FF;

}

#wp-calendar .today a{

font-weight: bold;

color: #DE3A3A;

background-color: #99D1FF;

}

#wp-calendar .today a:hover{

color: #FFFFFF;

backg

#303766