File: hacks.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 (17 lines) | stat: -rw-r--r-- 733 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.normal {background-color: gray;}
.backslash {bac\kground-color: gray;}
html>body .childselector {background-color: green;}
html>/**/body .childselector-with-comment {background-color: orange}
.colon-default2, x:default
html>/**/body .colon-default, x:default
*:not(hr) .not-hr {background-color: red;}
* html .ie-only-1 {background-color: blue;}
*+html .ie-only-2 {background-color: blue;}
*+html .ie-only-3 {background-color: blue;}
html:first-child .first-child-2 {background-color: red;}
/* does not work as CSSUnknownRule read: 
	@mediaall { .mediaall { background-color: red; }}
*/
.not-class:not([class='XXX']) {background-color: red;}
@media all and (min-width: 0) { .mediaquery { background-color: red;} }