summaryrefslogtreecommitdiff
path: root/tests/examplefiles/test.css
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2008-04-29 08:50:18 +0200
committergbrandl <devnull@localhost>2008-04-29 08:50:18 +0200
commit075c4b8b65e2eb784c3d10a6d82d0fc994361034 (patch)
treecbf898a3133f4c09fae59013ee7257a8bb182551 /tests/examplefiles/test.css
parentebdc5cb6780f34ef0c6028ce11aa8120b71994e9 (diff)
downloadpygments-075c4b8b65e2eb784c3d10a6d82d0fc994361034.tar.gz
Fix at-rule handling in the CSS lexer.
Diffstat (limited to 'tests/examplefiles/test.css')
-rw-r--r--tests/examplefiles/test.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/examplefiles/test.css b/tests/examplefiles/test.css
index 5839205b..e59ad301 100644
--- a/tests/examplefiles/test.css
+++ b/tests/examplefiles/test.css
@@ -28,3 +28,22 @@ ul#nav li.new {
background: #ccc;
}
}
+
+@namespace "http://www.w3.org/1999/xhtml";
+
+@import url("mystyle.css");
+
+@charset "ISO-8859-1";
+
+@font-face { font-family: "Example Font"; src: url("http://www.example.com/fonts/example"); }
+
+@media screen { body { font-size: 16px } } @media print { body { font-size: 12pt } }
+
+
+@page { body { margin: 1in 1.5in; } }
+
+@page linke-seite:left { body { margin:20mm; margin-right:25mm; } }
+
+@-moz-document url-prefix(http://pygments.org) { a {font-style: normal !important;} }
+
+