sitemap.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. 
  2. #sitemapHost {
  3. font-size: 12px;
  4. color:#333;
  5. background-color:#FFF;
  6. height: 100%;
  7. }
  8. #sitemapTreeContainer {
  9. /*margin: 0px 8px 0px 10px;*/
  10. position: absolute;
  11. overflow: auto;
  12. width: 100%;
  13. /*height: 100%;*/
  14. top: 31px;
  15. bottom: 0px;
  16. }
  17. .sitemapTree {
  18. /* list-style-type: none; */
  19. margin: 5px 0px 10px -9px;
  20. overflow:visible;
  21. }
  22. .sitemapTree ul {
  23. list-style-type: none;
  24. margin: 0px 0px 0px 0px;
  25. padding-left: 0px;
  26. }
  27. .sitemapPlusMinusLink
  28. {
  29. }
  30. .sitemapMinus
  31. {
  32. vertical-align:middle;
  33. background: url('images/minus.gif');
  34. background-repeat: no-repeat;
  35. margin-right: 3px;
  36. margin-bottom: 1px;
  37. height:9px;
  38. width:9px;
  39. display:inline-block;
  40. }
  41. .sitemapPlus
  42. {
  43. vertical-align:middle;
  44. background: url('images/plus.gif');
  45. background-repeat: no-repeat;
  46. margin-right: 3px;
  47. margin-bottom: 1px;
  48. height:9px;
  49. width:9px;
  50. display:inline-block;
  51. }
  52. .sitemapPageLink
  53. {
  54. margin-left: 0px;
  55. }
  56. .sitemapPageIcon
  57. {
  58. margin-bottom:-3px;
  59. width: 16px;
  60. height: 16px;
  61. display: inline-block;
  62. background: url('images/079_page_16.png');
  63. background-repeat: no-repeat;
  64. }
  65. .sitemapFlowIcon
  66. {
  67. background: url('images/086_case_16.png');
  68. }
  69. .sitemapFolderIcon
  70. {
  71. background: url('images/235_folderclosed_16.png');
  72. }
  73. .sitemapFolderOpenIcon
  74. {
  75. background: url('images/236_folderopen_16.png');
  76. }
  77. .sitemapPageName
  78. {
  79. margin-left: 3px;
  80. }
  81. .sitemapNode
  82. {
  83. margin:4px 0px 4px 0px;
  84. white-space:nowrap;
  85. }
  86. .sitemapPageLinkContainer {
  87. margin-left: 0px;
  88. padding-bottom: 1px;
  89. }
  90. /*
  91. .sitemapNode div
  92. {
  93. padding-top: 1px;
  94. padding-bottom: 3px;
  95. padding-left: 20px;
  96. height: 14px;
  97. }
  98. */
  99. .sitemapExpandableNode
  100. {
  101. margin-left: 0px;
  102. }
  103. .sitemapHighlight
  104. {
  105. background-color : rgb(204,235,248);
  106. font-weight: bold;
  107. }
  108. .sitemapGreyedName
  109. {
  110. color: #AAA;
  111. }
  112. #sitemapToolbar
  113. {
  114. margin: 5px 5px 5px 5px;
  115. height: 22px;
  116. }
  117. #sitemapToolbar .sitemapToolbarButton
  118. {
  119. float: left;
  120. width: 22px;
  121. height: 22px;
  122. border: 1px solid transparent;
  123. }
  124. #sitemapToolbar .sitemapToolbarButton:hover
  125. {
  126. border: 1px solid rgb(0,157,217);
  127. background-color : rgb(166,221,242);
  128. }
  129. #sitemapToolbar .sitemapToolbarButton:active
  130. {
  131. border: 1px solid rgb(0,157,217);
  132. background-color : rgb(204,235,248);
  133. }
  134. #sitemapToolbar .sitemapToolbarButtonSelected {
  135. border: 1px solid rgb(0,157,217);
  136. background-color : rgb(204,235,248);
  137. }
  138. #linksButton {
  139. background: url('images/233_hyperlink_16.png') no-repeat center center;
  140. }
  141. #adaptiveButton {
  142. background: url('images/225_responsive_16.png') no-repeat center center;
  143. }
  144. #footnotesButton {
  145. background: url('images/228_togglenotes_16.png') no-repeat center center;
  146. }
  147. #highlightInteractiveButton {
  148. background: url('images/231_event_16.png') no-repeat center center;
  149. }
  150. #variablesButton {
  151. background: url('images/229_variables_16.png') no-repeat center center;
  152. }
  153. #searchButton {
  154. background: url('images/232_search_16.png') no-repeat center center;
  155. }
  156. .sitemapLinkContainer
  157. {
  158. margin-top: 8px;
  159. padding-right: 5px;
  160. font-size: 12px;
  161. }
  162. .sitemapLinkField
  163. {
  164. width: 100%;
  165. font-size: 12px;
  166. margin-top: 3px;
  167. }
  168. .sitemapOptionContainer
  169. {
  170. margin-top: 8px;
  171. padding-right: 5px;
  172. font-size: 12px;
  173. }
  174. #sitemapOptionsDiv
  175. {
  176. margin-top: 5px;
  177. margin-left: 16px;
  178. }
  179. #viewSelectDiv
  180. {
  181. margin-left: 5px;
  182. }
  183. #viewSelect
  184. {
  185. width: 70%;
  186. }
  187. .sitemapUrlOption
  188. {
  189. padding-bottom: 5px;
  190. }
  191. .optionLabel
  192. {
  193. font-size: 12px;
  194. }
  195. .sitemapPopupContainer
  196. {
  197. display: none;
  198. position: absolute;
  199. background-color: #F4F4F4;
  200. border: 1px solid #B9B9B9;
  201. padding: 5px 5px 5px 5px;
  202. margin: 5px 0px 0px 5px;
  203. z-index: 1;
  204. }
  205. #adaptiveViewsContainer
  206. {
  207. margin-left: 0px;
  208. padding: 0px;
  209. }
  210. .adaptiveViewOption
  211. {
  212. padding: 2px;
  213. }
  214. .adaptiveViewOption:hover
  215. {
  216. background-color: rgb(204,235,248);
  217. cursor: pointer;
  218. }
  219. .currentAdaptiveView {
  220. font-weight: bold;
  221. }
  222. .adaptiveCheckboxDiv {
  223. height: 15px;
  224. width: 15px;
  225. float: left;
  226. }
  227. .checkedAdaptive {
  228. background: url('images/adaptivecheck.png') no-repeat center center;
  229. }
  230. #variablesContainer
  231. {
  232. max-height: 350px;
  233. overflow: auto;
  234. }
  235. .variableName
  236. {
  237. font-weight: bold;
  238. }
  239. .variableDiv
  240. {
  241. margin-bottom: 10px;
  242. }
  243. #variablesClearLink
  244. {
  245. color: #069;
  246. left: 5px;
  247. }
  248. .searchBoxHint
  249. {
  250. color: #AAA;
  251. font-style: italic;
  252. }
  253. #sitemapLinksPageName
  254. {
  255. font-weight: bold;
  256. }
  257. #sitemapOptionsHeader
  258. {
  259. font-weight: bold;
  260. }