/**
 * This is a pseudo CSS file to test Kate's CSS syntax highlighting.
 */

@import url("othersheet.css") screen, tv;

body {
   font-size15pt;
   font-family: Verdana,Helvetica,"Bitstream Vera Sans", sans-serif;
   margin-top0px;         /* yet another comment */
   margin-bottom0px;
   // this is no comment, it's just broken!
   margin-left0px;
   margin-right0px;
}

.something
{
   margin-right0px;
}

a:hover {
}

#header,
p.intro:first-letter,
p:lang(nl),
img[align="right"]
{
   border1px solid red !important;
   -moz-border-radius15px; /* unknown properties render italic */
}

@media print {

   #header
   {
      displaynone;
   }

}

/*
TODO: add more tests, e.g. media
*/