2019-02-05 07:06:34 +08:00
|
|
|
@font-face {
|
2021-05-22 18:13:37 +08:00
|
|
|
font-family: 'Noto Sans';
|
2019-02-05 07:06:34 +08:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2021-05-22 18:13:37 +08:00
|
|
|
src: local(''),
|
|
|
|
url('/fonts/noto-sans-v12-latin_greek_cyrillic-regular.woff2') format('woff2'),
|
|
|
|
url('/fonts/noto-sans-v12-latin_greek_cyrillic-regular.woff') format('woff');
|
2017-05-30 03:51:06 +08:00
|
|
|
}
|
2021-05-22 18:13:37 +08:00
|
|
|
|
2019-02-05 07:06:34 +08:00
|
|
|
@font-face {
|
2021-05-22 18:13:37 +08:00
|
|
|
font-family: 'Noto Sans';
|
2017-05-30 03:51:06 +08:00
|
|
|
font-style: normal;
|
2019-02-05 07:06:34 +08:00
|
|
|
font-weight: 700;
|
2021-05-22 18:13:37 +08:00
|
|
|
src: local(''),
|
|
|
|
url('/fonts/noto-sans-v12-latin_greek_cyrillic-700.woff2') format('woff2'),
|
|
|
|
url('/fonts/noto-sans-v12-latin_greek_cyrillic-700.woff') format('woff');
|
2019-02-05 07:06:34 +08:00
|
|
|
}
|
2021-05-22 18:13:37 +08:00
|
|
|
|
2019-02-05 07:06:34 +08:00
|
|
|
@font-face {
|
2021-05-22 18:13:37 +08:00
|
|
|
font-family: 'Noto Sans';
|
2019-02-05 07:06:34 +08:00
|
|
|
font-style: italic;
|
|
|
|
font-weight: 400;
|
2021-05-22 18:13:37 +08:00
|
|
|
src: local(''),
|
|
|
|
url('/fonts/noto-sans-v12-latin_greek_cyrillic-italic.woff2') format('woff2'),
|
|
|
|
url('/fonts/noto-sans-v12-latin_greek_cyrillic-italic.woff') format('woff');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Noto Sans';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local(''),
|
|
|
|
url('/fonts/noto-sans-v12-latin_greek_cyrillic-700italic.woff2') format('woff2'),
|
|
|
|
url('/fonts/noto-sans-v12-latin_greek_cyrillic-700italic.woff') format('woff');
|
2017-05-30 03:51:06 +08:00
|
|
|
}
|
2017-03-02 18:23:23 +08:00
|
|
|
#maxmsgsize { min-width: 80px; }
|
|
|
|
#slider1 .slider-selection {
|
|
|
|
background: #FFD700;
|
|
|
|
}
|
|
|
|
#slider1 .slider-track-high {
|
|
|
|
background: #FF4500;
|
|
|
|
}
|
|
|
|
#slider1 .slider-track-low {
|
2018-12-10 20:26:39 +08:00
|
|
|
background: #66CD00;
|
2017-03-02 18:23:23 +08:00
|
|
|
}
|
|
|
|
.striped:nth-child(odd) {
|
2018-12-10 20:26:39 +08:00
|
|
|
background-color: #fff;
|
2017-03-02 18:23:23 +08:00
|
|
|
}
|
|
|
|
.striped:nth-child(even) {
|
2018-12-10 20:26:39 +08:00
|
|
|
background-color: #fafafa;
|
|
|
|
border:1px solid white;
|
2017-03-02 18:23:23 +08:00
|
|
|
}
|
|
|
|
.btn {
|
2018-12-10 20:26:39 +08:00
|
|
|
text-transform: none;
|
|
|
|
}
|
2019-07-23 11:48:29 +08:00
|
|
|
.btn * {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2019-01-29 07:20:39 +08:00
|
|
|
.textarea-code {
|
|
|
|
font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
|
|
|
|
background:transparent !important;
|
|
|
|
}
|
2018-12-10 20:26:39 +08:00
|
|
|
.navbar-nav {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.navbar-fixed-bottom .navbar-collapse,
|
|
|
|
.navbar-fixed-top .navbar-collapse {
|
|
|
|
max-height: 1000px
|
2017-03-02 18:23:23 +08:00
|
|
|
}
|
2021-05-22 18:13:37 +08:00
|
|
|
.bi {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 12pt;
|
|
|
|
}
|
|
|
|
.btn .bi {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
.icon-spin {
|
|
|
|
font-size: 1.0rem;
|
|
|
|
animation-name: spin;
|
|
|
|
animation-duration: 2000ms;
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
animation-timing-function: linear;
|
2018-12-10 20:26:39 +08:00
|
|
|
-webkit-animation: spin 2000ms infinite linear;
|
2021-05-22 18:13:37 +08:00
|
|
|
}
|
|
|
|
.dropdown-menu {
|
|
|
|
font-size: 0.9rem;
|
2017-03-02 18:23:23 +08:00
|
|
|
}
|
|
|
|
@-webkit-keyframes spin {
|
2018-12-10 20:26:39 +08:00
|
|
|
0% {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
-webkit-transform: rotate(359deg);
|
|
|
|
transform: rotate(359deg);
|
|
|
|
}
|
2017-03-02 18:23:23 +08:00
|
|
|
}
|
|
|
|
@keyframes spin {
|
2018-12-10 20:26:39 +08:00
|
|
|
0% {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
-webkit-transform: rotate(359deg);
|
|
|
|
transform: rotate(359deg);
|
|
|
|
}
|
2017-03-02 18:23:23 +08:00
|
|
|
}
|
2019-10-24 04:09:10 +08:00
|
|
|
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}
|
2017-03-26 06:52:18 +08:00
|
|
|
.footable-sortable {
|
2018-12-10 20:26:39 +08:00
|
|
|
-webkit-user-select: none;
|
2017-03-26 06:52:18 +08:00
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
2017-04-27 05:38:18 +08:00
|
|
|
/* Fix modal moving content left */
|
|
|
|
body.modal-open {
|
|
|
|
overflow: inherit;
|
|
|
|
padding-right: inherit !important;
|
|
|
|
}
|
2017-10-02 21:58:55 +08:00
|
|
|
body {
|
2021-05-22 18:13:37 +08:00
|
|
|
font-family: "Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
html {
|
|
|
|
font-family: "Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
line-height: 1.5;
|
2017-10-02 21:58:55 +08:00
|
|
|
}
|
2017-05-10 05:25:23 +08:00
|
|
|
#mailcow-alert {
|
2017-05-09 19:43:54 +08:00
|
|
|
position: fixed;
|
|
|
|
bottom: 8px;
|
|
|
|
right: 25px;
|
2017-05-10 05:25:23 +08:00
|
|
|
min-width: 350px;
|
|
|
|
max-width: 550px;
|
2017-05-09 19:43:54 +08:00
|
|
|
z-index: 2000;
|
2017-05-12 05:10:32 +08:00
|
|
|
}
|
2019-10-24 04:09:10 +08:00
|
|
|
.input-group-sm .btn { margin-top: 0 !important }
|
2017-07-05 00:05:04 +08:00
|
|
|
legend {
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
2019-10-24 04:09:10 +08:00
|
|
|
-ms-user-select: none;
|
2017-07-05 00:05:04 +08:00
|
|
|
-o-user-select: none;
|
|
|
|
user-select: none;
|
2021-05-22 18:13:37 +08:00
|
|
|
font-size: 1.2rem;
|
2017-10-21 16:07:06 +08:00
|
|
|
}
|
|
|
|
.navbar .navbar-brand {
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
.navbar .navbar-brand img {
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
.mailcow-logo img {
|
|
|
|
max-width: 250px;
|
2018-01-15 22:43:41 +08:00
|
|
|
}
|
|
|
|
.lang-link-disabled a {
|
2018-12-10 20:26:39 +08:00
|
|
|
pointer-events: none;
|
2018-01-15 22:43:41 +08:00
|
|
|
}
|
|
|
|
.lang-link-disabled {
|
2018-12-10 20:26:39 +08:00
|
|
|
cursor: not-allowed;
|
2018-01-15 22:43:41 +08:00
|
|
|
}
|
2018-01-25 20:22:17 +08:00
|
|
|
.dkim-label {
|
|
|
|
margin: 0 0 2px !important;
|
|
|
|
}
|
|
|
|
.overlay {
|
|
|
|
background: #fff;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 10000;
|
|
|
|
top: 0; right: 0; bottom: 0; left: 0;
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
#top {
|
|
|
|
padding-top: 70px;
|
2018-07-24 02:01:01 +08:00
|
|
|
}
|
|
|
|
.bootstrap-select.btn-group .no-results {
|
|
|
|
display: none;
|
2018-08-04 02:31:33 +08:00
|
|
|
}
|
|
|
|
.dropdown-desc {
|
|
|
|
display: block;
|
|
|
|
padding: 3px 10px;
|
|
|
|
clear: both;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #5a5a5a;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2018-09-10 03:17:59 +08:00
|
|
|
.haveibeenpwned {
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
.full-width-select {
|
|
|
|
width: 100%!important;
|
2019-01-29 07:20:39 +08:00
|
|
|
}
|
2019-02-05 07:06:34 +08:00
|
|
|
.tooltip {
|
|
|
|
font-family: inherit;
|
2021-05-22 18:13:37 +08:00
|
|
|
font-size: 0.8rem;
|
2019-02-05 07:06:34 +08:00
|
|
|
}
|
|
|
|
.progress-bar {
|
2021-05-22 18:13:37 +08:00
|
|
|
font-size: 0.8rem;
|
2019-02-05 07:06:34 +08:00
|
|
|
line-height: 14px;
|
2019-10-24 04:09:10 +08:00
|
|
|
}
|
|
|
|
.footer {
|
2020-04-20 03:37:46 +08:00
|
|
|
margin-top: 27px;
|
2019-10-24 04:09:10 +08:00
|
|
|
margin-bottom: 20px;
|
|
|
|
color: #959595;
|
2020-03-29 02:51:42 +08:00
|
|
|
}
|
|
|
|
.slave-info {
|
|
|
|
padding: 15px 0px 15px 15px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2020-05-21 02:37:52 +08:00
|
|
|
.alert-hr {
|
|
|
|
margin:3px 0px;
|
|
|
|
border-bottom:1px solid #f5f5f5!important;
|
|
|
|
opacity: 0.3;
|
|
|
|
}
|
2020-10-24 02:23:54 +08:00
|
|
|
.btn-input-missing,
|
|
|
|
.btn-input-missing:hover,
|
|
|
|
.btn-input-missing:active,
|
|
|
|
.btn-input-missing:focus,
|
|
|
|
.btn-input-missing:active:hover,
|
|
|
|
.btn-input-missing:active:focus {
|
|
|
|
color: #000 !important;
|
|
|
|
background-color: #ff4136;
|
|
|
|
border-color: #ff291c;
|
|
|
|
}
|
2021-05-22 18:13:37 +08:00
|
|
|
table.footable>tbody>tr.footable-empty>td {
|
|
|
|
font-style:italic;
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
2021-05-23 15:49:36 +08:00
|
|
|
.navbar-nav > li {
|
|
|
|
font-size: 1rem !important;
|
|
|
|
}
|
|
|
|
.dropdown-menu > li > a {
|
|
|
|
font-size: 1rem !important;
|
|
|
|
}
|