
META-INF.resources.org.richfaces.tabPanel.ecss Maven / Gradle / Ivy
.rf-tab-hdr {
white-space: nowrap;
border: "1px solid #{richSkin.panelBorderColor}";
cursor : pointer;
padding : 0px 5px 3px 5px;
vertical-align : top;
background-image: "url(#{resource['org.richfaces.images:tabBg.png']})";
background-position: top;
background-repeat: repeat-x;
background-color: "#{richSkin.tabBackgroundColor}";
color: '#{richSkin.generalTextColor}';
}
.rf-tab-hdr-act {
border-bottom: 0px;
font-weight: bold;
vertical-align: top;
background-image: "url(#{resource['org.richfaces.images:actTabBg.png']})";
background-position: top;
background-repeat: repeat-x;
background-color: "#{richSkin.additionalBackgroundColor}";
cursor: default;
}
.rf-tab-hdr-inact {
}
.rf-tab-hdr-dis {
color: "#{richSkin.tabDisabledTextColor}";
cursor: default;
}
.rf-tab-hdr-tabline-vis {
background:url("#{resource['org.richfaces.images:tabLineBg.png']}") repeat-x scroll center top;
background-color: "#{richSkin.additionalBackgroundColor}";
border-color: "#{richSkin.panelBorderColor}";
border-style: solid;
border-width: 1px;
border-bottom-width: 0px;
padding-top: 2px;
overflow: hidden;
height: 25px;
white-space: nowrap;
position: relative;
}
.rf-tab-hdr-tabs {
border: 0px;
height: 100%;
}
.rf-tab-hdr-spcr {
border-bottom: "1px solid #{richSkin.panelBorderColor}";
}
.rf-tab-hortab-tabspcr-wdh {
padding-left: 1px;
}
.rf-tab-lbl {
white-space: nowrap;
font-family: '#{richSkin.generalFamilyFont}';
font-size: '#{richSkin.generalSizeFont}';
}
.rf-tab-hdn {
display: none
}
.rf-tab-hdr-scrl-lft {
background: "url(#{resource['org.richfaces.images:actTabBg.png']}) top repeat-x #{richSkin.additionalBackgroundColor}";
position: absolute;
top: 1px;
left: 1px;
width: 15px;
height: 25px;
border: "1px solid #{richSkin.panelBorderColor}";
text-align: center;
font-weight: bold;
font-family: '#{richSkin.generalFamilyFont}';
font-size: '#{richSkin.generalSizeFont}';
padding-top: 6px;
}
.rf-tab-hdr-scrl-rgh {
background: "url(#{resource['org.richfaces.images:actTabBg.png']}) top repeat-x #{richSkin.additionalBackgroundColor}";
position: absolute;
top: 1px;
right: 17px;
width: 15px;
height: 25px;
border: "1px solid #{richSkin.panelBorderColor}";
text-align: center;
font-family: '#{richSkin.generalFamilyFont}';
font-size: '#{richSkin.generalSizeFont}';
font-weight: bold;
padding-top: 6px;
}
.rf-tab-hdr-tablst {
background: "url(#{resource['org.richfaces.images:actTabBg.png']}) top repeat-x #{richSkin.additionalBackgroundColor}";
position: absolute;
top: 1px;
right: 1px;
width: 15px;
height: 25px;
border: "1px solid #{richSkin.panelBorderColor}";
font-weight: bold;
text-align: center;
font-family: '#{richSkin.generalFamilyFont}';
font-size: 14px;
padding-top: 2px;
}
.rf-tab-hdr-brd {
border: "1px solid #{richSkin.panelBorderColor}";
border-top: 0px;
height: 2px;
background: '#{richSkin.tabBackgroundColor}';
}
.rf-tab-cnt {
border: "1px solid #{richSkin.panelBorderColor}";
border-top: 0px;
font-family: '#{richSkin.generalFamilyFont}';
font-size: '#{richSkin.generalSizeFont}';
padding: 10px;
background: '#{richSkin.generalBackgroundColor}';
}