/* # SPDX-License-Identifier: AGPL-3.0-or-later */ :root { --background-color: #f1f1f1; /* Light grey */ --neutral-light-color: #f5f5f5; /* Light grey */ --neutral-dark-color: #d4d4d4; /* Grey */ --info-color: #5bc0de; /* Pale blue, almost turquoise */ --freedombox-blue-color: #4989D4; /* Blue */ --progress-color: #3498db; /* Blue */ --error-color: #d9534f; /* Red */ --warning-color: #ec971f; /* Orange */ } @font-face { font-family: 'Lato'; src: url('../lato/Lato-Italic.woff2') format('woff2'); font-style: italic; font-weight: 400; } @font-face { font-family: 'Lato'; src: url('../lato/Lato-Regular.woff2') format('woff2'); font-style: normal; font-weight: 400; } @font-face { font-family: 'Lato'; src: url('../lato/Lato-Semibold.woff2') format('woff2'); font-style: normal; font-weight: 600; } @font-face { font-family: 'Lato'; src: url('../lato/Lato-SemiboldItalic.woff2') format('woff2'); font-style: italic; font-weight: 600; } @font-face { font-family: 'Lato'; src: url('../lato/Lato-Bold.woff2') format('woff2'); font-style: normal; font-weight: 700; } @font-face { font-family: 'Lato'; src: url('../lato/Lato-BoldItalic.woff2') format('woff2'); font-style: italic; font-weight: 700; } @font-face { font-family: 'Lato'; src: url('../lato/Lato-Heavy.woff2') format('woff2'); font-style: normal; font-weight: 800; } @font-face { font-family: 'Lato'; src: url('../lato/Lato-HeavyItalic.woff2') format('woff2'); font-style: italic; font-weight: 800; } /* * Bootstrap override */ /* Heading margins from bootstrap 3 */ h1, h2, h3, h4, h5, h6 { margin-top: 1.25rem; margin-bottom: 0.625rem; } /* Warning colors from bootstrap 3 */ .badge-warning, .bg-warning, .btn-warning { background-color: #f0ad4e !important; color: #fff; } .btn[disabled] { cursor: not-allowed !important; opacity: .65; box-shadow: none; } /* Primary color changed in bootstrap 4 */ .btn-primary { background-color: #337ab7; border-color: #2e6da4; } .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled, .btn-primary.disabled, .btn-primary[disabled] { background-color: #286090; border-color: #204d74; } /* Default style removed in bootstrap 4 */ .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:hover, .btn-default:focus, .btn-default:active { color: #333; background-color: #e6e6e6; border-color: #adadad; } /* Help block removed from bootstrap 4, needs updated django-bootstrap-from */ .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } /* form-horizontal removed in bootstrap, needs updated django-bootstrap-form */ .form-horizontal > .form-group { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .radio .help-block { padding-left: 1.2rem; } .checkbox .help-block { padding-left: 1.4rem; } /* * Basic styling */ body { padding-top: 6em; position: relative; font-family: Lato, sans-serif; background: url('../img/noise.png') var(--background-color); } @media (max-width: 767px) { body { background: none; } body.index-page, body.apps-page, body.system-page { background: url('../img/noise.png') var(--background-color); } } .multiple-checkbox li { list-style-type: none; } .navbar .fa:not(.fa-bars) { margin-right: 4px; } .navbar-brand .fa { float: left; margin-top: -7px; padding: 8px; } .navbar-brand { height: 53px; margin-right: -20px; } @media (max-width: 767px) { .navbar-brand { margin-right: auto; } } .nav-tabs { margin-bottom: 20px; } .dropdown-toggle::after { vertical-align: middle; } .running-status-parent { display: inline-block; } .running-status { border-radius: 50%; border: 1px solid black; width: 8px; height: 8px; display: inline-block; } .running-status.loading { border: 4px solid var(--neutral-light-color); border-top: 4px solid var(--progress-color); border-radius: 50%; width: 16px; height: 16px; display: inline-block; animation: spin 1s linear infinite; } .nav-link:hover, .nav-link:visited, .nav-link:link, .nav-link:active { text-decoration: none; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Hide log out button if user dropdown is available */ .js #logout-nojs { display: none; } /* Hide the dropdown icon when javascript is not available */ .no-js .dropdown-toggle:after { display: none; } .diagnostics-results .diagnostics-result { width: 60px; text-align: center; } .centered-column { text-align: center; } /* Sticky footer styles -------------------------------------------------- */ .footer-logo { width: 140px; } html { position: relative; } body, html { height: 100%; } #wrapper { min-height: 100%; position: relative; } .container { max-width: 1000px; } .content-container { margin-bottom: 20px; } @media (min-width: 768px) { .content-container { padding: 25px 50px 50px; background-color: white; border: 1px solid #ddd; border-radius: 4px; } } footer { text-align: center; position: relative; bottom: 0; width: 100%; height: 150px; padding-top: 150px; } .shortcut-label { min-height: 50px; } /* * Clients information */ .client-icon { display: inline-block; width: 100%; height: auto; max-height: 20px; max-width: 20px; margin: auto; } #clients .btn { width: 9em; margin-right: 1em; } #clients th, #clients td { line-height: 3.1em; } /* Icon when collapsible content is shown */ .collapsible-button .fa { margin-left: 5px; } .collapsible-button .fa-chevron-right:before, .no-js .collapsible-button.collapsed .fa-chevron-right:before { content: "\f078"; } .collapsible-button.collapsed .fa-chevron-right:before { content: "\f054"; } /* No-JS fallbacks for collapsible content */ .no-js .collapse { display: block; } .manual-page { text-align: right; } /* * Top navigation */ .main-header { background: var(--freedombox-blue-color); box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25); border: none; } .main-header > .container > nav.navbar { padding: 0; } .main-header .navbar-nav > li > a, .main-header .navbar-toggler { color: #FFF; } .main-header .nav-item .nav-link { padding: 15px !important; height: 52px; } .main-header .navbar-toggler { border: 1px solid #ddd; } @media screen and (max-width: 767px) { .main-header .navbar-nav .dropdown-menu { background-color: var(--freedombox-blue-color); } .main-header .navbar-nav > li > a:focus, .main-header .navbar-nav > li > a:hover, .main-header .navbar-nav .show a, .main-header .navbar-nav .show a:hover, .main-header .navbar-nav .show a:focus { color: #FFF; background: transparent; } } /* Cards in Apps, System and Help pages */ .card-list { display: flex; flex-wrap: wrap; justify-content: left; } .card-section-title { display: flex; font-style: italic; font-weight: 800; font-size: 20px; padding: 0 2.875rem; margin: 1.25rem 0; } .card-section-title:before, .card-section-title:after { color: white; content: ''; flex: 1; border-bottom: var(--neutral-dark-color) solid 2px; margin: auto 1.125rem; } a.menu_link { text-decoration: none; } a.menu_link:hover,a.menu_link:active { text-decoration: none; } a.menu_link_active { border-bottom: white 3px solid; } .card { display: block; line-height: 1.42857143; text-align: center; box-shadow: 0 3px 5px 0 rgba(0,0,0,0.12); width: 10rem; padding: 0; margin: 0 10px 20px; border: none; border-radius: 8px; transition: border .2s ease-in-out; } .card:hover { box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.2); } .card .nav-link { display: block; padding: 4px; color: #646464; } .card-title { font-style: italic; font-weight: 800; font-size: 20px; padding: 12px 0; margin-bottom: 0; } .card-description { font-size: 18px; font-weight: 400; padding: 12px 0; } .card-description { color: #646464; font-size: 12px; } .card-icon img { width: 128px; height: 128px; } .card-icon span { width: 100px; height: 100px; font-size: 80px; } .card-icon img { width: 100px; height: 100px; font-size: 80px; } /* System page - special card styling */ .system-page .card { text-align: left; width: 14.375rem; } .system-page .card .nav-link { display: grid; grid-template-columns: 35px auto; grid-column-gap: 10px; padding: 13px; } .system-page .card-title { font-size: 18px; font-style: normal; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; grid-row: 1; grid-column: 2; padding: 0; } .system-page .card-icon { grid-row: 1 / 3; grid-column: 1; } .system-page .card-icon span { height: auto; font-size: 35px; } .system-page .card-description { grid-row: 2; grid-column: 2; padding: 0; min-height: 1.125rem; } /* Button table - Tables with a list of actions as buttons on top */ .button-table > .button-row + .table-responsive { margin-top: 10px; } .index-page .card-list:before, .apps-page .card-list:before, .system-page .card-list:before { position: relative; width: 25rem; height: 25rem; margin-left: -25rem; margin-bottom: -25rem; left: 18.75rem; top: -1.25rem; content: " "; background-size: 100%; background-repeat: no-repeat; z-index: -1; } .index-page .card-list:before { background-image: url('../img/freedombox-logo-background.svg'); } .apps-page .card-list-primary:before { background-image: url('../img/apps-background.svg'); } .system-page .card-list:before { background-image: url('../img/system-background.svg'); } .names-table { table-layout: fixed; overflow-wrap: break-word; } .names-domain-column { width: 50%; } /* * Toggle button */ .toggle-button { border-radius: 13px; width: 50px; height: 26px; background: #ccc; position: relative; } .toggle-button::before { content: ''; display: block; height: 24px; width: 24px; border-radius: 100%; background: #fff; position: absolute; top: 50%; left: 0%; transform: translateY(-50%); } .toggle-button--toggled { background: var(--freedombox-blue-color); } .toggle-button--toggled::before { left: 100%; transform: translateY(-50%) translateX(-100%); } .toggle-button.running-status-button::before { top: 0; border: 4px solid var(--neutral-light-color); border-top: 4px solid var(--progress-color); animation: spin 1s linear infinite; } .toggle-button.toggle-button--toggled.running-status-button::before { margin-left: -24px; } /* * Form button with loading progress. */ .running-status-button-before { display: inline-block; border: 4px solid var(--neutral-light-color); border-top: 4px solid var(--progress-color); border-radius: 50%; width: 16px; height: 16px; animation: spin 1s linear infinite; margin-left: 10px; margin-bottom: -4px; margin-right: -26px; } .running-status-button:disabled { cursor: default; } input[type='submit'].running-status-button { padding-left: 32px; } /* * Button toolbar */ .btn-toolbar { margin-top: 10px; margin-bottom: 10px; } .btn-toolbar > :not(:last-child):not(.running-status-button-before) { margin-right: 0.5rem; } .btn-toolbar .button-secondary:first-child, .btn-toolbar .btn:not(.button-secondary) + .button-secondary, .btn-toolbar .btn:not(.button-secondary) + .running-status-button-before { margin-left: auto; } .btn-toolbar > .running-status-button-before { margin-bottom: 0; align-self: center; } /* * App's header */ .app-header { display: grid; grid-template-columns: 0.2fr 1fr; column-gap: 20px; margin-bottom: 20px; } .app-header > img { margin: 25px auto 0; width: 100%; } .app-description { grid-column: 2; } .app-header-single-column { grid-template-columns: 1fr; } .app-header-single-column .app-description { grid-column: 1; } .app-titles { display: flex; flex-flow: row; justify-content: space-between; } .app-titles h3 { margin-top: -0.3125rem; margin-bottom: 1rem; font-size: 1rem; font-weight: normal; font-style: italic; } .form-app-enable-disable { margin: auto 0; } @media screen and (max-width: 767px) { .app-header { display: flex; flex-flow: column; } .app-header img { width: 150px; height: 150px; margin-top: 0; } .app-titles { display: flex; flex-flow: column-reverse; justify-content: center; height: auto; } .app-titles h2 { margin: 0 0 15px 0; } .app-titles .form-app-enable-disable { margin: 30px auto; } .app-titles .toggle-button { transform: scale(1.2); } } /* Help manual - anchor is below navbar */ *[id^='idm']:before { display: block; content: " "; margin-top: -60px; height: 60px; visibility: hidden; } /* * Notifications */ .notifications { margin-left: -15px; margin-right: -15px; } .notifications .dropdown-menu { width: 100%; padding: 0; float: none; border-top-left-radius: 0; border-top-right-radius: 0; margin-top: 0; background-clip: border-box; } /* Style for individual notification */ .notification { padding: 0.625rem 0.9375rem; border-left: 5px solid; } .notification:not(:first-child) { border-top: 1px solid #ddd; } .notification-title { font-weight: bold; } img.notification-icon { display: inline-block; width: 0.875rem; height: 0.875rem; margin-top: -0.25rem; } /* Show badge with various colors and overlap it onto icon */ .notifications-dropdown .badge { padding: 2px 5px; margin-left: -12px; color: #fff; } /* TODO: match with or use bootstrap 4 colors */ .badge-exception, .badge-error { background-color: var(--error-color); } .badge-warning { background-color: var(--warning-color); } .badge-info, .badge-debug { background-color: var(--info-color); } .notification-exception, .notification-error { border-left-color: var(--error-color); } .notification-warning { border-left-color: var(--warning-color); } .notification-info, .notification-debug { border-left-color: var(--info-color) } /* Two different notifications for each small and one for large screens */ .notifications-dropdown { display: none; } .collapse .notifications-dropdown { display: block; } @media screen and (max-width: 767px) { .notifications-dropdown { display: block; } .collapse .notifications-dropdown { display: none; } }