File: t-HACKS.css

package info (click to toggle)
cssutils 2.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,312 kB
  • sloc: python: 23,625; javascript: 803; sh: 62; makefile: 8
file content (35 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (12)
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
/* http://centricle.com/ref/css/filters/?highlight_columns=true */
@import 'styles1.css';
@import "styles2.css";
@import url(styles3.css);
@import url('styles4.css');
@import url("styles5.css");
@import "null?\"\{";
@import "styles6.css";

a {
	color: red;
	voice-family:"\"}\"";
	voice-family:inherit;
	color: green;
}
b { color: red;
	 c\olor:green; }
c { color: red;
	/*/*/color:green;/* */ }
/* NS4 only, should not work: */
d { color: green;
	/*/*//*/color:red;/* */    	 }

e1{content:"\"/*"}
e2{color:green}
/* THIS SHOULD WORK??? */
/* \*/
div{color:green}
/* */

div#test { }
head:first-child+body div {  }


@media all{/* rules */}