not really known
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.

2250 lines
34 KiB

  1. @font-face {
  2. font-family: "Noto Emoji";
  3. src: url("../fonts/NotoEmoji.woff") format('woff');
  4. }
  5. html, button {
  6. cursor: url(../icons/ArrowSmall.cur), default;
  7. }
  8. input {
  9. cursor: url(../icons/TextSmall.cur);
  10. }
  11. #canvas {
  12. background-color: white;
  13. overflow-y: hidden;
  14. }
  15. body {
  16. overflow-x: hidden;
  17. }
  18. *:focus {
  19. outline: 0;
  20. }
  21. .rtl-10 {
  22. text-align: right;
  23. font-size: 14pt !important;
  24. }
  25. .rtl-14 {
  26. text-align: right;
  27. font-size: 18px !important;
  28. }
  29. .shutdownscreen {
  30. position: absolute;
  31. background-color: black;
  32. top: 0px;
  33. left: 0px;
  34. width: 100%;
  35. height: 100%;
  36. text-align: center;
  37. }
  38. .shutdownimage {
  39. max-width: 99%;
  40. max-height: 99%;
  41. }
  42. .eescreen {
  43. position: absolute;
  44. background-color: white;
  45. top: 0px;
  46. left: 0px;
  47. width: 100%;
  48. height: 100%;
  49. text-align: center;
  50. }
  51. .eefed {
  52. position: absolute;
  53. max-width: 10%;
  54. bottom: 0px;
  55. right: 0px;
  56. }
  57. .eelab {
  58. position: absolute;
  59. max-width: 20%;
  60. bottom: 0px;
  61. left: 0px;
  62. }
  63. .sugarizer-canvas {
  64. }
  65. .view-radial-button {
  66. background-image: url(../icons/view-radial.svg);
  67. position: absolute !important;
  68. top: 0px;
  69. right: 150px;
  70. }
  71. .view-list-button {
  72. background-image: url(../icons/view-list.svg);
  73. position: absolute !important;
  74. top: 0px;
  75. right: 30px;
  76. }
  77. .view-neighbor-button {
  78. background-image: url(../icons/view-neighborhood.svg);
  79. position: absolute !important;
  80. top: 0px;
  81. right: 90px;
  82. }
  83. .help-button {
  84. background-image: url(../icons/help.svg);
  85. position: absolute !important;
  86. top: 0px;
  87. left: 430px;
  88. }
  89. .help-button-journal {
  90. background-image: url(../icons/help.svg);
  91. position: relative;
  92. display: inline-block;
  93. left: 10px;
  94. vertical-align: top;
  95. }
  96. .favorite-button {
  97. background-image: url(../icons/emblem-favorite.svg);
  98. position: absolute;
  99. top: 0px;
  100. left: 530px;
  101. }
  102. .view-desktop-button {
  103. background-image: url(../icons/view-radial.svg);
  104. position: absolute !important;
  105. top: 0px;
  106. right: 30px;
  107. }
  108. .search-field-border {
  109. border-radius: 22px;
  110. top: 5px;
  111. width: 350px;
  112. height: 35px;
  113. display: inline-block;
  114. }
  115. .search-field-border-focus {
  116. background-color: white;
  117. border: 2px solid white;
  118. }
  119. .search-field-border-nofocus {
  120. background-color: #e5e5e5;
  121. border: 2px solid #e5e5e5;
  122. }
  123. .search-field-iconsearch {
  124. position: absolute;
  125. background-image: url(../icons/entry-search.svg);
  126. background-repeat: no-repeat;
  127. background-position: center;
  128. background-size: 20px 20px;
  129. left: 6px;
  130. width: 20px;
  131. height: 20px;
  132. display: inline-block;
  133. top: 50%;
  134. transform: translateY(-50%);
  135. }
  136. .search-field-iconcancel {
  137. position: absolute;
  138. background-image: url(../icons/entry-cancel.svg);
  139. background-repeat: no-repeat;
  140. background-position: center;
  141. right: 10px;
  142. background-size: 20px 20px;
  143. width: 20px;
  144. height: 20px;
  145. display: inline-block;
  146. top: 50%;
  147. transform: translateY(-50%);
  148. }
  149. .search-field-input {
  150. opacity: 1;
  151. margin-left: 30px;
  152. border: 0px;
  153. display: inline-block;
  154. background-color: #e5e5e5;
  155. width: 270px;
  156. line-height: 22px;
  157. outline: 0;
  158. font-size: 10pt;
  159. position: relative;
  160. top: 50%;
  161. transform: translateY(-50%);
  162. }
  163. .search-field-input:focus {
  164. background-color: white;
  165. }
  166. .search-field-input:disabled {
  167. border-color: #808080;
  168. background-color: #808080;
  169. }
  170. .web-activity {
  171. position: absolute;
  172. }
  173. .web-activity-icon {
  174. background-repeat: no-repeat;
  175. background-position: center;
  176. padding: 2px;
  177. }
  178. .web-activity-icon:hover {
  179. background-color: #d5d5d5;
  180. border-radius: 5px;
  181. }
  182. .web-activity-disable {
  183. position: absolute;
  184. top: 0px;
  185. opacity: 0.5;
  186. padding: 2px;
  187. }
  188. .launcher-icons {
  189. width: 100%;
  190. }
  191. .setlauncher-icon {
  192. margin-top: 100px;
  193. position: absolute;
  194. }
  195. .native{
  196. margin-left: 20%;
  197. }
  198. .sugar{
  199. margin-left: 65%;
  200. }
  201. .selected{
  202. border-bottom: 6px solid red;
  203. background-color: lightgrey;
  204. }
  205. .owner-icon {
  206. position: absolute;
  207. }
  208. .journal-icon {
  209. position: absolute;
  210. }
  211. .server-icon {
  212. position: absolute;
  213. }
  214. .activity-list-item {
  215. height: 60px;
  216. }
  217. .activity-name {
  218. position: absolute;
  219. margin-left: 120px;
  220. margin-top: 15px;
  221. font-weight: bold;
  222. font-size: 14px;
  223. }
  224. .activity-version {
  225. position: absolute;
  226. margin-left: 500px;
  227. margin-top: 15px;
  228. font-size: 14px;
  229. }
  230. .home-activity-popup {
  231. position: absolute;
  232. z-index: 1;
  233. }
  234. .homeview-filter-text {
  235. position: relative;
  236. width: 350px;
  237. margin-top: 2px;
  238. }
  239. .popup-title {
  240. background-color: black;
  241. color: white;
  242. border-color: #808080;
  243. border-style: solid;
  244. border-width: 2px;
  245. z-index: 1;
  246. }
  247. .popup-name-text {
  248. margin-left: 50px;
  249. padding-top: 10px;
  250. margin-right: 40px;
  251. font-weight: bold;
  252. min-height: 16px;
  253. z-index: 1;
  254. }
  255. .popup-name-text-bottom {
  256. padding-bottom: 10px;
  257. }
  258. .popup-title-text {
  259. margin-left: 50px;
  260. margin-top: 0px;
  261. margin-right: 40px;
  262. padding-bottom: 10px;
  263. }
  264. .popup-items {
  265. background-color: black;
  266. color: white;
  267. border-color: #808080;
  268. border-style: none solid solid solid;
  269. border-width: 2px;
  270. z-index: 1;
  271. max-height: 80vh;
  272. overflow-y: auto;
  273. }
  274. .popup-footer :hover{
  275. background-color: #808080;
  276. }
  277. .popup-new-text {
  278. margin-left: 30px;
  279. margin-top: 0px;
  280. margin-right: 10px;
  281. padding: 10px;
  282. }
  283. .popup-item-listview {
  284. padding: 8px 0px 8px 0px;
  285. }
  286. .item-list-item {
  287. height: 35px;
  288. z-index: 1;
  289. }
  290. .item-list-item :hover{
  291. background-color: #808080;
  292. }
  293. .item-name {
  294. margin-left: 30px;
  295. margin-top: 0px;
  296. margin-right: 20px;
  297. padding: 5px;
  298. z-index: 1;
  299. }
  300. .item-name-enable {
  301. color: white;
  302. }
  303. .item-name-disable {
  304. color: #4C4C4C;
  305. }
  306. .listview-nomatch {
  307. background-image: url(../icons/entry-search.svg);
  308. background-repeat: no-repeat;
  309. background-position: center;
  310. background-size: 50px 50px;
  311. width: 50px;
  312. height: 50px;
  313. }
  314. .listview-message {
  315. display: inline-row;
  316. width: 200px;
  317. height: 50px;
  318. margin-left: auto;
  319. margin-right: auto;
  320. margin-top: 30px;
  321. text-align: center;
  322. }
  323. .listview-button {
  324. width: 150px;
  325. margin-left: auto;
  326. margin-right: auto;
  327. }
  328. .journal-content {
  329. }
  330. .journal-footer {
  331. width: 100%;
  332. }
  333. .journal-list-item {
  334. height: 60px;
  335. }
  336. .journal-check {
  337. position: absolute;
  338. margin-left: 10px !important;
  339. margin-top: 18px !important;
  340. width: 18px !important;
  341. height: 18px !important;
  342. }
  343. .journal-title {
  344. position: absolute;
  345. margin-left: 160px;
  346. margin-top: 15px;
  347. font-weight: bold;
  348. font-size: 14px;
  349. }
  350. .journal-title-edit {
  351. position: absolute;
  352. margin-left: 160px;
  353. margin-top: 15px;
  354. font-size: 14px;
  355. }
  356. .journal-filter-favorite {
  357. left: 421px;
  358. }
  359. .journal-filter-text {
  360. position: relative;
  361. width: 350px;
  362. top: 0px;
  363. vertical-align: middle;
  364. }
  365. .journal-filter-time {
  366. margin-left: 10px;
  367. width: 200px;
  368. }
  369. .journal-unselectall {
  370. position: relative;
  371. top: 5px;
  372. display: inline-block;
  373. }
  374. .journal-selectall {
  375. position: relative;
  376. top: 5px;
  377. left: 10px;
  378. display: inline-block;
  379. }
  380. .journal-selectcount {
  381. position: relative;
  382. left: 10px;
  383. height: 0px;
  384. width: 200px;
  385. top: 17px;
  386. display: inline-block;
  387. vertical-align: top;
  388. }
  389. .journal-selectcount-disabled {
  390. color: #808080;
  391. }
  392. .journal-remove {
  393. position: relative;
  394. top: 5px;
  395. margin-left: 15px !important;
  396. display: inline-block;
  397. }
  398. .journal-copy {
  399. position: relative;
  400. top: 5px;
  401. margin-left: 15px !important;
  402. display: inline-block;
  403. }
  404. .journal-fromdevice {
  405. position: relative;
  406. display: inline-block;
  407. height: 30px;
  408. top: 5px;
  409. left: 10px;
  410. }
  411. .journal-split {
  412. vertical-align: top !important;
  413. }
  414. .journal-dialogbox {
  415. position: absolute;
  416. top: 0px;
  417. z-index: 3;
  418. }
  419. .splitbar {
  420. background-image: url(../icons/split.svg);
  421. width: 3px;
  422. margin-left: 15px;
  423. margin-right: 4px;
  424. height: 47px;
  425. display: inline-block;
  426. vertical-align: bottom;
  427. }
  428. .palette-sugarizer {
  429. margin-top: 0px;
  430. height: 53px;
  431. }
  432. .palette-sugarizer:hover {
  433. background-color: black;
  434. }
  435. .palette-icon {
  436. margin-top: 12px !important;
  437. }
  438. .palette-down {
  439. background-image: url('../lib/sugar-web/graphics/icons/emblems/arrow-down.svg');
  440. background-repeat: no-repeat;
  441. background-position-y: bottom;
  442. background-position-x: center;
  443. }
  444. .palette-up {
  445. background-image: url('../lib/sugar-web/graphics/icons/emblems/arrow-up.svg');
  446. background-repeat: no-repeat;
  447. background-position-y: bottom;
  448. background-position-x: center;
  449. background-color: black;
  450. background-size: 47px;
  451. border: 2px solid #808080;
  452. border-bottom: 0;
  453. }
  454. .palette-text {
  455. margin-top: 14px;
  456. margin-left: 32px;
  457. margin-right: 4px;
  458. }
  459. .palette-content {
  460. position: absolute;
  461. background-color: black;
  462. max-width: 271px;
  463. min-width: 161px;
  464. min-height: 51px;
  465. max-height: 80vh;
  466. pointer-events: auto;
  467. border: 2px solid #808080;
  468. color: white;
  469. overflow: auto;
  470. }
  471. .palette-header {
  472. height: 50px;
  473. margin-left: 5px;
  474. margin-right: 5px;
  475. margin-bottom: 19px;
  476. font-weight: bold;
  477. line-height: 71px;
  478. -webkit-user-select: none;
  479. -moz-user-select: none;
  480. }
  481. .palette-hr {
  482. border: 1px solid #808080;
  483. margin-top: 0;
  484. }
  485. .journal-filtertype-palette {
  486. display: inline-block;
  487. margin-left: 70px;
  488. vertical-align: middle;
  489. }
  490. .journal-filtertype-content {
  491. width: 200px;
  492. height: 80vh;
  493. z-index: 3;
  494. }
  495. .journal-filtertype-line {
  496. margin-top: 8px;
  497. height: 38px;
  498. margin-bottom: 8px;
  499. }
  500. .journal-filtertype-line:hover {
  501. background-color: #808080;
  502. }
  503. .journal-filterdate-palette {
  504. display: inline-block;
  505. margin-left: 20px;
  506. vertical-align: middle;
  507. }
  508. .journal-filterdate-content {
  509. width: 150px;
  510. height: 325px;
  511. max-height: 80vh;
  512. z-index: 3;
  513. }
  514. .journal-filterdate-line {
  515. margin-top: 10px;
  516. height: 38px;
  517. margin-bottom: 8px;
  518. }
  519. .journal-filterdate-line:hover {
  520. background-color: #808080;
  521. }
  522. .journal-filterdate-item {
  523. padding-top: 3px;
  524. margin-left: 5px;
  525. }
  526. .journal-sort-palette {
  527. display: inline-block;
  528. margin-left: 20px;
  529. vertical-align: middle;
  530. }
  531. .journal-sort-content {
  532. width: 250px;
  533. height: 230px;
  534. max-height: 80vh;
  535. z-index: 3;
  536. }
  537. .journal-sort-line {
  538. margin-top: 10px;
  539. height: 38px;
  540. margin-bottom: 8px;
  541. }
  542. .journal-sort-line:hover {
  543. background-color: #808080;
  544. }
  545. .journal-sort-item {
  546. padding-top: 5px;
  547. margin-left: 35px;
  548. }
  549. .journal-time {
  550. position: absolute;
  551. right: 40px;
  552. margin-top: 15px;
  553. font-size: 14px;
  554. background-color: white;
  555. z-index: 2;
  556. }
  557. .journal-goright {
  558. position: absolute;
  559. right: 10px;
  560. margin-top: 14px;
  561. }
  562. .journal-empty {
  563. background-image: url(../icons/activity-journal.svg);
  564. background-repeat: no-repeat;
  565. background-position: center;
  566. background-size: 50px 50px;
  567. width: 50px;
  568. height: 50px;
  569. }
  570. .journal-message {
  571. display: inline-row;
  572. width: 200px;
  573. height: 40px;
  574. margin-left: auto;
  575. margin-right: auto;
  576. margin-top: 30px;
  577. text-align: center;
  578. }
  579. .view-localjournal-button {
  580. background-image: url(../icons/activity-journal.svg);
  581. }
  582. .view-cloudone-button {
  583. background-image: url(../icons/cloud-one.svg);
  584. left: 10px;
  585. }
  586. .view-cloudall-button {
  587. background-image: url(../icons/cloud-all.svg);
  588. left: 15px;
  589. }
  590. .sync-button {
  591. background-image: url(../icons/sync.svg);
  592. }
  593. .offline-button {
  594. background-image: url(../icons/cloud-warning.svg);
  595. position: absolute !important;
  596. top: 0px;
  597. left: 540px;
  598. }
  599. .sync-home {
  600. position: absolute !important;
  601. top: 0px;
  602. left: 490px;
  603. width: 47px;
  604. height: 47px;
  605. margin: 4px 2px;
  606. color: transparent;
  607. background-color: transparent;
  608. background-position: center;
  609. background-repeat: no-repeat;
  610. background-size: contain;
  611. border: 0;
  612. }
  613. .sync-journal {
  614. margin-left: 36% !important;
  615. }
  616. .sync-gear-home {
  617. right: 62px;
  618. top: 4px;
  619. }
  620. .sync-gear-journal {
  621. margin-left: 46% !important;
  622. bottom: 6px;
  623. }
  624. .sync-gear {
  625. position: absolute;
  626. width: 36px;
  627. height: 36px;
  628. margin: 4px 2px;
  629. color: transparent;
  630. background-color: transparent;
  631. background-position: center;
  632. background-repeat: no-repeat;
  633. background-size: contain;
  634. border: 0;
  635. animation-name: sync-frame;
  636. animation-duration: 2s;
  637. animation-iteration-count: infinite;
  638. }
  639. @keyframes sync-frame {
  640. 0% {
  641. transform: rotate(0deg);
  642. }
  643. 50% {
  644. transform: rotate(-180deg);
  645. }
  646. 100% {
  647. transform: rotate(-360deg);
  648. }
  649. }
  650. .page-up {
  651. position: absolute !important;
  652. background-image: url(../icons/go-left.svg);
  653. right: 160px;
  654. }
  655. .page-down {
  656. position: absolute !important;
  657. background-image: url(../icons/go-right.svg);
  658. right: 30px;
  659. }
  660. .page-count {
  661. position: absolute;
  662. text-align: center;
  663. right: 80px;
  664. bottom: 2px;
  665. width: 80px;
  666. bottom: 2px;
  667. font-size: 18pt;
  668. height: 40px;
  669. }
  670. .neighbor-filter-text {
  671. position: relative;
  672. width: 350px;
  673. margin-top: 2px;
  674. }
  675. .icon-button {
  676. border-radius: 22px;
  677. margin-top: 5px;
  678. height: 35px;
  679. background-color: #808080;
  680. border: 2px solid #808080;
  681. }
  682. .icon-button-icon {
  683. }
  684. .icon-button-text {
  685. margin-top: 7px;
  686. padding-left: 38px;
  687. padding-right: 38px;
  688. color: white;
  689. display: inline-block;
  690. }
  691. .selectbox-border {
  692. border-radius: 22px;
  693. height: 35px;
  694. display: inline-block;
  695. background-color: #808080;
  696. border: 2px solid #808080;
  697. }
  698. .selectbox-icon {
  699. }
  700. .selectbox-double {
  701. }
  702. .selectbox-text {
  703. position: relative;
  704. top: 8px;
  705. margin-left: 36px;
  706. margin-right: 8px;
  707. height: 50px;
  708. background-image: url(../icons/control-popup-arrow.svg);
  709. background-repeat: no-repeat;
  710. background-position: 95% 15%;
  711. }
  712. .selectbox-popup {
  713. }
  714. .settings-dialog {
  715. position: absolute;
  716. width: 95%;
  717. max-width: 800px;
  718. height: 95%;
  719. max-height: 500px;
  720. background-color: #000000;
  721. border: 2px solid #808080;
  722. }
  723. .settings-filter-text {
  724. position: relative;
  725. margin-left: 10px;
  726. width: 350px;
  727. }
  728. .settings-close-button {
  729. background-image: url(../icons/dialog-cancel.svg);
  730. position: absolute !important;
  731. top: 5px;
  732. right: 30px;
  733. width: 35px !important;
  734. height: 35px !important;
  735. }
  736. .settings-item {
  737. padding: 25px;
  738. display: inline-block;
  739. }
  740. .settings-item-icon {
  741. position: relative;
  742. left: 65px;
  743. width: 210px;
  744. }
  745. .settings-item-text {
  746. margin-top: 10px;
  747. margin-left: auto;
  748. margin-right: auto;
  749. text-align: center;
  750. }
  751. .settings-item-text-enable {
  752. color: white;
  753. }
  754. .settings-item-text-disable {
  755. color: #808080;
  756. }
  757. .module-dialog {
  758. width: 95%;
  759. max-width: 800px;
  760. height: 95%;
  761. max-height: 500px;
  762. background-color: #ffffff;
  763. border: 2px solid #808080;
  764. }
  765. .module-icon {
  766. position: absolute;
  767. left: 10px;
  768. }
  769. .module-text {
  770. position: absolute;
  771. left: 80px;
  772. top: 20px;
  773. color: white;
  774. word-wrap: break-word;
  775. }
  776. .module-cancel-button {
  777. background-image: url(../icons/dialog-cancel.svg);
  778. position: absolute !important;
  779. top: 5px;
  780. right: 60px;
  781. width: 35px !important;
  782. height: 35px !important;
  783. }
  784. .module-ok-button {
  785. background-image: url(../icons/dialog-ok.svg);
  786. position: absolute !important;
  787. top: 5px;
  788. right: 15px;
  789. width: 35px !important;
  790. height: 35px !important;
  791. }
  792. .aboutme-message {
  793. position: absolute;
  794. left: 20px;
  795. margin-top: 20px;
  796. color: #808080;
  797. }
  798. .security-message {
  799. position: absolute;
  800. left: 20px;
  801. margin-top: 20px;
  802. color: #808080;
  803. }
  804. .security-password {
  805. position: absolute;
  806. margin-top: 50px;
  807. margin-left: 50px;
  808. }
  809. .security-rightbutton {
  810. position: absolute;
  811. margin-left: 350px;
  812. margin-top: 290px;
  813. width: 120px;
  814. }
  815. .security-warning {
  816. position: absolute;
  817. color: #808080;
  818. background-image: url(../icons/emblem-warning.svg);
  819. background-repeat: no-repeat;
  820. background-position: left;
  821. background-size: 15px 15px;
  822. left: 20px;
  823. bottom: 30px;
  824. width: 300px;
  825. padding-left: 20px;
  826. }
  827. .security-spinner {
  828. position: absolute;
  829. left: 260px;
  830. top: 220px;
  831. width: 8%;
  832. }
  833. .launcher-message {
  834. position: absolute;
  835. left: 20px;
  836. margin-top: 20px;
  837. color: #808080;
  838. }
  839. .launcher-button {
  840. position:absolute;
  841. left:20px;
  842. margin-top: 60px;
  843. }
  844. .aboutme-icons {
  845. width: 100%;
  846. display: inline-block;
  847. margin-top: 50px;
  848. text-align: center;
  849. }
  850. .aboutme-icon {
  851. position: relative;
  852. display: inline-block;
  853. }
  854. .aboutme-psicon {
  855. }
  856. .aboutme-nsicon {
  857. }
  858. .aboutme-cicon {
  859. border-color: #808080;
  860. border-style: none solid none solid;
  861. border-width: 3px;
  862. }
  863. .aboutme-pficon {
  864. }
  865. .aboutme-nficon {
  866. }
  867. .aboutme-restart {
  868. color: #808080;
  869. background-image: url(../icons/emblem-warning.svg);
  870. background-repeat: no-repeat;
  871. background-position: left;
  872. background-size: 15px 15px;
  873. margin-left: 20px;
  874. margin-top: 30px;
  875. width: 200px;
  876. padding-left: 20px;
  877. }
  878. .aboutme-input {
  879. width: 100%;
  880. text-align: center;
  881. }
  882. .aboutme-name {
  883. margin-top: 50px;
  884. border-radius: 22px;
  885. height: 25px;
  886. width: 270px;
  887. background-color: #e5e5e5;
  888. padding-left: 10px;
  889. padding-right: 10px;
  890. font-size: 10pt;
  891. }
  892. .module-dialog-wifikey {
  893. width: 95%;
  894. max-width: 500px;
  895. height: 35%;
  896. max-height: 100px;
  897. background-color: #ffffff;
  898. border: 2px solid #808080;
  899. }
  900. .enterkey-input{
  901. margin-top: 5px;
  902. margin-left: 30px;
  903. border-radius: 22px;
  904. height: 25px;
  905. width: 360px;
  906. background-color: #e5e5e5;
  907. padding-left: 10px;
  908. padding-right: 10px;
  909. font-size: 10pt;
  910. }
  911. .enterkey-input:focus{
  912. background-color: white;
  913. }
  914. .aboutme-name:focus {
  915. background-color: white;
  916. }
  917. .aboutme-name-validate {
  918. top: 305px;
  919. }
  920. .warning-dialog {
  921. width: 95%;
  922. max-width: 800px;
  923. height: 150px;
  924. background-color: #000000;
  925. border: 2px solid #808080;
  926. position: absolute;
  927. }
  928. .warningdialog-icon {
  929. position: absolute;
  930. left: 10px;
  931. top: 8px;
  932. }
  933. .warningdialog-cancel-button {
  934. position: absolute;
  935. bottom: 15px;
  936. right: 240px;
  937. width: 210px;
  938. }
  939. .warningdialog-ok-button {
  940. position: absolute;
  941. bottom: 15px;
  942. right: 10px;
  943. width: 215px;
  944. }
  945. .warningdialog-title {
  946. position: absolute;
  947. font-weight: bold;
  948. color: white;
  949. left: 75px;
  950. top: 16px;
  951. }
  952. .warningdialog-message {
  953. position: absolute;
  954. color: white;
  955. left: 75px;
  956. top: 32px;
  957. }
  958. .first-help {
  959. position: absolute;
  960. top: 10px;
  961. right: 30px;
  962. }
  963. .first-namebox {
  964. height: 100%;
  965. padding-bottom: 100%;
  966. }
  967. .first-nameline {
  968. vertical-align: middle;
  969. text-align: center;
  970. width: 300px;
  971. margin-left: auto;
  972. margin-right: auto;
  973. }
  974. .first-nametext {
  975. position: relative;
  976. left: 20px;
  977. margin-top: 20px;
  978. color: #808080;
  979. margin-bottom: 5px;
  980. }
  981. .first-serverbox {
  982. height: 100%;
  983. padding-bottom: 100%;
  984. }
  985. .first-serverline {
  986. vertical-align: middle;
  987. text-align: center;
  988. width: 400px;
  989. margin-left: auto;
  990. margin-right: auto;
  991. }
  992. .first-servertext {
  993. position: relative;
  994. left: 20px;
  995. margin-top: 20px;
  996. color: #808080;
  997. margin-bottom: 5px;
  998. }
  999. .first-servervalue {
  1000. border-radius: 22px;
  1001. height: 25px;
  1002. width: 270px;
  1003. margin-left: 30px;
  1004. background-color: #e5e5e5;
  1005. padding-left: 10px;
  1006. font-size: 10pt;
  1007. }
  1008. .first-servervalue:focus {
  1009. background-color: white;
  1010. }
  1011. .first-qrbackground {
  1012. position: absolute;
  1013. left: 0px;
  1014. top: 0px;
  1015. width: 100%;
  1016. height:100vh;
  1017. visibility: visible;
  1018. background-color: transparent;
  1019. z-index: 4;
  1020. }
  1021. .first-qr {
  1022. display: inline-block;
  1023. margin-left: 20px;
  1024. }
  1025. .first-qrclose-button {
  1026. background-image: url(../icons/dialog-cancel.svg);
  1027. background-repeat: no-repeat;
  1028. background-position: center;
  1029. background-size: 47px;
  1030. background-color: transparent;
  1031. border: 0;
  1032. border-radius: 0px;
  1033. margin: 1px;
  1034. width: 42px;
  1035. height: 42px;
  1036. top: 10px;
  1037. left: 95%;
  1038. position: absolute;
  1039. visibility: hidden;
  1040. z-index: 5;
  1041. }
  1042. .first-qrswitch-button {
  1043. background-image: url(../icons/switch-camera.svg);
  1044. background-repeat: no-repeat;
  1045. background-position: center;
  1046. background-color: transparent;
  1047. border: 0;
  1048. border-radius: 0px;
  1049. margin: 1px;
  1050. width: 42px;
  1051. height: 42px;
  1052. bottom: 10px;
  1053. left: 95%;
  1054. position: absolute;
  1055. visibility: hidden;
  1056. z-index: 5;
  1057. }
  1058. .first-passbox {
  1059. height: 100%;
  1060. padding-bottom: 100%;
  1061. }
  1062. .first-input {
  1063. text-align: center;
  1064. display: inline-block;
  1065. margin-top: 12px;
  1066. }
  1067. .first-warningmessage {
  1068. position: absolute;
  1069. font-size: 12pt;
  1070. color: #808080;
  1071. background-image: url(../icons/emblem-warning.svg);
  1072. background-repeat: no-repeat;
  1073. background-position: left 0%;
  1074. background-size: 30px 30px;
  1075. height: 35px;
  1076. width: 400px;
  1077. padding-left: 35px;
  1078. padding-top: 3px;
  1079. bottom: 85px;
  1080. }
  1081. .newuser-text {
  1082. position: absolute;
  1083. text-align: center;
  1084. color: #808080;
  1085. }
  1086. .first-namevalue {
  1087. border-radius: 22px;
  1088. height: 25px;
  1089. width: 270px;
  1090. margin-left: 30px;
  1091. background-color: #e5e5e5;
  1092. padding-left: 10px;
  1093. font-size: 10pt;
  1094. }
  1095. .first-namevalue:focus {
  1096. background-color: white;
  1097. }
  1098. .first-leftbutton {
  1099. position: absolute;
  1100. left: 50px;
  1101. bottom: 50px;
  1102. width: 120px;
  1103. }
  1104. .first-rightbutton {
  1105. position: absolute;
  1106. right: 50px;
  1107. bottom: 50px;
  1108. width: 120px;
  1109. }
  1110. .first-historybox {
  1111. position: absolute;
  1112. }
  1113. .first-historybutton {
  1114. position: relative;
  1115. width: 150px;
  1116. }
  1117. .first-colortext {
  1118. position: absolute;
  1119. vertical-align: middle;
  1120. text-align: center;
  1121. width: 100%;
  1122. color: #808080;
  1123. -webkit-user-select: none;
  1124. -moz-user-select: none;
  1125. -ms-user-select: none;
  1126. user-select: none;
  1127. }
  1128. .first-owner-icon {
  1129. position: absolute;
  1130. padding-top: 10px;
  1131. }
  1132. .password-line {
  1133. vertical-align: middle;
  1134. text-align: center;
  1135. width: 380px;
  1136. margin-left: auto;
  1137. margin-right: auto;
  1138. }
  1139. .password-input {
  1140. text-align: center;
  1141. display: inline-block;
  1142. border-width: 2px;
  1143. border-style: inset;
  1144. border-top-color: #9a9a9a;
  1145. border-right-color: #eeeeee;
  1146. border-bottom-color: #eeeeee;
  1147. border-left-color: #9a9a9a;
  1148. border-image: initial;
  1149. border-width: 2px;
  1150. border-style: solid;
  1151. border-radius: 30px;
  1152. width: 310px;
  1153. height: 36px;
  1154. }
  1155. .password-value {
  1156. font-size: 16pt;
  1157. font-family: "Noto Emoji";
  1158. width: 270px;
  1159. padding: 4px;
  1160. line-height: 30px;
  1161. min-height: 30px;
  1162. background-color: white;
  1163. padding: 1px;
  1164. text-align: left;
  1165. outline: 0;
  1166. margin-left: 10px;
  1167. margin-top: 3px;
  1168. -webkit-user-select: none;
  1169. -moz-user-select: none;
  1170. -ms-user-select: none;
  1171. user-select: none;
  1172. display: inline-block;
  1173. }
  1174. .password-iconcancel {
  1175. position: relative;
  1176. background-image: url(../icons/entry-cancel.svg);
  1177. background-repeat: no-repeat;
  1178. background-position: center;
  1179. top: 2px;
  1180. right: 10px;
  1181. background-size: 20px 20px;
  1182. width: 20px;
  1183. height: 20px;
  1184. margin-left: 0px;
  1185. display: inline-block;
  1186. }
  1187. .password-label {
  1188. position: relative;
  1189. left: 20px;
  1190. margin-top: 20px;
  1191. color: #808080;
  1192. width: 350px;
  1193. margin-bottom: 5px;
  1194. -webkit-user-select: none;
  1195. -moz-user-select: none;
  1196. -ms-user-select: none;
  1197. user-select: none;
  1198. }
  1199. .password-emojis {
  1200. margin-top: 10px;
  1201. display: inline-block;
  1202. }
  1203. .password-emojis-line {
  1204. }
  1205. .password-emojis-category {
  1206. margin-top: 10px;
  1207. display: inline-block;
  1208. vertical-align: top;
  1209. }
  1210. .emoji {
  1211. display: inline-block;
  1212. -webkit-user-select: none;
  1213. -moz-user-select: none;
  1214. -ms-user-select: none;
  1215. user-select: none;
  1216. border: 2px solid #e5e5e5;
  1217. }
  1218. .emoji-selected {
  1219. background-color: white;
  1220. }
  1221. .emoji-unselected {
  1222. background-color: #e5e5e5;
  1223. }
  1224. .emoji-flash {
  1225. background-color: #e5e5e5;
  1226. }
  1227. .emoji-icon {
  1228. font-size: 24pt;
  1229. font-family: "Noto Emoji";
  1230. padding-left: 8px;
  1231. padding-top: 6px;
  1232. padding-right: 8px;
  1233. }
  1234. .emoji-letter {
  1235. font-size: 8pt;
  1236. text-align: right;
  1237. padding-right: 4px;
  1238. padding-bottom: 4px;
  1239. }
  1240. .emoji-category {
  1241. display: block;
  1242. border-radius: 0px 22px 22px 0px;
  1243. }
  1244. .spinner {
  1245. position: absolute;
  1246. margin-left: 45%;
  1247. margin-top: 20%;
  1248. width: 8%;
  1249. }
  1250. .settings-warningbox {
  1251. background-color: #000000;
  1252. width: 100%;
  1253. height: 55px;
  1254. }
  1255. .warningbox-title {
  1256. position: absolute;
  1257. font-weight: bold;
  1258. color: white;
  1259. left: 10px;
  1260. top: 66px;
  1261. }
  1262. .warningbox-message {
  1263. position: absolute;
  1264. color: white;
  1265. left: 10px;
  1266. top: 82px;
  1267. }
  1268. .warningbox-cancel-button {
  1269. position: absolute;
  1270. right: 240px;
  1271. width: 210px;
  1272. }
  1273. .warningbox-refresh-button {
  1274. position: absolute;
  1275. right: 10px;
  1276. width: 215px;
  1277. }
  1278. .genericbox {
  1279. background-color: #000000;
  1280. width: 100%;
  1281. height: 55px;
  1282. }
  1283. .genericbox-title {
  1284. position: absolute;
  1285. font-weight: bold;
  1286. color: white;
  1287. left: 10px;
  1288. top: 10px;
  1289. }
  1290. .genericbox-message {
  1291. position: absolute;
  1292. color: white;
  1293. left: 10px;
  1294. top: 28px;
  1295. }
  1296. .genericbox-cancel-button {
  1297. position: absolute;
  1298. right: 240px;
  1299. width: 210px;
  1300. }
  1301. .genericbox-ok-button {
  1302. position: absolute;
  1303. right: 10px;
  1304. width: 215px;
  1305. }
  1306. .language-message {
  1307. position: absolute;
  1308. left: 20px;
  1309. margin-top: 20px;
  1310. color: #808080;
  1311. }
  1312. .language-restart {
  1313. position: absolute;
  1314. color: #808080;
  1315. background-image: url(../icons/emblem-warning.svg);
  1316. background-repeat: no-repeat;
  1317. background-position: left;
  1318. background-size: 15px 15px;
  1319. left: 20px;
  1320. bottom: 20px;
  1321. width: 200px;
  1322. padding-left: 20px;
  1323. }
  1324. .language-select {
  1325. margin-left: 30px;
  1326. margin-top: 50px;
  1327. left: 30px;
  1328. top: 50px;
  1329. color: white;
  1330. width: 200px;
  1331. }
  1332. .computer-content {
  1333. height: 90%;
  1334. }
  1335. .computer-software {
  1336. border-color: #808080;
  1337. border-style: solid none none none;
  1338. border-width: 2px;
  1339. margin-left: 20px;
  1340. margin-top: 20px;
  1341. }
  1342. .computer-sugarizer {
  1343. color: #808080;
  1344. text-align: right;
  1345. width: 200px;
  1346. margin-top: 20px;
  1347. display: inline-block;
  1348. }
  1349. .computer-clienttype {
  1350. color: #808080;
  1351. text-align: right;
  1352. width: 200px;
  1353. margin-top: 10px;
  1354. display: inline-block;
  1355. }
  1356. .computer-browser {
  1357. color: #808080;
  1358. text-align: right;
  1359. width: 200px;
  1360. margin-top: 10px;
  1361. display: inline-block;
  1362. }
  1363. .computer-browserversion {
  1364. color: #808080;
  1365. text-align: right;
  1366. width: 200px;
  1367. margin-top: 10px;
  1368. display: inline-block;
  1369. }
  1370. .computer-useragent {
  1371. color: #808080;
  1372. text-align: right;
  1373. width: 200px;
  1374. margin-top: 10px;
  1375. display: inline-block;
  1376. }
  1377. .computer-storage {
  1378. color: #808080;
  1379. text-align: right;
  1380. width: 200px;
  1381. margin-top: 10px;
  1382. display: inline-block;
  1383. }
  1384. .computer-reinitcheck {
  1385. margin-left: 30px !important;
  1386. }
  1387. .computer-reinit {
  1388. text-align: left;
  1389. width: 400px;
  1390. margin-left: 10px;
  1391. margin-top: 30px;
  1392. display: inline-block;
  1393. }
  1394. .computer-line {
  1395. }
  1396. .computer-copyright {
  1397. border-color: #808080;
  1398. border-style: solid none none none;
  1399. border-width: 2px;
  1400. margin-left: 20px;
  1401. margin-top: 30px;
  1402. }
  1403. .computer-contributor {
  1404. margin-left: 30px;
  1405. margin-top: 20px;
  1406. }
  1407. .computer-licence {
  1408. margin-left: 30px;
  1409. }
  1410. .computer-value {
  1411. margin-left: 10px;
  1412. color: black;
  1413. display: inline-block;
  1414. }
  1415. .computer-warningmessage {
  1416. color: #808080;
  1417. background-image: url(../icons/emblem-warning.svg);
  1418. background-repeat: no-repeat;
  1419. background-position: left;
  1420. background-size: 15px 15px;
  1421. margin-left: 20px;
  1422. margin-top: 10px;
  1423. bottom: 20px;
  1424. width: 400px;
  1425. padding-left: 20px;
  1426. }
  1427. .aboutserver-rightbutton {
  1428. position: absolute;
  1429. left: 350px;
  1430. top: 370px;
  1431. width: 120px;
  1432. }
  1433. .aboutserver-message {
  1434. margin-left: 10px;
  1435. margin-top: 20px;
  1436. vertical-align: bottom;
  1437. color: black;
  1438. height: 24px;
  1439. display: inline-block;
  1440. }
  1441. .aboutserver-serverlabel {
  1442. margin-left: 50px;
  1443. margin-top: 20px;
  1444. color: #808080;
  1445. width: 250px;
  1446. text-align: right;
  1447. display: inline-block;
  1448. }
  1449. .aboutserver-servername {
  1450. margin-left: 10px;
  1451. display: inline-block;
  1452. border-radius: 22px;
  1453. height: 25px;
  1454. width: 270px;
  1455. margin-left: 30px;
  1456. background-color: #e5e5e5;
  1457. padding-left: 10px;
  1458. font-size: 10pt;
  1459. }
  1460. .aboutserver-servername:focus {
  1461. background-color: white;
  1462. }
  1463. .aboutserver-qr {
  1464. display: inline-block;
  1465. margin-left: 20px;
  1466. }
  1467. .aboutserver-userlabel {
  1468. margin-left: 50px;
  1469. margin-top: 10px;
  1470. color: #808080;
  1471. width: 250px;
  1472. text-align: right;
  1473. display: inline-block;
  1474. }
  1475. .aboutserver-usermessage {
  1476. margin-left: 35px;
  1477. margin-top: 10px;
  1478. color: #808080;
  1479. text-align: left;
  1480. display: inline-block;
  1481. }
  1482. .aboutserver-username {
  1483. margin-left: 10px;
  1484. display: inline-block;
  1485. width: 200px;
  1486. }
  1487. .aboutserver-settingsname {
  1488. margin-left: 150px;
  1489. margin-top: 10px;
  1490. width: 150px;
  1491. color: #808080;
  1492. text-align: right;
  1493. display: inline-block;
  1494. }
  1495. .aboutserver-settingsvalue {
  1496. margin-left: 10px;
  1497. color: black;
  1498. display: inline-block;
  1499. width: 200px;
  1500. }
  1501. .aboutserver-description {
  1502. margin-left: 150px;
  1503. margin-top: 10px;
  1504. width: 150px;
  1505. color: #808080;
  1506. text-align: right;
  1507. display: inline-block;
  1508. }
  1509. .aboutserver-descriptionvalue {
  1510. margin-left: 10px;
  1511. color: black;
  1512. display: inline-block;
  1513. width: 300px;
  1514. }
  1515. .aboutserver-checkbox {
  1516. margin-left: 10px !important;
  1517. }
  1518. .aboutserver-checkbutton {
  1519. margin-top: 20px;
  1520. margin-left: 310px;
  1521. width: 120px;
  1522. }
  1523. .aboutserver-warningmessage {
  1524. position: absolute;
  1525. color: #808080;
  1526. background-image: url(../icons/emblem-warning.svg);
  1527. background-repeat: no-repeat;
  1528. background-position: left;
  1529. background-size: 15px 15px;
  1530. left: 20px;
  1531. bottom: 20px;
  1532. width: 300px;
  1533. padding-left: 20px;
  1534. }
  1535. .aboutserver-passwordmessage {
  1536. position: absolute;
  1537. left: 110px;
  1538. margin-top: 20px;
  1539. margin-right: 10px;
  1540. color: #808080;
  1541. }
  1542. .aboutserver-password {
  1543. position: absolute;
  1544. margin-top: 40px;
  1545. margin-left: 70px;
  1546. }
  1547. .aboutserver-spinner {
  1548. position: absolute;
  1549. left: 260px;
  1550. top: 220px;
  1551. width: 8%;
  1552. }
  1553. .privacy-statscheckbox {
  1554. position: relative;
  1555. margin-left: 30px !important;
  1556. margin-top: 40px !important;
  1557. }
  1558. .privacy-statsmessage {
  1559. margin-left: 10px;
  1560. margin-top: 20px;
  1561. vertical-align: bottom;
  1562. color: black;
  1563. height: 24px;
  1564. display: inline-block;
  1565. }
  1566. .privacy-synccheckbox {
  1567. position: relative;
  1568. margin-left: 30px !important;
  1569. margin-top: 40px !important;
  1570. }
  1571. .privacy-syncmessage {
  1572. position: relative;
  1573. margin-left: 10px;
  1574. margin-top: 20px;
  1575. vertical-align: bottom;
  1576. color: black;
  1577. height: 24px;
  1578. display: inline-block;
  1579. }
  1580. .cloud-empty {
  1581. position: absolute;
  1582. background-image: url(../icons/cloud-warning.svg);
  1583. background-repeat: no-repeat;
  1584. background-position: center;
  1585. background-size: 50px 50px;
  1586. width: 50px;
  1587. height: 50px;
  1588. }
  1589. .cloud-message {
  1590. position: absolute;
  1591. display: inline-row;
  1592. width: 100%;
  1593. height: 40px;
  1594. margin-left: auto;
  1595. margin-right: auto;
  1596. margin-top: 30px;
  1597. text-align: center;
  1598. }
  1599. .cloud-line {
  1600. width: 100%;
  1601. position: absolute;
  1602. }
  1603. .cloud-gotosettings {
  1604. position: relative;
  1605. width: 180px;
  1606. margin-left: auto;
  1607. margin-right: auto;
  1608. }
  1609. .tutorial-title {
  1610. background-color: #808080 !important;
  1611. color: #ffffff !important;
  1612. }
  1613. .tutorial-prev-icon {
  1614. display: inline-flex;
  1615. width: 90px;
  1616. }
  1617. .tutorial-prev-icon.icon-button {
  1618. color: white;
  1619. }
  1620. .tutorial-prev-icon.icon-button.disabled {
  1621. color: black;
  1622. }
  1623. .tutorial-prev-icon1 {
  1624. margin-left: 6px;
  1625. margin-top: 6px;
  1626. }
  1627. .tutorial-prev-icon2 {
  1628. background-image: url(../icons/go-left.svg);
  1629. width: 20px;
  1630. height: 20px;
  1631. background-size: 20px 20px;
  1632. }
  1633. .tutorial-prev-icon3 {
  1634. display: none;
  1635. width: 20px;
  1636. height: 20px;
  1637. background-size: 20px 20px;
  1638. background-color: white;
  1639. margin-top: -20px;
  1640. }
  1641. .tutorial-next-icon {
  1642. display: inline-flex;
  1643. width: 90px;
  1644. }
  1645. .tutorial-next-icon.icon-button {
  1646. color: white;
  1647. }
  1648. .tutorial-next-icon.icon-button.disabled {
  1649. color: black;
  1650. }
  1651. .tutorial-next-icon1 {
  1652. margin-left: 6px;
  1653. margin-top: 6px;
  1654. }
  1655. .tutorial-next-icon2 {
  1656. background-image: url(../icons/go-right.svg);
  1657. width: 20px;
  1658. height: 20px;
  1659. background-size: 20px 20px;
  1660. }
  1661. .tutorial-next-icon3 {
  1662. display: none;
  1663. width: 20px;
  1664. height: 20px;
  1665. background-size: 20px 20px;
  1666. background-color: white;
  1667. margin-top: -20px;
  1668. }
  1669. .tutorial-end-icon {
  1670. display: inline-flex;
  1671. width: 90px;
  1672. }
  1673. .tutorial-end-icon.icon-button {
  1674. color: white;
  1675. }
  1676. .tutorial-end-icon.icon-button.disabled {
  1677. color: black;
  1678. }
  1679. .tutorial-end-icon1 {
  1680. margin-left: 6px;
  1681. margin-top: 6px;
  1682. }
  1683. .tutorial-end-icon2 {
  1684. background-image: url(../icons/dialog-cancel.svg);
  1685. width: 20px;
  1686. height: 20px;
  1687. background-size: 20px 20px;
  1688. }
  1689. .tutorial-end-icon3 {
  1690. display: none;
  1691. width: 20px;
  1692. height: 20px;
  1693. background-size: 20px 20px;
  1694. background-color: white;
  1695. margin-top: -20px;
  1696. }
  1697. .icon-tutorial-text {
  1698. margin-top: 7px;
  1699. padding-left: 38px;
  1700. padding-right: 38px;
  1701. display: inline-block;
  1702. }
  1703. /* Handle small screen resolution */
  1704. @media screen and (max-width: 410px) {
  1705. .search-field-border {
  1706. visibility: hidden;
  1707. width: 0px;
  1708. }
  1709. .search-field-input {
  1710. visibility: hidden;
  1711. width: 0px;
  1712. }
  1713. .homeview-filter-text {
  1714. visibility: hidden;
  1715. width: 0px;
  1716. }
  1717. .activity-version {
  1718. margin-left: 0px;
  1719. visibility: hidden;
  1720. }
  1721. .journal-filtertype-palette {
  1722. visibility: hidden;
  1723. width: 0px;
  1724. }
  1725. .journal-filter-time {
  1726. visibility: hidden;
  1727. width: 0px;
  1728. }
  1729. .journal-filter-favorite {
  1730. visibility: hidden;
  1731. left: 0px;
  1732. }
  1733. .settings-filter-text {
  1734. visibility: hidden;
  1735. width: 0px;
  1736. }
  1737. .aboutserver-userlabel {
  1738. margin-left: 20px;
  1739. text-align: left;
  1740. }
  1741. .aboutserver-serverlabel {
  1742. margin-left: 20px;
  1743. text-align: left;
  1744. }
  1745. .aboutserver-checkbutton {
  1746. margin-left: 20px;
  1747. }
  1748. }
  1749. @media screen and (max-height: 320px) {
  1750. .aboutme-message {
  1751. margin-top: 10px;
  1752. }
  1753. .aboutme-name {
  1754. margin-top: 10px;
  1755. }
  1756. .aboutme-restart {
  1757. margin-top: 10px;
  1758. }
  1759. .aboutserver-checkbox {
  1760. margin-top: 0px !important;
  1761. }
  1762. .aboutserver-message {
  1763. margin-top: 5px;
  1764. }
  1765. .aboutserver-userlabel {
  1766. margin-top: 5px;
  1767. margin-left: 10px;
  1768. text-align: left;
  1769. }
  1770. .aboutserver-usermessage {
  1771. margin-left: 10px;
  1772. }
  1773. .aboutserver-serverlabel {
  1774. margin-top: 5px;
  1775. margin-left: 10px;
  1776. text-align: left;
  1777. display: block;
  1778. }
  1779. .aboutserver-checkbutton {
  1780. margin-left: 250px;
  1781. margin-top: 0px;
  1782. }
  1783. }
  1784. @media screen and (max-width: 590px) {
  1785. .settings-item {
  1786. padding: 5px;
  1787. width: 120px;
  1788. }
  1789. .settings-item-icon {
  1790. left: 20px;
  1791. }
  1792. .journal-filtertype-palette {
  1793. visibility: hidden;
  1794. }
  1795. .warningbox-cancel-button .icon-button-text {
  1796. visibility: hidden;
  1797. }
  1798. .warningbox-refresh-button .icon-button-text {
  1799. visibility: hidden;
  1800. }
  1801. .module-text {
  1802. width: 100px;
  1803. }
  1804. .warningbox-cancel-button {
  1805. right: 85px;
  1806. width: 60px;
  1807. }
  1808. .warningbox-refresh-button {
  1809. right: 10px;
  1810. width: 60px;
  1811. }
  1812. }
  1813. @media screen and (min-width: 410px) and (max-width: 1023px) {
  1814. .search-field-border {
  1815. width: 200px;
  1816. }
  1817. .search-field-input {
  1818. width: 120px;
  1819. }
  1820. .help-button {
  1821. left: 280px;
  1822. }
  1823. .sync-home {
  1824. left: 340px;
  1825. }
  1826. .offline-button {
  1827. left: 390px;
  1828. }
  1829. .homeview-filter-text {
  1830. width: 200px;
  1831. }
  1832. .activity-version {
  1833. margin-left: 350px;
  1834. }
  1835. .activity-help {
  1836. margin-left: 600px !important;
  1837. }
  1838. .journal-filter-favorite {
  1839. left: 270px;
  1840. }
  1841. .journal-filter-time {
  1842. visibility: hidden;
  1843. }
  1844. }
  1845. @media screen and (max-width: 635px) {
  1846. .journal-filterdate-palette {
  1847. visibility: hidden;
  1848. }
  1849. }
  1850. @media screen and (max-width: 660px) {
  1851. .activity-help {
  1852. visibility: hidden;
  1853. margin-left: 0px !important;
  1854. }
  1855. }
  1856. @media screen and (min-width: 660px) {
  1857. .journal-filtertype-palette {
  1858. visibility: visible;
  1859. }
  1860. }
  1861. @media screen and (max-width: 685px) {
  1862. .journal-sort-palette {
  1863. visibility: hidden;
  1864. }
  1865. }
  1866. @media screen and (max-width: 825px) {
  1867. .split3 {
  1868. visibility: hidden;
  1869. }
  1870. .journal-fromdevice{
  1871. visibility: hidden;
  1872. }
  1873. }
  1874. @media screen and (min-width: 880px) {
  1875. .journal-filter-time {
  1876. visibility: visible;
  1877. }
  1878. }
  1879. @media screen and (max-width: 1080px) {
  1880. .split4 {
  1881. visibility: hidden;
  1882. }
  1883. .help-button-journal {
  1884. visibility: hidden;
  1885. }
  1886. }
  1887. @media screen and (max-width: 650px) {
  1888. .help-button {
  1889. visibility: hidden;
  1890. }
  1891. .sync-home {
  1892. left: 270px;
  1893. }
  1894. .offline-button {
  1895. left: 320px;
  1896. }
  1897. }
  1898. @media screen and (max-width: 590px) {
  1899. .sync-home {
  1900. visibility: hidden;
  1901. }
  1902. .sync-button {
  1903. visibility: hidden;
  1904. }
  1905. .offline-button {
  1906. visibility: hidden;
  1907. }
  1908. }
  1909. @media screen and (max-width: 670px) {
  1910. .page-count {
  1911. visibility: hidden;
  1912. }
  1913. .page-up {
  1914. right: 85px;
  1915. }
  1916. }
  1917. @media screen and (max-width: 430px) {
  1918. .page-up {
  1919. visibility: hidden;
  1920. }
  1921. .page-down {
  1922. visibility: hidden;
  1923. }
  1924. }