|
|
/* Bootswatch theme adapted by the Tiki Community for Tiki Wiki CMS Groupware */
|
|
|
/* Original Bootswatch information: */
|
|
|
/*!
|
|
|
* bootswatch v5.1.3
|
|
|
* Homepage: http://bootswatch.com
|
|
|
* Copyright 2012-2017 Thomas Park
|
|
|
* Licensed under MIT
|
|
|
* Based on Bootstrap
|
|
|
*/
|
|
|
|
|
|
@import "../../../vendor_bundled/vendor/thomaspark/bootswatch/dist/spacelab/variables"; // Needs to come first, to override defaults.
|
|
|
@import "../../../vendor_bundled/vendor/twbs/bootstrap/scss/bootstrap.scss"; // Needed for darken function.
|
|
|
@import "../../base_files/scss/_tiki-variables.scss"; // Values/definitions for Tiki variables (outside of Bootstrap variables) such as _tiki-selectors.scss.
|
|
|
@import "../../base_files/scss/_tiki-selectors.scss";
|
|
|
|
|
|
@import "../../../vendor_bundled/vendor/thomaspark/bootswatch/dist/spacelab/bootswatch";
|
|
|
@import "../../base_files/scss/_external-scripts.scss";
|
|
|
|
|
|
|
|
|
.topbar .navbar {
|
|
|
-webkit-box-shadow: none;
|
|
|
box-shadow: none;
|
|
|
}
|
|
|
|
|
|
.topbar_modules > * {
|
|
|
margin-top: .5rem;
|
|
|
margin-bottom: .5rem;
|
|
|
}
|
|
|
|
|
|
.topbar_modules {
|
|
|
margin-left: 30px;
|
|
|
margin-right: 30px;
|
|
|
}
|
|
|
|
|
|
// Replicate navbar color used on Bootswatch sample page, in that case for bg-primary
|
|
|
.tiki .navbar-dark.bg-dark {
|
|
|
background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d) !important;
|
|
|
-webkit-filter: none;
|
|
|
filter: none;
|
|
|
border: 1px solid #345578;
|
|
|
nav#topbar_modules,
|
|
|
#topbar_modules .navbar.navbar-dark.bg-dark {
|
|
|
background: transparent !important;
|
|
|
background-image: none !important;
|
|
|
border: none !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.tiki .navbar-light.bg-light {
|
|
|
background-image: linear-gradient(white, #eee 50%, #e4e4e4) !important;
|
|
|
-webkit-filter: none;
|
|
|
filter: none;
|
|
|
border: 1px solid #d5d5d5;
|
|
|
nav#topbar_modules,
|
|
|
#topbar_modules .navbar.navbar-light.bg-light {
|
|
|
background: transparent !important;
|
|
|
background-image: none !important;
|
|
|
border: none !important;
|
|
|
}
|
|
|
}
|