sitemap.css 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. 
  2. #sitemapHost {
  3. font-size: 12px;
  4. color:#4a4a4a;
  5. height: 100%;
  6. }
  7. #sitemapHostBtn a {
  8. background: url('images/sitemap_on.png');
  9. background: url('images/sitemap_on.svg'),linear-gradient(transparent, transparent);
  10. }
  11. .hashover #sitemapHostBtn a:hover {
  12. background: url('images/sitemap_hover.png');
  13. background: url('images/sitemap_hover.svg'),linear-gradient(transparent, transparent);
  14. }
  15. #sitemapHostBtn a.selected, #sitemapHostBtn a.selected:hover {
  16. background: url('images/sitemap_off.png');
  17. background: url('images/sitemap_off.svg'),linear-gradient(transparent, transparent);
  18. }
  19. #sitemapHost .pageButtonHeader {
  20. top: -27px;
  21. }
  22. #sitemapTreeContainer {
  23. overflow: auto;
  24. width: 100%;
  25. height: 100%;
  26. -webkit-overflow-scrolling: touch;
  27. }
  28. .sitemapTree {
  29. margin: 0px 0px 10px 0px;
  30. overflow:visible;
  31. }
  32. .sitemapTree ul {
  33. list-style-type: none;
  34. margin: 0px 0px 0px 0px;
  35. padding-left: 0px;
  36. }
  37. .sitemapPlusMinusLink
  38. {
  39. }
  40. .sitemapMinus
  41. {
  42. vertical-align:middle;
  43. background: url('images/minus.gif');
  44. background-repeat: no-repeat;
  45. margin-right: 3px;
  46. margin-bottom: 1px;
  47. height:9px;
  48. width:9px;
  49. display:inline-block;
  50. }
  51. .sitemapPlus
  52. {
  53. vertical-align:middle;
  54. background: url('images/plus.gif');
  55. background-repeat: no-repeat;
  56. margin-right: 3px;
  57. margin-bottom: 1px;
  58. height:9px;
  59. width:9px;
  60. display:inline-block;
  61. }
  62. .sitemapPageLink
  63. {
  64. margin-left: 0px;
  65. }
  66. .sitemapPageIcon
  67. {
  68. margin: 0px 0px -3px 4px;
  69. width: 16px;
  70. height: 16px;
  71. display: inline-block;
  72. background: url('images/page.png') no-repeat center center;
  73. background: url('images/page.svg') no-repeat center center, linear-gradient(transparent,transparent);
  74. }
  75. .sitemapFlowIcon
  76. {
  77. background: url('images/flow.png') no-repeat center center;
  78. background: url('images/flow.svg') no-repeat center center, linear-gradient(transparent,transparent);
  79. }
  80. .sitemapFolderIcon
  81. {
  82. background: url('images/folder_closed.png') no-repeat center center;
  83. background: url('images/folder_closed.svg') no-repeat center center, linear-gradient(transparent,transparent);
  84. }
  85. .sitemapFolderOpenIcon
  86. {
  87. background: url('images/folder_open.png') no-repeat center center;
  88. background: url('images/folder_open.svg') no-repeat center center, linear-gradient(transparent,transparent);
  89. }
  90. .sitemapPageName
  91. {
  92. margin-left: 7px;
  93. }
  94. .sitemapNode
  95. {
  96. /*margin:4px 0px 4px 0px;*/
  97. white-space:nowrap;
  98. }
  99. .sitemapPageLinkContainer {
  100. /*display: inline-block;*/
  101. margin-left: 0px;
  102. padding: 4px 0px 4px 0px;
  103. }
  104. /*
  105. .sitemapNode div
  106. {
  107. padding-top: 1px;
  108. padding-bottom: 3px;
  109. padding-left: 20px;
  110. height: 14px;
  111. }
  112. */
  113. .sitemapExpandableNode
  114. {
  115. margin-left: 0px;
  116. }
  117. .sitemapHighlight
  118. {
  119. /*display: inline-block;*/
  120. background-color : #C8E0F0;
  121. font-weight: bold;
  122. }
  123. .sitemapGreyedName
  124. {
  125. color: #AAA;
  126. }
  127. .pluginNameHeader
  128. {
  129. font-family: 'Trebuchet MS';
  130. font-size: 12px;
  131. letter-spacing: 1px;
  132. /*font-weight: bold;*/
  133. white-space: nowrap;
  134. margin-bottom: 5px;
  135. }
  136. .pageNameHeader
  137. {
  138. font-family: 'Trebuchet MS';
  139. /*display: inline-block;*/
  140. /*float: left;*/
  141. font-size: 15px;
  142. font-weight: bold;
  143. /*height: 23px;*/
  144. padding-right: 77px;
  145. white-space: nowrap;
  146. overflow: hidden;
  147. text-overflow: ellipsis;
  148. }
  149. .pageButtonHeader
  150. {
  151. float: right;
  152. position: relative;
  153. /*width: 72px;*/
  154. height: 24px;
  155. top: -22px;
  156. margin-bottom: -24px;
  157. }
  158. .sitemapHeader
  159. {
  160. padding-top: 27px;
  161. border-bottom: 1px solid #d9d9d9;
  162. min-width: 110px;
  163. }
  164. .sitemapToolbar {
  165. margin: 0px 5px 14px 12px;
  166. }
  167. .sitemapToolbarButton
  168. {
  169. float: left;
  170. width: 22px;
  171. height: 22px;
  172. border: 1px solid transparent;
  173. }
  174. #linksButton {
  175. background: url('images/share.png') no-repeat center center;
  176. background: url('images/share.svg') no-repeat center center, linear-gradient(transparent,transparent);
  177. }
  178. #linksButton:hover {
  179. background: url('images/share_hover.png') no-repeat center center;
  180. background: url('images/share_hover.svg') no-repeat center center, linear-gradient(transparent,transparent);
  181. }
  182. #linksButton.sitemapToolbarButtonSelected, .hashover #linksButton.sitemapToolbarButtonSelected:hover {
  183. background: url('images/share_on.png') no-repeat center center;
  184. background: url('images/share_on.svg') no-repeat center center, linear-gradient(transparent,transparent);
  185. }
  186. #adaptiveButton {
  187. background: url('images/views.png') no-repeat center center;
  188. background: url('images/views.svg') no-repeat center center, linear-gradient(transparent,transparent);
  189. }
  190. #adaptiveButton:hover {
  191. background: url('images/views_hover.png') no-repeat center center;
  192. background: url('images/views_hover.svg') no-repeat center center, linear-gradient(transparent,transparent);
  193. }
  194. #adaptiveButton.sitemapToolbarButtonSelected, #adaptiveButton.sitemapToolbarButtonSelected:hover {
  195. background: url('images/views_on.png') no-repeat center center;
  196. background: url('images/views_on.svg') no-repeat center center, linear-gradient(transparent,transparent);
  197. }
  198. #highlightInteractiveButton {
  199. background: url('images/hotspots.png') no-repeat center center;
  200. background: url('images/hotspots.svg') no-repeat center center, linear-gradient(transparent,transparent);
  201. margin-top: 1px;
  202. }
  203. #highlightInteractiveButton:hover {
  204. background: url('images/hotspots_hover.png') no-repeat center center;
  205. background: url('images/hotspots_hover.svg') no-repeat center center, linear-gradient(transparent,transparent);
  206. }
  207. #highlightInteractiveButton.sitemapToolbarButtonSelected, #highlightInteractiveButton.sitemapToolbarButtonSelected:hover {
  208. background: url('images/hotspots_on.png') no-repeat center center;
  209. background: url('images/hotspots_on.svg') no-repeat center center, linear-gradient(transparent,transparent);
  210. }
  211. /*#variablesButton {
  212. background: url('images/229_variables_16.png') no-repeat center center;
  213. }*/
  214. #searchButton {
  215. background: url('images/232_search_16.png') no-repeat center center;
  216. }
  217. .sitemapLinkContainer
  218. {
  219. margin-top: 8px;
  220. padding-right: 5px;
  221. /*font-size: 12px;*/
  222. }
  223. .sitemapLinkField
  224. {
  225. width: 100%;
  226. font-size: 12px;
  227. margin-top: 3px;
  228. padding: 5px;
  229. }
  230. .sitemapRadioSelected {
  231. font-weight: bold;
  232. }
  233. .sitemapOptionContainer
  234. {
  235. margin-top: 8px;
  236. padding-right: 5px;
  237. /*font-size: 12px;*/
  238. }
  239. #sitemapOptionsDiv
  240. {
  241. margin-top: 10px;
  242. /*margin-left: 16px;*/
  243. }
  244. #viewSelectDiv
  245. {
  246. padding: 2px 0px 0px 0px;
  247. /*margin-left: 5px;*/
  248. }
  249. #viewSelect
  250. {
  251. width: 70%;
  252. }
  253. .sitemapUrlOption
  254. {
  255. padding-bottom: 8px;
  256. }
  257. .optionLabel
  258. {
  259. font-size: 12px;
  260. }
  261. .sitemapPopupContainer
  262. {
  263. display: none;
  264. position: absolute;
  265. background-color: #F4F4F4;
  266. border: 1px solid #B9B9B9;
  267. padding: 5px 5px 5px 5px;
  268. margin: 5px 0px 0px 5px;
  269. z-index: 1;
  270. }
  271. #sitemapLinksContainer {
  272. border-top: 1px solid #d9d9d9;
  273. padding: 10px;
  274. margin-left: 0px;
  275. /*line-height: 18px;*/
  276. }
  277. #adaptiveViewsContainer {
  278. border-top: 1px solid #d9d9d9;
  279. padding: 10px;
  280. margin-left: 0px;
  281. line-height: 18px;
  282. }
  283. .adaptiveViewOption
  284. {
  285. padding: 2px;
  286. }
  287. .adaptiveViewOption:hover
  288. {
  289. background-color: rgb(204,235,248);
  290. cursor: pointer;
  291. }
  292. .currentAdaptiveView {
  293. font-weight: bold;
  294. }
  295. .adaptiveCheckboxDiv {
  296. height: 15px;
  297. width: 15px;
  298. float: left;
  299. }
  300. .checkedAdaptive {
  301. background: url('images/adaptivecheck.png') no-repeat center center;
  302. }
  303. /*#variablesContainer
  304. {
  305. max-height: 350px;
  306. overflow: auto;
  307. }*/
  308. /*#variablesClearLink
  309. {
  310. color: #069;
  311. left: 5px;
  312. }*/
  313. #searchDiv {
  314. padding: 8px 12px 11px 12px;
  315. }
  316. #searchBox {
  317. width: 100%;
  318. border: none;
  319. border-top: 1px solid #d9d9d9;
  320. /*border-bottom: 1px solid #d9d9d9;*/
  321. padding: 5px;
  322. font-size: 12px;
  323. }
  324. .searchBoxHint
  325. {
  326. color: #8f949a;
  327. /*font-style: italic;*/
  328. }
  329. #sitemapLinksPageName
  330. {
  331. font-weight: bold;
  332. }
  333. #sitemapOptionsHeader
  334. {
  335. font-weight: bold;
  336. }