Ok punters, do you want to know how to set Aero 2.0 SP1's Christmas Variant as part of the Default theme? Well you can now. Follow the instructions bellow to get your site looking cool.
- Open /Themes/Aero2/Style/Common.css
- Scroll to the bottom of the file
- Add the following to the bottom of Common.css
/* XMAS */
Body
{
background: transparent url(../Variants/Xmas/images/bodyOverlay.png) fixed;
}
Form
{
background: transparent url(../Variants/Xmas/images/santa.png) no-repeat;
background-position: center 34px;
}
#CommonBodyColumn
{
background-image: url(../Variants/Xmas/images/topOverlay.png);
background-repeat: no-repeat;
background-position: left top;
}
.CommonTitleBarTitleArea
{
background: transparent url(../Variants/Xmas/images/headerOverlay.png) repeat-x bottom left;
}
.CommonSidebarContent
{
background: transparent url(../Variants/Xmas/images/sidebaroverlay.png) repeat-x top left;
}
.CommonTitleBarTitleArea
{
padding-left: 60px;
background: transparent url(../Variants/Xmas/images/tree.png) no-repeat top left;
}
#CommonFooter
{
background: transparent url(../Variants/Xmas/images/sidebaroverlay.png) repeat-x top left;
border: none;
border-top: solid 1px #616b76;
}
/* End of XMAS */