Initial Upload
This commit is contained in:
297
web/theme/default/css/calendar.css
Normal file
297
web/theme/default/css/calendar.css
Normal file
@@ -0,0 +1,297 @@
|
||||
/*
|
||||
* Copyright (C) 2023 Xibo Signage Ltd
|
||||
*
|
||||
* Xibo - Digital Signage - https://xibosignage.com
|
||||
*
|
||||
* This file is part of Xibo.
|
||||
*
|
||||
* Xibo 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.
|
||||
*
|
||||
* Xibo 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 Xibo. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#calendar-progress {
|
||||
font-size: 1.5rem;
|
||||
opacity: 0;
|
||||
transform: scale(0.8);
|
||||
transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#calendar-progress.show {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
#cal-week-box {
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.cal-legend ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#cal-day-box {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
#cal-day-box #cal-day-panel {
|
||||
width: max-content;
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
.day-highlight {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.day-event.day-event-small {
|
||||
border-color: orange !important;
|
||||
background-color: orange;
|
||||
min-height: 20px;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.day-event.day-event-small:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.agenda-view-modal .modal-dialog {
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
||||
.agenda-view-modal .modal-dialog .modal-body {
|
||||
min-height: 600px;
|
||||
}
|
||||
|
||||
.agenda-view-modal .modal-title {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.agenda-view-modal .agenda-view-loading {
|
||||
height: 15px;
|
||||
margin: 6px 0px 0px 6px;
|
||||
}
|
||||
|
||||
.agenda-table {
|
||||
margin-bottom: 20px;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.agenda-table thead {
|
||||
background-color: #e3e3e3 !important;
|
||||
}
|
||||
|
||||
.agenda-table .table-title {
|
||||
background-color: #30426a !important;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.agenda-panel .panel-body {
|
||||
background-color: #f5f5f5;
|
||||
padding: 10px 0 0 0;
|
||||
}
|
||||
|
||||
.agenda-panel .panel-heading {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.agenda-panel .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
.agenda-panel .text-danger {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
line-height: 90px;
|
||||
}
|
||||
|
||||
.agenda-table tbody tr.low-priority {
|
||||
color: grey;
|
||||
}
|
||||
|
||||
.agenda-table tbody tr:hover {
|
||||
cursor: pointer;
|
||||
color: #428bca;
|
||||
}
|
||||
|
||||
.agenda-table tbody tr.selected {
|
||||
cursor: pointer;
|
||||
background-color: #428bca;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.agenda-table tbody tr.selected-linked {
|
||||
cursor: pointer;
|
||||
background-color: #83acd0;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.agenda-table .btn-tag {
|
||||
padding: 0px 5px;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.agenda-panel .dataTables_wrapper {
|
||||
padding-top: 10px;
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.agenda-panel .dataTables_wrapper:not(:last-child) {
|
||||
border-bottom: 2px solid #e3e3e3;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.agenda-panel .agenda-col {
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.agenda-panel .agenda-col-lt .dataTables_length {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.agenda-panel .agenda-col-dg, .agenda-panel .agenda-col-lt > .agenda-table {
|
||||
margin-top: 46px;
|
||||
}
|
||||
|
||||
.agenda-panel .dataTables_wrapper .col-sm-12 {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.agenda-panel .table>tbody>tr>td, .agenda-panel .table>tbody>tr>th, .agenda-panel .table>tfoot>tr>td, .agenda-panel .table>tfoot>tr>th, .agenda-panel .table>thead>tr>td, .agenda-panel .table>thead>tr>th {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.agenda-panel table.dataTable thead>tr>th.sorting_asc, .agenda-panel table.dataTable thead>tr>th.sorting_desc, .agenda-panel table.dataTable thead>tr>th.sorting, .agenda-panel table.dataTable thead>tr>td.sorting_asc, .agenda-panel table.dataTable thead>tr>td.sorting_desc, .agenda-panel table.dataTable thead>tr>td.sorting {
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
.agenda-panel table.dataTable thead .sorting:after, .agenda-panel table.dataTable thead .sorting_asc:after, .agenda-panel table.dataTable thead .sorting_desc:after, .agenda-panel table.dataTable thead .sorting_asc_disabled:after, .agenda-panel table.dataTable thead .sorting_desc_disabled:after {
|
||||
bottom: 6px;
|
||||
right: 6px;
|
||||
}
|
||||
|
||||
.cal-context .tab-pane {
|
||||
padding: 25px 5px 5px 5px !important;
|
||||
}
|
||||
|
||||
.agenda-panel .dataTables_wrapper:first-child {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.agenda-panel .dataTables_wrapper>.row:first-of-type>div {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.cal-event-time-bar {
|
||||
margin: 15px 0;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.cal-event-time-bar .slider.slider-horizontal {
|
||||
float: left;
|
||||
width: calc(100% - 80px);
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.cal-event-time-bar .slider-step-btn {
|
||||
float: left;
|
||||
width: 40px;
|
||||
color: #337ab7;
|
||||
}
|
||||
|
||||
.cal-event-time-bar .slider .tooltip.top {
|
||||
margin-top: -36px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.cal-event-time-bar .slider .tooltip-inner {
|
||||
font-weight: bold;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.cal-event-time-bar .slider .slider-tick:not(.in-selection) {
|
||||
background-image: linear-gradient(to bottom, #d7f2ff, #d0f0ff);
|
||||
}
|
||||
|
||||
.cal-event-time-bar .slider .slider-tick-label {
|
||||
width: 60px !important;
|
||||
transform: translateX(-30px);
|
||||
margin-left: 0 !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.cal-event-time-bar .slider-handle:hover {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
.cal-event-time-bar .tooltip {
|
||||
z-index: 1040;
|
||||
}
|
||||
|
||||
.cal-event-agenda-filter {
|
||||
margin-top: 15px;
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
.cal-event-agenda-filter .cal-event-location-map {
|
||||
border-radius: 3.5px;
|
||||
overflow: hidden;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.cal-event-location {
|
||||
display: table;
|
||||
width: inherit;
|
||||
margin: 6px 0;
|
||||
}
|
||||
|
||||
.cal-event-location>button, .cal-event-location>div {
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
.cal-event-location>button {
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.cal-context .tab-pane {
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
.cal-event-breadcrumb-trail #content {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#CalendarContainer .cal-events-num {
|
||||
margin-top: 15px;
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
|
||||
.cal-month-day-number-events {
|
||||
position: absolute;
|
||||
display: none;
|
||||
top: 5px;
|
||||
left: 5px;
|
||||
border-radius: 0.5em;
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
|
||||
.cal-cell:hover .cal-month-day-number-events {
|
||||
display: block;
|
||||
}
|
||||
|
||||
[data-event-class="event-important"] .event-priority {
|
||||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
margin: 1px;
|
||||
}
|
||||
0
web/theme/default/css/client.css
Normal file
0
web/theme/default/css/client.css
Normal file
497
web/theme/default/css/dashboard.css
Normal file
497
web/theme/default/css/dashboard.css
Normal file
@@ -0,0 +1,497 @@
|
||||
/*
|
||||
* Copyright (C) 2023 Xibo Signage Ltd
|
||||
*
|
||||
* Xibo - Digital Signage - https://xibosignage.com
|
||||
*
|
||||
* This file is part of Xibo.
|
||||
*
|
||||
* Xibo 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.
|
||||
*
|
||||
* Xibo 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 Xibo. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Base structure
|
||||
*/
|
||||
|
||||
/* Base */
|
||||
body {
|
||||
background: #f3f3f3;
|
||||
color: #333333 !important;
|
||||
}
|
||||
.row {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
.row > div {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.alerts-container .alert:last-child {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
#page-wrapper {
|
||||
height: 100%
|
||||
}
|
||||
#sidebar-wrapper {
|
||||
margin-left: -10rem;
|
||||
width: 11rem;
|
||||
position: fixed;
|
||||
height: 100%;
|
||||
}
|
||||
.green {
|
||||
background: #23ae89 !important;
|
||||
}
|
||||
.blue {
|
||||
background: #2361ae !important;
|
||||
}
|
||||
.orange {
|
||||
background: #d3a938 !important;
|
||||
}
|
||||
.red {
|
||||
background: #ae2323 !important;
|
||||
}
|
||||
.form-group .help-block.form-group-inline-message {
|
||||
padding-top: 5px;
|
||||
}
|
||||
div.input-mask {
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
||||
/* Sidebar */
|
||||
ul.sidebar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 1px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
text-indent: 20px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
#page-wrapper:not(.active) ul.sidebar {
|
||||
bottom: 0;
|
||||
}
|
||||
ul.sidebar li a {
|
||||
color: #fff;
|
||||
display: block;
|
||||
float: left;
|
||||
text-decoration: none;
|
||||
width: 11rem;
|
||||
}
|
||||
ul.sidebar .sidebar-main {
|
||||
height: 65px;
|
||||
}
|
||||
ul.sidebar .sidebar-main a {
|
||||
font-size: 1.2rem;
|
||||
line-height: 60px;
|
||||
text-indent: 12px;
|
||||
}
|
||||
ul.sidebar .sidebar-main .menu-icon {
|
||||
float: right;
|
||||
font-size: 1.3rem;
|
||||
padding-right: 28px;
|
||||
line-height: 60px;
|
||||
}
|
||||
ul.sidebar .sidebar-title {
|
||||
display: table;
|
||||
font-size: 0.9rem;
|
||||
margin-top: 1rem;
|
||||
line-height: 2rem;
|
||||
text-transform: uppercase;
|
||||
text-indent: 12px;
|
||||
}
|
||||
ul.sidebar .sidebar-title a, ul.sidebar .sidebar-title a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
#page-wrapper:not(.active) ul.sidebar .sidebar-title {
|
||||
display: none;
|
||||
}
|
||||
#page-wrapper:not(.active) ul.sidebar .sidebar-title.separator {
|
||||
display: block;
|
||||
height: 2px;
|
||||
margin: 13px 0;
|
||||
}
|
||||
ul.sidebar .sidebar-list {
|
||||
height: 40px;
|
||||
}
|
||||
ul.sidebar .sidebar-list a {
|
||||
text-indent: 16px;
|
||||
font-size: 1rem;
|
||||
color: #b2bfdc;
|
||||
line-height: 40px;
|
||||
}
|
||||
ul.sidebar .sidebar-list a:hover {
|
||||
color: #fff;
|
||||
border-left: 3px solid #e99d1a;
|
||||
text-indent: 13px;
|
||||
}
|
||||
ul.sidebar .sidebar-list a.sidebar-list-selected {
|
||||
color: #fff;
|
||||
border-left: 3px solid #e99d1a;
|
||||
text-indent: 13px;
|
||||
}
|
||||
#page-wrapper:not(.active) ul.sidebar .sidebar-list a:hover span {
|
||||
border-left: 3px solid #e99d1a;
|
||||
}
|
||||
ul.sidebar .sidebar-list .menu-icon {
|
||||
float: right;
|
||||
padding-right: 29px;
|
||||
line-height: 40px;
|
||||
width: 70px;
|
||||
}
|
||||
ul.sidebar .sidebar-list a:hover .menu-icon {
|
||||
text-indent: 16px;
|
||||
}
|
||||
.sidebar-footer {
|
||||
position: absolute;
|
||||
height: 40px;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
#page-wrapper:not(.active) .sidebar-footer {
|
||||
display: none;
|
||||
}
|
||||
.sidebar-footer div a {
|
||||
color: #b2bfdc;
|
||||
font-size: 0.85rem;
|
||||
line-height: 43px;
|
||||
}
|
||||
.sidebar-footer div a:hover {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Main Content */
|
||||
#content-wrapper {
|
||||
padding-left: 0;
|
||||
margin-left: 0;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
@media only screen and (min-width:561px){
|
||||
#page-wrapper.active {
|
||||
padding-left: 11rem;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width:560px){
|
||||
#page-wrapper.active {
|
||||
padding-left: 70px;
|
||||
}
|
||||
}
|
||||
#page-wrapper.active #sidebar-wrapper {
|
||||
left: 10rem;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
/* Header */
|
||||
.row.header {
|
||||
height: 60px;
|
||||
background: #273759;
|
||||
margin-bottom: 15px;
|
||||
z-index: 1;
|
||||
}
|
||||
.row.header > div:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
.row.header .meta .page {
|
||||
font-size: 1.2rem;
|
||||
padding-top: 11px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
@media only screen and (min-width : 993px) {
|
||||
.row.header .meta .page {
|
||||
width: 380px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width : 992px) {
|
||||
.row header .meta .page {
|
||||
width: 11rem;
|
||||
}
|
||||
}
|
||||
.row.header .meta .breadcrumb-links {
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
.row.header .login a {
|
||||
padding: 18px;
|
||||
display: block;
|
||||
}
|
||||
.row.header .user > .item {
|
||||
width: 65px;
|
||||
height: 60px;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.row.header .user > .item > a {
|
||||
color: #cccccc;
|
||||
display: block;
|
||||
padding: 10px 0;
|
||||
}
|
||||
.row.header .user > .item > a:hover {
|
||||
color: #f9f9f9;
|
||||
}
|
||||
.row.header .user-notif > .item > a {
|
||||
padding: 5px 0;
|
||||
line-height: 49px;
|
||||
}
|
||||
.row.header .user-notif > .item > i {
|
||||
font-size: 1.4rem;
|
||||
line-height: 50px;
|
||||
}
|
||||
.row.header .user > .item img {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.row.header .user > .item a::after {
|
||||
display: none;
|
||||
}
|
||||
.row.header .user > .item div.dropdown-menu {
|
||||
border-radius: 2px;
|
||||
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.05);
|
||||
box-shadow: 0 6px 12px rgba(0,0,0,.05);
|
||||
}
|
||||
.row.header .user > .item div.dropdown-menu:before {
|
||||
position: absolute;
|
||||
top: -7px;
|
||||
right: 23px;
|
||||
display: inline-block;
|
||||
border-right: 7px solid transparent;
|
||||
border-bottom: 7px solid #ccc;
|
||||
border-left: 7px solid transparent;
|
||||
border-bottom-color: rgba(0, 0, 0, 0.2);
|
||||
content: '';
|
||||
}
|
||||
.row.header .user > .item div.dropdown-menu:after {
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
right: 24px;
|
||||
display: inline-block;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid #ffffff;
|
||||
border-left: 6px solid transparent;
|
||||
content: '';
|
||||
}
|
||||
.row.header .user > .item div.dropdown-menu .dropdown-header {
|
||||
text-align: center;
|
||||
}
|
||||
.row.header .user > .item div.dropdown-menu li.link {
|
||||
text-align: left;
|
||||
}
|
||||
.row.header .user > .item div.dropdown-menu li.link a {
|
||||
padding-left: 7px;
|
||||
padding-right: 7px;
|
||||
}
|
||||
.row.header .user > .item div.dropdown-menu div {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/* Widgets */
|
||||
.widget {
|
||||
background: #ffffff;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 2px;
|
||||
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
border-color: #e9e9e9;
|
||||
}
|
||||
.widget .widget-title {
|
||||
font-size: 1.2rem;
|
||||
color: #767676;
|
||||
background-color: #f6f6f6;
|
||||
padding: 10px 15px;
|
||||
border-bottom: 1px solid #e9e9e9;
|
||||
line-height: 29px;
|
||||
}
|
||||
.widget .widget-title .widget-sub-title {
|
||||
font-size: 1rem;
|
||||
}
|
||||
.widget .widget-title i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.widget .widget-title .saving {
|
||||
font-size: 1rem;
|
||||
}
|
||||
.widget .widget-title .widget-title-info {
|
||||
font-size: 1rem;
|
||||
}
|
||||
.widget .widget-title input {
|
||||
width: 25%;
|
||||
}
|
||||
/* Reset */
|
||||
.widget .widget-title .bootstrap-select-searchbox input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.widget .widget-body {
|
||||
padding: 15px;
|
||||
}
|
||||
.widget .widget-button {
|
||||
cursor: pointer;
|
||||
}
|
||||
.widget .widget-body table thead * {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
.widget .widget-body table tbody * {
|
||||
font-size: 13px !important;
|
||||
}
|
||||
.widget .widget-body table tbody .btn-tag {
|
||||
padding: 0px 5px;
|
||||
}
|
||||
.widget .widget-body.no-padding .error, .widget .widget-body.no-padding .message {
|
||||
padding: 20px;
|
||||
}
|
||||
.widget .widget-body .error {
|
||||
color: #ff0000;
|
||||
}
|
||||
.widget .widget-body table thead {
|
||||
background: #fafafa;
|
||||
}
|
||||
.widget .widget-body .dataTables_length {
|
||||
margin: 3px 0 -3px 0;
|
||||
}
|
||||
.widget .widget-body .dataTables_length label {
|
||||
margin: 0;
|
||||
}
|
||||
.dataTables_wrapper .row:first-child > div {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.widget .widget-body.large {
|
||||
height: 350px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.widget .widget-body.medium {
|
||||
height: 250px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.widget .widget-body.small {
|
||||
height: 10rem;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.widget .widget-body.no-padding {
|
||||
padding: 0;
|
||||
}
|
||||
.widget .widget-body div.alert {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.widget .widget-icon {
|
||||
background: #30426a;
|
||||
width: 65px;
|
||||
height: 65px;
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
margin-right: 15px;
|
||||
}
|
||||
.widget .widget-icon i {
|
||||
line-height: 66px;
|
||||
color: #ffffff;
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
.widget .widget-content .title {
|
||||
font-size: 1.75rem;
|
||||
display: block;
|
||||
}
|
||||
.widget-action-menu {
|
||||
padding: 8px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
.widget-navigation-menu {
|
||||
background-color: #e9ecef;
|
||||
}
|
||||
|
||||
/* Blue */
|
||||
ul.sidebar .sidebar-main a,
|
||||
.sidebar-footer,
|
||||
ul.sidebar .sidebar-list a:hover,
|
||||
#page-wrapper:not(.active) ul.sidebar .sidebar-title.separator {
|
||||
/* Sidebar header and footer color */
|
||||
background: #273759;
|
||||
}
|
||||
.sidebar-list a.sidebar-list-selected {
|
||||
/* Sidebar selected */
|
||||
background: #2c3d63;
|
||||
}
|
||||
#sidebar-wrapper {
|
||||
/* Sidebar background color */
|
||||
background: #30426a;
|
||||
}
|
||||
ul.sidebar .sidebar-title {
|
||||
/* Sidebar title text colour */
|
||||
color: #627cb7;
|
||||
}
|
||||
|
||||
.news-widget div.article {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
/* Horizontal Menu */
|
||||
.navbar-default {
|
||||
background-color: #273759;
|
||||
font-size: 1rem;
|
||||
padding: 0 8px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.navbar-default .navbar-brand {
|
||||
padding: 13px 0;
|
||||
}
|
||||
.navbar-default img.nav-avatar {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.navbar-default .navbar-nav>li>a {
|
||||
line-height: 49px;
|
||||
color: #b2bfdc;
|
||||
border-bottom: 1px solid #273759;
|
||||
}
|
||||
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
|
||||
color: #fff;
|
||||
background-color: #30426a;
|
||||
}
|
||||
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
|
||||
color: #fff;
|
||||
border-bottom: 1px solid #e99d1a;
|
||||
background-color: #30426a;
|
||||
}
|
||||
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
|
||||
color: #fff;
|
||||
border-bottom: 1px solid #e99d1a;
|
||||
background-color: #30426a;
|
||||
}
|
||||
.notification-drawer-icon i {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
.remote-icons a {
|
||||
padding-right: 5px;
|
||||
}
|
||||
.capitalize {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
/* Display Map */
|
||||
#display-map {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.display-map-legend {
|
||||
background-color: #ffffffad;
|
||||
border-radius: 5px;
|
||||
padding: 10px;
|
||||
border: 1px solid grey;
|
||||
}
|
||||
77
web/theme/default/css/email-report.css
Normal file
77
web/theme/default/css/email-report.css
Normal file
@@ -0,0 +1,77 @@
|
||||
/*
|
||||
* Copyright (C) 2019 Xibo Signage Ltd
|
||||
*
|
||||
* Xibo - Digital Signage - http://www.xibo.org.uk
|
||||
*
|
||||
* This file is part of Xibo.
|
||||
*
|
||||
* Xibo 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.
|
||||
*
|
||||
* Xibo 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 Xibo. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
body {
|
||||
color: #333333 !important;
|
||||
margin-bottom: 60px;
|
||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
.header {
|
||||
text-align: center;
|
||||
margin-bottom: 15px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.small {
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
.logo {
|
||||
height: 60px;
|
||||
margin-left: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.saved-report-table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.saved-report-table td, .saved-report-table th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.saved-report-table tr:nth-child(even){background-color: #f2f2f2;}
|
||||
|
||||
.saved-report-table tr:hover {background-color: #ddd;}
|
||||
|
||||
.saved-report-table th {
|
||||
padding-top: 12px;
|
||||
padding-bottom: 12px;
|
||||
text-align: left;
|
||||
background-color: #273759;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.left {
|
||||
float: left;
|
||||
}
|
||||
24
web/theme/default/css/html-preview.css
Normal file
24
web/theme/default/css/html-preview.css
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* Copyright (C) 2019 Xibo Signage Ltd
|
||||
*
|
||||
* Xibo - Digital Signage - http://www.xibo.org.uk
|
||||
*
|
||||
* This file is part of Xibo.
|
||||
*
|
||||
* Xibo 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.
|
||||
*
|
||||
* Xibo 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 Xibo. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* This file is included after the core Layout Preview CSS, replace
|
||||
* this with a theme to override Layout Preview CSS.
|
||||
*/
|
||||
58
web/theme/default/css/install.css
Normal file
58
web/theme/default/css/install.css
Normal file
@@ -0,0 +1,58 @@
|
||||
/*
|
||||
* Copyright (C) 2023 Xibo Signage Ltd
|
||||
*
|
||||
* Xibo - Digital Signage - http://www.xibo.org.uk
|
||||
*
|
||||
* This file is part of Xibo.
|
||||
*
|
||||
* Xibo 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.
|
||||
*
|
||||
* Xibo 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 Xibo. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
/* Move down content because we have a fixed navbar that is 50px tall */
|
||||
body {
|
||||
padding-top: 50px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
body {
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
.footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
/* Set the fixed height of the footer here */
|
||||
height: 80px;
|
||||
padding: 5px;
|
||||
}
|
||||
img.logo {
|
||||
height: 60px;
|
||||
}
|
||||
.main-container {
|
||||
margin-top: 25px;
|
||||
}
|
||||
.main-container button {
|
||||
margin-left: -15px;
|
||||
margin-right: -15px;
|
||||
float: left;
|
||||
}
|
||||
.tab-pane {
|
||||
padding-top: 25px;
|
||||
}
|
||||
21
web/theme/default/css/override.css
Normal file
21
web/theme/default/css/override.css
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (C) 2023 Xibo Signage Ltd
|
||||
*
|
||||
* Xibo - Digital Signage - http://www.xibo.org.uk
|
||||
*
|
||||
* This file is part of Xibo.
|
||||
*
|
||||
* Xibo 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.
|
||||
*
|
||||
* Xibo 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 Xibo. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
70
web/theme/default/css/print.css
Normal file
70
web/theme/default/css/print.css
Normal file
@@ -0,0 +1,70 @@
|
||||
/*
|
||||
* Copyright (C) 2019 Xibo Signage Ltd
|
||||
*
|
||||
* Xibo - Digital Signage - http://www.xibo.org.uk
|
||||
*
|
||||
* This file is part of Xibo.
|
||||
*
|
||||
* Xibo 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.
|
||||
*
|
||||
* Xibo 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 Xibo. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* Print Style Sheet */
|
||||
@media print {
|
||||
|
||||
@page {
|
||||
margin: 0;
|
||||
size: landscape;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 1.6cm;
|
||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.nav-pills, .proof-of-play-report-div, #applyBtn, #applyWarning, .fa-info-circle , .dt-buttons, .pagination,
|
||||
.select2-selection__clear, button.select-all, button.dropdown-toggle,
|
||||
.navbar-collapse, #sidebar-wrapper, #content-wrapper > div > div.row.header
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.widget .widget-title {
|
||||
font-size: 1.4rem;
|
||||
color: #767676;
|
||||
background-color: #f6f6f6;
|
||||
text-align: center;
|
||||
line-height: 60px;
|
||||
}
|
||||
|
||||
.card.bg-light {
|
||||
border: 2px solid #e3e3e3;
|
||||
}
|
||||
|
||||
/* Reports of summary, distribution */
|
||||
#canvas {
|
||||
max-width: 25cm;
|
||||
max-height: 7cm;
|
||||
}
|
||||
|
||||
/* Custom reports*/
|
||||
.custom-chart {
|
||||
max-width: 25cm;
|
||||
max-height: 6.5cm;
|
||||
}
|
||||
|
||||
.page-break-avoid {
|
||||
page-break-inside : avoid
|
||||
}
|
||||
}
|
||||
218
web/theme/default/css/timeline.css
Normal file
218
web/theme/default/css/timeline.css
Normal file
@@ -0,0 +1,218 @@
|
||||
/*
|
||||
* Xibo - Digital Signage - http://www.xibo.org.uk
|
||||
* Copyright (C) 2012 Daniel Garner
|
||||
*
|
||||
* This file is part of Xibo.
|
||||
*
|
||||
* Xibo 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.
|
||||
*
|
||||
* Xibo 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 Xibo. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
div.timelineMediaVerticalList {
|
||||
float: left;
|
||||
width: 560px;
|
||||
}
|
||||
|
||||
div#timelinePreview {
|
||||
float: left;
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
div.timelineMediaDetails h3 {
|
||||
font-size: 1.15rem;
|
||||
}
|
||||
|
||||
ul.timelineSortableListOfMedia {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
li.timelineModuleListItem {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
img.timelineModuleButtonImage {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
span.timelineModuleButtonText {
|
||||
float:left;
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
a.timelineModuleButtonAnchor {
|
||||
display: block;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
div.timelineMediaItem {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
li.timelineMediaListItem {
|
||||
padding: 5px;
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
|
||||
ul.timelineMediaItemLinks li {
|
||||
display: inline;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
ul.timelineMediaItemLinks li a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
ul.timelineMediaItemLinks {
|
||||
background-color: black;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
div.timelineMediaPreview {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.timelineMediaDetails {
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
div.timelineMediaDetails h3 {
|
||||
float: left;
|
||||
padding-left: 20px;
|
||||
color: whiteSmoke;
|
||||
max-width: 350px;
|
||||
max-height: 60px;
|
||||
overflow: hidden;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
div.timelineMediaDetails .timelineMediaTags {
|
||||
float: right;
|
||||
max-width: 150px;
|
||||
max-height: 60px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
div.timelineMediaItemColouringDefault {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
div.timelineMediaItemColouring_powerpoint {
|
||||
background-color: #3333D6;
|
||||
}
|
||||
|
||||
div.timelineMediaItemColouring_image {
|
||||
background-color: #FF3030;
|
||||
}
|
||||
|
||||
div.timelineMediaItemColouring_webpage {
|
||||
background-color: #009933;
|
||||
}
|
||||
|
||||
div.timelineMediaItemColouring_shellcommand {
|
||||
background-color: #66C285;
|
||||
}
|
||||
|
||||
div.timelineMediaItemColouring_microblog {
|
||||
background-color: #FF6600;
|
||||
}
|
||||
|
||||
div.timelineMediaItemColouring_embedded {
|
||||
background-color: #FF3399;
|
||||
}
|
||||
|
||||
div.timelineMediaItemColouring_text {
|
||||
background-color: #CCCC00;
|
||||
}
|
||||
|
||||
div.timelineMediaItemColouring_ticker {
|
||||
background-color: #006600;
|
||||
}
|
||||
|
||||
div.timelineMediaItemColouring_video {
|
||||
background-color: #990099;
|
||||
}
|
||||
|
||||
div.timelineMediaItemColouring_flash {
|
||||
background-color: #ADAD85;
|
||||
}
|
||||
|
||||
div.timelineMediaItemColouring_counter {
|
||||
background-color: #3366FF;
|
||||
}
|
||||
|
||||
div.timelineMediaItemColouring_datasetview {
|
||||
background-color: #009999;
|
||||
}
|
||||
|
||||
div.timelineMediaItemColouring_enabled {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
div.timelineMediaItemColouring_disabled{
|
||||
background-color: #999966;
|
||||
}
|
||||
|
||||
span.library_assign_list_select {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
ul#LibraryAssignSortable {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#LibraryAssignSortable .li-sortable {
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
border: 1px solid #8080ff;
|
||||
background-color: #E5F0FF;
|
||||
cursor: pointer;
|
||||
list-style: none;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
div.timelineLink {
|
||||
color: white;
|
||||
background-color: black;
|
||||
z-index: 50;
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
font-family: Verdana;
|
||||
top: 109px;
|
||||
}
|
||||
|
||||
div.timelineLink a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
div.regionPreviewOverlay {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
div.previewContent {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.designer-control-panel .btn {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.designer-control-panel-checkbox {
|
||||
padding-top: 5px;
|
||||
}
|
||||
1764
web/theme/default/css/xibo.css
Normal file
1764
web/theme/default/css/xibo.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user