You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

671 lines
14 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
7 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
7 years ago
10 years ago
10 years ago
7 years ago
10 years ago
7 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
7 years ago
7 years ago
10 years ago
10 years ago
7 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. body {
  2. background-color: white;
  3. border: 0;
  4. float: left;
  5. font: 14px httpsb,sans-serif;
  6. margin: 0;
  7. min-height: 16em;
  8. min-width: 32em;
  9. opacity: 1;
  10. overflow-x: hidden;
  11. overflow-y: auto;
  12. padding: 0;
  13. position: relative;
  14. }
  15. *:focus {
  16. outline: none;
  17. }
  18. a {
  19. color: inherit;
  20. text-decoration: none;
  21. }
  22. #version {
  23. font-size: 10px;
  24. font-weight: normal;
  25. }
  26. #gotoDashboard {
  27. background-color: #444;
  28. border: 0;
  29. color: #bbb;
  30. cursor: pointer;
  31. display: block;
  32. font-size: 12px;
  33. line-height: 12px;
  34. margin: 0;
  35. padding: 3px 0;
  36. position: relative;
  37. text-align: center;
  38. }
  39. #gotoDashboard > span:last-of-type {
  40. opacity: 0.5;
  41. position: absolute;
  42. }
  43. body[dir="ltr"] #gotoDashboard > span:last-of-type {
  44. left: 3px;
  45. }
  46. body[dir="rtl"] #gotoDashboard > span:last-of-type {
  47. right: 3px;
  48. }
  49. .paneHead {
  50. background-color: white;
  51. left: 0;
  52. padding: 0;
  53. position: fixed;
  54. right: 0;
  55. top: 0;
  56. z-index: 100;
  57. }
  58. .paneContent {
  59. padding-top: 5.5em;
  60. }
  61. .paneHead > a:first-child {
  62. background-color: #444;
  63. border: 0;
  64. border-bottom: 1px solid white;
  65. color: #bbb;
  66. cursor: pointer;
  67. display: block;
  68. font-family: sans-serif;
  69. line-height: 12px;
  70. margin: 0;
  71. padding: 2px 0;
  72. text-align: center;
  73. }
  74. #toolbarContainer {
  75. display: flex;
  76. justify-content: space-between;
  77. }
  78. .toolbar {
  79. border: 0;
  80. display: inline-flex;
  81. margin: 0;
  82. padding: 0;
  83. }
  84. body .toolbar button {
  85. background-color: white;
  86. border: 0;
  87. color: black;
  88. cursor: pointer;
  89. margin: 0;
  90. padding: 0.2em 0.2em 0.1em 0.2em;
  91. position: relative;
  92. }
  93. body .toolbar button:hover {
  94. background-color: #eee;
  95. }
  96. body .toolbar button.disabled {
  97. color: #ccc;
  98. }
  99. body .toolbar button.fa {
  100. font: 1.7em FontAwesome;
  101. min-width: 1.4em;
  102. }
  103. #mtxSwitch_matrix-off.switchTrue {
  104. color: #a00;
  105. }
  106. #mtxSwitches > li {
  107. align-items: baseline;
  108. color: #888;
  109. display: flex;
  110. justify-content: space-between;
  111. }
  112. #mtxSwitches > li.switchTrue {
  113. color: #000;
  114. }
  115. #mtxSwitches > li > span:before {
  116. font: 110% FontAwesome;
  117. }
  118. #mtxSwitches > li > span:first-of-type:before {
  119. content: '\f204\a0';
  120. }
  121. #mtxSwitches > li.switchTrue > span:first-of-type:before {
  122. content: '\f205\a0';
  123. }
  124. #mtxSwitches > li > a {
  125. color: #000;
  126. opacity: 0;
  127. }
  128. #mtxSwitches > li:hover > a {
  129. opacity: 0.1;
  130. }
  131. #mtxSwitches > li > a:hover {
  132. opacity: 0.8;
  133. }
  134. .dropdown-menu-capture {
  135. background-color: transparent;
  136. border: 0;
  137. bottom: 0;
  138. display: none;
  139. font: 1rem httpsb,sans-serif;
  140. left: 0;
  141. margin: 0;
  142. padding: 0;
  143. position: fixed;
  144. right: 0;
  145. top: 0;
  146. z-index: 300;
  147. }
  148. .dropdown-menu-capture.show {
  149. display: block;
  150. }
  151. .dropdown-menu {
  152. border: 0;
  153. display: inline-block;
  154. margin: 0;
  155. padding: 3px 0 0 0;
  156. position: absolute;
  157. white-space: normal;
  158. }
  159. .dropdown-menu > ul {
  160. margin: 0;
  161. border: 0;
  162. border: 1px solid #ccc;
  163. border-radius: 4px;
  164. padding: 0;
  165. background-color: white;
  166. list-style-type: none;
  167. }
  168. .dropdown-menu > ul > li.dropdown-menu-entry {
  169. border: 0;
  170. color: black;
  171. cursor: pointer;
  172. margin: 0;
  173. padding: 0.2em 0.25em;
  174. white-space: nowrap;
  175. }
  176. .dropdown-menu > ul > li.dropdown-menu-entry:hover {
  177. background: #eee;
  178. }
  179. .dropdown-menu > ul > li.dropdown-menu-entry-divider {
  180. border-top: 1px solid #ccc;
  181. margin: 0.5em 0;
  182. }
  183. .dropdown-menu.show {
  184. display: block;
  185. }
  186. #buttonReload {
  187. margin-left: 1em;
  188. }
  189. button > span.badge {
  190. padding: 1px 1px;
  191. display: inline-block;
  192. font-size: 40%;
  193. position: absolute;
  194. right: 1px;
  195. bottom: 1px;
  196. color: #000;
  197. background-color: rgba(240,240,240,0.75)
  198. }
  199. button.disabled > span.badge {
  200. display: none;
  201. }
  202. #buttonPresets + .dropdown-menu {
  203. position: fixed;
  204. left: 10vw;
  205. width: 80vw;
  206. }
  207. .presetInfo {
  208. margin: 0.25em 0.5em;
  209. text-align: center;
  210. }
  211. .presetEntry {
  212. margin: 0.25em 0.25em;
  213. border-radius: 3px;
  214. padding: 0.5em;
  215. display: inline-block;
  216. cursor: pointer;
  217. background-color: #eee;
  218. }
  219. .presetEntry .fa {
  220. margin-right: 0.25em;
  221. font-size: 110%;
  222. }
  223. .presetEntry:hover {
  224. background-color: #80e2ff;
  225. }
  226. #presetMore > *:first-child {
  227. margin: 0;
  228. padding: 0;
  229. text-align: center;
  230. color: #888;
  231. cursor: pointer;
  232. font-size: 13px;
  233. }
  234. #presetMore > *:first-child + div {
  235. margin: 0.25em 0 0 0;
  236. padding: 0.25em 0 0 0;
  237. display: none;
  238. text-align: center;
  239. }
  240. #presetMore > *:first-child + div.show {
  241. display: block;
  242. }
  243. #presetMore > *:first-child + div > * {
  244. vertical-align: middle;
  245. }
  246. #presetMoreRecipe {
  247. border: 1px solid #aaa;
  248. width: 75%;
  249. height: 4em;
  250. overflow: hidden;
  251. resize: none;
  252. font-size: 10px;
  253. color: #888;
  254. }
  255. #presetMoreRecipe.bad {
  256. border: 1px solid #fcc;
  257. color: #aaa;
  258. }
  259. #presetMoreWrite.bad {
  260. visibility: hidden;
  261. }
  262. /* I think this is obsolete */
  263. .dropdown-menu > li > a > i {
  264. padding: 0 6px;
  265. font-size: 1.2em;
  266. }
  267. body .toolbar .scope {
  268. background-color: #ccc;
  269. border: 1px solid #ccc;
  270. box-sizing: content-box;
  271. -moz-box-sizing: content-box;
  272. display: inline-flex;
  273. color: white;
  274. margin: 0;
  275. padding: 1px;
  276. cursor: pointer;
  277. }
  278. body .toolbar .scope > span {
  279. align-items: center;
  280. display: inline-flex;
  281. }
  282. body .toolbar .scope > span > span {
  283. pointer-events: none;
  284. }
  285. body .toolbar #specificScope {
  286. direction: ltr;
  287. justify-content: flex-end;
  288. width: 16em;
  289. }
  290. body .toolbar #specificScope.on {
  291. background-color: #24c;
  292. border-color: #24c;
  293. }
  294. body .toolbar #specificScope > span {
  295. background-color: #ccc;
  296. justify-content: flex-end;
  297. }
  298. body .toolbar #specificScope > span.on {
  299. background-color: #24c;
  300. }
  301. body .toolbar #specificScope > span:first-of-type:not(.on):hover,
  302. body .toolbar #specificScope > span:first-of-type:not(.on):hover ~ span:not(.on),
  303. body .toolbar #specificScope > span:not(.on) + span:not(.on):hover,
  304. body .toolbar #specificScope > span:not(.on) + span:not(.on):hover ~ span:not(.on) {
  305. background-color: #999;
  306. }
  307. body .toolbar #specificScope > span:first-of-type:not(.on):hover ~ span,
  308. body .toolbar #specificScope > span:not(.on) + span:not(.on):hover ~ span,
  309. body .toolbar #specificScope > span.on + span:hover,
  310. body .toolbar #specificScope > span.on + span:hover ~ span {
  311. background-color: #139;
  312. }
  313. body .toolbar #specificScope > span:first-of-type {
  314. flex: 1;
  315. }
  316. body .toolbar #globalScope {
  317. justify-content: center;
  318. margin-left: 1px;
  319. width: 1.8em;
  320. }
  321. body .toolbar #globalScope.on {
  322. background-color: #000;
  323. border-color: #000;
  324. }
  325. body .toolbar #globalScope:not(.on):hover {
  326. background-color: #999;
  327. border-color: #999;
  328. }
  329. body .toolbar .scopeRel {
  330. color: #24c;
  331. }
  332. body.globalScope .toolbar .scopeRel {
  333. color: #000;
  334. }
  335. body.globalScope .toolbar .scopeRel.disabled {
  336. color: #ccc;
  337. }
  338. .matrix {
  339. text-align: left;
  340. }
  341. .matRow {
  342. white-space: nowrap;
  343. }
  344. .matCell {
  345. margin: 1px 1px 0 0;
  346. border: 1px dotted rgba(0,0,0,0.2);
  347. padding: 6px 1px 3px 1px;
  348. display: inline-block;
  349. box-sizing: content-box;
  350. -moz-box-sizing: content-box;
  351. width: 2.6em;
  352. white-space: nowrap;
  353. text-align: center;
  354. line-height: 110%;
  355. position: relative;
  356. }
  357. #matHead {
  358. border-top: 1px dotted #ccc;
  359. padding-top: 1px;
  360. margin: 1px 0 0 0;
  361. }
  362. .paneHead .matCell:nth-child(2) {
  363. letter-spacing: -0.3px;
  364. }
  365. .paneContent .matrix .matRow > .matCell:first-child {
  366. font-weight: 100;
  367. }
  368. .paneContent .matrix .matRow > .matCell:first-child > b {
  369. font-weight: normal;
  370. }
  371. /* RFC 3987 Internationalized Resource Identifiers (IRIs) -- 4.4 */
  372. .matrix .matRow > .matCell:first-child {
  373. direction: ltr;
  374. text-align: right;
  375. unicode-bidi: embed;
  376. width: 16em;
  377. }
  378. .matrix .matGroup.g4 .matRow.ro > .matCell:first-child {
  379. direction: inherit;
  380. }
  381. .matrix .matRow.l2 > .matCell:first-child {
  382. margin-left: 1px;
  383. width: calc(16em - 1px);
  384. }
  385. .matrix .matRow > .matCell:hover {
  386. border-style: solid;
  387. }
  388. .matrix .matGroup .matSection {
  389. margin: 2px 0 0 0;
  390. border: 0;
  391. padding: 0;
  392. /* background-color: rgba(0,0,0,0.05); */
  393. }
  394. .matrix .matGroup.g0 .matSection:first-child {
  395. margin-top: 0;
  396. }
  397. .matrix .matGroup.g4 .matSection:first-child {
  398. margin-top: 0;
  399. }
  400. /* Collapsing of domains */
  401. .matrix .matSection .matRow.meta {
  402. display: none;
  403. }
  404. .matrix .matSection.collapsible.collapsed .matRow.meta {
  405. display: block;
  406. }
  407. .matrix .matSection.collapsible.collapsed .matRow.l1:not(.meta) {
  408. display: none;
  409. }
  410. .matrix .matSection.collapsible.collapsed .matRow.l2.collapsible {
  411. display: none;
  412. }
  413. /* Collapsing of blacklisted */
  414. .matrix .g4Meta {
  415. margin: 0;
  416. padding: 0;
  417. border: 0;
  418. height: 6px;
  419. background: url('../img/matrix-group-hide.png') no-repeat center top,
  420. url('../img/matrix-group-hline.png') repeat-x center top 3px;
  421. opacity: 0.2;
  422. cursor: pointer;
  423. }
  424. .matrix .g4Meta:hover {
  425. opacity: 0.4;
  426. }
  427. .matrix .g4Meta.g4Collapsed {
  428. background: url('../img/matrix-group-show.png') no-repeat center top,
  429. url('../img/matrix-group-hline.png') repeat-x center top 3px;
  430. }
  431. .matrix .g4Meta.g4Collapsed ~ .matSection {
  432. display: none;
  433. }
  434. body.powerOff .matrix .g4Meta.g4Collapsed ~ .matSection {
  435. display: block;
  436. }
  437. .matrix .g4Meta ~ .matRow.ro {
  438. display: none;
  439. }
  440. .matrix .g4Meta.g4Collapsed ~ .matRow.ro {
  441. display: block;
  442. }
  443. body.powerOff .matrix .g4Meta.g4Collapsed ~ .matRow.ro {
  444. display: none;
  445. }
  446. .matrix .matGroup .g4Meta + *,.matrix .matGroup .g4Meta + * + * {
  447. margin-top: 0;
  448. padding-top: 0;
  449. }
  450. /* Cell coloring */
  451. .t81 {
  452. color: white;
  453. background-color: #c00;
  454. }
  455. .t82 {
  456. color: white;
  457. background-color: #080;
  458. }
  459. .t1 {
  460. border-color: #debaba;
  461. color: black;
  462. background-color: #f8d0d0;
  463. }
  464. .t2 {
  465. border-color: #bad6ba;
  466. color: black;
  467. background-color: #d0f0d0;
  468. }
  469. .matCell.p81 {
  470. background-image: url('../img/permanent-black-small.png');
  471. background-repeat: no-repeat;
  472. background-position: -1px -1px;
  473. }
  474. .matCell.p82 {
  475. background-image: url('../img/permanent-white-small.png');
  476. background-repeat: no-repeat;
  477. background-position: -1px -1px;
  478. }
  479. /* Cell coloring for color blind-friendly (hopefully) */
  480. body.colorblind .t81 {
  481. color: white;
  482. background-color: rgb(0, 19, 110);
  483. }
  484. body.colorblind .t82 {
  485. border-color: rgb(255, 194, 57);
  486. color: black;
  487. background-color: rgb(255, 194, 57);
  488. }
  489. body.colorblind .t1 {
  490. border-color: rgba(0, 19, 110, 0.3);
  491. color: black;
  492. background-color: rgba(0, 19, 110, 0.2);
  493. }
  494. body.colorblind .t2 {
  495. border-color: rgba(255, 194, 57, 0.3);
  496. color: black;
  497. background-color: rgba(255, 194, 57, 0.2);
  498. }
  499. body.colorblind .matCell.p81 {
  500. background-image: url('../img/permanent-black-small-cb.png');
  501. }
  502. body.colorblind .matCell.p82 {
  503. background-image: url('../img/permanent-white-small-cb.png');
  504. }
  505. .matRow.rw .matCell {
  506. cursor: pointer;
  507. }
  508. body.powerOff .matRow.rw .matCell {
  509. cursor: auto;
  510. opacity: 0.6;
  511. }
  512. .top {
  513. font-weight: bold;
  514. }
  515. #cellHotspots {
  516. margin: 0;
  517. border: 0;
  518. padding: 0;
  519. position: absolute;
  520. left: 0;
  521. top: 0;
  522. width: 100%;
  523. height: 100%;
  524. z-index: 10;
  525. }
  526. #whitelist, #blacklist {
  527. margin: 0;
  528. border: 0;
  529. padding: 0;
  530. position: absolute;
  531. left: 0;
  532. width: 100%;
  533. height: 50%;
  534. background: transparent;
  535. }
  536. #whitelist {
  537. top: 0;
  538. }
  539. #blacklist {
  540. top: 50%;
  541. }
  542. body.powerOff #whitelist, body.powerOff #blacklist {
  543. display: none;
  544. }
  545. .rw .matCell.t1 #whitelist:hover {
  546. background-color: #080;
  547. opacity: 0.25;
  548. }
  549. body.colorblind .rw .matCell.t1 #whitelist:hover,
  550. body.colorblind .rw .matCell.t2 #whitelist:hover {
  551. background-color: rgb(255, 194, 57);
  552. opacity: 0.6;
  553. }
  554. .rw .matCell.t2 #whitelist:hover {
  555. background-color: #080;
  556. opacity: 0.25;
  557. }
  558. .matCell.t81 #whitelist:hover {
  559. background-color: transparent;
  560. }
  561. .matCell.t82 #whitelist:hover {
  562. background-color: transparent;
  563. }
  564. .rw .matCell.t1 #blacklist:hover {
  565. background-color: #c00;
  566. opacity: 0.25;
  567. }
  568. body.colorblind .rw .matCell.t1 #blacklist:hover,
  569. body.colorblind .rw .matCell.t2 #blacklist:hover {
  570. background-color: rgb(0, 19, 110);
  571. opacity: 0.4;
  572. }
  573. .rw .matCell.t2 #blacklist:hover {
  574. background-color: #c00;
  575. opacity: 0.25;
  576. }
  577. .matCell.t81 #blacklist:hover {
  578. background-color: transparent;
  579. }
  580. .matCell.t82 #blacklist:hover {
  581. background-color: transparent;
  582. }
  583. #domainOnly {
  584. margin: 0;
  585. border: 1px solid gray;
  586. border-radius: 3px;
  587. padding: 0 1px;
  588. position: absolute;
  589. font-size: 1.1em;
  590. left: 20%;
  591. bottom: -20%;
  592. display: none;
  593. color: black;
  594. background-color: white;
  595. opacity: 0.25;
  596. z-index: 10000;
  597. cursor: pointer;
  598. }
  599. .matSection #domainOnly .fa:before {
  600. content: '\f106';
  601. }
  602. .matSection.collapsed #domainOnly .fa:before {
  603. content: '\f107';
  604. }
  605. .matSection.collapsible .matRow.l1 .matCell:nth-of-type(1):hover #domainOnly {
  606. display: block;
  607. }
  608. #matHead #domainOnly .fa:before {
  609. content: '\f106';
  610. }
  611. #matHead.collapsed #domainOnly .fa:before {
  612. content: '\f107';
  613. }
  614. #matHead.collapsible .matRow .matCell:nth-of-type(1):hover #domainOnly {
  615. display: block;
  616. }
  617. #domainOnly:hover {
  618. opacity: 1;
  619. }
  620. /* No data was found for the tab */
  621. body.noTabFound .paneHead,
  622. body.noTabFound .paneContent {
  623. display: none;
  624. }
  625. body.noTabFound #noTabFound {
  626. align-items: center;
  627. color: gray;
  628. display: flex;
  629. font-size: xx-large;
  630. height: 100vh;
  631. justify-content: center;
  632. }
  633. /* Mobile-friendly rules */
  634. body.hConstrained {
  635. overflow-x: auto;
  636. }
  637. body.hConstrained .paneHead {
  638. left: auto;
  639. position: absolute;
  640. right: auto;
  641. width: 100%;
  642. }
  643. body[data-touch="true"] .matCell {
  644. line-height: 200%;
  645. }