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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-08-05 21:07:53 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-05 21:07:53 +0400
commitb56ce034374aaf72807ba1e625be5c97fd2df1c8 (patch)
tree5119ff588c1e3bb9b13d131b6f4175a4893426b1 /plugins/Zeitgeist
parent83c1936bd27aef1e23c8c6db106fdabe62e66559 (diff)
Theme the sparklines, graph & transitions
Diffstat (limited to 'plugins/Zeitgeist')
-rw-r--r--plugins/Zeitgeist/stylesheets/base.less6
-rw-r--r--plugins/Zeitgeist/stylesheets/ui/_jqplot.less150
-rw-r--r--plugins/Zeitgeist/stylesheets/ui/_sparkline.less26
-rw-r--r--plugins/Zeitgeist/stylesheets/ui/_transitions.less98
4 files changed, 0 insertions, 280 deletions
diff --git a/plugins/Zeitgeist/stylesheets/base.less b/plugins/Zeitgeist/stylesheets/base.less
index 4f593a9c92..3d8406e360 100644
--- a/plugins/Zeitgeist/stylesheets/base.less
+++ b/plugins/Zeitgeist/stylesheets/base.less
@@ -26,11 +26,5 @@
@import "ui/_loading.less";
-@import "ui/_sparkline.less";
-
-@import "ui/_jqplot.less";
-
-@import "ui/_transitions.less";
-
/* Remote components */
@import "../../CoreHome/stylesheets/_donate.less";
diff --git a/plugins/Zeitgeist/stylesheets/ui/_jqplot.less b/plugins/Zeitgeist/stylesheets/ui/_jqplot.less
deleted file mode 100644
index b8f47543d2..0000000000
--- a/plugins/Zeitgeist/stylesheets/ui/_jqplot.less
+++ /dev/null
@@ -1,150 +0,0 @@
-// evolution graph colors
-.evolution-graph-colors[data-name=series1] {
- color: #5170AE;
-}
-
-.evolution-graph-colors[data-name=series2] {
- color: #F29007;
-}
-
-.evolution-graph-colors[data-name=series3] {
- color: #CC3399;
-}
-
-.evolution-graph-colors[data-name=series4] {
- color: #9933CC;
-}
-
-.evolution-graph-colors[data-name=series5] {
- color: #80a033;
-}
-
-.evolution-graph-colors[data-name=series6] {
- color: #246AD2;
-}
-
-.evolution-graph-colors[data-name=series7] {
- color: #FD16EA;
-}
-
-.evolution-graph-colors[data-name=series8] {
- color: #49C100;
-}
-
-.evolution-graph-colors[data-name=grid-background] {
- color: #fff;
-}
-
-.evolution-graph-colors[data-name=grid-border] {
- color: #f00;
-}
-
-.evolution-graph-colors[data-name=ticks] {
- color: #ccc;
-}
-
-.evolution-graph-colors[data-name=single-metric-label] {
- color: #666;
-}
-
-// bar graph colors
-.bar-graph-colors[data-name=series1] {
- color: #5170AE;
-}
-
-.bar-graph-colors[data-name=series2] {
- color: #F3A010;
-}
-
-.bar-graph-colors[data-name=series3] {
- color: #CC3399;
-}
-
-.bar-graph-colors[data-name=series4] {
- color: #9933CC;
-}
-
-.bar-graph-colors[data-name=series5] {
- color: #80a033;
-}
-
-.bar-graph-colors[data-name=series6] {
- color: #246AD2;
-}
-
-.bar-graph-colors[data-name=series7] {
- color: #FD16EA;
-}
-
-.bar-graph-colors[data-name=series8] {
- color: #49C100;
-}
-
-.bar-graph-colors[data-name=grid-background] {
- color: #fff;
-}
-
-.bar-graph-colors[data-name=grid-border] {
- color: #f00;
-}
-
-.bar-graph-colors[data-name=ticks] {
- color: #ccc;
-}
-
-.bar-graph-colors[data-name=single-metric-label] {
- color: #666;
-}
-
-// pie graph colors
-.pie-graph-colors[data-name=series1] {
- color: #59727F;
-}
-
-.pie-graph-colors[data-name=series2] {
- color: #7DAAC0;
-}
-
-.pie-graph-colors[data-name=series3] {
- color: #7F7259;
-}
-
-.pie-graph-colors[data-name=series4] {
- color: #C09E7D;
-}
-
-.pie-graph-colors[data-name=series5] {
- color: #9BB39B;
-}
-
-.pie-graph-colors[data-name=series6] {
- color: #B1D8B3;
-}
-
-.pie-graph-colors[data-name=series7] {
- color: #B39BA7;
-}
-
-.pie-graph-colors[data-name=series8] {
- color: #D8B1C5;
-}
-
-.pie-graph-colors[data-name=series9] {
- color: #A5A5A5;
-}
-
-.pie-graph-colors[data-name=grid-background] {
- color: #fff;
-}
-
-.pie-graph-colors[data-name=grid-border] {
- color: #f00;
-}
-
-.pie-graph-colors[data-name=ticks] {
- color: #ccc;
-}
-
-.pie-graph-colors[data-name=single-metric-label] {
- color: #666;
-}
diff --git a/plugins/Zeitgeist/stylesheets/ui/_sparkline.less b/plugins/Zeitgeist/stylesheets/ui/_sparkline.less
deleted file mode 100644
index 7d2b9c7c8b..0000000000
--- a/plugins/Zeitgeist/stylesheets/ui/_sparkline.less
+++ /dev/null
@@ -1,26 +0,0 @@
-// sparkline styles
-div.sparkline {
- border-bottom: 1px solid white;
-}
-
-div.sparkline:hover {
- cursor: pointer;
- border-bottom: 1px dashed #c3c3c3;
-}
-
-// sparkline colors
-.sparkline-colors[data-name=lineColor] {
- color: rgb(22, 44, 74);
-}
-
-.sparkline-colors[data-name=red] {
- color: #ff7f7f;
-}
-
-.sparkline-colors[data-name=blue] {
- color: #55AAFF;
-}
-
-.sparkline-colors[data-name=green] {
- color: #75BF7C;
-}
diff --git a/plugins/Zeitgeist/stylesheets/ui/_transitions.less b/plugins/Zeitgeist/stylesheets/ui/_transitions.less
deleted file mode 100644
index e74d16b341..0000000000
--- a/plugins/Zeitgeist/stylesheets/ui/_transitions.less
+++ /dev/null
@@ -1,98 +0,0 @@
-//
-// transitions colors
-//
-
-// colors for entries gradients
-.transition-entries[data-name=light] {
- color: #fff;
-}
-
-.transition-entries[data-name=dark] {
- color: #BACFE8;
-}
-
-.transition-entries[data-name=light-highlighted] {
- color: #fff;
-}
-
-.transition-entries[data-name=dark-highlighted] {
- color: #FAD293;
-}
-
-// colors for exits gradients
-.transition-exits[data-name=light] {
- color: #fff;
-}
-
-.transition-exits[data-name=dark] {
- color: #BACFE8;
-}
-
-.transition-exits[data-name=light-highlighted] {
- color: #fff;
-}
-
-.transition-exits[data-name=dark-highlighted] {
- color: #FAD293;
-}
-
-// background gradients colors
-.transition-background[data-name=light] {
- color: #fff;
-}
-
-.transition-background[data-name=dark] {
- color: #BACFE8;
-}
-
-.transition-background[data-name=light-highlighted] {
- color: #fff;
-}
-
-.transition-background[data-name=dark-highlighted] {
- color: #FAD293;
-}
-
-// closed group gradient colors
-.transition-closed-group[data-name=light] {
- color: #DDE4ED;
-}
-
-.transition-closed-group[data-name=dark] {
- color: #9BBADE;
-}
-
-.transition-closed-group[data-name=light-highlighted] {
- color: #FAE2C0;
-}
-
-.transition-closed-group[data-name=dark-highlighted] {
- color: #FAD293;
-}
-
-// items gradient colors
-.transition-items[data-name=light] {
- color: #E3DFD1;
-}
-
-.transition-items[data-name=dark] {
- color: #E8E4D5;
-}
-
-// 'others' gradients colors
-.transition-others[data-name=light] {
- color: #F5F3EB;
-}
-
-.transition-others[data-name=dark] {
- color: #E8E4D5;
-}
-
-// loop gradient colors
-.transition-loops[data-name=light] {
- color: #F5F3EB;
-}
-
-.transition-loops[data-name=dark] {
- color: #E8E4D5;
-} \ No newline at end of file