https://github.com/zkoss/atlantic
ZK Flat Design Theme
https://github.com/zkoss/atlantic
Last synced: 12 months ago
JSON representation
ZK Flat Design Theme
- Host: GitHub
- URL: https://github.com/zkoss/atlantic
- Owner: zkoss
- License: other
- Created: 2013-10-11T08:49:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T03:37:30.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T18:13:43.904Z (about 1 year ago)
- Language: Less
- Homepage:
- Size: 2.57 MB
- Stars: 11
- Watchers: 24
- Forks: 46
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
Atlantic Theme (Deprecated)
========
This project is deprecated as of release 10.0.0,
please use [ZK Theme Pack](https://www.zkoss.org/product/zkthemepack) instead.
# 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, please read [Switching Themes](https://www.zkoss.org/wiki/ZK_Developer%27s_Reference/Theming_and_Styling/Switching_Themes).
It does not require a server restart, but user has to refresh the browser.
Refer to this [blog](http://blog.zkoss.org/index.php/2013/10/22/zk-7-introduces-atlantic-theme-a-new-flat-design/) for more information about the theme.
# Customize This Theme
run `init.sh` can change the theme name, but you need to update some Java class code manually.
## produce jar
run `mvn clean package` to produce a theme jar.