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

137 lines
2.0 KiB
CSS

@import url("container_blue.css");
@import url("container_light_blue.css");
@import url("container_red.css");
@import url("container_light_red.css");
@import url("container_green.css");
@import url("container_light_green.css");
@import url("container_yellow.css");
@import url("container_light_yellow.css");
@import url("container_gray.css");
@import url("container_light_gray.css");
.clear {
clear:both;
height:1px;
font-size:1px;
margin:0;
padding:0;
}
.rdx_simple_container {
min-height:1px;
_height:1px;
position:relative;
}
.rdx_container_top {
/*background: url(bg_simple_blue.gif) no-repeat right -39px;*/
height: 13px;
margin-left: 5px;
}
.rdx_container_top span {
/*background: url(bg_simple_blue.gif) no-repeat left -26px;*/
width: 10px;
height: 13px;
float: left;
margin-left: -5px;
position: relative;
overflow: hidden;
}
.rdx_container_bottom {
/*background:url(bg_simple_blue.gif) no-repeat 0 0px;*/
height:13px;
margin-bottom:4px;
margin-right: 5px;
overflow: visible;
}
.rdx_container_bottom span {
position: relative;
/*background:url(bg_simple_blue.gif) no-repeat right -13px;*/
margin-right: -5px;
width:12px;
height:13px;
float:right;
overflow: hidden;
}
.rdx_container_title {
margin: 0 -8px;
padding:0 10px;
height: 52px;
overflow: visible;
border: 0;
/*background: #fff url(bg_simple_blue.gif) no-repeat left -52px; */
}
.rdx_container_title .Head {
font-size: 14px;
color: #333;
}
.rdx_container_simple_content {
/*border-left: 1px solid #c0cadd;
border-right: 1px solid #c0cadd; */
min-height:1px;
_height: 1px;
position:relative;
padding: 0 10px 10px 10px;s
background: #fff;
}
.rdx_container_simple_content .actionbuttons {
margin-top: 6px;
}
.rdx_container_content p {
margin:0;
padding: 0;
padding-bottom: 5px;
}