TSA_DotNetNuke/containers/Rodax - Glossy Header/container_gray.css
2007-10-29 20:32:38 +00:00

46 lines
765 B
CSS

.gray_glossy_container {
background-color: transparent;
}
.gray_glossy_container .rdx_container_top {
background: url(bg_glossy_gray.gif) no-repeat right -39px;
}
.gray_glossy_container .rdx_container_top span {
background: url(bg_glossy_gray.gif) no-repeat left -26px;
}
.gray_glossy_container .rdx_container_bottom {
background: url(bg_glossy_gray.gif) no-repeat 0 0px;
}
.gray_glossy_container .rdx_container_bottom span {
background: url(bg_glossy_gray.gif) no-repeat right -13px;
}
.gray_glossy_container .rdx_container_glossy_content {
background-color: #fff;
}
.gray_glossy_container .rdx_container_title {
background: #fff url(bg_glossy_gray.gif) no-repeat left -52px;
}