File: expressions.css

package info (click to toggle)
python-lesscpy 0.15.1-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,488 kB
  • sloc: python: 3,591; sh: 5; makefile: 4
file content (64 lines) | stat: -rw-r--r-- 855 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
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
#operations {
	color: #111111;
	color: #111111;
	height: 9px;
	width: 3em;
	text-shadow: -1px -1px 1px red, 6px 5px 5px yellow;
	substraction: 0;
	division: 1;
}
#operations .spacing {
	height: 9px;
	width: 3em;
}
.with-variables {
	height: 16em;
	width: 24em;
	size: 1cm;
}
.negative {
	height: 0;
	width: 4px;
}
a {
	width: 48px;
}
.shorthands {
	padding: -1px 2px 0 -4px;
}
.colors {
	color: #112233;
	border-color: #334455;
	background-color: #000000;
}
.colors .other {
	color: #222222;
	border-color: #222222;
}
.parens {
	border: 2px solid black;
	margin: 1px 3px 16 3;
	width: 36;
	padding: 2px 36px;
}
.more-parens {
	padding: 8 4 4 4px;
	width: 96;
	height: 113;
	margin: 12;
	margin: 36 px;
}
.nested-parens {
	width: 71;
	height: 6;
}
.mixed-units {
	margin: 2px 4em 1 5pc;
	padding: 6px 1em 2px 2;
}
.bm {
	padding: 0;
}
h1 {
	margin: 1px;
}