0% found this document useful (0 votes)
30 views3 pages

DOJO NESTED DynamicTabs Css

This document contains CSS code that defines styles for different elements on a web page. It includes styles for containers, tabs, tables, and text. Styles are defined for elements like borders, backgrounds, fonts, colors and more. The CSS is divided into sections for main containers, tabs, tables and other elements.

Uploaded by

api-3769899
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views3 pages

DOJO NESTED DynamicTabs Css

This document contains CSS code that defines styles for different elements on a web page. It includes styles for containers, tabs, tables, and text. Styles are defined for elements like borders, backgrounds, fonts, colors and more. The CSS is divided into sections for main containers, tabs, tables and other elements.

Uploaded by

api-3769899
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

#mainContainer{

border-top-color: #E4C898;
border-top-style: solid;
border-top-width: 1px;
background: #EBE5E6;
width: 100%;
height: 100%;
}

#ribbonContainer{
width: 100%;
height: 100%;
font-family : tahoma;
font-size : 12px;
font-style : normal;
}

/* for internal div */


div.internalDivClass
{
width : 100%;
height : 100%;
color : #5E5E5E;
font-family : tahoma;
font-size : 11px;
display : none;
background : #FDF8F6;
padding : 10px;
}

table.internalTableClass
{
border-collapse : collapse;
width : 100%;
height : 100%;
font-family : tahoma;
font-size : 11px;
color : #5E5E5E;
}
/* end internal div */

/* for the outer tab */


#ribbonContainer div.dojoTab{
background: #EBE5E6;
border-right: 2px solid #FFFFFF;
border-bottom: 0px;

#ribbonContainer div.dojoTab.current{
background: #FBF3F0;
border-top-color: #E4C898;
border-top-style: solid;
border-top-width: 1px;
}

#ribbonContainer div.dojoTab div{


background: #EBE5E6;
}

#ribbonContainer div.dojoTab.current div{


background: #FBF3F0;
}

#ribbonContainer div.dojoTabPaneWrapper.dojoAlignClient{
background: #FFFFFF;
border: 0px;
}

#ribbonContainer span.dojoTabPane{
top: 10px;
height : 100%;
}
/* End of outer tab */

/* For inner tabs */

#ribbonContainer span.dojoTabPane div.dojoTab{


background: #EBE5E6;
border: 0px;
border-left: 1px #FFFFFF solid;
border-right: 1px #FFFFFF solid;
border-bottom: 0px #EBE5E6 solid;
}

#ribbonContainer span.dojoTabPane div.dojoTab.current{


background: #FDF8F6;
border-top-color: #E4C898;
border-top-style: solid;
border-top-width: 1px;
border-left: 1px #E4C898 solid;
border-right: 1px #E4C898 solid;
border-bottom: 0px #FDF8F6 solid;
}

#ribbonContainer span.dojoTabPane div.dojoTab div{


background: #EBE5E6;
}

#ribbonContainer span.dojoTabPane div.dojoTab.current div{


background-image: url('../images/external_innertab.gif');
background-position: right top;
background-repeat: no-repeat;
background: #FDF8F6;
}

#ribbonContainer span.dojoTabPane span.dojoTabPane{


background: #FDF8F6;
top: 0px;
border-top: #E4C898 1px solid;
}

#ribbonContainer span.dojoTabPane div.dojoTabLabels-top.dojoAlignTop{


padding-left: 10px;
top: 0px;
}

#ribbonContainer span.dojoTabPane
div.dojoTabContainer.dojoLayoutContainer{
height : 100%;
width : 100%;
}

#ribbonContainer span.dojoTabPane
div.dojoTabPaneWrapper.dojoAlignClient{
width : 100%;
height : 100%;
}
/* End of inner tabs */

/* for build information */


table.testResultTableClass
{
width : 100%;
border : none;
border-collapse : collapse;
}

td.classPageHeader
{
color : #CD6906;
font-family : tahoma;
font-size : 11px;
font-weight : bold;
border-bottom : solid 1px #D3D3D3;
vertical-align : text-bottom;
}

#labelTopLevelPage
{
font-family : tahoma;
font-size : 11px;
font-weight : normal;
cursor : hand;
border-bottom : dotted 1px #5E5E5E;
color : #5E5E5E;

#brachBuildInfoLabel
{
font-family : tahoma;
font-size : 11px;
font-weight : normal;
color : #5E5E5E;
text-align : left;
}

You might also like