Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. .search-container{
  2. background-image: url("../Mask_Group_2.png");
  3. display: flex;
  4. flex-direction: column;
  5. justify-content: center;
  6. padding: 2rem 4rem;
  7. }
  8. .search-container .logo{
  9. height: auto;
  10. width: 8%;
  11. }
  12. .search-container h6{
  13. color: white;
  14. margin-bottom: 2px;
  15. }
  16. .search-container #searchInput{
  17. border-radius: 21px;
  18. border: none;
  19. padding-left: 20px !important;
  20. flex: 1;
  21. }
  22. .search-container #searchInput::before {
  23. content: "\f002"; /* Unicode for Font Awesome search icon */
  24. font-family: 'FontAwesome';
  25. position: absolute;
  26. left: 10px;
  27. top: 50%;
  28. transform: translateY(-50%);
  29. pointer-events: none;
  30. }
  31. .button-23 {
  32. background-color: #1F9027;
  33. border-radius: 8px;
  34. box-sizing: border-box;
  35. color: white;
  36. cursor: pointer;
  37. display: inline-block;
  38. font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  39. font-size: 15px;
  40. font-weight: 600;
  41. line-height: 20px;
  42. margin: 0;
  43. outline: none;
  44. padding: 13px 23px;
  45. position: relative;
  46. text-align: center;
  47. text-decoration: none;
  48. touch-action: manipulation;
  49. transition: box-shadow .2s, -ms-transform .1s, -webkit-transform .1s, transform .1s;
  50. user-select: none;
  51. -webkit-user-select: none;
  52. width: auto;
  53. z-index: 9999999;
  54. }
  55. .button-23:focus-visible {
  56. box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  57. transition: box-shadow .2s;
  58. }
  59. .button-23:active {
  60. background-color: #F7F7F7;
  61. border-color: #000000;
  62. transform: scale(.96);
  63. }
  64. .button-23:disabled {
  65. border-color: #DDDDDD;
  66. color: #DDDDDD;
  67. cursor: not-allowed;
  68. opacity: 1;
  69. }
  70. .map-svg {
  71. display: block;
  72. margin: 0 auto;
  73. filter: drop-shadow(-16px 11px 2px rgba(0, 0, 0, 0.5));
  74. }
  75. .map-svg a {
  76. transition: all 1s;
  77. transform-origin: 50% 50%;
  78. text-decoration: none;
  79. filter: drop-shadow(3px 10px 5px rgb(0 0 0 / 0.4));
  80. }
  81. .map-svg .disable {
  82. fill: gray !important;
  83. }
  84. .map-svg .disable text{
  85. color: gray !important;
  86. }
  87. .map-svg .pahang-barat {
  88. fill: #427bba;
  89. }
  90. .map-svg .pahang-tengah {
  91. fill: #144172;
  92. }
  93. .map-svg .pahang-timur {
  94. fill: #0c6088;
  95. }
  96. .map-svg .label-text {
  97. font-size: 35px;
  98. fill: white;
  99. transform: translate(0,
  100. 3px);
  101. /* adjust vertical position to centre text */
  102. }
  103. .map-svg .label-text-cameron {
  104. font-size: 20px;
  105. fill: white;
  106. transform: translate(0,
  107. 3px);
  108. /* adjust vertical position to centre text */
  109. }
  110. .hidden {
  111. display: none;
  112. }
  113. html,
  114. body {
  115. height: 370px;
  116. padding: 0;
  117. margin: 0;
  118. }
  119. #map {
  120. height: 360px;
  121. width: 300px;
  122. overflow: hidden;
  123. float: left;
  124. border: thin solid #333;
  125. }
  126. #capture {
  127. height: 360px;
  128. width: 480px;
  129. overflow: hidden;
  130. float: left;
  131. background-color: #ECECFB;
  132. border: thin solid #333;
  133. border-left: none;
  134. }
  135. #pdfViewer {
  136. width: 100%;
  137. height: 600px;
  138. }