File: math.css

package info (click to toggle)
gtk4 4.20.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 187,060 kB
  • sloc: ansic: 779,084; xml: 3,093; javascript: 3,054; python: 1,911; java: 752; sh: 682; makefile: 315; perl: 162; cpp: 21
file content (88 lines) | stat: -rw-r--r-- 1,350 bytes parent folder | download | duplicates (3)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
a {
  margin-left: min(3px, 1em, 20cm);
  margin-right: min(3px, 5px, 30px);
  margin-top: calc(1px * min(3, 5, 10));
}

b {
  padding-left: max(3px, 4em, 2px, 20cm);
  padding-top: calc(1cm * max(3, 5, 7));
  transition-duration: max(1s, 100ms);
}

c {
  background-size: clamp(none, calc(pi * 1pt), 10cm);
  border-left-width: clamp(2px, calc(e * 1px), none);
  margin-left: clamp(2px, 1em, 10cm);
}

d {
  background-size: round(nearest, 17.3px, 2.2px);
  border-left-width: round(down, 17px, 3ex);
  border-right-width: calc(1px * round(17.5));
  border-top-width: round(up, 17px, 3px);
}

e {
  background-size: rem(17.3px, 2.2px);
}

f {
  border-top-left-radius: mod(-17.3px, 2.2px);
}

g {
  border-bottom-right-radius: calc(1px * sin(20));
}

h {
  margin-left: calc(1px * cos(20));
}

i {
  margin-right: calc(1px * tan(20));
}

j {
  filter: hue-rotate(asin(20));
}

k {
  filter: hue-rotate(acos(20));
}

l {
  filter: hue-rotate(atan(20));
}

m {
  filter: hue-rotate(atan2(20px, 30px));
}

n {
  margin-top: calc(1px * pow(2, 3.5));
}

o {
  margin-bottom: calc(1px * sqrt(2));
}

p {
  padding-left: calc(1px * hypot(2, 3, 4, 5));
}

q {
  padding-right: calc(1px * log(8, 3));
}

r {
  padding-top: calc(1px * exp(5.4));
}

s {
  padding-bottom: calc(1px * abs(sin(e)));
}

t {
  border-width: calc(1px * pow(pi, sign(-infinity)));
}