You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

69 lines
2.1 KiB

/* 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/sketchy/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/sketchy/bootswatch";
@import "../../base_files/scss/_external-scripts.scss";
@import "../../base_files/scss/_select2-tiki_colors.scss";
// fix position and appearance of outline of checkbox/radio buttons
[type="checkbox"], [type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
}
[type="checkbox"].form-check-input {
&:before { position: static; }
&:after { top: 0.1em; left: 0.15em; }
}
.form-check-inline {
[type="checkbox"].form-check-input {
&:before { position: absolute; top: -0.4em; left: 0; }
&:after { top: -0.15em; left: 0.15em; }
}
}
.table-responsive .table {
tr th {
[type="checkbox"].form-check-input {
&:before { position: absolute; top: 0; left: -0.6em; }
&:after { top: 0.15em; left: -0.24em; }
}
}
tr td {
[type="checkbox"].form-check-input {
&:before { position: absolute; }
&:after { top: -0.48em; left: -0.66em; }
}
}
}
.dropdown-item:hover a { background-color: #333; color: #fff; }
.autotoc .nav {
&, & .nav {
> li > a:hover { background-color: #333; color: #fff; }
}
}
// Increase navbar height and side margins to reinstate Bootswatch style
.topbar_modules > * {
margin-top: .5rem;
margin-bottom: .5rem;
}
.topbar_modules {
margin-left: 30px;
margin-right: 30px;
}