Getting Started

From Documentation
Revision as of 10:09, 11 November 2011 by Tomyeh (talk | contribs)
Getting Started



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

Last Update : 2011/11/11


Version Date Content
     



Last Update : 2011/11/11

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.