| /plugin/darkmodetoggle/ |
| D | style.css | 19 /* Dark mode button styling */ 20 body.dark-mode .darkmode-btn { 26 body.dark-mode .darkmode-btn:hover { 30 /* Dark mode core styles */ 31 body.dark-mode { 37 body.dark-mode #dokuwiki__site, 38 body.dark-mode #dokuwiki__header, 39 body.dark-mode #dokuwiki__content, 40 body.dark-mode #dokuwiki__footer { 45 body.dark-mode article { [all …]
|
| D | script.js | 7 //console.error('Dark mode toggle button not found!'); 13 // Apply dark mode if previously enabled 15 console.log('Applying saved dark mode'); 16 body.classList.add('dark-mode'); 22 console.log('Button clicked, toggling dark mode'); 23 body.classList.toggle('dark-mode'); 26 if (body.classList.contains('dark-mode')) { 27 console.log('Dark mode enabled, saving to localStorage'); 30 console.log('Dark mode disabled, removing from localStorage');
|
| /plugin/syntaxhighlightjs/conf/ |
| D | metadata.php | 13 'atelier-cave-dark', 'atelier-cave-light', 14 'atelier-dune-dark', 'atelier-dune-light', 15 'atelier-estuary-dark', 'atelier-estuary-light', 16 'atelier-forest-dark', 'atelier-forest-light', 17 'atelier-heath-dark', 'atelier-heath-light', 18 'atelier-lakeside-dark', 'atelier-lakeside-light', 19 'atelier-plateau-dark', 'atelier-plateau-light', 20 'atelier-savanna-dark', 'atelier-savanna-light', 21 'atelier-seaside-dark', 'atelier-seaside-light', 22 'atelier-sulphurpool-dark', 'atelier-sulphurpool-light', [all …]
|
| /plugin/datatables/assets/datatables.net-fixedcolumns-dt/css/ |
| D | fixedColumns.bootstrap5.css | 21 html.dark table.dataTable thead tr > .dtfc-fixed-left, 22 html.dark table.dataTable thead tr > .dtfc-fixed-right, 23 html.dark table.dataTable tfoot tr > .dtfc-fixed-left, 24 html.dark table.dataTable tfoot tr > .dtfc-fixed-right { 27 html.dark table.dataTable tbody tr > .dtfc-fixed-left, 28 html.dark table.dataTable tbody tr > .dtfc-fixed-right { 31 html.dark div.dtfc-left-top-blocker, 32 html.dark div.dtfc-right-top-blocker { 59 html[data-bs-theme=dark] table.dataTable thead tr > .dtfc-fixed-left, 60 html[data-bs-theme=dark] table.dataTable thead tr > .dtfc-fixed-right, [all …]
|
| D | fixedColumns.bootstrap5.min.css | 1 …dark table.dataTable thead tr>.dtfc-fixed-left,html.dark table.dataTable thead tr>.dtfc-fixed-righ…
|
| D | fixedColumns.dataTables.css | 21 html.dark table.dataTable thead tr > .dtfc-fixed-left, 22 html.dark table.dataTable thead tr > .dtfc-fixed-right, 23 html.dark table.dataTable tfoot tr > .dtfc-fixed-left, 24 html.dark table.dataTable tfoot tr > .dtfc-fixed-right { 27 html.dark table.dataTable tbody tr > .dtfc-fixed-left, 28 html.dark table.dataTable tbody tr > .dtfc-fixed-right { 31 html.dark div.dtfc-left-top-blocker, 32 html.dark div.dtfc-right-top-blocker {
|
| D | fixedColumns.dataTables.min.css | 1 …dark table.dataTable thead tr>.dtfc-fixed-left,html.dark table.dataTable thead tr>.dtfc-fixed-righ…
|
| D | fixedColumns.foundation.css | 21 html.dark table.dataTable thead tr > .dtfc-fixed-left, 22 html.dark table.dataTable thead tr > .dtfc-fixed-right, 23 html.dark table.dataTable tfoot tr > .dtfc-fixed-left, 24 html.dark table.dataTable tfoot tr > .dtfc-fixed-right { 27 html.dark table.dataTable tbody tr > .dtfc-fixed-left, 28 html.dark table.dataTable tbody tr > .dtfc-fixed-right { 31 html.dark div.dtfc-left-top-blocker, 32 html.dark div.dtfc-right-top-blocker {
|
| D | fixedColumns.foundation.min.css | 1 …dark table.dataTable thead tr>.dtfc-fixed-left,html.dark table.dataTable thead tr>.dtfc-fixed-righ…
|
| D | fixedColumns.bulma.min.css | 1 …dark table.dataTable thead tr>.dtfc-fixed-left,html.dark table.dataTable thead tr>.dtfc-fixed-righ…
|
| D | fixedColumns.bootstrap4.min.css | 1 …dark table.dataTable thead tr>.dtfc-fixed-left,html.dark table.dataTable thead tr>.dtfc-fixed-righ…
|
| D | fixedColumns.jqueryui.min.css | 1 …dark table.dataTable thead tr>.dtfc-fixed-left,html.dark table.dataTable thead tr>.dtfc-fixed-righ…
|
| D | fixedColumns.bulma.css | 21 html.dark table.dataTable thead tr > .dtfc-fixed-left, 22 html.dark table.dataTable thead tr > .dtfc-fixed-right, 23 html.dark table.dataTable tfoot tr > .dtfc-fixed-left, 24 html.dark table.dataTable tfoot tr > .dtfc-fixed-right { 27 html.dark table.dataTable tbody tr > .dtfc-fixed-left, 28 html.dark table.dataTable tbody tr > .dtfc-fixed-right { 31 html.dark div.dtfc-left-top-blocker, 32 html.dark div.dtfc-right-top-blocker {
|
| D | fixedColumns.bootstrap.css | 21 html.dark table.dataTable thead tr > .dtfc-fixed-left, 22 html.dark table.dataTable thead tr > .dtfc-fixed-right, 23 html.dark table.dataTable tfoot tr > .dtfc-fixed-left, 24 html.dark table.dataTable tfoot tr > .dtfc-fixed-right { 27 html.dark table.dataTable tbody tr > .dtfc-fixed-left, 28 html.dark table.dataTable tbody tr > .dtfc-fixed-right { 31 html.dark div.dtfc-left-top-blocker, 32 html.dark div.dtfc-right-top-blocker {
|
| D | fixedColumns.bootstrap4.css | 21 html.dark table.dataTable thead tr > .dtfc-fixed-left, 22 html.dark table.dataTable thead tr > .dtfc-fixed-right, 23 html.dark table.dataTable tfoot tr > .dtfc-fixed-left, 24 html.dark table.dataTable tfoot tr > .dtfc-fixed-right { 27 html.dark table.dataTable tbody tr > .dtfc-fixed-left, 28 html.dark table.dataTable tbody tr > .dtfc-fixed-right { 31 html.dark div.dtfc-left-top-blocker, 32 html.dark div.dtfc-right-top-blocker {
|
| D | fixedColumns.bootstrap.min.css | 1 …dark table.dataTable thead tr>.dtfc-fixed-left,html.dark table.dataTable thead tr>.dtfc-fixed-righ…
|
| D | fixedColumns.jqueryui.css | 21 html.dark table.dataTable thead tr > .dtfc-fixed-left, 22 html.dark table.dataTable thead tr > .dtfc-fixed-right, 23 html.dark table.dataTable tfoot tr > .dtfc-fixed-left, 24 html.dark table.dataTable tfoot tr > .dtfc-fixed-right { 27 html.dark table.dataTable tbody tr > .dtfc-fixed-left, 28 html.dark table.dataTable tbody tr > .dtfc-fixed-right { 31 html.dark div.dtfc-left-top-blocker, 32 html.dark div.dtfc-right-top-blocker {
|
| D | fixedColumns.semanticui.css | 21 html.dark table.dataTable thead tr > .dtfc-fixed-left, 22 html.dark table.dataTable thead tr > .dtfc-fixed-right, 23 html.dark table.dataTable tfoot tr > .dtfc-fixed-left, 24 html.dark table.dataTable tfoot tr > .dtfc-fixed-right { 27 html.dark table.dataTable tbody tr > .dtfc-fixed-left, 28 html.dark table.dataTable tbody tr > .dtfc-fixed-right { 31 html.dark div.dtfc-left-top-blocker, 32 html.dark div.dtfc-right-top-blocker {
|
| D | fixedColumns.semanticui.min.css | 1 …dark table.dataTable thead tr>.dtfc-fixed-left,html.dark table.dataTable thead tr>.dtfc-fixed-righ…
|
| /plugin/animation/styles/ |
| D | scianimator.dark.css | 9 /* Dark theme */ 10 .scianimator.dark, 11 .scianimator.dark a, 12 .scianimator.dark a:visited { 15 .scianimator.dark { 18 .scianimator.dark .controls, 19 .scianimator.dark .control { 25 .scianimator.dark .controls { 31 .scianimator.dark .control { 37 .scianimator.dark a:hover {
|
| /plugin/codemirror/dist/ |
| D | styles.min.css | 1 …dark.CodeMirror{background:#151515;color:#e0e0e0}form#dw__editform .cm-s-base16-dark div.CodeMirro…
|
| D | styles.min.css.map | 1 …dark.css","node_modules/codemirror/theme/base16-light.css","node_modules/codemirror/theme/bespin.c…
|
| /plugin/calendar/ |
| H A D | PROJECT_HISTORY.md | 52 1. **Matrix** — Dark background, bright green text, green glow effects, monospace feel 53 2. **Purple** — Dark background, purple accents, violet glow 54 3. **Pink** — Dark background, hot pink accents, heart today indicator with pulse animation, firewo… 74 - **v6.0.8**: Links themed with `.cal-link` class, text glow consistency across dark themes, pink g… 75 - **v6.0.9**: Form input text visibility on dark themes, cell hover effects, button hover/active st… 79 ## v6.1.0–v6.1.6: Interactive Elements & Dark Reader 88 ## v6.2.0–v6.2.6: Dark Reader Compatibility 90 The Dark Reader browser extension was aggressively overriding theme colors, making dark themes unre… 92 - **v6.2.0–v6.2.1**: Initial Dark Reader protection attempts using meta tags and `data-darkreader-m… 94 - Wiki theme intentionally left unlocked so Dark Reader can adjust it (since wiki theme is already … [all …]
|
| /plugin/achart/assets/ |
| D | apexcharts.css | 67 .apexcharts-tooltip.apexcharts-theme-dark { 88 .apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title { 214 .apexcharts-xaxistooltip.apexcharts-theme-dark { 261 .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after { 265 .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before { 277 .apexcharts-xaxistooltip-top.apexcharts-theme-dark:after { 281 .apexcharts-xaxistooltip-top.apexcharts-theme-dark:before { 304 .apexcharts-yaxistooltip.apexcharts-theme-dark { 351 .apexcharts-yaxistooltip-left.apexcharts-theme-dark:after { 355 .apexcharts-yaxistooltip-left.apexcharts-theme-dark:before { [all …]
|
| /plugin/datatables/assets/datatables.net/css/ |
| D | jquery.dataTables.min.css | 1 …dark{--dt-html-background: rgb(33, 37, 41)}table.dataTable td.dt-control{text-align:center;cursor:…
|