CssMedia
ostrat.pWeb.CssMedia
abstract class CssMedia(val queryStr: String) extends CssRulesHolder, CssRuleLike
CSS media query.
Attributes
- Graph
-
- Supertypes
-
trait CssRuleLiketrait XConElemtrait CssRulesHolderclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class MediaMinWidth
Members list
Value members
Abstract methods
The CSS rules.
Concrete methods
Outputs to a single line if the rule has 2 or more declarations.
Outputs to a single line if the rule has 2 or more declarations.
Attributes
- Definition Classes
Inherited methods
This method returns the HTML output code, but also information for the parent XML / HTML element. The class should not add any indentation to its first line. This is the responsibility of the parent element.
This method returns the HTML output code, but also information for the parent XML / HTML element. The class should not add any indentation to its first line. This is the responsibility of the parent element.
Attributes
- Inherited from:
- XConElem
Attributes
- Inherited from:
- CssRulesHolder
In this article