]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Minify/extlib/minify/min_unit_tests/_test_files/css/hacks.css
Added minify plugin
[quix0rs-gnu-social.git] / plugins / Minify / extlib / minify / min_unit_tests / _test_files / css / hacks.css
1 /* hide from ie5/mac \*/ a{}\r
2 .foo {color:red}\r
3 /* necessary comment */\r
4 \r
5 /* comment to attempt to confuse parser */\r
6 \r
7 /* feed to ie5/mac \*//*/\r
8 @import "ie5mac.css";\r
9 /* necessary comment */\r
10 \r
11 /* comment to attempt to confuse parser */\r
12 \r
13 /*/ hide from nav4 */\r
14 .foo {display:block;}\r
15 /* necessary comment */\r
16 \r
17 /* comment to attempt to confuse parser */\r
18 \r
19 /*/ feed to nav *//*/\r
20 .foo {display:crazy;}\r
21 /* necessary comment */\r
22 \r
23 /* hide props from various IE/win */\r
24 div {\r
25     width: 140px; \r
26     width/* */:/**/100px; \r
27     width: /**/100px;\r
28 }\r
29 \r
30 html>/**/body {}\r
31 \r
32 /* Tantek's box model hack */\r
33 div { \r
34   width:400px; \r
35   voice-family: "\"}\""; \r
36   voice-family:inherit;\r
37   width:300px;\r
38 }\r
39 \r
40 /* don't minimize hex colors in filters */\r
41 div {\r
42   filter:chroma(color=#aabbcc);\r
43   filter:mask(color=#000000) shadow(color=#9BAD71, direction=135) chroma(color=#000000);\r
44 }\r
45 \r
46 @media screen {\r
47     /* for IE 5.x-6, hidden from IE 5 Mac */ /*\*/\r
48     * html div#page {\r
49         height: 1%;\r
50     }\r
51     /**/ /* end hidden from IE 5 Mac */\r
52 }\r
53 \r
54 foo { /* filters for IE */\r
55     _height : 20px;\r
56     *height : 15px;\r
57 }\r
58 \r
59 /* http://tantek.com/CSS/Examples/midpass.html */\r
60 @media tty {\r
61  i{content:"\";/*" "*/}} @import 'midpassafter.css'; /*";}\r
62 }/* */\r
63 \r
64 /* leave at least 1 space between these pseudo elements and "{" for IE6: http://www.crankygeek.com/ie6pebug/ */\r
65 p:first-letter  {color:red;}\r
66 p:first-line   {color:red;}\r