/* * rhwebimport * * Copyright (C) 2014-2016 Christian Pointner * Copyright (C) 2015-2016 Peter Grassberger * * This file is part of rhwebimport. * * rhwebimport is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. * * rhwebimport is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with rhwebimport. If not, see . */ body { margin-bottom: 200px; background-color: #eee; } #mainwindow { padding-top: 70px; } .container.fullWidth { width: 100% !important; } #loginbox, #mainwindow { display: none; } #app-shows, #app-jingles, #app-musicpools, #app-musicgrid { display: none; } .progress { margin-bottom: 0; } .progress-bar { width: 0; -webkit-transition: width .2s ease !important; -o-transition: width .2s ease !important; transition: width .2s ease !important; } .main-selector { height: 2.5em; width: 100%; } #clock { display: block; width: 100%; height: 100%; vertical-align: middle; text-align: center; margin: 0; } #clock span { display:table; margin:0 auto; } #clock span.current-week { margin-top: 1em; padding: 0.3em 2em; font-size: 1.2em; } #clock span.clock-date { padding: 0.2em; font-weight: bold; font-size: 1.4em; } #clock span.clock-time { font-weight: bold; font-size: 1.8em; } #uploadModal div.modal-header { border-bottom: none; padding: 15px 0; } #uploadModal div.modal-header .nav-tabs > li:first-child { margin-left: 10px; } #uploadModal div.modal-header .close { margin-right: 15px; } #uploadModal div.modal-body { text-align: center; } #uploadModal div.modal-body .upload-tabs .tab-archive, #uploadModal div.modal-body .upload-tabs .tab-external { display: none; } #uploadModal div.modal-body .drop { padding-left: 0; padding-right: 0; margin: 0 auto; width: 250px; height: 250px; cursor: pointer; background-image: url('../img/dz-backdrop.png'); background-repeat: no-repeat; background-position: center center; } #uploadModal div.modal-body .datepicker { margin: 0 auto; } #uploadModal div.modal-body .drop form input { display: none; } #uploadModal div.modal-body form { display: block; width: 100%; height: 100%; margin: 0px; } #uploadModal div.modal-body form div.dz-preview { display: none; } #uploadModal div.modal-body form ul { text-align: left; } .text-center { text-align: center; } .sk-fading-circle { width: 15px; height: 15px; position: relative; } .sk-fading-circle .sk-circle { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } .sk-fading-circle .sk-circle:before { content: ''; display: block; margin: 0 auto; width: 15%; height: 15%; background-color: #333; border-radius: 100%; -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; } .sk-fading-circle .sk-circle2 { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); } .sk-fading-circle .sk-circle3 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); } .sk-fading-circle .sk-circle4 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .sk-fading-circle .sk-circle5 { -webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg); } .sk-fading-circle .sk-circle6 { -webkit-transform: rotate(150deg); -ms-transform: rotate(150deg); transform: rotate(150deg); } .sk-fading-circle .sk-circle7 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .sk-fading-circle .sk-circle8 { -webkit-transform: rotate(210deg); -ms-transform: rotate(210deg); transform: rotate(210deg); } .sk-fading-circle .sk-circle9 { -webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg); } .sk-fading-circle .sk-circle10 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .sk-fading-circle .sk-circle11 { -webkit-transform: rotate(300deg); -ms-transform: rotate(300deg); transform: rotate(300deg); } .sk-fading-circle .sk-circle12 { -webkit-transform: rotate(330deg); -ms-transform: rotate(330deg); transform: rotate(330deg); } .sk-fading-circle .sk-circle2:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .sk-fading-circle .sk-circle3:before { -webkit-animation-delay: -1s; animation-delay: -1s; } .sk-fading-circle .sk-circle4:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .sk-fading-circle .sk-circle5:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } .sk-fading-circle .sk-circle6:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; } .sk-fading-circle .sk-circle7:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; } .sk-fading-circle .sk-circle8:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; } .sk-fading-circle .sk-circle9:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .sk-fading-circle .sk-circle10:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; } .sk-fading-circle .sk-circle11:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } .sk-fading-circle .sk-circle12:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; } @-webkit-keyframes sk-circleFadeDelay { 0%, 39%, 100% { opacity: 0; } 40% { opacity: 1; } } @keyframes sk-circleFadeDelay { 0%, 39%, 100% { opacity: 0; } 40% { opacity: 1; } }