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…
525 $html .= $this->renderEventListContent($events, $calId, $namespace, $themeStyles);
534 $html .= $this->renderMonthPicker($calId, $year, $month, $namespace, $theme, $themeStyles);
565 $themeStyles = $this->getSidebarThemeStyles($theme);
831 private function renderEventListContent($events, $calId, $namespace, $themeStyles = null) { argument
837 if ($themeStyles === null) {
839 $themeStyles = $this->getSidebarThemeStyles($theme);
952 $renderedDescription = $this->renderDescription($description, $themeStyles);
1029 …ventHtml .= ' <span class="event-pastdue-badge" style="background:' . $themeStyles['pastdue_color'…
1031 …ackground:' . $themeStyles['border'] . ' !important; color:' . $themeStyles['bg'] . ' !important; …
1040 …ground:' . $themeStyles['text_bright'] . ' !important; color:' . $themeStyles['bg'] . ' !important…
1086 …ground:' . $themeStyles['text_bright'] . ' !important; color:' . $themeStyles['bg'] . ' !important…
1290 …y($data['theme']) ? $data['theme'] : $this->getSidebarTheme(); $themeStyles = $this->getSid…
1319 $btnTextColor = ($theme === 'professional') ? '#fff' : $themeStyles['bg'];
1331 …="' . $theme . '" data-theme-styles="' . htmlspecialchars(json_encode($themeStyles)) . '" data-imp…
1336 --background-site: ' . $themeStyles['bg'] . ';
1337 --background-alt: ' . $themeStyles['cell_bg'] . ';
1338 --background-header: ' . $themeStyles['header_bg'] . ';
1339 --text-primary: ' . $themeStyles['text_primary'] . ';
1340 --text-dim: ' . $themeStyles['text_dim'] . ';
1341 --text-bright: ' . $themeStyles['text_bright'] . ';
1342 --border-color: ' . $themeStyles['grid_border'] . ';
1343 --border-main: ' . $themeStyles['border'] . ';
1344 --cell-bg: ' . $themeStyles['cell_bg'] . ';
1345 --cell-today-bg: ' . $themeStyles['cell_today_bg'] . ';
1346 --shadow-color: ' . $themeStyles['shadow'] . ';
1347 --header-border: ' . $themeStyles['header_border'] . ';
1348 --header-shadow: ' . $themeStyles['header_shadow'] . ';
1349 --grid-bg: ' . $themeStyles['grid_bg'] . ';
1351 --pastdue-color: ' . $themeStyles['pastdue_color'] . ';
1352 --pastdue-bg: ' . $themeStyles['pastdue_bg'] . ';
1353 --pastdue-bg-strong: ' . $themeStyles['pastdue_bg_strong'] . ';
1354 --pastdue-bg-light: ' . $themeStyles['pastdue_bg_light'] . ';
1355 --tomorrow-bg: ' . $themeStyles['tomorrow_bg'] . ';
1356 --tomorrow-bg-strong: ' . $themeStyles['tomorrow_bg_strong'] . ';
1357 --tomorrow-bg-light: ' . $themeStyles['tomorrow_bg_light'] . ';
1359 … #event-search-' . $calId . '::placeholder { color: ' . $themeStyles['text_dim'] . '; opacity: 1; }
1428 $html .= $this->renderMonthPicker($calId, $year, $month, $namespace, $theme, $themeStyles);
1646 $themeStyles = $this->getSidebarThemeStyles($theme);
1648 $btnTextColor = ($theme === 'professional') ? '#fff' : $themeStyles['bg'];
1654 $containerStyle = 'background:' . $themeStyles['bg'] . ' !important;';
1656 $containerStyle .= ' border:2px solid ' . $themeStyles['border'] . ';';
1658 $containerStyle .= ' box-shadow:0 0 10px ' . $themeStyles['shadow'] . ';';
1660 $containerStyle .= ' border:1px solid ' . $themeStyles['grid_border'] . ';';
1669 --background-site: ' . $themeStyles['bg'] . ';
1670 --background-alt: ' . $themeStyles['cell_bg'] . ';
1671 --text-primary: ' . $themeStyles['text_primary'] . ';
1672 --text-dim: ' . $themeStyles['text_dim'] . ';
1673 --text-bright: ' . $themeStyles['text_bright'] . ';
1674 --border-color: ' . $themeStyles['grid_border'] . ';
1675 --border-main: ' . $themeStyles['border'] . ';
1676 --cell-bg: ' . $themeStyles['cell_bg'] . ';
1677 --cell-today-bg: ' . $themeStyles['cell_today_bg'] . ';
1678 --shadow-color: ' . $themeStyles['shadow'] . ';
1679 --grid-bg: ' . $themeStyles['grid_bg'] . ';
1681 --pastdue-color: ' . $themeStyles['pastdue_color'] . ';
1682 --pastdue-bg: ' . $themeStyles['pastdue_bg'] . ';
1683 --pastdue-bg-strong: ' . $themeStyles['pastdue_bg_strong'] . ';
1684 --pastdue-bg-light: ' . $themeStyles['pastdue_bg_light'] . ';
1685 --tomorrow-bg: ' . $themeStyles['tomorrow_bg'] . ';
1686 --tomorrow-bg-strong: ' . $themeStyles['tomorrow_bg_strong'] . ';
1687 --tomorrow-bg-light: ' . $themeStyles['tomorrow_bg_light'] . ';
1892 … ' <span class="eventlist-simple-pastdue-badge" style="background:' . $themeStyles['pastdue_color'…
1894 …ackground:' . $themeStyles['border'] . ' !important; color:' . $themeStyles['bg'] . ' !important; …
1928 $themeStyles = $this->getSidebarThemeStyles($theme);
2187 …tion renderMonthPicker($calId, $year, $month, $namespace, $theme = 'matrix', $themeStyles = null) { argument
2189 if ($themeStyles === null) {
2190 $themeStyles = $this->getSidebarThemeStyles($theme);
2228 private function renderDescription($description, $themeStyles = null) { argument
2234 if ($themeStyles === null) {
2236 $themeStyles = $this->getSidebarThemeStyles($theme);
2684 $themeStyles = $this->getSidebarThemeStyles($theme);
2688 … . $themeStyles['bg'] . '; border:2px solid ' . $themeStyles['border'] . '; border-radius:4px; ove…
2691 $btnTextColor = ($theme === 'professional') ? '#fff' : $themeStyles['bg'];
2694 --background-site: ' . $themeStyles['bg'] . ';
2695 --background-alt: ' . $themeStyles['cell_bg'] . ';
2696 --background-header: ' . $themeStyles['header_bg'] . ';
2697 --text-primary: ' . $themeStyles['text_primary'] . ';
2698 --text-dim: ' . $themeStyles['text_dim'] . ';
2699 --text-bright: ' . $themeStyles['text_bright'] . ';
2700 --border-color: ' . $themeStyles['grid_border'] . ';
2701 --border-main: ' . $themeStyles['border'] . ';
2702 --cell-bg: ' . $themeStyles['cell_bg'] . ';
2703 --cell-today-bg: ' . $themeStyles['cell_today_bg'] . ';
2704 --shadow-color: ' . $themeStyles['shadow'] . ';
2705 --header-border: ' . $themeStyles['header_border'] . ';
2706 --header-shadow: ' . $themeStyles['header_shadow'] . ';
2707 --grid-bg: ' . $themeStyles['grid_bg'] . ';
2709 --pastdue-color: ' . $themeStyles['pastdue_color'] . ';
2710 --pastdue-bg: ' . $themeStyles['pastdue_bg'] . ';
2711 --pastdue-bg-strong: ' . $themeStyles['pastdue_bg_strong'] . ';
2712 --pastdue-bg-light: ' . $themeStyles['pastdue_bg_light'] . ';
2713 --tomorrow-bg: ' . $themeStyles['tomorrow_bg'] . ';
2714 --tomorrow-bg-strong: ' . $themeStyles['tomorrow_bg_strong'] . ';
2715 --tomorrow-bg-light: ' . $themeStyles['tomorrow_bg_light'] . ';
2906 …le="background:' . $themeStyles['header_bg'] . '; border:2px solid ' . $themeStyles['header_border…
2907 …ss="eventlist-today-clock" id="clock-' . $calId . '" style="color:' . $themeStyles['text_bright'] …
2909 …'">��️</span> <span id="weather-temp-' . $calId . '" style="color:' . $themeStyles['text_primary']…
2910 …$html .= '<span class="eventlist-today-date" style="color:' . $themeStyles['text_dim'] . ';">' . $…
2918 $addBtnBg = $themeStyles['cell_today_bg'];
2919 $addBtnHover = $themeStyles['grid_bg'];
2921 $themeStyles['text_bright'] : $themeStyles['text_bright'];
2923 '0 2px 4px rgba(0,0,0,0.2)' : '0 0 8px ' . $themeStyles['shadow'];
2925 '0 3px 6px rgba(0,0,0,0.3)' : '0 0 12px ' . $themeStyles['shadow'];
2933 $html .= $this->renderWeekGrid($weekEvents, $weekStart, $themeStyles, $theme);
2955 $todayColor = $themeStyles['text_bright']; // __link__
2956 $tomorrowColor = $themeStyles['header_bg']; // __background_alt__
2957 $importantColor = $themeStyles['header_border'];// __border__
2964 $itineraryBg = $themeStyles['cell_today_bg'];
2965 $itineraryHover = $themeStyles['grid_bg'];
2967 $themeStyles['text_bright'] : $themeStyles['text_bright'];
2969 '0 2px 4px rgba(0,0,0,0.2)' : '0 0 8px ' . $themeStyles['shadow'];
2971 '0 3px 6px rgba(0,0,0,0.3)' : '0 0 12px ' . $themeStyles['shadow'];
2992 …his->renderSidebarSection('Today', $todayEvents, $todayColor, $calId, $themeStyles, $theme, $impor…
2997 …erSidebarSection('Tomorrow', $tomorrowEvents, $tomorrowColor, $calId, $themeStyles, $theme, $impor…
3002 …ection('Important Events', $importantEvents, $importantColor, $calId, $themeStyles, $theme, $impor…
3007 …$html .= '<div style="padding:8px; text-align:center; color:' . $themeStyles['text_dim'] . '; font…
3116 private function renderWeekGrid($weekEvents, $weekStart, $themeStyles, $theme) { argument
3121 …:repeat(7, 1fr); gap:1px; background:' . $themeStyles['grid_bg'] . '; border-bottom:2px solid ' . …
3140 $bgColor = $isToday ? $themeStyles['cell_today_bg'] : $themeStyles['cell_bg'];
3141 $textColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3146 $glowColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3149 $glowColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3152 $glowColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3159 $borderColor = $themeStyles['grid_border'];
3168 $dayLetterColor = $theme === 'professional' ? '#7f8c8d' : $themeStyles['text_primary'];
3179 … $color = isset($event['color']) ? $event['color'] : $themeStyles['text_primary'];
3186 … $moreTextColor = $theme === 'professional' ? '#7f8c8d' : $themeStyles['text_primary'];
3197 $panelBorderColor = $themeStyles['border'];
3198 $panelHeaderBg = $themeStyles['border'];
3201 '0 0 5px ' . $themeStyles['shadow'];
3203 ($theme === 'wiki' ? $themeStyles['cell_bg'] : 'rgba(36, 36, 36, 0.5)');
3207 …erColor = ($theme === 'matrix' || $theme === 'purple' || $theme === 'pink') ? $themeStyles['bg'] :
3208 (($theme === 'wiki') ? $themeStyles['text_primary'] : '#fff');
3232 'text_primary' => $themeStyles['text_primary'],
3233 'text_bright' => $themeStyles['text_bright'],
3234 'text_dim' => $themeStyles['text_dim'],
3235 … 'text_shadow' => ($theme === 'pink') ? 'text-shadow:0 0 2px ' . $themeStyles['text_primary'] :
3236 …((in_array($theme, ['matrix', 'purple'])) ? 'text-shadow:0 0 1px ' . $themeStyles['text_primary'] …
3238 ($theme === 'wiki' ? $themeStyles['cell_bg'] : 'rgba(36, 36, 36, 0.3)'),
3242 … ($theme === 'wiki' ? $themeStyles['grid_border'] : 'rgba(0, 204, 7, 0.2)'))),
3355 …private function renderSidebarSection($title, $events, $accentColor, $calId, $themeStyles, $theme,… argument
3410 '0 0 5px ' . $themeStyles['shadow'];
3415 …flex; margin:8px 4px; box-shadow:' . $sectionShadow . '; background:' . $themeStyles['bg'] . ';">';
3424 …xtColor = ($theme === 'matrix' || $theme === 'purple' || $theme === 'pink') ? $themeStyles['bg'] :
3425 (($theme === 'wiki') ? $themeStyles['text_primary'] : '#fff');
3440 ….= $this->renderSidebarEvent($event, $calId, $showDate, $accentColor, $themeStyles, $theme, $impor…
3455 …arEvent($event, $calId, $showDate = false, $sectionColor = '#00cc07', $themeStyles = null, $theme … argument
3459 …isset($event['color']) ? htmlspecialchars($event['color']) : ($themeStyles ? $themeStyles['text_pr…
3475 $titleColor = $themeStyles ? $themeStyles['text_primary'] : '#00cc07';
3476 $timeColor = $themeStyles ? $themeStyles['text_bright'] : '#00dd00';
3495 $borderColor = $themeStyles['grid_border'];
3549 $checkColor = $themeStyles ? $themeStyles['text_bright'] : '#00ff00';
3572 $dateColor = $themeStyles ? $themeStyles['text_dim'] : '#00aa00';