summaryrefslogtreecommitdiff
path: root/searx/static/css/definitions.less
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-13 16:51:15 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-13 16:51:15 +0100
commitc8a1e0bda4db2132c14a914bbf7ed1426ba9a903 (patch)
tree10cfa8d5a6490ac8b6c79cc8a65101cd83700e8a /searx/static/css/definitions.less
parent0fc481f47ed8116b3acd4dd11c0527994582d526 (diff)
move *.less files into seperate directory
Diffstat (limited to 'searx/static/css/definitions.less')
-rw-r--r--searx/static/css/definitions.less94
1 files changed, 0 insertions, 94 deletions
diff --git a/searx/static/css/definitions.less b/searx/static/css/definitions.less
deleted file mode 100644
index f71f55782..000000000
--- a/searx/static/css/definitions.less
+++ /dev/null
@@ -1,94 +0,0 @@
-/*
- * searx, A privacy-respecting, hackable metasearch engine
- *
- * To change the colors of the site, simple edit this variables
- */
-
-/// Basic Colors
-
-@color-base: #3498DB;
-@color-base-dark: #2980B9;
-@color-base-light: #ECF0F1;
-
-
-/// General
-
-@color-font: #444;
-
-@color-url-font: #1a11be;
-@color-url-visited-font: #8E44AD;
-
-
-/// Start-Screen
-
-// hmarg
-@color-hmarg-border: @color-base;
-@color-hmarg-font: @color-base;
-@color-hmarg-font-hover: @color-base;
-
-
-/// Search-Input
-
-@color-search-border: @color-base;
-@color-search-background: #FFF;
-@color-search-font: #222;
-
-/// Categories
-
-@color-categories-item-selected: @color-base;
-@color-categories-item-selected-font: #FFF;
-
-@color-categories-item-border-selected: @color-base-dark;
-@color-categories-item-border-unselected: #E8E7E6;
-@color-categories-item-border-unselected-hover: @color-base;
-
-
-/// Results
-
-@color-suggestions-button-background: @color-base;
-@color-suggestions-button-font: #FFF;
-
-@color-download-button-background: @color-base;
-@color-download-button-font: #FFF;
-
-@color-result-search-background: @color-base-light;
-
-@color-result-definition-border: gray;
-@color-result-torrent-border: lightgray;
-@color-result-top-border: #E8E7E6;
-
-// Link to result
-@color-result-link-font: @color-base-dark;
-@color-result-link-visited-font: @color-url-visited-font;
-
-// Url to result
-@color-result-url-font: #C0392B;
-
-// Images
-@color-result-image-span-background-hover: rgba(0, 0, 0, 0.6);
-@color-result-image-span-font: #FFF;
-
-// Search-URL
-@color-result-search-url-border: #888;
-@color-result-search-url-font: #444;
-
-
-/// Settings
-
-@color-settings-fieldset: @color-base;
-@color-settings-tr-hover: #DDD;
-
-// Labels
-@color-settings-label-allowed-background: #E74C3C;
-@color-settings-label-allowed-font: #FFF;
-
-@color-settings-label-deny-background: #2ECC71;
-@color-settings-label-deny-font: @color-font;
-
-@color-settings-return-background: @color-base;
-@color-settings-return-font: #FFF;
-
-/// Other
-
-@color-engines-font: #888;
-@color-percentage-div-background: #444;