wenbin151 / atlantic

ZK Flat Design Theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atlantic Theme

ZK Flat Design Theme

Usage:

  1. Put atlantic.jar in WEB-INF/lib, then Atlantic will become your default theme if there is no other themes.
  2. Now you can also dynamically switch between different themes by cookie or library property
    • Use library-property in in WEB-INF/zk.xml

        <library-property>
        	<name>org.zkoss.theme.preferred</name>
        	<value>atlantic</value>
        </library-property>
      
    • Use cookie to switch theme, add a cookie

        zktheme=atlantic
      

It does not require a server restart, but user has to refresh the browser.

Refer to this blog for more information about the theme.

About

ZK Flat Design Theme

License:Other


Languages

Language:CSS 95.3%Language:Shell 3.2%Language:Java 1.5%