File: variables.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 (53 lines) | stat: -rw-r--r-- 831 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
.variables {
	width: 14cm;
}
.variables {
	height: 24px;
	color: #888888;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	quotes: "~""~";
}
.redefinition {
	three: 3;
}
.values {
	font-family: 'Trebuchet', 'Trebuchet', 'Trebuchet';
	color: #888888 !important;
	url: url('Trebuchet');
	multi: something 'A', B, C, 'Trebuchet';
}
.variable-names {
	name: 'hello';
}
.alpha {
	filter: alpha(opacity=42);
}
.lazy-eval {
	width: 100%;
}
.scope1 {
	color: blue;
	border-color: black;
}
.scope1 .scope2 {
	color: blue;
}
.scope1 .scope2 .scope3 {
	color: red;
	border-color: black;
	background-color: white;
}
.scope1 .scope2 .scope3 .scope4 {
	color: black;
}
.negvar {
	padding: -1px;
}
.varpad {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid black;
}
.testname {
	width: 12px;
}