123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310 |
-
- #sitemapHost {
- font-size: 12px;
- color:#333;
- background-color:#FFF;
- height: 100%;
- }
- #sitemapTreeContainer {
- /*margin: 0px 8px 0px 10px;*/
- position: absolute;
- overflow: auto;
- width: 100%;
- /*height: 100%;*/
- top: 31px;
- bottom: 0px;
- }
- .sitemapTree {
- /* list-style-type: none; */
- margin: 5px 0px 10px -9px;
- overflow:visible;
- }
- .sitemapTree ul {
- list-style-type: none;
- margin: 0px 0px 0px 0px;
- padding-left: 0px;
- }
- .sitemapPlusMinusLink
- {
- }
- .sitemapMinus
- {
- vertical-align:middle;
- background: url('images/minus.gif');
- background-repeat: no-repeat;
- margin-right: 3px;
- margin-bottom: 1px;
- height:9px;
- width:9px;
- display:inline-block;
- }
- .sitemapPlus
- {
- vertical-align:middle;
- background: url('images/plus.gif');
- background-repeat: no-repeat;
- margin-right: 3px;
- margin-bottom: 1px;
- height:9px;
- width:9px;
- display:inline-block;
- }
- .sitemapPageLink
- {
- margin-left: 0px;
- }
- .sitemapPageIcon
- {
- margin-bottom:-3px;
- width: 16px;
- height: 16px;
- display: inline-block;
- background: url('images/079_page_16.png');
- background-repeat: no-repeat;
- }
- .sitemapFlowIcon
- {
- background: url('images/086_case_16.png');
- }
- .sitemapFolderIcon
- {
- background: url('images/235_folderclosed_16.png');
- }
- .sitemapFolderOpenIcon
- {
- background: url('images/236_folderopen_16.png');
- }
- .sitemapPageName
- {
- margin-left: 3px;
- }
- .sitemapNode
- {
- margin:4px 0px 4px 0px;
- white-space:nowrap;
- }
- .sitemapPageLinkContainer {
- margin-left: 0px;
- padding-bottom: 1px;
- }
- /*
- .sitemapNode div
- {
- padding-top: 1px;
- padding-bottom: 3px;
- padding-left: 20px;
- height: 14px;
- }
- */
- .sitemapExpandableNode
- {
- margin-left: 0px;
- }
- .sitemapHighlight
- {
- background-color : rgb(204,235,248);
- font-weight: bold;
- }
- .sitemapGreyedName
- {
- color: #AAA;
- }
- #sitemapToolbar
- {
- margin: 5px 5px 5px 5px;
- height: 22px;
- }
- #sitemapToolbar .sitemapToolbarButton
- {
- float: left;
- width: 22px;
- height: 22px;
- border: 1px solid transparent;
- }
- #sitemapToolbar .sitemapToolbarButton:hover
- {
- border: 1px solid rgb(0,157,217);
- background-color : rgb(166,221,242);
- }
- #sitemapToolbar .sitemapToolbarButton:active
- {
- border: 1px solid rgb(0,157,217);
- background-color : rgb(204,235,248);
- }
- #sitemapToolbar .sitemapToolbarButtonSelected {
- border: 1px solid rgb(0,157,217);
- background-color : rgb(204,235,248);
- }
- #linksButton {
- background: url('images/233_hyperlink_16.png') no-repeat center center;
- }
- #adaptiveButton {
- background: url('images/225_responsive_16.png') no-repeat center center;
- }
- #footnotesButton {
- background: url('images/228_togglenotes_16.png') no-repeat center center;
- }
- #highlightInteractiveButton {
- background: url('images/231_event_16.png') no-repeat center center;
- }
- #variablesButton {
- background: url('images/229_variables_16.png') no-repeat center center;
- }
- #searchButton {
- background: url('images/232_search_16.png') no-repeat center center;
- }
- .sitemapLinkContainer
- {
- margin-top: 8px;
- padding-right: 5px;
- font-size: 12px;
- }
- .sitemapLinkField
- {
- width: 100%;
- font-size: 12px;
- margin-top: 3px;
- }
- .sitemapOptionContainer
- {
- margin-top: 8px;
- padding-right: 5px;
- font-size: 12px;
- }
- #sitemapOptionsDiv
- {
- margin-top: 5px;
- margin-left: 16px;
- }
- #viewSelectDiv
- {
- margin-left: 5px;
- }
- #viewSelect
- {
- width: 70%;
- }
- .sitemapUrlOption
- {
- padding-bottom: 5px;
- }
- .optionLabel
- {
- font-size: 12px;
- }
- .sitemapPopupContainer
- {
- display: none;
- position: absolute;
- background-color: #F4F4F4;
- border: 1px solid #B9B9B9;
- padding: 5px 5px 5px 5px;
- margin: 5px 0px 0px 5px;
- z-index: 1;
- }
- #adaptiveViewsContainer
- {
- margin-left: 0px;
- padding: 0px;
- }
- .adaptiveViewOption
- {
- padding: 2px;
- }
- .adaptiveViewOption:hover
- {
- background-color: rgb(204,235,248);
- cursor: pointer;
- }
- .currentAdaptiveView {
- font-weight: bold;
- }
- .adaptiveCheckboxDiv {
- height: 15px;
- width: 15px;
- float: left;
- }
- .checkedAdaptive {
- background: url('images/adaptivecheck.png') no-repeat center center;
- }
- #variablesContainer
- {
- max-height: 350px;
- overflow: auto;
- }
- .variableName
- {
- font-weight: bold;
- }
- .variableDiv
- {
- margin-bottom: 10px;
- }
- #variablesClearLink
- {
- color: #069;
- left: 5px;
- }
- .searchBoxHint
- {
- color: #AAA;
- font-style: italic;
- }
- #sitemapLinksPageName
- {
- font-weight: bold;
- }
- #sitemapOptionsHeader
- {
- font-weight: bold;
- }
|