Getting Started
From Documentation
Overview
ZUSS (ZK User-interface Style Sheet) is an extension to CSS. It is compatible with CSS, while allows to use variables, mixins, nested rules, expressions, and Java methods with existing CSS syntax.
Variables
@nice-blue: #5B83AD;
@light-blue: @nice-blue + #111;
@dark-orange: orange - #010203;
div.hilite { color: @light-blue;}
div.hilite2 { color: @dark-orange;}
|
div.hilite { color: #6c94be;}
div.hilite2 { color: #fea300;}
|
Download
Servlet Usage
Command-line Usage
Java Usage
Version History
Version | Date | Content |
---|---|---|