File: 2.css

package info (click to toggle)
golang-github-tdewolff-minify 2.20.37-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 39,388 kB
  • sloc: javascript: 394,644; xml: 25,649; ansic: 253; makefile: 108; python: 108; sh: 47
file content (19 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@page {
    @footnotes {
        border: 1px solid black;
    }

    background-size: auto 0%;
    background-repeat: repeat-x repeat-y;
    background-position: 0% 5px center 5%;
    box-shadow: 0 0 0 0;
    outline: 1rem double #345678;
    border: thick dashed rgba(0, 1, 2, 0.5);
    font-weight: 300;
    font-family: "test";
    font: italic small-caps bold 16px/2 cursive "Fira Sans", serif;
}

@media (not (screen and (color))), print and (color) {
    color: red;
}