-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathFull Calendar (abandoned).css
62 lines (52 loc) · 1.6 KB
/
Full Calendar (abandoned).css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/*
Full Calendar plugin tweaks
This is more condensed but obviously pretty hacky to achieve the result
https://github.com/replete/obsidian-minimal-theme-css-snippets
*/
/* Full Calendar in right sidebar */
.mod-right-split [data-type="full-calendar-view"] .fc {
--link-color:var(--text-normal);
--fc-button-active-bg-color: var(--background-modifier-hover);
font-size:75%
}
.mod-right-split [data-type="full-calendar-view"] .fc a:hover {
color:var(--text-on-accent)
}
/* Header toolbar */
.mod-right-split [data-type="full-calendar-view"] .fc-header-toolbar {
margin-bottom:6px
}
.mod-right-split [data-type="full-calendar-view"] .fc-header-toolbar .fc-button {
padding: 4px !important;
}
/* List table styling */
.mod-right-split [data-type="full-calendar-view"] .fc-list {
border:none
}
.mod-right-split [data-type="full-calendar-view"] .fc-list-day-side-text {
float:left;
font-weight:normal;
}
.mod-right-split [data-type="full-calendar-view"] .fc-list-day-side-text::before {
content:' ';
padding-left:.4em;
}
.mod-right-split [data-type="full-calendar-view"] .fc td {
padding:4px 4px 0px 0;
}
.mod-right-split [data-type="full-calendar-view"] .fc .fc-list-day-cushion {
padding:8px 4px 4px 0;
background:transparent;
margin-bottom:4px;
margin-top:4px;
}
.mod-right-split [data-type="full-calendar-view"] .fc-toolbar-title {
font-size:11px
}
.mod-right-split [data-type="full-calendar-view"] .fc-button {
font-size:10px
}
.mod-right-split [data-type="full-calendar-view"] .fc-col-header-cell {
font-size:9px;
font-weight: 600;
}