Add a left side menu navigation style. The main app navigation links will be displayed here. The notification, user and system tools are now displayed at the top navigation bar. Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
481 lines
8.3 KiB
CSS
481 lines
8.3 KiB
CSS
@font-face {
|
|
font-family: 'IM Fell English SC';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src:
|
|
local('IM FELL English SC'),
|
|
local('IM_FELL_English_SC'),
|
|
url('../fonts/IM_Fell_English_SC.eot?#iefix') format('embedded-opentype'),
|
|
url('../fonts/IM_Fell_English_SC.woff') format('woff'),
|
|
url('../fonts/IM_Fell_English_SC.svg#IMFellEnglishSC') format('svg'),
|
|
url('../fonts/IM_Fell_English_SC.ttf') format('truetype');
|
|
}
|
|
|
|
/* Flatly fonts */
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src:
|
|
local('Lato Regular'),
|
|
local('Lato-Regular'),
|
|
url('../fonts/Lato_400.eot?#iefix') format('embedded-opentype'),
|
|
url('../fonts/Lato_400.woff') format('woff'),
|
|
url('../fonts/Lato_400.svg#Lato') format('svg'),
|
|
url('../fonts/Lato_400.ttf') format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src:
|
|
local('Lato Bold'),
|
|
local('Lato-Bold'),
|
|
url('../fonts/Lato_700.eot?#iefix') format('embedded-opentype'),
|
|
url('../fonts/Lato_700.woff') format('woff'),
|
|
url('../fonts/Lato_700.svg#Lato') format('svg'),
|
|
url('../fonts/Lato_700.ttf') format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src:
|
|
local('Lato Italic'),
|
|
local('Lato-Italic'),
|
|
url('../fonts/Lato_400italic.eot?#iefix') format('embedded-opentype'),
|
|
url('../fonts/Lato_400italic.woff') format('woff'),
|
|
url('../fonts/Lato_400italic.svg#Lato') format('svg'),
|
|
url('../fonts/Lato_400italic.ttf') format('truetype');
|
|
}
|
|
|
|
.navbar-brand {
|
|
font-family: "IM Fell English SC", serif;
|
|
}
|
|
|
|
#fancybox-left-ico {
|
|
left: 20px;
|
|
}
|
|
|
|
#fancybox-right-ico {
|
|
right: 20px;
|
|
left: auto;
|
|
}
|
|
|
|
.mayan-page-wrapper-interactive {
|
|
overflow: auto;
|
|
}
|
|
|
|
#carousel-container {
|
|
overflow-x: scroll; height: 500px;
|
|
}
|
|
|
|
#carousel-container img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.carousel-item {
|
|
margin: 5px 10px 10px 10px;
|
|
min-height: 100%;
|
|
}
|
|
|
|
.carousel-item-page-number {
|
|
text-align: center;
|
|
}
|
|
|
|
img.lazy-load {
|
|
visibility: hidden;
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
|
|
img.lazy-load-carousel {
|
|
visibility: hidden;
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
|
|
.img-nolazyload {
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.document-page-content-divider {
|
|
text-align: center;
|
|
}
|
|
|
|
.label-tag {
|
|
text-shadow: 0px 0px 2px #000
|
|
}
|
|
|
|
.fancybox-nav span {
|
|
visibility: visible;
|
|
}
|
|
|
|
.instance-image-widget {
|
|
text-align: center;
|
|
height: 100%;
|
|
}
|
|
|
|
hr {
|
|
margin-top: 5px;
|
|
margin-bottom: 11px;
|
|
}
|
|
|
|
.btn-block {
|
|
margin-bottom: 15px;
|
|
white-space: normal;
|
|
min-height: 120px;
|
|
padding-top: 20px;
|
|
padding-bottom: 1px;
|
|
}
|
|
|
|
.btn-block .fa {
|
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.btn-block {
|
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.radio ul li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.dashboard-widget {
|
|
box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.dashboard-widget .panel-heading i {
|
|
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
|
|
}
|
|
|
|
.dashboard-widget-icon {
|
|
font-size: 200%;
|
|
}
|
|
|
|
.select2-container--default .select2-selection--multiple .select2-selection__choice .label {
|
|
padding-bottom: 1px;
|
|
}
|
|
|
|
.tag-container .label {
|
|
margin-right: 2px;
|
|
}
|
|
|
|
/* Notifications */
|
|
#toast-container > div {
|
|
opacity: 1;
|
|
}
|
|
|
|
/* User menu */
|
|
.link-text-span {
|
|
padding-left: 10px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
|
|
/* Make facet list group horizontal on small or smaller */
|
|
@media (max-width: 767px) {
|
|
ul.list-group:after {
|
|
clear: both;
|
|
display: block;
|
|
content: "";
|
|
}
|
|
|
|
.list-group-item {
|
|
float: left;
|
|
}
|
|
}
|
|
|
|
/* Collapse navigation on medium or smaller */
|
|
@media (max-width: 991px) {
|
|
.navbar-header {
|
|
float: none;
|
|
}
|
|
.navbar-left,.navbar-right {
|
|
float: none !important;
|
|
}
|
|
.navbar-toggle {
|
|
display: block;
|
|
}
|
|
.navbar-collapse {
|
|
border-top: 1px solid transparent;
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
|
|
}
|
|
.navbar-fixed-top {
|
|
top: 0;
|
|
border-width: 0 0 1px;
|
|
}
|
|
.navbar-collapse.collapse {
|
|
display: none!important;
|
|
}
|
|
.navbar-nav {
|
|
float: none!important;
|
|
margin-top: 7.5px;
|
|
}
|
|
.navbar-nav>li {
|
|
float: none;
|
|
}
|
|
.navbar-nav>li>a {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.collapse.in{
|
|
display:block !important;
|
|
}
|
|
}
|
|
|
|
/* List item view */
|
|
|
|
.panel-item {
|
|
box-shadow: 2px 2px 18px rgba(0, 0, 0, .2);
|
|
}
|
|
|
|
.panel-item > .panel-heading {
|
|
padding: 1px 10px;
|
|
}
|
|
|
|
.panel-item > .panel-body {
|
|
padding: 10px;
|
|
}
|
|
|
|
.list-extra-column-label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* Content */
|
|
@media (min-width:1200px) {
|
|
.container-fluid {
|
|
width: 95%;
|
|
}
|
|
}
|
|
|
|
/* Document widget */
|
|
.spinner-container {
|
|
margin: auto;
|
|
width: 100%;
|
|
border: 1px solid lightgray;
|
|
}
|
|
|
|
.spinner-container > .spinner-icon {
|
|
margin-left: 4px;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
/* Cabinets */
|
|
.cabinet-display {
|
|
font-style: italic;
|
|
}
|
|
|
|
.staging-file-thumbnail-container {
|
|
width: 150px;
|
|
margin: auto;
|
|
}
|
|
|
|
.thin_border {
|
|
border: 1px solid black;
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
|
|
.thin_border-thumbnail {
|
|
display: block;
|
|
max-width: 100%;
|
|
max-height: 200px;
|
|
width: auto;
|
|
height: auto;
|
|
margin: auto;
|
|
}
|
|
|
|
#ajax-spinner {
|
|
position: fixed;
|
|
top: 12px;
|
|
right: 10px;
|
|
z-index: 9999;
|
|
width: 25px;
|
|
height: 25px;
|
|
border-radius: 50%;
|
|
background-color: transparent;
|
|
border: 2px solid #222;
|
|
border-top: 2px solid #03A9F4;
|
|
border-bottom: 2px solid #03A9F4;
|
|
-webkit-animation: .5s spin linear infinite;
|
|
animation: .5s spin linear infinite;
|
|
}
|
|
|
|
@-webkit-keyframes spin {
|
|
from {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
to {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes spin {
|
|
from {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
to {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
.pre-server-error {
|
|
background-color:#ffe7ae;
|
|
color: black;
|
|
font-size: 110%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
body {
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.sub-header {
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
/*
|
|
* Top navigation
|
|
* Hide default border to remove 1px line.
|
|
*/
|
|
.navbar-fixed-top {
|
|
border: 0;
|
|
}
|
|
|
|
/*
|
|
* Sidebar
|
|
*/
|
|
|
|
/* Hide for mobile, show later */
|
|
.sidebar {
|
|
display: none;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.sidebar {
|
|
position: fixed;
|
|
top: 51px;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
display: block;
|
|
padding-top: 10px;
|
|
overflow-x: hidden;
|
|
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
|
|
background-color: #2c3e50;
|
|
border-right: 1px solid #18bc9c;
|
|
}
|
|
|
|
.navbar-brand {
|
|
text-align: center;
|
|
width: 210px;
|
|
}
|
|
}
|
|
|
|
/*
|
|
* Main content
|
|
*/
|
|
|
|
.main {
|
|
padding: 20px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.main {
|
|
padding-right: 0px;
|
|
padding-left: 0px;
|
|
margin-left: 210px;
|
|
}
|
|
|
|
}
|
|
.main .page-header {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.sidebar {
|
|
width: 210px;
|
|
}
|
|
|
|
.navbar-brand {
|
|
}
|
|
|
|
.container-fluid {
|
|
margin-right: 0px;
|
|
margin-left: 0px;
|
|
width: 100%;
|
|
}
|
|
|
|
.navbar-form > .form-control {
|
|
padding: 0px;
|
|
height: 35px;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
#accordion-sidebar a {
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
#accordion-sidebar a[aria-expanded="true"] {
|
|
background: #1a242f;
|
|
}
|
|
|
|
#accordion-sidebar .panel {
|
|
border: 0px;
|
|
}
|
|
|
|
#accordion-sidebar a {
|
|
text-decoration: none;
|
|
outline: none;
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
#accordion-sidebar .panel-heading {
|
|
background-color: #2c3e50;
|
|
color: white;
|
|
padding: 0px;
|
|
}
|
|
|
|
#accordion-sidebar .panel-heading:hover {
|
|
background-color: #517394;
|
|
}
|
|
|
|
#accordion-sidebar .panel-title {
|
|
font-size: 15px;
|
|
}
|
|
|
|
#accordion-sidebar .panel-body {
|
|
font-size: 13px;
|
|
border: 0px;
|
|
background-color: #2c3e50;
|
|
padding-top: 5px;
|
|
padding-left: 20px;
|
|
padding-right: 0px;
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
#accordion-sidebar .panel-body li {
|
|
padding: 0px;
|
|
}
|
|
|
|
#accordion-sidebar .panel-body li:hover {
|
|
background-color: #517394;
|
|
}
|
|
|
|
#accordion-sidebar .panel-body a {
|
|
color: white;
|
|
text-decoration: none;
|
|
padding: 9px;
|
|
}
|
|
|
|
.navbar-brand {
|
|
outline: none;
|
|
}
|