Home
last modified time | relevance | path

Searched +full:menu +(+path:template +path:writr) -(+path:template +path:writr +path:lang) (Results 1 – 8 of 8) sorted by relevance

/template/writr/
H A Dscript.js18 * Handles toggling the navigation menu for small screens.
23 var $button = jQuery('.menu-toggle', $container);
25 var $menu = jQuery('ul', $container);
26 if (!$menu.length) {
27 $menu.hide();
161 dropdown.find('.dropdown-menu').toggle(0,function(){
H A Dmain.php57 <h3 class="menu-toggle genericon genericon-menu" title="<?php echo tpl_getLang('menu') ?>">
58 <span class="a11y"><?php echo tpl_getLang('menu') ?></span>
113 <?php $items = (new \dokuwiki\Menu\PageMenu())->getItems();
134 <?php $items = (new \dokuwiki\Menu\SiteMenu())->getItems();
H A Dstyle.ini39 css/menu.less = screen
51 css/components/sidebar/menu.less = screen
H A DCOPYING323 mouse-clicks or menu items--whatever suits your program.
/template/writr/css/
H A Dresponsive.less101 /* Menu */
102 .js .menu-toggle,
106 .menu-toggle {
282 /* Menu */
H A Dmenu.less1 /* =Menu
79 /* Small menu */
80 .menu-toggle {
H A Drtl.less89 /* =Menu
162 /* Menu */
H A Dgenericons.less131 .genericon-menu:before { content: "\f419"; }