Searched refs:mikio (Results 1 – 8 of 8) sorted by relevance
/template/mikio/assets/ |
D | mikio.css | 4 * @link http://dokuwiki.org/template:mikio 126 :root[data-theme="theme-light"] .mikio-dark-only { 241 :root[data-theme="theme-dark"] .mikio-light-only { 244 :root[data-theme=""] .mikio-dark-only { 247 .mikio-sticky { 251 .mikio-sidebar-sticky { 256 .mikio-pre-wrap { 262 .mikio-controls button, 263 .mikio-controls input, 264 .mikio-controls optgroup, [all …]
|
D | mikio.less | 4 * @link http://dokuwiki.org/template:mikio 10 .mikio-user-select(@value: none) { 16 .mikio-appearance(@value: none) { 22 .mikio-transition(@value: all 0s ease 0s) { 27 .mikio-text-decoration(@value: none) { 153 .mikio-dark-only { 270 .mikio-light-only { 276 .mikio-dark-only { 281 .mikio-sticky { 286 .mikio-sidebar-sticky { [all …]
|
D | mikio.js | 10 const mikio = { variable 151 mikio.insertAfter(spanElem, elem); 155 let sibling = mikio.getPrevSibling(event.target, 'input'); 164 let mikioInput = mikio.getNextSibling(this, '.mikio-input-file'); 176 const sibling = mikio.getPrevSibling(elem, 'span'); 183 const sibling = mikio.getPrevSibling(event.target, 'span'); 476 let nextSibling = mikio.getNextSibling(this, '.' + elemCollapse); 479 mikio.toggleCollapse(this, nextSibling); 491 mikio.toggleDropdown(dropdown); 678 let prev = mikio.getPrevSibling(elem, 'img'); [all …]
|
/template/mikio/ |
D | README.md | 3  44 …- The mikio LESS stylesheet is now disabled by default, with a precompilied CSS used. This can b… 55 - `customTheme` : the mikio theme to use, located in the `mikio/themes` directory 57 - `useLESS` : use the LESS compilier or direct CSS for the mikio stylesheet. Requires the ctype P… 270 …list not being readable in dark mode [#96](https://github.com/nomadjimbob/mikio/issues/96). Thanks… 271 …support in the configuration options [#94](https://github.com/nomadjimbob/mikio/issues/94). Thanks… 272 …o dark theme in the template options [#95](https://github.com/nomadjimbob/mikio/issues/95). Reques… 274 …ion is not use these helper methods [#102](https://github.com/nomadjimbob/mikio/issues/102). Thank… 275 …er of trace items on small displays [#104](https://github.com/nomadjimbob/mikio/issues/104). Thank… 278 …- Fix typo preventing logged_in_user from showing [#105](https://github.com/nomadjimbob/mikio/p… [all …]
|
D | template.info.txt | 1 base mikio 7 url https://www.dokuwiki.org/template:mikio
|
D | mikio.php | 13 namespace dokuwiki\template\mikio; 32 class mikio class 35 * @var mikio|null Instance of the class. 2544 $TEMPLATE = mikio::getInstance();
|
/template/mikio/_test/ |
D | general.test.php | 3 namespace dokuwiki\tpl\mikio\test; 5 use dokuwiki\template\mikio\mikio; alias 226 $instance1 = mikio::getInstance(); 227 $instance2 = mikio::getInstance();
|
/template/mikio/themes/noshadow/ |
D | style.css | 1 .mikio .mikio-toc #dw__toc {
|