The included themes on the base CSS.
In 5 variations
blue,
yellow,
orange,
red,
green
You already saw the default theme, simple and clear.
<!-- Default theme -->
<div class="auto-jsCalendar"></div>
For material lovers, try the simple Material theme.
<!-- Material theme -->
<div class="auto-jsCalendar material-theme orange"></div>
For a more old fashion look, try the Classic theme.
<!-- Classic theme -->
<div class="auto-jsCalendar classic-theme green"></div>
Gray scale themes, for neutral feel.
<!-- Include the DarkSeries theme -->
<link rel="stylesheet" type="text/css" href="jsCalendar.darkseries.min.css">
For dark websites, we need a black theme.
<!-- Black theme -->
<div class="auto-jsCalendar black-theme"></div>
For neutral websites, we need a grey theme.
<!-- Grey theme -->
<div class="auto-jsCalendar grey-theme"></div>
For light websites, we need a white theme.
<!-- White theme -->
<div class="auto-jsCalendar white-theme"></div>
A clean minimal look theme.
<!-- Include the Clean theme -->
<link rel="stylesheet" type="text/css" href="jsCalendar.clean.min.css">
The default clean look theme.
<!-- Default theme -->
<div class="auto-jsCalendar clean-theme"
data-navigator="false"></div>
Add color to your clean calendar.
Supports 5 colors
blue,
yellow,
orange,
red,
green
<!-- Clean red theme -->
<div class="auto-jsCalendar clean-theme red"></div>
<!-- Clean yellow theme -->
<div class="auto-jsCalendar clean-theme yellow"></div>
Micro theme tweaks the default themes into smaller ones.
<!-- Include the Micro theme -->
<link rel="stylesheet" type="text/css" href="jsCalendar.micro.min.css">
The default theme, but smaller.
<!-- Micro Default theme -->
<div class="auto-jsCalendar micro-theme"></div>
The material theme gets its micro version too.
<!-- Micro Material theme -->
<div class="auto-jsCalendar material-theme micro-theme orange"></div>
The old fashion look looks nice in its micro version.
<!-- Micro Classic theme -->
<div class="auto-jsCalendar classic-theme micro-theme green"></div>
I am waiting for your themes,
send me a mail to add a link for your theme.