PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents / 3.8.2
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents v3.8.2
4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 2.0.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.3.2 2.3.3 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.6.0 2.6.1 2.6.2 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.2 3.5.3 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 3.7.0 3.7.1 3.7.2 3.7.3 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.9.0 3.9.1 3.9.10 3.9.11 3.9.12 3.9.13 3.9.14 3.9.15 3.9.16 3.9.17 3.9.2 3.9.3 3.9.4 3.9.5 3.9.6 3.9.7 3.9.8 3.9.9 4.0.0 4.0.1 4.0.10 4.0.11 4.0.12 4.0.13 4.0.14 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.10 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.2.7 4.2.8 4.2.9 4.3.0 4.3.1 4.4.0 4.4.1 4.4.10 4.4.11 4.4.2 4.4.3 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5.0 4.5.1
embedpress / EmbedPress / ThirdParty / Googlecalendar / assets / css / epgc.css
embedpress / EmbedPress / ThirdParty / Googlecalendar / assets / css Last commit date
block-style.css 4 years ago epgc.css 4 years ago
epgc.css
187 lines
1 .epgc-calendar-wrapper *, .epgc-calendar-wrapper *::before, .epgc-calendar-wrapper *::after {
2 word-break: initial;
3 }
4
5 .fc-view table {
6 padding:0;
7 margin:0;
8 }
9
10 .fc-event {
11 cursor: pointer;
12 border:none;
13 }
14
15 tr[data-tippy-content] {
16 cursor: pointer;
17 }
18
19 .fc-button {
20 font-size:initial;
21 }
22
23 .fc-toolbar h2 {
24 font-weight:normal;
25 font-size:larger;
26 }
27
28 .fc-time-grid-container {
29 max-height:400px;
30 }
31
32 .fc-widget-header {
33 font-size: initial;
34 }
35
36 .fc-timeGridWeek-view .fc-widget-header {
37 font-size:small;
38 }
39
40 .fc-timeGridWeek-view .fc-day-grid, .fc-timeGridWeek-view .fc-row.fc-widget-header {
41 overflow-y:scroll;
42 }
43
44 .epgc-calendar-wrapper hr.fc-divider::after,
45 .epgc-calendar-wrapper hr.fc-divider::before,
46 .epgc-calendar-wrapper h2:before {
47 display:none;
48 }
49
50 .epgc-calendar-wrapper hr.fc-divider {
51 border:1px solid gray;
52 border-left:none;
53 border-right:none;
54 height:0;
55 padding:0;
56 margin:0;
57 max-width:initial;
58 overflow:initial;
59 position: initial;
60 }
61
62 .epgc-calendar-wrapper table {
63 overflow:initial;
64 }
65
66 .epgc-calendar-wrapper a.fc-event {
67 text-decoration: none;
68 box-shadow:none;
69 color:white;
70 }
71
72 .epgc-calendar-wrapper tr {
73 border:none;
74 }
75
76 .fc-header.fc-widget-header, .fc-day-number, .fc-axis.fc-widget-content, .fc-week-number {
77 font-size: initial;
78 }
79
80 .fc-content {
81 font-size: smaller;
82 }
83
84 @media(max-width:500px) {
85 .fc-toolbar {
86 display:block;
87 text-align:center;
88 }
89 .fc-toolbar > div {
90 margin-bottom:1rem;
91 }
92 }
93
94
95 /* Start calendar filter styled checkboxes */
96 .epgc-calendar-filter input[type=checkbox]:focus + label span,
97 .epgc-calendar-filter input[type=checkbox]:active + label span {
98 outline: 1px dashed black;
99 }
100
101 .epgc-calendar-filter input[type=checkbox] {
102 opacity:0;
103 position:fixed; /* absolute makes the page scroll to top when checked */
104 }
105
106 .epgc-calendar-color {
107 width:1rem;
108 height:1rem;
109 padding:0 .2rem;
110 opacity:.4;
111 border-radius:.4rem;
112 }
113
114 .epgc-calendar-filter input[type=checkbox]:checked + label span {
115 opacity:1;
116 }
117
118 .epgc-calendar-filter input[type=checkbox] + label span:before {
119 content: "";
120 line-height:1rem;
121 visibility:hidden;
122 }
123
124 .epgc-calendar-filter input[type=checkbox]:checked + label span:before {
125 visibility: visible;
126 }
127
128 .epgc-calendar-filter:first-child {
129 margin-bottom:1.5em;
130 }
131
132 .epgc-calendar-filter:last-child {
133 margin-top:1.5em;
134 }
135
136 .epgc-event-title {
137 font-size:large;
138 font-weight: 500;
139 }
140
141 .epgc-popup-row-icon {
142 width:30px;
143 float:left;
144 }
145
146 .epgc-event-title .epgc-popup-row-value {
147 margin-right:20px;
148 }
149
150 .epgc-popup-row-value {
151 margin-left:30px;
152 }
153
154 .epgc-popup-row {
155 clear: both;
156 margin-bottom:1rem;
157 }
158
159 .epgc-popup-row ul, .epgc-popup-row li {
160 list-style: none;
161 padding:0;
162 margin:0;
163 }
164
165 .epgc-popup-draghandle {
166 position: absolute;
167 right:5px;
168 top:5px;
169 cursor: move;
170 opacity: .4;
171 }
172
173 .epgc-loading-el, .epgc-error-el {
174 position:absolute;
175 background-color: #fcf8e3;
176 padding:1rem;
177 left:0;
178 top:0;
179 opacity:.6;
180 z-index:1;
181 }
182
183 .epgc-error-el {
184 background-color: red;
185 opacity: 1;
186 }
187