TSA_DotNetNuke/containers/Rodax - Simple Header/container_gray.css
2007-10-29 20:31:14 +00:00

56 lines
887 B
CSS

.rdx_container_simple_content {
border-left: 1px solid #909090;
border-right: 1px solid #909090;
}
.gray_simple_container {
background-color: transparent;
}
.gray_simple_container .rdx_container_top {
background: url(bg_simple_gray.gif) no-repeat right -39px;
}
.gray_simple_container .rdx_container_top span {
background: url(bg_simple_gray.gif) no-repeat left -26px;
}
.gray_simple_container .rdx_container_bottom {
background: url(bg_simple_gray.gif) no-repeat 0 0px;
}
.gray_simple_container .rdx_container_bottom span {
background: url(bg_simple_gray.gif) no-repeat right -13px;
}
.gray_simple_container .rdx_container_simple_content {
background-color: #f2f2f3;
}
.gray_simple_container .rdx_container_title {
background: #fff url(bg_simple_gray.gif) no-repeat left -42px;
}