Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 1 | @font-face {
|
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 2 | font-family: 'Noto Sans';
|
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 3 | font-style: normal;
|
| 4 | font-weight: 400;
|
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 5 | src: local(''),
|
| 6 | url('/fonts/noto-sans-v12-latin_greek_cyrillic-regular.woff2') format('woff2'),
|
| 7 | url('/fonts/noto-sans-v12-latin_greek_cyrillic-regular.woff') format('woff');
|
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 8 | }
|
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 9 |
|
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 10 | @font-face {
|
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 11 | font-family: 'Noto Sans';
|
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 12 | font-style: normal;
|
| 13 | font-weight: 700;
|
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 14 | src: local(''),
|
| 15 | url('/fonts/noto-sans-v12-latin_greek_cyrillic-700.woff2') format('woff2'),
|
| 16 | url('/fonts/noto-sans-v12-latin_greek_cyrillic-700.woff') format('woff');
|
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 17 | }
|
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 18 |
|
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 19 | @font-face {
|
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 20 | font-family: 'Noto Sans';
|
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 21 | font-style: italic;
|
| 22 | font-weight: 400;
|
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 23 | src: local(''),
|
| 24 | url('/fonts/noto-sans-v12-latin_greek_cyrillic-italic.woff2') format('woff2'),
|
| 25 | url('/fonts/noto-sans-v12-latin_greek_cyrillic-italic.woff') format('woff');
|
| 26 | }
|
| 27 |
|
| 28 | @font-face {
|
| 29 | font-family: 'Noto Sans';
|
| 30 | font-style: italic;
|
| 31 | font-weight: 700;
|
| 32 | src: local(''),
|
| 33 | url('/fonts/noto-sans-v12-latin_greek_cyrillic-700italic.woff2') format('woff2'),
|
| 34 | url('/fonts/noto-sans-v12-latin_greek_cyrillic-700italic.woff') format('woff');
|
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 35 | }
|
| 36 | #maxmsgsize { min-width: 80px; }
|
| 37 | #slider1 .slider-selection {
|
| 38 | background: #FFD700;
|
| 39 | }
|
| 40 | #slider1 .slider-track-high {
|
| 41 | background: #FF4500;
|
| 42 | }
|
| 43 | #slider1 .slider-track-low {
|
| 44 | background: #66CD00;
|
| 45 | }
|
| 46 | .striped:nth-child(odd) {
|
| 47 | background-color: #fff;
|
| 48 | }
|
| 49 | .striped:nth-child(even) {
|
| 50 | background-color: #fafafa;
|
| 51 | border:1px solid white;
|
| 52 | }
|
| 53 | .btn {
|
| 54 | text-transform: none;
|
| 55 | }
|
| 56 | .btn * {
|
| 57 | pointer-events: none;
|
| 58 | }
|
| 59 | .textarea-code {
|
| 60 | font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
|
| 61 | background:transparent !important;
|
| 62 | }
|
| 63 | .navbar-nav {
|
| 64 | margin: 0;
|
| 65 | }
|
| 66 | .navbar-fixed-bottom .navbar-collapse,
|
| 67 | .navbar-fixed-top .navbar-collapse {
|
| 68 | max-height: 1000px
|
| 69 | }
|
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 70 | .bi {
|
| 71 | display: inline-block;
|
| 72 | font-size: 12pt;
|
| 73 | }
|
| 74 | .btn .bi {
|
| 75 | display: inline-block;
|
| 76 | font-size: inherit;
|
| 77 | }
|
| 78 | .icon-spin {
|
| 79 | animation-name: spin;
|
| 80 | animation-duration: 2000ms;
|
| 81 | animation-iteration-count: infinite;
|
| 82 | animation-timing-function: linear;
|
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 83 | -webkit-animation: spin 2000ms infinite linear;
|
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 84 | }
|
| 85 | .dropdown-menu {
|
| 86 | font-size: 0.9rem;
|
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 87 | }
|
| 88 | @-webkit-keyframes spin {
|
| 89 | 0% {
|
| 90 | -webkit-transform: rotate(0deg);
|
| 91 | transform: rotate(0deg);
|
| 92 | }
|
| 93 | 100% {
|
| 94 | -webkit-transform: rotate(359deg);
|
| 95 | transform: rotate(359deg);
|
| 96 | }
|
| 97 | }
|
| 98 | @keyframes spin {
|
| 99 | 0% {
|
| 100 | -webkit-transform: rotate(0deg);
|
| 101 | transform: rotate(0deg);
|
| 102 | }
|
| 103 | 100% {
|
| 104 | -webkit-transform: rotate(359deg);
|
| 105 | transform: rotate(359deg);
|
| 106 | }
|
| 107 | }
|
| 108 | pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}
|
| 109 | .footable-sortable {
|
| 110 | -webkit-user-select: none;
|
| 111 | -moz-user-select: none;
|
| 112 | -ms-user-select: none;
|
| 113 | user-select: none;
|
| 114 | }
|
| 115 | /* Fix modal moving content left */
|
| 116 | body.modal-open {
|
| 117 | overflow: inherit;
|
| 118 | padding-right: inherit !important;
|
| 119 | }
|
| 120 | body {
|
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 121 | font-family: "Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
|
| 122 | font-size: 10.5pt;
|
| 123 | line-height: 1.5;
|
| 124 | }
|
| 125 | html {
|
| 126 | font-family: "Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
|
| 127 | font-size: 10.5pt;
|
| 128 | line-height: 1.5;
|
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 129 | }
|
| 130 | #mailcow-alert {
|
| 131 | position: fixed;
|
| 132 | bottom: 8px;
|
| 133 | right: 25px;
|
| 134 | min-width: 350px;
|
| 135 | max-width: 550px;
|
| 136 | z-index: 2000;
|
| 137 | }
|
| 138 | .input-group-sm .btn { margin-top: 0 !important }
|
| 139 | legend {
|
| 140 | -webkit-user-select: none;
|
| 141 | -moz-user-select: none;
|
| 142 | -ms-user-select: none;
|
| 143 | -o-user-select: none;
|
| 144 | user-select: none;
|
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 145 | font-size: 1.2rem;
|
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 146 | }
|
| 147 | .navbar .navbar-brand {
|
| 148 | padding-top: 5px;
|
| 149 | }
|
| 150 | .navbar .navbar-brand img {
|
| 151 | height: 40px;
|
| 152 | }
|
| 153 | .mailcow-logo img {
|
| 154 | max-width: 250px;
|
| 155 | }
|
| 156 | .lang-link-disabled a {
|
| 157 | pointer-events: none;
|
| 158 | }
|
| 159 | .lang-link-disabled {
|
| 160 | cursor: not-allowed;
|
| 161 | }
|
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 162 | .overlay {
|
| 163 | background: #fff;
|
| 164 | position: absolute;
|
| 165 | z-index: 10000;
|
| 166 | top: 0; right: 0; bottom: 0; left: 0;
|
| 167 | opacity: 0.7;
|
| 168 | }
|
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 169 | #top {
|
| 170 | padding-top: 70px;
|
| 171 | }
|
| 172 | .bootstrap-select.btn-group .no-results {
|
| 173 | display: none;
|
| 174 | }
|
| 175 | .dropdown-desc {
|
| 176 | display: block;
|
| 177 | padding: 3px 10px;
|
| 178 | clear: both;
|
| 179 | font-weight: bold;
|
| 180 | color: #5a5a5a;
|
| 181 | white-space: nowrap;
|
| 182 | }
|
| 183 | .haveibeenpwned {
|
| 184 | cursor: pointer;
|
| 185 | -webkit-user-select: none;
|
| 186 | -moz-user-select: none;
|
| 187 | -ms-user-select: none;
|
| 188 | user-select: none;
|
| 189 | }
|
| 190 | .full-width-select {
|
| 191 | width: 100%!important;
|
| 192 | }
|
| 193 | .tooltip {
|
| 194 | font-family: inherit;
|
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 195 | font-size: 0.8rem;
|
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 196 | }
|
| 197 | .progress-bar {
|
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 198 | font-size: 0.8rem;
|
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 199 | line-height: 14px;
|
| 200 | }
|
| 201 | .footer {
|
| 202 | margin-top: 27px;
|
| 203 | margin-bottom: 20px;
|
| 204 | color: #959595;
|
| 205 | }
|
| 206 | .slave-info {
|
| 207 | padding: 15px 0px 15px 15px;
|
| 208 | font-weight: bold;
|
| 209 | }
|
| 210 | .alert-hr {
|
| 211 | margin:3px 0px;
|
| 212 | border-bottom:1px solid #f5f5f5!important;
|
| 213 | opacity: 0.3;
|
| 214 | }
|
| 215 | .btn-input-missing,
|
| 216 | .btn-input-missing:hover,
|
| 217 | .btn-input-missing:active,
|
| 218 | .btn-input-missing:focus,
|
| 219 | .btn-input-missing:active:hover,
|
| 220 | .btn-input-missing:active:focus {
|
| 221 | color: #000 !important;
|
| 222 | background-color: #ff4136;
|
| 223 | border-color: #ff291c;
|
| 224 | }
|
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 225 | table.footable>tbody>tr.footable-empty>td {
|
| 226 | font-style:italic;
|
| 227 | font-size: 1rem;
|
| 228 | }
|
| 229 | .navbar-nav > li {
|
| 230 | font-size: 1rem !important;
|
| 231 | }
|
| 232 | .dropdown-menu > li > a {
|
| 233 | font-size: 1rem !important;
|
| 234 | }
|
| 235 | .label {
|
| 236 | font-size:inherit;
|
| 237 | }
|
| 238 | [class^="bi-"]::before, [class*=" bi-"]::before {
|
| 239 | vertical-align: -0.2em !important;
|
| 240 | }
|
| 241 | legend > [class^="bi-"]::before, legend > [class*=" bi-"]::before {
|
| 242 | vertical-align: 0em !important;
|
| 243 | }
|
| 244 | code {
|
| 245 | font-size: inherit;
|
Matthias Andreas Benkard | 12a5735 | 2021-12-28 18:02:04 +0100 | [diff] [blame] | 246 | }
|
| 247 | .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
|
| 248 | margin-top: 0px;
|
| 249 | }
|
| 250 | .flag-icon {
|
| 251 | margin-right: 5px;
|
| 252 | }
|