document

The @document rule restricts the style rules it contains based on the URL of the document. It is designed primarily for user style sheets, although it can also be used in author style sheets.

Syntax



@document [ url | url-prefix(string) | domain(string) | media-document(string) | regexp(string) ]# {
  group-rule-body
}