sitemap.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  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: #8c8c8c;
  44. margin: 0 auto;
  45. padding: 12px 0px;
  46. line-height: 20px;
  47. }
  48. .sitemapMinus, .sitemapPlus {
  49. vertical-align:middle;
  50. background-repeat: no-repeat;
  51. margin-right: 3px;
  52. width: 7px;
  53. height: 8px;
  54. object-fit: contain;
  55. display:inline-block;
  56. }
  57. .sitemapMinus {
  58. margin-bottom: 0px;
  59. background: url('images/open_item.svg') no-repeat center center, linear-gradient(transparent,transparent);
  60. }
  61. .sitemapPlus {
  62. margin-bottom: 2px;
  63. background: url('images/closed_item.svg') no-repeat center center, linear-gradient(transparent,transparent);
  64. }
  65. .mobileMode .sitemapMinus, .mobileMode .sitemapPlus {
  66. width: 10.5px;
  67. height: 12px;
  68. margin-right: 5px;
  69. background-size: contain;
  70. }
  71. .sitemapPageLink {
  72. margin-left: 0px;
  73. }
  74. .sitemapPageIcon {
  75. margin: 0px 6px -3px 3px;
  76. width: 16px;
  77. height: 16px;
  78. display: inline-block;
  79. background: url('images/page_lt_grey.svg') no-repeat center center, linear-gradient(transparent,transparent);
  80. }
  81. .mobileMode .sitemapPageIcon {
  82. margin-right: 7px;
  83. background-size: contain;
  84. }
  85. .sitemapFolderIcon {
  86. background: url('images/folder_closed_blue.svg') no-repeat center center, linear-gradient(transparent,transparent);
  87. }
  88. .mobileMode .sitemapFolderIcon {
  89. width: 18px;
  90. height: 18px;
  91. margin-left: 1px;
  92. background-position-y: 1px;
  93. background-size: contain;
  94. }
  95. .sitemapFolderOpenIcon {
  96. background: url('images/folder_open.png') no-repeat center center;
  97. background: url('images/folder_open.svg') no-repeat center center, linear-gradient(transparent,transparent);
  98. }
  99. .sitemapPageName {
  100. font-size: 14px;
  101. line-height: 1.93;
  102. color: #4a4a4a;
  103. }
  104. .sitemapPageName.mobileText {
  105. line-height: 1.69;
  106. }
  107. .sitemapNode {
  108. white-space:nowrap;
  109. }
  110. .sitemapPageLinkContainer {
  111. cursor: pointer;
  112. padding-right: 10px;
  113. }
  114. .mobileMode .sitemapPageLinkContainer {
  115. margin-bottom: 13px;
  116. }
  117. .sitemapHighlight {
  118. background-color: #e6e6e6;
  119. }
  120. .sitemapGreyedName
  121. {
  122. color: #AAA;
  123. }
  124. .sitemapPluginNameHeader {
  125. margin: 13px 9px 5px 9px;
  126. font-size: 14px;
  127. color: #444444;
  128. }
  129. .sitemapHeader {
  130. padding-top: 7px;
  131. }
  132. .mobileMode .sitemapHeader {
  133. padding-top: 0px;
  134. }
  135. .sitemapToolbar {
  136. margin: 0px 3px 0px 5px;
  137. display: flex;
  138. align-items: center;
  139. justify-content: flex-end;
  140. }
  141. .sitemapToolbarButton {
  142. width: 19px;
  143. height: 18px;
  144. border: 1px solid transparent;
  145. cursor: pointer;
  146. flex: 0 0 auto;
  147. }
  148. .hashover .sitemapToolbarButton:hover {
  149. border-radius: 3px;
  150. background-color: #e6e6e6 !important;
  151. }
  152. .sitemapToolbarButton.sitemapToolbarButtonSelected, .sitemapToolbarButton.sitemapToolbarButtonSelected:hover{
  153. background-color: inherit !important;
  154. }
  155. .leftArrow {
  156. background: url('images/left_arrow.svg') no-repeat center center, linear-gradient(transparent,transparent);
  157. margin-left: 11px;
  158. }
  159. .rightArrow {
  160. background: url('images/right_arrow.svg') no-repeat center center, linear-gradient(transparent,transparent);
  161. margin-left: 3px;
  162. margin-right: 2px;
  163. }
  164. #searchIcon {
  165. width: 10px;
  166. height: 10px;
  167. object-fit: contain;
  168. background: url('images/search_on.svg') no-repeat center center, linear-gradient(transparent,transparent);
  169. vertical-align: bottom;
  170. padding: 5px 4px 5px 4px;
  171. display: inline-block;
  172. }
  173. #searchIcon.sitemapToolbarButtonSelected {
  174. padding: 5px 3px 5px 5px;
  175. border-top-left-radius: 5px;
  176. border-bottom-left-radius: 5px;
  177. border-left: solid 1px #cccccc;
  178. border-top: solid 1px #cccccc;
  179. border-bottom: solid 1px #cccccc;
  180. background: url('images/search_off.svg') no-repeat center center, linear-gradient(transparent,transparent);
  181. background-color: #FFFFFF !important;
  182. }
  183. .backKeys {
  184. width: 20px;
  185. height: 21px;
  186. object-fit: contain;
  187. vertical-align: bottom;
  188. margin: 2px;
  189. display: inline-block;
  190. background: url('images/back_keys.svg') no-repeat center center, linear-gradient(transparent,transparent);
  191. }
  192. .forwardKeys {
  193. width: 20px;
  194. height: 21px;
  195. object-fit: contain;
  196. vertical-align: bottom;
  197. margin: 2px;
  198. display: inline-block;
  199. background: url('images/forward_keys.svg') no-repeat center center, linear-gradient(transparent,transparent);
  200. }
  201. #interfaceAdaptiveViewsListContainer {
  202. position: absolute;
  203. display: none;
  204. width: 220px;
  205. left: 155px;
  206. padding: 6px 9px;
  207. top: 36px;
  208. }
  209. #interfaceScaleListContainer {
  210. padding: 7.5px 9px 12px 16px;
  211. margin-top: 9px;
  212. border-top: solid 1px #bdbcbc;
  213. order: 10;
  214. }
  215. .adaptiveViewOption, .vpPresetOption, .vpScaleOption {
  216. padding: 3px 0px 3px 0px;
  217. color: #3B3B3B;
  218. display: flex;
  219. }
  220. .projectOptionsScaleRow, .projectOptionsAdaptiveViewRow, .projectOptionsHotspotsRow {
  221. border-top: solid 1px #c7c7c7;
  222. display: flex;
  223. padding: 13px 7px 13px 0px;
  224. }
  225. .adaptiveViewOption:hover, .vpScaleOption:hover, .vpPresetOption:hover, .projectOptionsAdaptiveViewRow:hover, .projectOptionsScaleRow:hover
  226. {
  227. cursor: pointer;
  228. }
  229. .scaleRadioButton, .adapViewRadioButton {
  230. border: solid 1px #8c8c8c;
  231. display: inline-block;
  232. position: relative;
  233. width: 12px;
  234. height: 12px;
  235. border-radius: 48px;
  236. margin-right: 12px;
  237. top: 2px;
  238. flex-shrink: 0;
  239. }
  240. .mobileMode .scaleRadioButton, .mobileMode .adapViewRadioButton {
  241. width: 20px;
  242. height: 20px;
  243. border-radius: 60px;
  244. margin-right: 22px;
  245. margin-left: 22px;
  246. top: 0px;
  247. flex-shrink: 0;
  248. }
  249. .selectedRadioButton {
  250. border: solid 1px #20aca9;
  251. }
  252. .selectedRadioButtonFill {
  253. position: relative;
  254. display: none;
  255. background-color: #20aca9;
  256. margin: auto;
  257. width: 8px;
  258. height: 8px;
  259. border-radius: 30px;
  260. top: 2px;
  261. }
  262. .mobileMode .selectedRadioButtonFill {
  263. width: 12px;
  264. height: 12px;
  265. border-radius: 48px;
  266. top: 4px;
  267. }
  268. #searchDiv {
  269. display: flex;
  270. margin-right: auto;
  271. flex: 1;
  272. }
  273. #searchBox {
  274. display: none;
  275. width: 0%;
  276. height: 22px;
  277. padding-left: 5px;
  278. border-radius: 0px 5px 5px 0px;
  279. border-right: solid 1px #cccccc;
  280. border-top: solid 1px #cccccc;
  281. border-bottom: solid 1px #cccccc;
  282. border-left: none;
  283. -webkit-appearance: none;
  284. }
  285. #searchBox:focus {
  286. outline-width: 0;
  287. }
  288. .searchBoxHint {
  289. color: #8f949a;
  290. }
  291. #sitemapHost.popup #searchDiv{
  292. display: none;
  293. }
  294. #sitemapHost.popup #sitemapHeader{
  295. display: none;
  296. }
  297. #sitemapHost.popup #changePageInstructions{
  298. display: none;
  299. }
  300. .mobileMode #sitemapHeader {
  301. display: none;
  302. }
  303. /* Expo Sitemap
  304. ******************************************************************************/
  305. .expoSitemapNode {
  306. padding: 15px;
  307. text-align: center;
  308. }
  309. .sitemapPageImg {
  310. max-width: 90%;
  311. max-height: 150px;
  312. }
  313. .popup .sitemapPageImg {
  314. display: none;
  315. }
  316. .popup .expoSitemapNode {
  317. padding: 0 0 0 10px;
  318. text-align: left;
  319. }