Downloads

Latest release:

CSS/ Haze Base  CSS/ Haze+  CSS/ Haze++  JS/ Haze++

Release 1.0.3 (from the 10th of May 2024):

CSS/ Haze Base  CSS/ Haze+  CSS/ Haze++  JS/ Haze++

Release 1.0.2 (from the 07th of May 2024):

CSS/ Haze Base  CSS/ Haze+  CSS/ Haze++  JS/ Haze++

Release 1.0.1 (from the 25th of April 2024):

CSS/ Haze Base  CSS/ Haze+  CSS/ Haze++  JS/ Haze++

Release 1.0.0 (from the 12th of April 2024):

CSS/ Haze Base  CSS/ Haze+  CSS/ Haze++  JS/ Haze++

Additional links:

Changelog  /  Read Me  /  License

haze base logo haze base logo

HAZE

The class-less stylesheet

Instalation's pretty simple, just include the link in your website's header.
Haze Base only includes a class-less CSS file, available in two variants.

Mimified version:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/serbanelyan/[email protected]/src/css/haze/haze.min.css">

Non-mimified version: 

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/serbanelyan/[email protected]/src/css/haze/haze.css">
haze plus logo haze plus logo

HAZE +

The helpers and the utility

Same process as before, just include the link in your website's header.
Haze+ only includes a CSS file, available in two variants.

Mimified version:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/serbanelyan/[email protected]/src/css/haze/haze-plus.min.css">

Non-mimified version: 

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/serbanelyan/[email protected]/src/css/haze/haze-plus.css">
haze plus plus logo haze plus plus logo

HAZE ++

The UI components and scripts

Just a tad more complicatedjust include the css in your website's header and the script in the footer.
Haze++ required both a CSS and a JS file; Each of them is available in two variants.

Mimified version:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/serbanelyan/[email protected]/src/css/haze/haze-plus-plus.min.css">
<script src="https://cdn.jsdelivr.net/gh/serbanelyan/[email protected]/src/js/haze.min.js" defer></script>

Non-mimified version: 

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/serbanelyan/[email protected]/src/css/haze/haze-plus-plus.css">
<script src="https://cdn.jsdelivr.net/gh/serbanelyan/[email protected]/src/js/haze.js" defer></script>