diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-01-18 13:54:24 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-01-18 13:54:24 +0100 |
| commit | 1f00ce8527c8ca0f6318f4b43b3f79ee1429b70b (patch) | |
| tree | 0fdad2e1caff53ee935935672838bfa689b64caf /searx/static/less/bootstrap/theme_simplex/bootswatch.less | |
| parent | 7366a0e14139c20f8de68f135a29e6aa488a2ae1 (diff) | |
Revert: [enh] add new bootstrap-themes to oscar-template
Diffstat (limited to 'searx/static/less/bootstrap/theme_simplex/bootswatch.less')
| -rw-r--r-- | searx/static/less/bootstrap/theme_simplex/bootswatch.less | 142 |
1 files changed, 0 insertions, 142 deletions
diff --git a/searx/static/less/bootstrap/theme_simplex/bootswatch.less b/searx/static/less/bootstrap/theme_simplex/bootswatch.less deleted file mode 100644 index b0e4323d4..000000000 --- a/searx/static/less/bootstrap/theme_simplex/bootswatch.less +++ /dev/null @@ -1,142 +0,0 @@ -// Simplex 3.3.1 -// Bootswatch -// ----------------------------------------------------- - -@import url("//fonts.googleapis.com/css?family=Open+Sans:400,700"); - -.btn-shadow(@color) { - #gradient > .vertical-three-colors(lighten(@color, 3%), @color, 6%, darken(@color, 3%)); - filter: none; - border: 1px solid darken(@color, 10%); -} - -// Navbar ===================================================================== - -.navbar { - - &-inverse { - - .badge { - background-color: #fff; - color: @brand-primary; - } - } -} - -// Buttons ==================================================================== - -.btn { - font-family: @headings-font-family; -} - -.btn-default, -.btn-default:hover { - .btn-shadow(@btn-default-bg); -} - -.btn-primary, -.btn-primary:hover { - .btn-shadow(@btn-primary-bg); -} - -.btn-success, -.btn-success:hover { - .btn-shadow(@btn-success-bg); -} - -.btn-info, -.btn-info:hover { - .btn-shadow(@btn-info-bg); -} - -.btn-warning, -.btn-warning:hover { - .btn-shadow(@btn-warning-bg); -} - -.btn-danger, -.btn-danger:hover { - .btn-shadow(@btn-danger-bg); -} - -// Typography ================================================================= - -body { - font-weight: 200; -} - -// Tables ===================================================================== - -th { - color: @headings-color; -} - -// Forms ====================================================================== - -legend { - color: @headings-color; -} - -label { - font-weight: normal; -} - -.has-warning { - .help-block, - .control-label { - color: @brand-danger; - } - - .form-control, - .form-control:focus { - border-color: @brand-danger; - } -} - -.has-error { - .help-block, - .control-label { - color: @brand-primary; - } - - .form-control, - .form-control:focus { - border-color: @brand-primary; - } -} - -.has-success { - .help-block, - .control-label { - color: @brand-success; - } - - .form-control, - .form-control:focus { - border-color: @brand-success; - } -} - -// Navs ======================================================================= - -.pager { - a { - color: @headings-color; - } - - a:hover, - .active > a, { - border-color: @brand-primary; - color: #fff; - } - - .disabled > a { - border-color: @pager-border; - } -} - -// Indicators ================================================================= - -// Progress bars ============================================================== - -// Containers =================================================================
\ No newline at end of file |