Lines Matching refs:themeStyles

160         $themeStyles = $this->getSidebarThemeStyles($theme);
164 $btnTextColor = ($theme === 'professional') ? '#fff' : $themeStyles['bg'];
203 …="' . $theme . '" data-theme-styles="' . htmlspecialchars(json_encode($themeStyles)) . '" data-imp…
208 --background-site: ' . $themeStyles['bg'] . ';
209 --background-alt: ' . $themeStyles['cell_bg'] . ';
210 --background-header: ' . $themeStyles['header_bg'] . ';
211 --text-primary: ' . $themeStyles['text_primary'] . ';
212 --text-dim: ' . $themeStyles['text_dim'] . ';
213 --text-bright: ' . $themeStyles['text_bright'] . ';
214 --border-color: ' . $themeStyles['grid_border'] . ';
215 --border-main: ' . $themeStyles['border'] . ';
216 --cell-bg: ' . $themeStyles['cell_bg'] . ';
217 --cell-today-bg: ' . $themeStyles['cell_today_bg'] . ';
218 --shadow-color: ' . $themeStyles['shadow'] . ';
219 --header-border: ' . $themeStyles['header_border'] . ';
220 --header-shadow: ' . $themeStyles['header_shadow'] . ';
221 --grid-bg: ' . $themeStyles['grid_bg'] . ';
223 --pastdue-color: ' . $themeStyles['pastdue_color'] . ';
224 --pastdue-bg: ' . $themeStyles['pastdue_bg'] . ';
225 --pastdue-bg-strong: ' . $themeStyles['pastdue_bg_strong'] . ';
226 --pastdue-bg-light: ' . $themeStyles['pastdue_bg_light'] . ';
227 --tomorrow-bg: ' . $themeStyles['tomorrow_bg'] . ';
228 --tomorrow-bg-strong: ' . $themeStyles['tomorrow_bg_strong'] . ';
229 --tomorrow-bg-light: ' . $themeStyles['tomorrow_bg_light'] . ';
231 … #event-search-' . $calId . '::placeholder { color: ' . $themeStyles['text_dim'] . '; opacity: 1; }
232 …#event-search-' . $calId . '::-webkit-input-placeholder { color: ' . $themeStyles['text_dim'] . ';…
233 …#event-search-' . $calId . '::-moz-placeholder { color: ' . $themeStyles['text_dim'] . '; opacity:…
234 …#event-search-' . $calId . ':-ms-input-placeholder { color: ' . $themeStyles['text_dim'] . '; opac…
439 $html .= $this->renderEventListContent($events, $calId, $namespace, $themeStyles);
448 $html .= $this->renderMonthPicker($calId, $year, $month, $namespace, $theme, $themeStyles);
479 $themeStyles = $this->getSidebarThemeStyles($theme);
745 private function renderEventListContent($events, $calId, $namespace, $themeStyles = null) { argument
751 if ($themeStyles === null) {
753 $themeStyles = $this->getSidebarThemeStyles($theme);
866 $renderedDescription = $this->renderDescription($description, $themeStyles);
943 …ventHtml .= ' <span class="event-pastdue-badge" style="background:' . $themeStyles['pastdue_color'…
945 …ackground:' . $themeStyles['border'] . ' !important; color:' . $themeStyles['bg'] . ' !important; …
954 …ground:' . $themeStyles['text_bright'] . ' !important; color:' . $themeStyles['bg'] . ' !important…
1000 …ground:' . $themeStyles['text_bright'] . ' !important; color:' . $themeStyles['bg'] . ' !important…
1204 …y($data['theme']) ? $data['theme'] : $this->getSidebarTheme(); $themeStyles = $this->getSid…
1233 $btnTextColor = ($theme === 'professional') ? '#fff' : $themeStyles['bg'];
1245 …="' . $theme . '" data-theme-styles="' . htmlspecialchars(json_encode($themeStyles)) . '" data-imp…
1250 --background-site: ' . $themeStyles['bg'] . ';
1251 --background-alt: ' . $themeStyles['cell_bg'] . ';
1252 --background-header: ' . $themeStyles['header_bg'] . ';
1253 --text-primary: ' . $themeStyles['text_primary'] . ';
1254 --text-dim: ' . $themeStyles['text_dim'] . ';
1255 --text-bright: ' . $themeStyles['text_bright'] . ';
1256 --border-color: ' . $themeStyles['grid_border'] . ';
1257 --border-main: ' . $themeStyles['border'] . ';
1258 --cell-bg: ' . $themeStyles['cell_bg'] . ';
1259 --cell-today-bg: ' . $themeStyles['cell_today_bg'] . ';
1260 --shadow-color: ' . $themeStyles['shadow'] . ';
1261 --header-border: ' . $themeStyles['header_border'] . ';
1262 --header-shadow: ' . $themeStyles['header_shadow'] . ';
1263 --grid-bg: ' . $themeStyles['grid_bg'] . ';
1265 --pastdue-color: ' . $themeStyles['pastdue_color'] . ';
1266 --pastdue-bg: ' . $themeStyles['pastdue_bg'] . ';
1267 --pastdue-bg-strong: ' . $themeStyles['pastdue_bg_strong'] . ';
1268 --pastdue-bg-light: ' . $themeStyles['pastdue_bg_light'] . ';
1269 --tomorrow-bg: ' . $themeStyles['tomorrow_bg'] . ';
1270 --tomorrow-bg-strong: ' . $themeStyles['tomorrow_bg_strong'] . ';
1271 --tomorrow-bg-light: ' . $themeStyles['tomorrow_bg_light'] . ';
1273 … #event-search-' . $calId . '::placeholder { color: ' . $themeStyles['text_dim'] . '; opacity: 1; }
1342 $html .= $this->renderMonthPicker($calId, $year, $month, $namespace, $theme, $themeStyles);
1533 $themeStyles = $this->getSidebarThemeStyles($theme);
1535 $btnTextColor = ($theme === 'professional') ? '#fff' : $themeStyles['bg'];
1541 $containerStyle = 'background:' . $themeStyles['bg'] . ' !important;';
1543 $containerStyle .= ' border:2px solid ' . $themeStyles['border'] . ';';
1545 $containerStyle .= ' box-shadow:0 0 10px ' . $themeStyles['shadow'] . ';';
1547 $containerStyle .= ' border:1px solid ' . $themeStyles['grid_border'] . ';';
1556 --background-site: ' . $themeStyles['bg'] . ';
1557 --background-alt: ' . $themeStyles['cell_bg'] . ';
1558 --text-primary: ' . $themeStyles['text_primary'] . ';
1559 --text-dim: ' . $themeStyles['text_dim'] . ';
1560 --text-bright: ' . $themeStyles['text_bright'] . ';
1561 --border-color: ' . $themeStyles['grid_border'] . ';
1562 --border-main: ' . $themeStyles['border'] . ';
1563 --cell-bg: ' . $themeStyles['cell_bg'] . ';
1564 --cell-today-bg: ' . $themeStyles['cell_today_bg'] . ';
1565 --shadow-color: ' . $themeStyles['shadow'] . ';
1566 --grid-bg: ' . $themeStyles['grid_bg'] . ';
1568 --pastdue-color: ' . $themeStyles['pastdue_color'] . ';
1569 --pastdue-bg: ' . $themeStyles['pastdue_bg'] . ';
1570 --pastdue-bg-strong: ' . $themeStyles['pastdue_bg_strong'] . ';
1571 --pastdue-bg-light: ' . $themeStyles['pastdue_bg_light'] . ';
1572 --tomorrow-bg: ' . $themeStyles['tomorrow_bg'] . ';
1573 --tomorrow-bg-strong: ' . $themeStyles['tomorrow_bg_strong'] . ';
1574 --tomorrow-bg-light: ' . $themeStyles['tomorrow_bg_light'] . ';
1779 … ' <span class="eventlist-simple-pastdue-badge" style="background:' . $themeStyles['pastdue_color'…
1781 …ackground:' . $themeStyles['border'] . ' !important; color:' . $themeStyles['bg'] . ' !important; …
1815 $themeStyles = $this->getSidebarThemeStyles($theme);
2074 …tion renderMonthPicker($calId, $year, $month, $namespace, $theme = 'matrix', $themeStyles = null) { argument
2076 if ($themeStyles === null) {
2077 $themeStyles = $this->getSidebarThemeStyles($theme);
2115 private function renderDescription($description, $themeStyles = null) { argument
2121 if ($themeStyles === null) {
2123 $themeStyles = $this->getSidebarThemeStyles($theme);
2571 $themeStyles = $this->getSidebarThemeStyles($theme);
2575 … . $themeStyles['bg'] . '; border:2px solid ' . $themeStyles['border'] . '; border-radius:4px; ove…
2578 $btnTextColor = ($theme === 'professional') ? '#fff' : $themeStyles['bg'];
2581 --background-site: ' . $themeStyles['bg'] . ';
2582 --background-alt: ' . $themeStyles['cell_bg'] . ';
2583 --background-header: ' . $themeStyles['header_bg'] . ';
2584 --text-primary: ' . $themeStyles['text_primary'] . ';
2585 --text-dim: ' . $themeStyles['text_dim'] . ';
2586 --text-bright: ' . $themeStyles['text_bright'] . ';
2587 --border-color: ' . $themeStyles['grid_border'] . ';
2588 --border-main: ' . $themeStyles['border'] . ';
2589 --cell-bg: ' . $themeStyles['cell_bg'] . ';
2590 --cell-today-bg: ' . $themeStyles['cell_today_bg'] . ';
2591 --shadow-color: ' . $themeStyles['shadow'] . ';
2592 --header-border: ' . $themeStyles['header_border'] . ';
2593 --header-shadow: ' . $themeStyles['header_shadow'] . ';
2594 --grid-bg: ' . $themeStyles['grid_bg'] . ';
2596 --pastdue-color: ' . $themeStyles['pastdue_color'] . ';
2597 --pastdue-bg: ' . $themeStyles['pastdue_bg'] . ';
2598 --pastdue-bg-strong: ' . $themeStyles['pastdue_bg_strong'] . ';
2599 --pastdue-bg-light: ' . $themeStyles['pastdue_bg_light'] . ';
2600 --tomorrow-bg: ' . $themeStyles['tomorrow_bg'] . ';
2601 --tomorrow-bg-strong: ' . $themeStyles['tomorrow_bg_strong'] . ';
2602 --tomorrow-bg-light: ' . $themeStyles['tomorrow_bg_light'] . ';
2793 …le="background:' . $themeStyles['header_bg'] . '; border:2px solid ' . $themeStyles['header_border…
2794 …ss="eventlist-today-clock" id="clock-' . $calId . '" style="color:' . $themeStyles['text_bright'] …
2796 …'">��️</span> <span id="weather-temp-' . $calId . '" style="color:' . $themeStyles['text_primary']…
2797 …$html .= '<span class="eventlist-today-date" style="color:' . $themeStyles['text_dim'] . ';">' . $…
2805 $addBtnBg = $themeStyles['cell_today_bg'];
2806 $addBtnHover = $themeStyles['grid_bg'];
2808 $themeStyles['text_bright'] : $themeStyles['text_bright'];
2810 '0 2px 4px rgba(0,0,0,0.2)' : '0 0 8px ' . $themeStyles['shadow'];
2812 '0 3px 6px rgba(0,0,0,0.3)' : '0 0 12px ' . $themeStyles['shadow'];
2820 $html .= $this->renderWeekGrid($weekEvents, $weekStart, $themeStyles, $theme);
2842 $todayColor = $themeStyles['text_bright']; // __link__
2843 $tomorrowColor = $themeStyles['header_bg']; // __background_alt__
2844 $importantColor = $themeStyles['header_border'];// __border__
2851 $itineraryBg = $themeStyles['cell_today_bg'];
2852 $itineraryHover = $themeStyles['grid_bg'];
2854 $themeStyles['text_bright'] : $themeStyles['text_bright'];
2856 '0 2px 4px rgba(0,0,0,0.2)' : '0 0 8px ' . $themeStyles['shadow'];
2858 '0 3px 6px rgba(0,0,0,0.3)' : '0 0 12px ' . $themeStyles['shadow'];
2879 …his->renderSidebarSection('Today', $todayEvents, $todayColor, $calId, $themeStyles, $theme, $impor…
2884 …erSidebarSection('Tomorrow', $tomorrowEvents, $tomorrowColor, $calId, $themeStyles, $theme, $impor…
2889 …ection('Important Events', $importantEvents, $importantColor, $calId, $themeStyles, $theme, $impor…
2894 …$html .= '<div style="padding:8px; text-align:center; color:' . $themeStyles['text_dim'] . '; font…
3003 private function renderWeekGrid($weekEvents, $weekStart, $themeStyles, $theme) { argument
3008 …:repeat(7, 1fr); gap:1px; background:' . $themeStyles['grid_bg'] . '; border-bottom:2px solid ' . …
3027 $bgColor = $isToday ? $themeStyles['cell_today_bg'] : $themeStyles['cell_bg'];
3028 $textColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3033 $glowColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3036 $glowColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3039 $glowColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3046 $borderColor = $themeStyles['grid_border'];
3055 $dayLetterColor = $theme === 'professional' ? '#7f8c8d' : $themeStyles['text_primary'];
3066 … $color = isset($event['color']) ? $event['color'] : $themeStyles['text_primary'];
3073 … $moreTextColor = $theme === 'professional' ? '#7f8c8d' : $themeStyles['text_primary'];
3084 $panelBorderColor = $themeStyles['border'];
3085 $panelHeaderBg = $themeStyles['border'];
3088 '0 0 5px ' . $themeStyles['shadow'];
3090 ($theme === 'wiki' ? $themeStyles['cell_bg'] : 'rgba(36, 36, 36, 0.5)');
3094 …erColor = ($theme === 'matrix' || $theme === 'purple' || $theme === 'pink') ? $themeStyles['bg'] :
3095 (($theme === 'wiki') ? $themeStyles['text_primary'] : '#fff');
3119 'text_primary' => $themeStyles['text_primary'],
3120 'text_bright' => $themeStyles['text_bright'],
3121 'text_dim' => $themeStyles['text_dim'],
3122 … 'text_shadow' => ($theme === 'pink') ? 'text-shadow:0 0 2px ' . $themeStyles['text_primary'] :
3123 …((in_array($theme, ['matrix', 'purple'])) ? 'text-shadow:0 0 1px ' . $themeStyles['text_primary'] …
3125 ($theme === 'wiki' ? $themeStyles['cell_bg'] : 'rgba(36, 36, 36, 0.3)'),
3129 … ($theme === 'wiki' ? $themeStyles['grid_border'] : 'rgba(0, 204, 7, 0.2)'))),
3242 …private function renderSidebarSection($title, $events, $accentColor, $calId, $themeStyles, $theme,… argument
3297 '0 0 5px ' . $themeStyles['shadow'];
3302 …flex; margin:8px 4px; box-shadow:' . $sectionShadow . '; background:' . $themeStyles['bg'] . ';">';
3311 …xtColor = ($theme === 'matrix' || $theme === 'purple' || $theme === 'pink') ? $themeStyles['bg'] :
3312 (($theme === 'wiki') ? $themeStyles['text_primary'] : '#fff');
3327 ….= $this->renderSidebarEvent($event, $calId, $showDate, $accentColor, $themeStyles, $theme, $impor…
3342 …arEvent($event, $calId, $showDate = false, $sectionColor = '#00cc07', $themeStyles = null, $theme … argument
3346 …isset($event['color']) ? htmlspecialchars($event['color']) : ($themeStyles ? $themeStyles['text_pr…
3362 $titleColor = $themeStyles ? $themeStyles['text_primary'] : '#00cc07';
3363 $timeColor = $themeStyles ? $themeStyles['text_bright'] : '#00dd00';
3382 $borderColor = $themeStyles['grid_border'];
3436 $checkColor = $themeStyles ? $themeStyles['text_bright'] : '#00ff00';
3459 $dateColor = $themeStyles ? $themeStyles['text_dim'] : '#00aa00';