File: simple.css

package info (click to toggle)
cssutils 0.9.10-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,320 kB
  • ctags: 1,991
  • sloc: python: 19,781; sh: 102; makefile: 79
file content (24 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

@import url("fineprint.css") print;
@import url(bogus.css);
@import url(  bogus.css  );

@media screen {

@three-dee {
	@background-lighting {
		azimuth: 30deg;
		elevation: 190deg;
	}
	H1 { color: red }
}

h1 { foo: bar }
h2 { thing: 1; whatsit: 2px }
h3 { foo: 2 ! important }

}

h9 {  }

b1 & b2 { }