initial commit
This commit is contained in:
60
static/css/custom.css
Normal file
60
static/css/custom.css
Normal file
@@ -0,0 +1,60 @@
|
||||
/* Add here all your CSS customizations */
|
||||
.page-header .breadcrumbs {
|
||||
margin-right: 25px;
|
||||
}
|
||||
.card-button-actions {
|
||||
right: 15px;
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
}
|
||||
.header .logo-container .logo {
|
||||
font-size: 35px;
|
||||
color: #000;
|
||||
}
|
||||
.notification.ui-pnotify-container,
|
||||
.clickable-row {
|
||||
cursor: pointer;
|
||||
}
|
||||
html.dark .dropdown-item {
|
||||
color: #fff;
|
||||
}
|
||||
html.dark .dropdown-item:hover,
|
||||
html.dark .dropdown-item:focus,
|
||||
html.dark .dropdown-item:active {
|
||||
background-color: #242830;
|
||||
}
|
||||
html.dark .btn-primary {
|
||||
background-color: #505461 !important;
|
||||
}
|
||||
html.dark .btn-primary:hover,
|
||||
html.dark .btn-primary:focus,
|
||||
html.dark .btn-primary:active {
|
||||
background-color: #94a0ac !important;
|
||||
}
|
||||
html.dark .notifications .notification-menu .notification-title {
|
||||
background-color: #21262d;
|
||||
}
|
||||
html.dark .notifications .notification-menu::before,
|
||||
html.dark .notifications .notification-icon::before {
|
||||
border-bottom-color: #21262d;
|
||||
}
|
||||
html.dark .loading-overlay {
|
||||
background: #1d2127;
|
||||
}
|
||||
html.dark .input-group > .input-group-append > .input-group-text {
|
||||
background-color: #505461;
|
||||
border-color: #505461;
|
||||
color: #ccc;
|
||||
}
|
||||
html.dark .body-sign .card-sign .card-title-sign .title {
|
||||
background-color: #505461;
|
||||
}
|
||||
html.dark .body-sign .card-sign .card-body {
|
||||
border-top-color: #505461;
|
||||
}
|
||||
html.dark .userbox.show .dropdown-menu a:hover {
|
||||
background-color: #505461;
|
||||
}
|
||||
html.dark .turbolinks-progress-bar {
|
||||
background-color: #ccc;
|
||||
}
|
63
static/css/custom.styl
Normal file
63
static/css/custom.styl
Normal file
@@ -0,0 +1,63 @@
|
||||
/* Add here all your CSS customizations */
|
||||
|
||||
.page-header .breadcrumbs
|
||||
margin-right 25px
|
||||
|
||||
.card-button-actions
|
||||
right 15px
|
||||
position absolute
|
||||
top 12px
|
||||
|
||||
.header .logo-container .logo
|
||||
font-size 35px
|
||||
color black
|
||||
|
||||
.notification.ui-pnotify-container
|
||||
.clickable-row
|
||||
cursor pointer
|
||||
|
||||
html.dark
|
||||
.dropdown-item
|
||||
color white
|
||||
|
||||
&:hover
|
||||
&:focus
|
||||
&:active
|
||||
background-color #242830
|
||||
|
||||
.btn-primary
|
||||
background-color #505461 !important
|
||||
|
||||
&:hover
|
||||
&:focus
|
||||
&:active
|
||||
background-color #94a0ac !important
|
||||
|
||||
.notifications
|
||||
.notification-menu .notification-title
|
||||
background-color #21262d
|
||||
|
||||
.notification-menu::before
|
||||
.notification-icon::before
|
||||
border-bottom-color #21262d
|
||||
|
||||
.loading-overlay
|
||||
background #1D2127
|
||||
|
||||
.input-group > .input-group-append > .input-group-text
|
||||
background-color #505461
|
||||
border-color #505461
|
||||
color #CCC
|
||||
|
||||
.body-sign .card-sign
|
||||
.card-title-sign .title
|
||||
background-color #505461
|
||||
|
||||
.card-body
|
||||
border-top-color #505461
|
||||
|
||||
.userbox.show .dropdown-menu a:hover
|
||||
background-color #505461
|
||||
|
||||
.turbolinks-progress-bar
|
||||
background-color #ccc
|
12
static/css/invoice-print.css
Normal file
12
static/css/invoice-print.css
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
|
||||
// BASIC
|
||||
// -----------------------------------------------------------------------------
|
||||
@import "base/elements";
|
||||
|
||||
// PAGES
|
||||
// -----------------------------------------------------------------------------
|
||||
@import "../../modules/tables/css/tables";
|
||||
@import "../../modules/pages/css/invoice";
|
||||
|
||||
*/
|
188
static/css/skins/square-borders.css
Normal file
188
static/css/skins/square-borders.css
Normal file
@@ -0,0 +1,188 @@
|
||||
.rounded,
|
||||
.img-thumbnail,
|
||||
.img-thumbnail img,
|
||||
code,
|
||||
pre,
|
||||
.form-control,
|
||||
.form-control-sm,
|
||||
.form-group-sm .form-control,
|
||||
.form-control-lg,
|
||||
.form-group-lg .form-control,
|
||||
.btn,
|
||||
.btn-group-lg > .btn,
|
||||
.btn-sm,
|
||||
.btn-group-sm > .btn,
|
||||
.btn-xs,
|
||||
.btn-group-xs > .btn,
|
||||
.dropdown-menu,
|
||||
.input-group-lg > .form-control,
|
||||
.input-group-lg > .input-group-btn > .btn,
|
||||
.input-group-sm > .form-control,
|
||||
.input-group-sm > .input-group-btn > .btn,
|
||||
.input-group-rounded input.form-control:first-child,
|
||||
.input-group-rounded input.form-control:last-child,
|
||||
.checkbox-custom label::before,
|
||||
.nav-tabs > li > a,
|
||||
.nav-tabs.nav-justified > li > a,
|
||||
.nav-pills > li > a,
|
||||
.nav-tabs-justified > li > a,
|
||||
.navbar,
|
||||
.navbar-toggle,
|
||||
.navbar-toggle .icon-bar,
|
||||
.breadcrumb,
|
||||
.pagination,
|
||||
.pager li > a,
|
||||
.pager li > span,
|
||||
.label,
|
||||
.badge,
|
||||
.container .jumbotron,
|
||||
.container-fluid .jumbotron,
|
||||
.thumbnail,
|
||||
.alert,
|
||||
.progress,
|
||||
.progress.progress-border-radius,
|
||||
.progress.progress-border-radius .progress-bar,
|
||||
.progress-bar,
|
||||
.progress-bar-tooltip,
|
||||
.progress-xs.progress-half-rounded,
|
||||
.progress-xs.progress-half-rounded .progress-bar,
|
||||
.progress-sm.progress-half-rounded,
|
||||
.progress-sm.progress-half-rounded .progress-bar,
|
||||
.progress-md.progress-half-rounded,
|
||||
.progress-md.progress-half-rounded .progress-bar,
|
||||
.progress-lg.progress-half-rounded,
|
||||
.progress-lg.progress-half-rounded .progress-bar,
|
||||
.progress-xl.progress-half-rounded,
|
||||
.progress-xl.progress-half-rounded .progress-bar,
|
||||
.ui-corner-all,
|
||||
.ui-corner-bottom,
|
||||
.ui-corner-right,
|
||||
.ui-corner-br,
|
||||
.card,
|
||||
.card-group .card,
|
||||
.card-header + .card-body,
|
||||
.card-header,
|
||||
.card-body,
|
||||
.card-group .card-accordion .card-body,
|
||||
.card-footer,
|
||||
.card-horizontal .card-header + .card-body,
|
||||
.card-horizontal .card-header,
|
||||
.card-group .card-accordion .card-header,
|
||||
html .card .card-header-transparent + .card-body,
|
||||
.card-group .card-accordion .card-header a,
|
||||
.card-group .card-accordion.card-accordion-first .card-header,
|
||||
.modal-content,
|
||||
.tooltip-inner,
|
||||
.popover,
|
||||
.popover-title,
|
||||
.call-to-action,
|
||||
.carousel-indicators li,
|
||||
.pagination > li:first-child > a,
|
||||
.pagination > li:first-child > span,
|
||||
.pagination-lg > li:first-child > a,
|
||||
.pagination-lg > li:first-child > span,
|
||||
.pagination > li:last-child > a,
|
||||
.pagination > li:last-child > span,
|
||||
.pagination-lg > li:last-child > a,
|
||||
.pagination-lg > li:last-child > span,
|
||||
.progress .progress-bar,
|
||||
.input-group-icon input.form-control:first-child,
|
||||
.input-group-icon input.form-control:last-child {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.body-sign .card-sign .card-title-sign .title,
|
||||
.body-sign .card-sign .card-body,
|
||||
.sidebar-left .sidebar-header .sidebar-toggle,
|
||||
.simple-compose-box,
|
||||
.timeline .tm-title,
|
||||
ul.simple-card-list li,
|
||||
.timeline .tm-items > li .tm-box,
|
||||
.rounded,
|
||||
.fc .fc-toolbar .fc-button,
|
||||
.fc-event,
|
||||
.fc-state-default.fc-corner-right,
|
||||
.media-gallery ul.mg-tags > li a,
|
||||
.media-gallery .mg-files .thumbnail,
|
||||
.media-gallery .mg-files .thumbnail .thumb-preview img,
|
||||
.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom,
|
||||
html .scroll-to-top,
|
||||
.style-switcher .style-switcher-open,
|
||||
.style-switcher .options-links a,
|
||||
.search-results-list a,
|
||||
p.drop-caps.secondary:first-child::first-letter,
|
||||
.tabs,
|
||||
.nav-tabs li a,
|
||||
.tab-content,
|
||||
.tabs.tabs-bottom .tab-content,
|
||||
.tabs.tabs-bottom .nav-tabs li a,
|
||||
.tabs-left .tab-content,
|
||||
.tabs-left .nav-tabs > li:first-child a,
|
||||
.tabs-left .nav-tabs > li:last-child a,
|
||||
.tabs-right .tab-content,
|
||||
.tabs-right .nav-tabs > li:first-child a,
|
||||
.tabs-right .nav-tabs > li:last-child a,
|
||||
.nav-tabs.nav-justified li:first-child a,
|
||||
.nav-tabs.nav-justified li:first-child a:hover,
|
||||
.nav-tabs.nav-justified li:last-child a,
|
||||
.nav-tabs.nav-justified li:last-child a:hover,
|
||||
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
|
||||
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
|
||||
.tabs-navigation,
|
||||
.tabs-navigation .nav-tabs > li:first-child a,
|
||||
.tabs-navigation .nav-tabs > li:last-child a,
|
||||
.toggle > label,
|
||||
.toggle.toggle-simple .toggle > label,
|
||||
.toggle.toggle-simple .toggle > label:after,
|
||||
.pricing-table h3,
|
||||
.pricing-table .plan,
|
||||
.widget-twitter-profile .profile-quote,
|
||||
.btn-group-vertical > .btn:first-child:not(:last-child),
|
||||
.btn-group-vertical > .btn:last-child:not(:first-child),
|
||||
.btn-group-vertical > .btn:first-child:not(:last-child),
|
||||
.btn-group-vertical > .btn:last-child:not(:first-child),
|
||||
.ui-pnotify .notification,
|
||||
.owl-theme .owl-nav [class*="owl-"],
|
||||
.dd-handle,
|
||||
.scrollable .scrollable-slider,
|
||||
.form-group-vertical .form-control:first-child,
|
||||
.form-group-vertical .form-control:first-of-type,
|
||||
.form-group-vertical .form-control:last-child,
|
||||
.form-group-vertical .form-control:last-of-type,
|
||||
.form-group-vertical .input-group.input-group-icon:first-child .form-control,
|
||||
.form-group-vertical .input-group.input-group-icon:first-of-type .form-control,
|
||||
.form-group-vertical .input-group.input-group-icon:last-child .form-control,
|
||||
.form-group-vertical .input-group.input-group-icon:last-of-type .form-control,
|
||||
.select2-container--bootstrap .select2-selection,
|
||||
.select2-container--bootstrap .select2-dropdown,
|
||||
.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
|
||||
.btn-group > .btn-group:nth-child(2) > .multiselect.btn,
|
||||
.bootstrap-tagsinput,
|
||||
.colorpicker,
|
||||
.note-editor .note-toolbar .btn-group > .btn-group:last-child > .btn:first-child,
|
||||
.note-editor .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
|
||||
.note-editor .btn-group > .btn:last-child:not(:first-child),
|
||||
.note-editor .btn-group > .dropdown-toggle:not(:first-child),
|
||||
.note-editor .btn,
|
||||
html.boxed .inner-wrapper,
|
||||
html.boxed .header,
|
||||
html.boxed .content-body {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.nav-tabs.nav-justified > li > a,
|
||||
.nav-tabs-justified > li > a,
|
||||
.navbar {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 479px) {
|
||||
.tabs .nav.nav-tabs.nav-justified li:first-child a,
|
||||
.tabs .nav.nav-tabs.nav-justified li:first-child a:hover,
|
||||
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
|
||||
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
18276
static/css/theme.css
Normal file
18276
static/css/theme.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user