PWA Fundvelo der Caritas.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. body {
  2. overscroll-behavior-y: contain;
  3. }
  4. :root {
  5. --caritas-red: #db001b;
  6. --caritas-red-accent: #FF4081;
  7. --caritas-red-dark: #d0001a;
  8. --caritas-red-deep: #bf0018;
  9. --primary: var(--caritas-red);
  10. --mdc-theme-primary: var(--primary);
  11. --mdc-theme-secondary: var(--secondary);
  12. --mdc-theme-error: var(--danger);
  13. }
  14. a {
  15. color: var(--primary);
  16. }
  17. a:hover {
  18. color: var(--caritas-red-accent);
  19. }
  20. .inputFile {
  21. width: 0.1px;
  22. height: 0.1px;
  23. opacity: 0;
  24. overflow: hidden;
  25. position: absolute;
  26. z-index: -1;
  27. }
  28. .inputFile + label {
  29. cursor: pointer;
  30. width: 100%;
  31. text-align: center;
  32. }
  33. .inputfile-mat-ripple {
  34. width: 48px;
  35. height: 48px;
  36. -moz-border-radius: 24px;
  37. -webkit-border-radius: 24px;
  38. border-radius: 24px;
  39. align-items: baseline;
  40. justify-content: center;
  41. display: inline-flex;
  42. }
  43. .navmenu-mat-ripple {
  44. margin-left: 0.5em;
  45. margin-right: 0.5em;
  46. border-radius: 6px;
  47. }
  48. .btn-primary {
  49. color: #fff;
  50. background-color: var(--primary);
  51. border-color: var(--caritas-red-accent);
  52. }
  53. .btn-primary:hover {
  54. color: #fff;
  55. background-color: var(--primary);
  56. border-color: var(--caritas-red-accent);
  57. }
  58. .btn-primary.focus, .btn-primary:focus {
  59. color: #fff;
  60. background-color: var(--caritas-red-dark);
  61. border-color: var(--primary);
  62. box-shadow: 0 0 0 .2rem rgb(255 64 88 / 0.5);
  63. }
  64. .btn-primary:not(:disabled):not(.disabled).active,
  65. .btn-primary:not(:disabled):not(.disabled):active,
  66. .show > .btn-primary.dropdown-toggle {
  67. color: #fff;
  68. background-color: var(--caritas-red-deep);
  69. border-color: var(--caritas-red-dark);
  70. }
  71. .text-black {
  72. color: rgba(0,0,0) !important;
  73. }
  74. .bg-primary-color {
  75. background-color: var(--primary);
  76. }
  77. .fv-mat-card {
  78. border-radius: 10%;
  79. }
  80. .mat-icon-large {
  81. height: 46px !important;
  82. width: 46px !important;
  83. padding: 0 4px;
  84. }
  85. button.mat-icon-large > i {
  86. height: 48px !important;
  87. width: 48px !important;
  88. font-size: 48px !important;
  89. margin-left: -5px;
  90. display: block;
  91. }
  92. .fullscreen {
  93. width: 100vw;
  94. height: 100vh;
  95. }
  96. .sidebar {
  97. background-color: var(--primary);
  98. }
  99. #blazor-error-ui {
  100. background: lightyellow;
  101. bottom: 0;
  102. box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  103. display: none;
  104. left: 0;
  105. padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  106. position: fixed;
  107. width: 100%;
  108. z-index: 1000;
  109. }
  110. #blazor-error-ui .dismiss {
  111. cursor: pointer;
  112. position: absolute;
  113. right: 0.75rem;
  114. top: 0.5rem;
  115. }
  116. .navBar-title {
  117. padding-left: 0px;
  118. font-size: 90%;
  119. font-weight: 500;
  120. white-space: normal;
  121. line-height: inherit;
  122. }
  123. div.mat-card-media div.mdc-circular-progress {
  124. margin: 0;
  125. position: absolute;
  126. top: 50%;
  127. left: 50%;
  128. -ms-transform: translate(-50%, -50%);
  129. transform: translate(-50%, -50%);
  130. }
  131. div.icon-only.mat-select {
  132. min-width: 48px;
  133. max-width: 48px;
  134. }
  135. div.icon-only.mat-select div.mdc-select__anchor {
  136. padding-left: 0;
  137. }
  138. div.icon-only.mat-select span.mdc-select_dropdown-icon {
  139. margin-left: 0;
  140. }
  141. .mat-autocomplete-list-popup {
  142. opacity: 1;
  143. }
  144. div.outlined label.mat-text-field {
  145. border-bottom-right-radius: 4px;
  146. border-bottom-left-radius: 4px;
  147. margin-bottom: auto;
  148. }
  149. div.outlined input.mat-text-field-input {
  150. border-width: 1px;
  151. border-style: solid;
  152. border-color: rgb(0 0 0 / 38%);
  153. border-radius: 4px;
  154. }
  155. div.outlined input.mat-text-field-input:focus {
  156. border-width: 2px;
  157. border-style: solid;
  158. border-color: var(--primary);
  159. border-radius: 4px;
  160. }
  161. div.outlined .mdc-text-field.mdc-text-field--fullwidth .mdc-floating-label.mdc-floating-label--float-above {
  162. transform: translateY(-172%) translateX(-8%) scale(0.75);
  163. background-color: white;
  164. z-index: 2;
  165. min-width: 60px;
  166. text-align: center;
  167. }
  168. .mat-autocomplete-list-popup {
  169. background-color: white;
  170. z-index: 5;
  171. }
  172. .fv-osm-tile {
  173. border: 1px solid rgb(0 0 0 /.38);
  174. border-radius: 10%;
  175. }
  176. #bicycleLocationMap {
  177. position: relative;
  178. z-index: 0;
  179. width: 100%;
  180. padding-top: 100%;
  181. border-radius: 20px;
  182. }
  183. label.italic input.mat-text-field-input {
  184. font-style: italic;
  185. }
  186. .mdc-form-field > label {
  187. margin-bottom: 0;
  188. font-size: initial;
  189. color: rgb(0 0 0 / 62%);
  190. }
  191. div.mdc-checkbox {
  192. margin-left: -11px;
  193. }