File: calls.css

package info (click to toggle)
python-lesscpy 0.13.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,436 kB
  • sloc: python: 3,572; sh: 20; makefile: 8
file content (34 lines) | stat: -rw-r--r-- 700 bytes parent folder | download | duplicates (5)
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
#standard {
	width: 16;
	height: undefined("self");
	border-width: 5;
	variable: 11;
	decrement: 9;
	rounded: 11;
	roundedpx: 3px;
	round25: 3;
	round15: 2;
}
#escapes {
	escaped: -Some(#thing, y);
	escaped1: -Some(#thing,z);
	eformat: rgb(32, 128, 64);
}
#format {
	format: "rgb(32, 128, 64)";
	format-string: "hello world";
	format-multiple: "hello earth 2";
	format-url-encode: 'red is %23ff0000';
}
#more {
	width: 2px;
	height: 1px;
	top: 50%;
}
#colors {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#333333', GradientType=1);
}
a {
	background-image: linear-gradient(top,#ffffff,#333333);
	background-image: linear-gradient(top,#a6a6a6,#000000);
}