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

theme.less « stylesheets « FCBTheme « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b9c4176020863acc2adba54b945e1c915ef74a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;

*/