1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-25 08:27:37 +00:00
Files
matomo/tests/PHPUnit/Unit/AssetManager/stylesheets/ExpectedMergeResult.css
Stefan Giehl d71e44c719 Use wikimedia/less.php instead of leafo/lessphp (#16813)
* use wikimedias less php

* fix some less related stuff

* fix expected test file

* updates expected test file
2020-12-09 18:20:32 -08:00

34 خطوط
874 B
CSS

/* compile_me_once={{{CACHE-BUSTER-JS}}} */
/* Matomo CSS file is compiled with Less. You may be interested in writing a custom Theme for Matomo! */
#page #header {
color: #ffffff;
}
#footer {
color: #ff0000;
}
.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;
/* url relative to root: must not be rewritten*/
background: url(tests/PHPUnit/Unit/AssetManager/stylesheets/images/test-image.png);
}
p {
font-size: 20px;
/* url relative to file: must be rewritten*/
background: url(tests/PHPUnit/Unit/AssetManager/stylesheets/images/test-image.png);
height: calc(100% + 45px);
}
body {
background-color:#b0c4de;
}
/* customization via event */