Adds month view design and styling
Introduces basic month view structure and styling with week numbers. Creates expanded month view with event details and duration-based sizing. Moves event color handling to CSS classes for better flexibility and theming.
This commit is contained in:
parent
0ea4e47324
commit
18c12cd3e6
8 changed files with 1735 additions and 15 deletions
|
|
@ -35,18 +35,20 @@
|
|||
--color-grid-line: #e0e0e0;
|
||||
--color-grid-line-light: rgba(0, 0, 0, 0.05);
|
||||
--color-hour-line: rgba(0, 0, 0, 0.2);
|
||||
--color-work-hours: rgba(0, 100, 0, 0.06);
|
||||
--color-work-hours: rgba(242, 242, 242, 1);
|
||||
--color-current-time: #ff0000;
|
||||
|
||||
/* Event colors */
|
||||
--color-event-meeting: #e3f2fd;
|
||||
--color-event-meeting-border: #2196f3;
|
||||
--color-event-meal: #fff3e0;
|
||||
/* Event colors - Updated with month-view-expanded.html color scheme */
|
||||
--color-event-meeting: #e8f5e8;
|
||||
--color-event-meeting-border: #4caf50;
|
||||
--color-event-meal: #fff8e1;
|
||||
--color-event-meal-border: #ff9800;
|
||||
--color-event-work: #f3e5f5;
|
||||
--color-event-work-border: #9c27b0;
|
||||
--color-event-milestone: #e8f5e9;
|
||||
--color-event-milestone-border: #4caf50;
|
||||
--color-event-work: #fff8e1;
|
||||
--color-event-work-border: #ff9800;
|
||||
--color-event-milestone: #ffebee;
|
||||
--color-event-milestone-border: #f44336;
|
||||
--color-event-personal: #f3e5f5;
|
||||
--color-event-personal-border: #9c27b0;
|
||||
|
||||
/* UI colors */
|
||||
--color-background: #ffffff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue