About: @media   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

The CSS @media @-rule is used to specify that one or more rule sets in a style sheet will apply only to certain media types. This at-rule must be followed by a comma-separated list of media types and a block that contains rules. __TOC__ In the example below, the first set of rules will be applied only for screen and projection media. The second set of rules will be applied only when the document is printed or viewed in print preview mode:

AttributesValues
rdfs:label
  • @media
rdfs:comment
  • The CSS @media @-rule is used to specify that one or more rule sets in a style sheet will apply only to certain media types. This at-rule must be followed by a comma-separated list of media types and a block that contains rules. __TOC__ In the example below, the first set of rules will be applied only for screen and projection media. The second set of rules will be applied only when the document is printed or viewed in print preview mode:
dcterms:subject
abstract
  • The CSS @media @-rule is used to specify that one or more rule sets in a style sheet will apply only to certain media types. This at-rule must be followed by a comma-separated list of media types and a block that contains rules. __TOC__ In the example below, the first set of rules will be applied only for screen and projection media. The second set of rules will be applied only when the document is printed or viewed in print preview mode: @media screen, projection { html { background:#FFFEF0; color:#300; } body { max-width:35em; margin:0 auto; } } @media print { html { background:#FFF; color:#000; } body { padding:1in; border:0.5pt solid #666; } }
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software