sitemap.css 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. 
  2. #sitemapHost {
  3. display: flex;
  4. flex-direction: column;
  5. height: 100%;
  6. }
  7. #sitemapHostBtn a {
  8. background: url('images/sitemap_panel_on.svg') no-repeat center center, linear-gradient(transparent, transparent);
  9. }
  10. #sitemapHostBtn a.selected, #sitemapHostBtn a.selected:hover {
  11. background: url('images/sitemap_panel_off.svg') no-repeat center center, linear-gradient(transparent, transparent);
  12. }
  13. #sitemapHost .pageButtonHeader {
  14. top: -27px;
  15. }
  16. #sitemapTreeContainer {
  17. overflow: auto;
  18. width: 100%;
  19. flex: 1;
  20. -webkit-overflow-scrolling: touch;
  21. }
  22. .mobileMode #sitemapTreeContainer {
  23. margin-left: 5px;
  24. overflow-x: hidden;
  25. }
  26. .sitemapTree {
  27. margin: 0px 0px 10px 0px;
  28. overflow:visible;
  29. }
  30. .sitemapTree ul {
  31. list-style-type: none;
  32. margin: 0px 0px 0px 0px;
  33. padding-left: 0px;
  34. }
  35. ul.sitemapTree {
  36. display: inline-block;
  37. min-width: 100%;
  38. }
  39. .pageSwapInstructions {
  40. width: 129px;
  41. font-size: 12px;
  42. text-align: center;
  43. color: #718096;
  44. margin: 0 auto;
  45. padding: 12px 0px;
  46. line-height: 20px;
  47. opacity: .8;
  48. }
  49. .sitemapMinus, .sitemapPlus {
  50. vertical-align:middle;
  51. background-repeat: no-repeat;
  52. margin-right: 3px;
  53. width: 7px;
  54. height: 8px;
  55. object-fit: contain;
  56. display:inline-block;
  57. }
  58. .sitemapMinus {
  59. margin-bottom: 0px;
  60. background: url('images/open_item.svg') no-repeat center center, linear-gradient(transparent,transparent);
  61. }
  62. .sitemapPlus {
  63. margin-bottom: 2px;
  64. background: url('images/closed_item.svg') no-repeat center center, linear-gradient(transparent,transparent);
  65. }
  66. .mobileMode .sitemapMinus, .mobileMode .sitemapPlus {
  67. width: 10.5px;
  68. height: 12px;
  69. margin-right: 5px;
  70. background-size: contain;
  71. }
  72. .sitemapPageLink {
  73. margin-left: 0px;
  74. }
  75. .sitemapPageIcon {
  76. margin: 0px 6px -3px 3px;
  77. width: 16px;
  78. height: 16px;
  79. display: inline-block;
  80. background: url('images/page_lt_grey.svg') no-repeat center center, linear-gradient(transparent,transparent);
  81. }
  82. .mobileMode .sitemapPageIcon {
  83. margin-right: 7px;
  84. background-size: contain;
  85. }
  86. .sitemapFolderIcon {
  87. background: url('images/folder_closed_blue.svg') no-repeat center center, linear-gradient(transparent,transparent);
  88. }
  89. .mobileMode .sitemapFolderIcon {
  90. width: 18px;
  91. height: 18px;
  92. margin-left: 1px;
  93. background-position-y: 1px;
  94. background-size: contain;
  95. }
  96. .sitemapFlowIcon {
  97. background: url('images/flow.svg') no-repeat center center, linear-gradient(transparent,transparent);
  98. }
  99. .sitemapFolderOpenIcon {
  100. background: url('images/folder_open.png') no-repeat center center;
  101. background: url('images/folder_open.svg') no-repeat center center, linear-gradient(transparent,transparent);
  102. }
  103. .sitemapPageName {
  104. font-size: 14px;
  105. line-height: 2.1;
  106. /*color: #4a4a4a;*/
  107. }
  108. .sitemapPageName.mobileText {
  109. line-height: 1.69;
  110. }
  111. .sitemapNode {
  112. white-space:nowrap;
  113. }
  114. .sitemapPageLinkContainer {
  115. cursor: pointer;
  116. padding-right: 10px;
  117. }
  118. .mobileMode .sitemapPageLinkContainer {
  119. margin-bottom: 13px;
  120. }
  121. .sitemapHighlight {
  122. background-color: #E3F2FC !important;
  123. }
  124. .sitemapHover {
  125. }
  126. .sitemapHover:hover {
  127. background-color: #F5FAFE;
  128. }
  129. .sitemapGreyedName
  130. {
  131. color: #AAA;
  132. }
  133. .sitemapHeader {
  134. padding-top: 7px;
  135. }
  136. .mobileMode .sitemapHeader {
  137. padding-top: 0px;
  138. }
  139. .sitemapToolbar {
  140. margin: 0px 3px 0px 5px;
  141. }
  142. .toolbarRow {
  143. margin-bottom: 3px;
  144. display: flex;
  145. align-items: center;
  146. justify-content: flex-end;
  147. }
  148. #expandCollapseAll {
  149. align-self: center;
  150. width: 60px;
  151. margin: 0 4px 0 8px;
  152. font-size: 12px;
  153. text-align: end;
  154. user-select: none;
  155. color: #718096;
  156. cursor: pointer;
  157. }
  158. #expandCollapseAll:hover {
  159. color: #1482C5;
  160. }
  161. .sitemapToolbarButton {
  162. width: 19px;
  163. height: 18px;
  164. border: 1px solid transparent;
  165. cursor: pointer;
  166. flex: 0 0 auto;
  167. }
  168. .hashover .sitemapToolbarButton:hover {
  169. border-radius: 3px;
  170. background-color: #EDEFF1 !important;
  171. }
  172. .sitemapToolbarButton.sitemapToolbarButtonSelected, .sitemapToolbarButton.sitemapToolbarButtonSelected:hover{
  173. background-color: inherit !important;
  174. }
  175. .leftArrow {
  176. background: url('images/left_arrow.svg') no-repeat center center, linear-gradient(transparent,transparent);
  177. margin-left: 11px;
  178. }
  179. .rightArrow {
  180. background: url('images/right_arrow.svg') no-repeat center center, linear-gradient(transparent,transparent);
  181. margin-left: 3px;
  182. margin-right: 2px;
  183. }
  184. #searchIcon {
  185. width: 10px;
  186. height: 10px;
  187. object-fit: contain;
  188. background: url('images/search_on.svg') no-repeat center center, linear-gradient(transparent,transparent);
  189. vertical-align: bottom;
  190. padding: 5px 4px 5px 4px;
  191. display: inline-block;
  192. }
  193. #searchIcon.sitemapToolbarButtonSelected {
  194. padding: 5px 3px 5px 5px;
  195. border-top-left-radius: 5px;
  196. border-bottom-left-radius: 5px;
  197. border-left: solid 1px #cccccc;
  198. border-top: solid 1px #cccccc;
  199. border-bottom: solid 1px #cccccc;
  200. background: url('images/search_off.svg') no-repeat center center, linear-gradient(transparent,transparent);
  201. background-color: #FFFFFF !important;
  202. }
  203. .backKeys {
  204. width: 20px;
  205. height: 21px;
  206. object-fit: contain;
  207. vertical-align: bottom;
  208. margin: 2px;
  209. display: inline-block;
  210. background: url('images/back_keys.svg') no-repeat center center, linear-gradient(transparent,transparent);
  211. }
  212. .forwardKeys {
  213. width: 20px;
  214. height: 21px;
  215. object-fit: contain;
  216. vertical-align: bottom;
  217. margin: 2px;
  218. display: inline-block;
  219. background: url('images/forward_keys.svg') no-repeat center center, linear-gradient(transparent,transparent);
  220. }
  221. #interfaceAdaptiveViewsListContainer {
  222. position: absolute;
  223. display: none;
  224. width: 220px;
  225. left: 155px;
  226. padding: 6px 9px;
  227. top: 36px;
  228. }
  229. .vpZoomValue + #interfaceScaleListContainer {
  230. padding-top: 5px;
  231. margin-top: 5px;
  232. border-top: solid 1px #bdbcbc;
  233. }
  234. #interfaceScaleListContainer {
  235. padding: 0 9px 5px 16px;
  236. order: 10;
  237. }
  238. .adaptiveViewOption, .vpPresetOption, .vpScaleOption {
  239. padding: 5px 0px 5px 0px;
  240. /*color: #3B3B3B;*/
  241. display: flex;
  242. }
  243. .vpScaleOption[hidden] {
  244. display: none !important;
  245. }
  246. .projectOptionsScaleRow, .projectOptionsAdaptiveViewRow, .projectOptionsHotspotsRow {
  247. border-top: solid 1px #c7c7c7;
  248. display: flex;
  249. padding: 13px 7px 13px 0px;
  250. }
  251. .adaptiveViewOption:hover, .vpScaleOption:hover, .vpPresetOption:hover, .projectOptionsAdaptiveViewRow:hover, .projectOptionsScaleRow:hover
  252. {
  253. cursor: pointer;
  254. }
  255. .scaleRadioButton, .adapViewRadioButton {
  256. border: solid 1px #8c8c8c;
  257. display: inline-block;
  258. position: relative;
  259. width: 12px;
  260. height: 12px;
  261. border-radius: 48px;
  262. margin-right: 12px;
  263. top: 2px;
  264. flex-shrink: 0;
  265. }
  266. .mobileMode .scaleRadioButton, .mobileMode .adapViewRadioButton {
  267. width: 20px;
  268. height: 20px;
  269. border-radius: 60px;
  270. margin-right: 22px;
  271. margin-left: 22px;
  272. top: 0px;
  273. flex-shrink: 0;
  274. }
  275. .selectedRadioButton {
  276. border: solid 1px #75BB43;
  277. }
  278. .selectedRadioButtonFill {
  279. position: relative;
  280. display: none;
  281. background-color: #75BB43;
  282. margin: auto;
  283. width: 8px;
  284. height: 8px;
  285. border-radius: 30px;
  286. top: 2px;
  287. }
  288. .mobileMode .selectedRadioButtonFill {
  289. width: 12px;
  290. height: 12px;
  291. border-radius: 48px;
  292. top: 4px;
  293. }
  294. #searchDiv {
  295. display: flex;
  296. margin-right: auto;
  297. flex: 1;
  298. }
  299. #searchBox {
  300. display: none;
  301. width: 0%;
  302. height: 22px;
  303. padding-left: 5px;
  304. border-radius: 0px 5px 5px 0px;
  305. border-right: solid 1px #cccccc;
  306. border-top: solid 1px #cccccc;
  307. border-bottom: solid 1px #cccccc;
  308. border-left: none;
  309. -webkit-appearance: none;
  310. font-family: 'Source Sans Pro', 'Trebuchet MS', Arial;
  311. color: #718096;
  312. }
  313. #searchBox:focus {
  314. outline-width: 0;
  315. }
  316. .searchBoxHint {
  317. color: #8f949a;
  318. }
  319. #sitemapHost.popup #searchDiv{
  320. display: none;
  321. }
  322. #sitemapHost.popup #sitemapHeader{
  323. display: none;
  324. }
  325. #sitemapHost.popup #changePageInstructions{
  326. display: none;
  327. }
  328. .mobileMode #sitemapHeader {
  329. display: none;
  330. }
  331. /* Expo Sitemap
  332. ******************************************************************************/
  333. .expoSitemapNode {
  334. padding: 15px;
  335. text-align: center;
  336. }
  337. .sitemapPageImg {
  338. max-width: 90%;
  339. max-height: 150px;
  340. }
  341. .popup .sitemapPageImg {
  342. display: none;
  343. }
  344. .popup .expoSitemapNode {
  345. padding: 0 0 0 10px;
  346. text-align: left;
  347. }