Home
last modified time | relevance | path

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

/template/mikio/assets/
H A 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 …]
H A 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 …]
H A Dmikio.js10 const mikio = { variable
153 mikio.insertAfter(spanElem, elem);
157 let sibling = mikio.getPrevSibling(event.target, 'input');
166 let mikioInput = mikio.getNextSibling(this, '.mikio-input-file');
178 const sibling = mikio.getPrevSibling(elem, 'span');
185 const sibling = mikio.getPrevSibling(event.target, 'span');
478 let nextSibling = mikio.getNextSibling(this, '.' + elemCollapse);
481 mikio.toggleCollapse(this, nextSibling);
493 mikio.toggleDropdown(dropdown);
680 let prev = mikio.getPrevSibling(elem, 'img');
[all …]
/template/mikio/
H A DCHANGELOG.md2 …o in the top bar, for accessibility [#122](https://github.com/nomadjimbob/mikio/pull/122). Thanks …
3 …howing the editor toolbar for users [#121](https://github.com/nomadjimbob/mikio/pull/121). Thanks …
4 …- Added the ability to change the title format [#119](https://github.com/nomadjimbob/mikio/pull/1…
8 …re" block for a category start page [#117](https://github.com/nomadjimbob/mikio/pull/117). Thanks …
9 …- Fixed incorrect parsing of the search template [#114](https://github.com/nomadjimbob/mikio/iss…
10 …ters with the hero and window title [#113](https://github.com/nomadjimbob/mikio/issues/113). Thank…
11 …en updating ACLs in the admin panel [#103](https://github.com/nomadjimbob/mikio/issues/103). Thank…
12 …t visible in the ProseMirror editor [#115](https://github.com/nomadjimbob/mikio/issues/115). Thank…
13 …to override the normal TOC location [#106](https://github.com/nomadjimbob/mikio/issues/106). Reque…
14 …e when set to full height on mobile [#100](https://github.com/nomadjimbob/mikio/issues/100). Repor…
[all …]
H A DREADME.md4 …<img src="https://raw.githubusercontent.com/nomadjimbob/mikio/main/images/screenshot.png" alt="Mik…
31 1. Use the **Theme Manager** in DokuWiki to search for **mikio** and install the current release.
33 > (Alternative) Copy the `mikio` folder from [GitHub](https://github.com/nomadjimbob/mikio) into `l…
35 2. In **Admin → Configuration Manager → Template**, select **mikio**.
48 �� [Mikio Wiki](https://github.com/nomadjimbob/mikio/wiki)
50 - [Configuration Guide](https://github.com/nomadjimbob/mikio/wiki/Configuration)
51 - [Hero](https://github.com/nomadjimbob/mikio/wiki/Hero)
52 - [Macros](https://github.com/nomadjimbob/mikio/wiki/Macros)
53 - [Navbar](https://github.com/nomadjimbob/mikio/wiki/Configuration#navbar)
54 - [Sidebars](https://github.com/nomadjimbob/mikio/wiki/Configuration#sidebars)
[all …]
H A Dtemplate.info.txt1 base mikio
7 url https://www.dokuwiki.org/template:mikio
H A Dmikio.php13 namespace dokuwiki\template\mikio;
32 class mikio class
35 * @var mikio|null Instance of the class.
2596 $TEMPLATE = mikio::getInstance();
/template/mikio/_test/
H A 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/
H A Dstyle.css1 .mikio .mikio-toc #dw__toc {