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

ExpectedMergeResult.css « stylesheets « AssetManager « Unit « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12acb9937c4720fd7742c205874039d04a053a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* compile_me_once={{{CACHE-BUSTER-JS}}} */
/* Piwik CSS file is compiled with Less. You may be interested in writing a custom Theme for Piwik! */
#page #header {
  color: white;
}
#footer {
  color: red;
}
.box {
  color: #fe33ac;
  border-color: #fdcdea;
}
.box div {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
h1 {
  color: orange;
  text-align: center;
  background: url(tests/PHPUnit/Unit/AssetManager/stylesheets/images/test-image.png);
}
p {
  font-size: 20px;
  background: url(tests/PHPUnit/Unit/AssetManager/stylesheets/images/test-image.png);
}
body {
  background-color: #b0c4de;
}
/* customization via event */