Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-05-20 19:43:46 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-05-21 17:49:14 +0300
commit329fbb62e656787e442d30db88d4509d58133779 (patch)
treea80f420c3d1813ae459eece16241b5e82849e458 /plugins/ExampleTheme
parent566773f3dc949059f5fea38dc1b6a385aad07f29 (diff)
ref #7876 Reorganized less variables for simpler theming
Diffstat (limited to 'plugins/ExampleTheme')
-rw-r--r--plugins/ExampleTheme/stylesheets/_colors.less32
-rw-r--r--plugins/ExampleTheme/stylesheets/_variables.less1
-rw-r--r--plugins/ExampleTheme/stylesheets/theme.less36
3 files changed, 34 insertions, 35 deletions
diff --git a/plugins/ExampleTheme/stylesheets/_colors.less b/plugins/ExampleTheme/stylesheets/_colors.less
deleted file mode 100644
index f6ea72cc3c..0000000000
--- a/plugins/ExampleTheme/stylesheets/_colors.less
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
-@theme-color-brand: #d4291f;
-@theme-color-brand-contrast: #ffffff;
-
-@theme-color-widget-title-text: #0d0d0d;
-@theme-color-widget-title-background: #f2f2f2;
-
-@theme-color-menu-contrast-text: #666666;
-@theme-color-menu-contrast-textActive: #0d0d0d;
-@theme-color-menu-contrast-background: #f2f2f2;
-
-@theme-color-text: #0d0d0d;
-@theme-color-text-light: #444444;
-@theme-color-text-lighter: #666666;
-@theme-color-link: #1e93d1;
-
-@theme-color-background-base: #fff;
-@theme-color-background-tinyContrast: #f2f2f2;
-@theme-color-background-lowContrast: #cccccc;
-@theme-color-background-contrast: #5F5A60;
-@theme-color-background-highContrast: #202020;
-@theme-color-base-series: #ee3024;
-
-@graph-colors-data-series1: #d4291f;
-@graph-colors-data-series2: #1f78b4;
-@graph-colors-data-series3: #ff7f00;
-@graph-colors-data-series4: #33a02c;
-@graph-colors-data-series5: #6a3d9a;
-@graph-colors-data-series6: #b15928;
-@graph-colors-data-series7: #fdbf6f;
-@graph-colors-data-series8: #cab2d6;
-*/ \ No newline at end of file
diff --git a/plugins/ExampleTheme/stylesheets/_variables.less b/plugins/ExampleTheme/stylesheets/_variables.less
deleted file mode 100644
index bae0d96a12..0000000000
--- a/plugins/ExampleTheme/stylesheets/_variables.less
+++ /dev/null
@@ -1 +0,0 @@
-@theme-fontFamily-base: Verdana, sans-serif;
diff --git a/plugins/ExampleTheme/stylesheets/theme.less b/plugins/ExampleTheme/stylesheets/theme.less
index a580c1c127..e954c49993 100644
--- a/plugins/ExampleTheme/stylesheets/theme.less
+++ b/plugins/ExampleTheme/stylesheets/theme.less
@@ -1,2 +1,34 @@
-@import "_colors.less";
-@import "_variables.less";
+@theme-fontFamily-base: Verdana, sans-serif;
+
+/*
+@theme-color-brand: #d4291f;
+@theme-color-brand-contrast: #ffffff;
+
+@theme-color-widget-title-text: #0d0d0d;
+@theme-color-widget-title-background: #f2f2f2;
+
+@theme-color-menu-contrast-text: #666666;
+@theme-color-menu-contrast-textActive: #0d0d0d;
+@theme-color-menu-contrast-background: #f2f2f2;
+
+@theme-color-text: #0d0d0d;
+@theme-color-text-light: #444444;
+@theme-color-text-lighter: #666666;
+@theme-color-link: #1e93d1;
+
+@theme-color-background-base: #fff;
+@theme-color-background-tinyContrast: #f2f2f2;
+@theme-color-background-lowContrast: #cccccc;
+@theme-color-background-contrast: #5F5A60;
+@theme-color-background-highContrast: #202020;
+@theme-color-base-series: #ee3024;
+
+@graph-colors-data-series1: #d4291f;
+@graph-colors-data-series2: #1f78b4;
+@graph-colors-data-series3: #ff7f00;
+@graph-colors-data-series4: #33a02c;
+@graph-colors-data-series5: #6a3d9a;
+@graph-colors-data-series6: #b15928;
+@graph-colors-data-series7: #fdbf6f;
+@graph-colors-data-series8: #cab2d6;
+*/