Home
last modified time | relevance | path

Searched refs:mikio (Results 1 – 8 of 8) sorted by relevance

/template/mikio/assets/
Dmikio.css4 * @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 …]
Dmikio.less4 * @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 …]
Dmikio.js10 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/
DREADME.md3 ![screenshot](https://github.com/nomadjimbob/mikio/blob/main/images/screenshot.png)
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 …]
Dtemplate.info.txt1 base mikio
7 url https://www.dokuwiki.org/template:mikio
Dmikio.php13 namespace dokuwiki\template\mikio;
32 class mikio class
35 * @var mikio|null Instance of the class.
2544 $TEMPLATE = mikio::getInstance();
/template/mikio/_test/
Dgeneral.test.php3 namespace dokuwiki\tpl\mikio\test;
5 use dokuwiki\template\mikio\mikio; alias
226 $instance1 = mikio::getInstance();
227 $instance2 = mikio::getInstance();
/template/mikio/themes/noshadow/
Dstyle.css1 .mikio .mikio-toc #dw__toc {