bpatel@766: /* Javadoc style sheet */ bpatel@766: /* bpatel@766: Overall document style bpatel@766: */ bpatel@2225: bpatel@2225: @import url('resources/fonts/dejavu.css'); bpatel@2225: bpatel@766: body { bpatel@1033: background-color:#ffffff; bpatel@1033: color:#353833; bpatel@2225: font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; bpatel@2225: font-size:14px; bpatel@1033: margin:0; bpatel@1033: } bpatel@1033: a:link, a:visited { bpatel@1033: text-decoration:none; bpatel@2225: color:#4A6782; bpatel@1033: } bpatel@1033: a:hover, a:focus { bpatel@1033: text-decoration:none; bpatel@1033: color:#bb7a2a; bpatel@1033: } bpatel@1033: a:active { bpatel@1033: text-decoration:none; bpatel@2225: color:#4A6782; bpatel@1033: } bpatel@1033: a[name] { bpatel@1033: color:#353833; bpatel@1033: } bpatel@1033: a[name]:hover { bpatel@1033: text-decoration:none; bpatel@1033: color:#353833; bpatel@766: } bpatel@766: pre { bpatel@2225: font-family:'DejaVu Sans Mono', monospace; bpatel@2225: font-size:14px; bpatel@766: } bpatel@766: h1 { bpatel@2225: font-size:20px; bpatel@1033: } bpatel@1033: h2 { bpatel@2225: font-size:18px; bpatel@1033: } bpatel@1033: h3 { bpatel@2225: font-size:16px; bpatel@2225: font-style:italic; bpatel@766: } bpatel@1033: h4 { bpatel@2225: font-size:13px; bpatel@766: } bpatel@1033: h5 { bpatel@2225: font-size:12px; bpatel@1033: } bpatel@1033: h6 { bpatel@2225: font-size:11px; bpatel@766: } bpatel@766: ul { bpatel@986: list-style-type:disc; bpatel@766: } bpatel@1033: code, tt { bpatel@2225: font-family:'DejaVu Sans Mono', monospace; bpatel@2225: font-size:14px; bpatel@2225: padding-top:4px; bpatel@2225: margin-top:8px; bpatel@2225: line-height:1.4em; bpatel@1033: } bpatel@1033: dt code { bpatel@2225: font-family:'DejaVu Sans Mono', monospace; bpatel@2225: font-size:14px; bpatel@2225: padding-top:4px; bpatel@1033: } bpatel@1033: table tr td dt code { bpatel@2225: font-family:'DejaVu Sans Mono', monospace; bpatel@2225: font-size:14px; bpatel@1033: vertical-align:top; bpatel@2225: padding-top:4px; bpatel@1033: } bpatel@1033: sup { bpatel@2225: font-size:8px; bpatel@766: } bpatel@766: /* bpatel@766: Document title and Copyright styles bpatel@766: */ bpatel@1033: .clear { bpatel@1033: clear:both; bpatel@1033: height:0px; bpatel@1033: overflow:hidden; bpatel@1033: } bpatel@766: .aboutLanguage { bpatel@766: float:right; bpatel@1033: padding:0px 21px; bpatel@2225: font-size:11px; bpatel@1033: z-index:200; bpatel@2225: margin-top:-9px; bpatel@766: } bpatel@766: .legalCopy { bpatel@1033: margin-left:.5em; bpatel@766: } bpatel@1033: .bar a, .bar a:link, .bar a:visited, .bar a:active { bpatel@1033: color:#FFFFFF; bpatel@1033: text-decoration:none; bpatel@766: } bpatel@1033: .bar a:hover, .bar a:focus { bpatel@1033: color:#bb7a2a; bpatel@1033: } bpatel@1033: .tab { bpatel@1033: background-color:#0066FF; bpatel@1033: color:#ffffff; bpatel@1033: padding:8px; bpatel@1033: width:5em; bpatel@1033: font-weight:bold; bpatel@766: } bpatel@766: /* bpatel@766: Navigation bar styles bpatel@766: */ bpatel@1033: .bar { bpatel@2225: background-color:#4D7A97; bpatel@1033: color:#FFFFFF; bpatel@1033: padding:.8em .5em .4em .8em; bpatel@1033: height:auto;/*height:1.8em;*/ bpatel@2225: font-size:11px; bpatel@1033: margin:0; bpatel@1033: } bpatel@766: .topNav { bpatel@2225: background-color:#4D7A97; bpatel@1033: color:#FFFFFF; bpatel@1033: float:left; bpatel@1033: padding:0; bpatel@1033: width:100%; bpatel@1033: clear:right; bpatel@766: height:2.8em; bpatel@1033: padding-top:10px; bpatel@1033: overflow:hidden; bpatel@2225: font-size:12px; bpatel@766: } bpatel@766: .bottomNav { bpatel@1033: margin-top:10px; bpatel@2225: background-color:#4D7A97; bpatel@1033: color:#FFFFFF; bpatel@1033: float:left; bpatel@1033: padding:0; bpatel@1033: width:100%; bpatel@1033: clear:right; bpatel@766: height:2.8em; bpatel@1033: padding-top:10px; bpatel@1033: overflow:hidden; bpatel@2225: font-size:12px; bpatel@766: } bpatel@766: .subNav { bpatel@1033: background-color:#dee3e9; bpatel@766: float:left; bpatel@986: width:100%; bpatel@1033: overflow:hidden; bpatel@2225: font-size:12px; bpatel@766: } bpatel@766: .subNav div { bpatel@766: clear:left; bpatel@766: float:left; bpatel@1033: padding:0 0 5px 6px; bpatel@2225: text-transform:uppercase; bpatel@766: } bpatel@1033: ul.navList, ul.subNavList { bpatel@766: float:left; bpatel@1033: margin:0 25px 0 0; bpatel@1033: padding:0; bpatel@766: } bpatel@766: ul.navList li{ bpatel@766: list-style:none; bpatel@766: float:left; bpatel@2225: padding: 5px 6px; bpatel@2225: text-transform:uppercase; bpatel@766: } bpatel@766: ul.subNavList li{ bpatel@766: list-style:none; bpatel@766: float:left; bpatel@1033: } bpatel@1033: .topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { bpatel@1033: color:#FFFFFF; bpatel@1033: text-decoration:none; bpatel@2225: text-transform:uppercase; bpatel@1033: } bpatel@1033: .topNav a:hover, .bottomNav a:hover { bpatel@1033: text-decoration:none; bpatel@1033: color:#bb7a2a; bpatel@2225: text-transform:uppercase; bpatel@1033: } bpatel@1033: .navBarCell1Rev { bpatel@2225: background-color:#F8981D; bpatel@2225: color:#253441; bpatel@1033: margin: auto 5px; bpatel@766: } bpatel@1995: .skipNav { bpatel@1995: position:absolute; bpatel@1995: top:auto; bpatel@1995: left:-9999px; bpatel@1995: overflow:hidden; bpatel@2225: } bpatel@766: /* bpatel@766: Page header and footer styles bpatel@766: */ bpatel@766: .header, .footer { bpatel@766: clear:both; bpatel@1033: margin:0 20px; bpatel@1033: padding:5px 0 0 0; bpatel@766: } bpatel@766: .indexHeader { bpatel@1033: margin:10px; bpatel@1033: position:relative; bpatel@1033: } bpatel@1568: .indexHeader span{ bpatel@1568: margin-right:15px; bpatel@1568: } bpatel@1033: .indexHeader h1 { bpatel@2225: font-size:13px; bpatel@1033: } bpatel@1033: .title { bpatel@1033: color:#2c4557; bpatel@1033: margin:10px 0; bpatel@1033: } bpatel@1033: .subTitle { bpatel@1033: margin:5px 0 0 0; bpatel@766: } bpatel@766: .header ul { bpatel@2225: margin:0 0 15px 0; bpatel@1033: padding:0; bpatel@766: } bpatel@1033: .footer ul { bpatel@1033: margin:20px 0 5px 0; bpatel@766: } bpatel@1033: .header ul li, .footer ul li { bpatel@1033: list-style:none; bpatel@2225: font-size:13px; bpatel@766: } bpatel@766: /* bpatel@1033: Heading styles bpatel@995: */ bpatel@1033: div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { bpatel@1033: background-color:#dee3e9; bpatel@2225: border:1px solid #d0d9e0; bpatel@1033: margin:0 0 6px -8px; bpatel@2225: padding:7px 5px; bpatel@995: } bpatel@1033: ul.blockList ul.blockList ul.blockList li.blockList h3 { bpatel@1033: background-color:#dee3e9; bpatel@2225: border:1px solid #d0d9e0; bpatel@1033: margin:0 0 6px -8px; bpatel@2225: padding:7px 5px; bpatel@1033: } bpatel@1033: ul.blockList ul.blockList li.blockList h3 { bpatel@1033: padding:0; bpatel@1033: margin:15px 0; bpatel@1033: } bpatel@1033: ul.blockList li.blockList h2 { bpatel@1033: padding:0px 0 20px 0; bpatel@995: } bpatel@995: /* bpatel@766: Page layout container styles bpatel@766: */ bpatel@1033: .contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { bpatel@766: clear:both; bpatel@1033: padding:10px 20px; bpatel@766: position:relative; bpatel@766: } bpatel@766: .indexContainer { bpatel@1033: margin:10px; bpatel@1033: position:relative; bpatel@2225: font-size:12px; bpatel@1033: } bpatel@1033: .indexContainer h2 { bpatel@2225: font-size:13px; bpatel@1033: padding:0 0 3px 0; bpatel@1033: } bpatel@1033: .indexContainer ul { bpatel@1033: margin:0; bpatel@1033: padding:0; bpatel@1033: } bpatel@1033: .indexContainer ul li { bpatel@1033: list-style:none; bpatel@2225: padding-top:2px; bpatel@1033: } bpatel@1033: .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { bpatel@2225: font-size:12px; bpatel@1033: font-weight:bold; bpatel@1033: margin:10px 0 0 0; bpatel@1033: color:#4E4E4E; bpatel@1033: } bpatel@1033: .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { bpatel@2225: margin:5px 0 10px 0px; bpatel@2225: font-size:14px; bpatel@2225: font-family:'DejaVu Sans Mono',monospace; bpatel@1033: } bpatel@1033: .serializedFormContainer dl.nameValue dt { bpatel@1033: margin-left:1px; bpatel@1033: font-size:1.1em; bpatel@1033: display:inline; bpatel@1033: font-weight:bold; bpatel@1033: } bpatel@1033: .serializedFormContainer dl.nameValue dd { bpatel@1033: margin:0 0 0 1px; bpatel@1033: font-size:1.1em; bpatel@1033: display:inline; bpatel@1033: } bpatel@1033: /* bpatel@1033: List styles bpatel@1033: */ bpatel@1033: ul.horizontal li { bpatel@1033: display:inline; bpatel@766: font-size:0.9em; bpatel@766: } bpatel@766: ul.inheritance { bpatel@766: margin:0; bpatel@766: padding:0; bpatel@766: } bpatel@766: ul.inheritance li { bpatel@766: display:inline; bpatel@766: list-style:none; bpatel@766: } bpatel@766: ul.inheritance li ul.inheritance { bpatel@766: margin-left:15px; bpatel@766: padding-left:15px; bpatel@766: padding-top:1px; bpatel@766: } bpatel@1033: ul.blockList, ul.blockListLast { bpatel@1033: margin:10px 0 10px 0; bpatel@766: padding:0; bpatel@766: } bpatel@766: ul.blockList li.blockList, ul.blockListLast li.blockList { bpatel@766: list-style:none; bpatel@2225: margin-bottom:15px; bpatel@2225: line-height:1.4; bpatel@766: } bpatel@1033: ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { bpatel@1033: padding:0px 20px 5px 10px; bpatel@2225: border:1px solid #ededed; bpatel@2225: background-color:#f8f8f8; bpatel@766: } bpatel@1033: ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { bpatel@1033: padding:0 0 5px 8px; bpatel@1033: background-color:#ffffff; bpatel@2225: border:none; bpatel@766: } bpatel@1033: ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { bpatel@1033: margin-left:0; bpatel@1033: padding-left:0; bpatel@1033: padding-bottom:15px; bpatel@1033: border:none; bpatel@766: } bpatel@1033: ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { bpatel@1033: list-style:none; bpatel@1033: border-bottom:none; bpatel@1033: padding-bottom:0; bpatel@766: } bpatel@1033: table tr td dl, table tr td dl dt, table tr td dl dd { bpatel@1033: margin-top:0; bpatel@1033: margin-bottom:1px; bpatel@766: } bpatel@1033: /* bpatel@1033: Table styles bpatel@1033: */ bpatel@2084: .overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { bpatel@1033: width:100%; bpatel@2225: border-left:1px solid #EEE; bpatel@2225: border-right:1px solid #EEE; bpatel@2225: border-bottom:1px solid #EEE; bpatel@766: } bpatel@2084: .overviewSummary, .memberSummary { bpatel@2084: padding:0px; bpatel@766: } bpatel@2084: .overviewSummary caption, .memberSummary caption, .typeSummary caption, bpatel@2084: .useSummary caption, .constantsSummary caption, .deprecatedSummary caption { bpatel@1033: position:relative; bpatel@1033: text-align:left; bpatel@1033: background-repeat:no-repeat; bpatel@2225: color:#253441; bpatel@986: font-weight:bold; bpatel@1033: clear:none; bpatel@1033: overflow:hidden; bpatel@1033: padding:0px; bpatel@2225: padding-top:10px; bpatel@2225: padding-left:1px; bpatel@1033: margin:0px; bpatel@2225: white-space:pre; bpatel@986: } bpatel@2084: .overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, bpatel@2084: .useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, bpatel@2084: .overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, bpatel@2084: .useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, bpatel@2084: .overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, bpatel@2084: .useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, bpatel@2084: .overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, bpatel@2084: .useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { bpatel@1033: color:#FFFFFF; bpatel@986: } bpatel@2084: .overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, bpatel@2084: .useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { bpatel@1033: white-space:nowrap; bpatel@2225: padding-top:5px; bpatel@2225: padding-left:12px; bpatel@2225: padding-right:12px; bpatel@2225: padding-bottom:7px; bpatel@2008: display:inline-block; bpatel@1033: float:left; bpatel@2225: background-color:#F8981D; bpatel@2225: border: none; bpatel@2225: height:16px; bpatel@766: } bpatel@2084: .memberSummary caption span.activeTableTab span { bpatel@1417: white-space:nowrap; bpatel@2225: padding-top:5px; bpatel@2225: padding-left:12px; bpatel@2225: padding-right:12px; bpatel@2225: margin-right:3px; bpatel@2008: display:inline-block; bpatel@1417: float:left; bpatel@2225: background-color:#F8981D; bpatel@2225: height:16px; bpatel@1417: } bpatel@2084: .memberSummary caption span.tableTab span { bpatel@1417: white-space:nowrap; bpatel@2225: padding-top:5px; bpatel@2225: padding-left:12px; bpatel@2225: padding-right:12px; bpatel@2225: margin-right:3px; bpatel@2008: display:inline-block; bpatel@1417: float:left; bpatel@2225: background-color:#4D7A97; bpatel@2225: height:16px; bpatel@1417: } bpatel@2084: .memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { bpatel@1417: padding-top:0px; bpatel@1417: padding-left:0px; bpatel@2225: padding-right:0px; bpatel@1417: background-image:none; bpatel@1417: float:none; bpatel@2225: display:inline; bpatel@1417: } bpatel@2084: .overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, bpatel@2084: .useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { bpatel@2225: display:none; bpatel@2225: width:5px; bpatel@1033: position:relative; bpatel@1033: float:left; bpatel@2225: background-color:#F8981D; bpatel@766: } bpatel@2084: .memberSummary .activeTableTab .tabEnd { bpatel@2225: display:none; bpatel@2225: width:5px; bpatel@2225: margin-right:3px; bpatel@2225: position:relative; bpatel@1417: float:left; bpatel@2225: background-color:#F8981D; bpatel@1417: } bpatel@2084: .memberSummary .tableTab .tabEnd { bpatel@2225: display:none; bpatel@2225: width:5px; bpatel@2225: margin-right:3px; bpatel@1417: position:relative; bpatel@2225: background-color:#4D7A97; bpatel@1417: float:left; bpatel@2225: bpatel@1417: } bpatel@2084: .overviewSummary td, .memberSummary td, .typeSummary td, bpatel@2084: .useSummary td, .constantsSummary td, .deprecatedSummary td { bpatel@1033: text-align:left; bpatel@2225: padding:0px 0px 12px 10px; bpatel@1033: } bpatel@2084: th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, bpatel@2084: td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ bpatel@2084: vertical-align:top; bpatel@2225: padding-right:0px; bpatel@2225: padding-top:8px; bpatel@2225: padding-bottom:3px; bpatel@2084: } bpatel@2084: th.colFirst, th.colLast, th.colOne, .constantsSummary th { bpatel@1033: background:#dee3e9; bpatel@1033: text-align:left; bpatel@2225: padding:8px 3px 3px 7px; bpatel@1033: } bpatel@1033: td.colFirst, th.colFirst { bpatel@1033: white-space:nowrap; bpatel@2225: font-size:13px; bpatel@1033: } bpatel@1033: td.colLast, th.colLast { bpatel@2225: font-size:13px; bpatel@1033: } bpatel@1033: td.colOne, th.colOne { bpatel@2225: font-size:13px; bpatel@1033: } bpatel@2084: .overviewSummary td.colFirst, .overviewSummary th.colFirst, igerasim@2723: .useSummary td.colFirst, .useSummary th.colFirst, bpatel@2084: .overviewSummary td.colOne, .overviewSummary th.colOne, bpatel@2084: .memberSummary td.colFirst, .memberSummary th.colFirst, bpatel@2084: .memberSummary td.colOne, .memberSummary th.colOne, bpatel@2084: .typeSummary td.colFirst{ bpatel@1033: width:25%; bpatel@2225: vertical-align:top; bpatel@1033: } bpatel@2084: td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { bpatel@2084: font-weight:bold; bpatel@2084: } bpatel@2084: .tableSubHeadingColor { bpatel@2225: background-color:#EEEEFF; bpatel@2084: } bpatel@2084: .altColor { bpatel@2225: background-color:#FFFFFF; bpatel@2084: } bpatel@2084: .rowColor { bpatel@2225: background-color:#EEEEEF; bpatel@1033: } bpatel@1033: /* bpatel@1033: Content styles bpatel@1033: */ bpatel@1033: .description pre { bpatel@1033: margin-top:0; bpatel@1033: } bpatel@1033: .deprecatedContent { bpatel@1033: margin:0; bpatel@1033: padding:10px 0; bpatel@1033: } bpatel@1033: .docSummary { bpatel@1033: padding:0; bpatel@766: } bpatel@2225: bpatel@2225: ul.blockList ul.blockList ul.blockList li.blockList h3 { bpatel@2225: font-style:normal; bpatel@2225: } bpatel@2225: bpatel@2225: div.block { bpatel@2225: font-size:14px; bpatel@2225: font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; bpatel@2225: } bpatel@2225: bpatel@2225: td.colLast div { bpatel@2225: padding-top:0px; bpatel@2225: } bpatel@2225: bpatel@2225: bpatel@2225: td.colLast a { bpatel@2225: padding-bottom:3px; bpatel@2225: } bpatel@766: /* bpatel@766: Formatting effect styles bpatel@766: */ bpatel@766: .sourceLineNo { bpatel@766: color:green; bpatel@766: padding:0 30px 0 0; bpatel@766: } bpatel@1033: h1.hidden { bpatel@1033: visibility:hidden; bpatel@1033: overflow:hidden; bpatel@2225: font-size:10px; bpatel@1033: } bpatel@1033: .block { bpatel@1033: display:block; bpatel@2225: margin:3px 10px 2px 0px; bpatel@2225: color:#474747; bpatel@1033: } bpatel@2147: .deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, bpatel@2147: .overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, bpatel@2147: .seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { bpatel@1033: font-weight:bold; bpatel@1033: } bpatel@2147: .deprecationComment, .emphasizedPhrase, .interfaceName { bpatel@1935: font-style:italic; bpatel@1935: } bpatel@2225: bpatel@2225: div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, bpatel@2225: div.block div.block span.interfaceName { bpatel@2225: font-style:normal; bpatel@2225: } bpatel@2225: bpatel@2225: div.contentContainer ul.blockList li.blockList h2{ bpatel@2225: padding-bottom:0px; bpatel@2225: }