git-svn-id: https://192.168.0.254/svn/Proyectos.TSA_DotNetNuke/trunk@8 0ad38c09-229d-d142-b639-4dc8c1cf0555
56 lines
887 B
CSS
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;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|