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:
Diffstat (limited to 'plugins/FCBTheme/stylesheets/theme.less')
-rw-r--r--plugins/FCBTheme/stylesheets/theme.less16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/FCBTheme/stylesheets/theme.less b/plugins/FCBTheme/stylesheets/theme.less
new file mode 100644
index 0000000000..6b9c417602
--- /dev/null
+++ b/plugins/FCBTheme/stylesheets/theme.less
@@ -0,0 +1,16 @@
+@import "_colors.less";
+@theme-fontFamily-base: Verdana, sans-serif;
+
+// a:hover {cursor: url(plugins/FCBTheme/images/spo763.cur), progress !important;}
+
+body #root .nav_sep {
+ -webkit-box-shadow: none;
+ box-shadow: none;
+}
+
+/**
+background: #0041A0;
+background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 60px), repeating-linear-gradient(60deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 60px), linear-gradient(60deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)), linear-gradient(120deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
+background-size: 70px 120px;
+
+*/ \ No newline at end of file