Home
last modified time | relevance | path

Searched refs:item (Results 151 – 175 of 313) sorted by path

12345678910>>...13

/template/kajukkk/css/
H A Dandybs.css495 li.dsq-widget-item {
/template/khum1/
H A DLICENSE.md116 menu, a prominent item in the list meets this criterion.
H A Dmain.php114 foreach ( (new \dokuwiki\Menu\PageMenu())->getItems() as $item ) {
115 if ( preg_match('/^childrenpages_/', $item->getType()) ) {
116 if ( $item->is_active ) {
117 …echo '<li class="current_page"><div class="toptab_current_page"></div>'.$item->asHtmlLink(false, t…
119 echo '<li><div class="toptab"></div>'.$item->asHtmlLink(false, true).'</li>';
173 foreach ( (new \dokuwiki\Menu\PageMenu())->getItems() as $item ) {
174 if ( ! preg_match('/^childrenpages_/', $item->getType()) ) {
175 echo '<li>'.$item->asHtmlLink(false, true).'</li>';
/template/khum1/css/
H A D_admin.less14 /* general menu item styling */
/template/kiwiki/partial/
H A Dheader.php51 foreach($items as $item) {
52 echo '<a href="'.$item->getLink().'" title="'.$item->getTitle().'">'
53 .'<span class="icon">'.inlineSVG($item->getSvg()).'</span>'
54 . '<span class="a11y">'.$item->getLabel().'</span>'
/template/kkh/css/
H A D_admin.less14 /* general menu item styling */
H A Dpagetools.less26 @item-width: (@ico-width + @ico-margin + @ico-margin);
27 @item-height: (@ico-width + @ico-margin);
30 right: (-1 * @item-width);
33 width: @item-width;
37 width: @item-width;
61 line-height: @item-height;
63 height: @item-height;
80 // on interaction show the full item
100 left: (-1 * @item-width);
/template/klean/bootstrap/css/
H A Dbootstrap-theme.css507 .list-group-item.active,
508 .list-group-item.active:hover,
509 .list-group-item.active:focus {
519 .list-group-item.active .badge,
520 .list-group-item.active:hover .badge,
521 .list-group-item.active:focus .badge {
H A Dbootstrap-theme.css.map1item.active,\n.list-group-item.active:hover,\n.list-group-item.active:focus {\n text-shadow: 0 -1…
H A Dbootstrap-theme.min.css5item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #2860…
H A Dbootstrap-theme.min.css.map1 …0 1px 2px rgba(0,0,0,.075));\n}\n.list-group-item.active,\n.list-group-item.active:hover,\n.list-g…
H A Dbootstrap.css.map1item > img,\n.carousel-inner > .item > a > img {\n display: block;\n max-width: 100%;\n height:…
H A Dbootstrap.less5269 a.list-group-item .list-group-item-heading,
5270 button.list-group-item .list-group-item-heading {
5292 .list-group-item.disabled .list-group-item-heading,
5297 .list-group-item.disabled .list-group-item-text,
5310 .list-group-item.active .list-group-item-heading,
5321 .list-group-item.active .list-group-item-text,
5322 .list-group-item.active:hover .list-group-item-text,
5334 a.list-group-item-success .list-group-item-heading,
5363 a.list-group-item-info .list-group-item-heading,
5392 a.list-group-item-warning .list-group-item-heading,
[all …]
H A Dbootstrap.min.css5item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block…
H A Dbootstrap.min.css.map1item > img,\n.carousel-inner > .item > a > img {\n display: block;\n max-width: 100%;\n height:…
/template/klean/bootstrap/js/
H A Dbootstrap.js366 Carousel.prototype.getItemIndex = function (item) { argument
367 this.$items = item.parent().children('.item')
368 return this.$items.index(item || this.$active)
/template/klean/css/
H A Dklean-style.css535 .main-navigation .current-menu-item > a,
783 .gallery-item {
790 .gallery-columns-2 .gallery-item {
794 .gallery-columns-3 .gallery-item {
798 .gallery-columns-4 .gallery-item {
802 .gallery-columns-5 .gallery-item {
806 .gallery-columns-6 .gallery-item {
810 .gallery-columns-7 .gallery-item {
814 .gallery-columns-8 .gallery-item {
818 .gallery-columns-9 .gallery-item {
/template/launch/css/
H A Dbootstrap.min.css6item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block…
/template/lcars/js/
H A Djquery.timers-1.1.2.js144 jQuery.each(jQuery.timer.global, function(index, item) { argument
145 jQuery.timer.remove(item);
/template/lisps/css/
H A Dpagetools.css86 margin-left: auto; /* align right if the ul is larger because one item is focused */
/template/masa/
H A Dtpl_functions.php363 function _html_list_index($item){ argument
367 $base = ':'.$item['id'];
369 if($item['type']=='d'){
370 if(@file_exists(wikiFN($item['id'].':'.$conf['start']))) {
371 $ret .= '<a href="'.wl($item['id'].':'.$conf['start']).'" class="idx_dir">';
375 $ret .= '<a href="'.wl($ID,'idx='.$item['id']).'" class="idx_dir">';
380 $ret .= html_wikilink(':'.$item['id']);
/template/mikio/
H A DREADME.md64 - `navbarCustomMenuText` : custom menu to use in the navbar. Menu items are in the format of url|title with each item seperated by a semicolon. Requires one of the `navbarPos` to be set to `custom`
74 - `navbarItemShowCreate` : show the Create Page menu item
75 - `navbarItemShowShow` : show the Show Page menu item
76 - `navbarItemShowRevs` : show the Revisions menu item
77 - `navbarItemShowBacklink` : show the Backlinks menu item
78 - `navbarItemShowRecent` : show the Recent Changes menu item
79 - `navbarItemShowMedia` : show the Media Manager menu item
80 - `navbarItemShowIndex` : show the Sitemap menu item
81 - `navbarItemShowProfile` : show the Update Profile menu item
82 - `navbarItemShowAdmin` : show the Admin menu item
[all...]
/template/mikio/assets/
H A Dmikio-typeahead.js128 updater: function (item) {
129 return item;
220 items = jQuery.grep(items, function (item) {
221 return that.matcher(item);
240 // Add item
248 matcher: function (item) {
249 var it = this.displayText(item);
257 var item;
259 while ((item = items.shift())) {
260 var it = this.displayText(item);
147 updater(item) global() argument
239 AnonymousFunction6fbc89ba0400(item) global() argument
267 matcher(item) global() argument
292 highlighter(item) global() argument
361 AnonymousFunction6fbc89ba0700(i, item) global() argument
395 displayText(item) global() argument
399 itemLink(item) global() argument
403 itemTitle(item) global() argument
740 item: '<li><a class="mikio-dropdown-item" href="#" role="option"></a></li>', global() property in Typeahead.defaults.themes.bootstrap3
747 item: '<a class="mikio-dropdown-item" href="#" role="option"></a>', global() property in Typeahead.defaults.themes.bootstrap4
[all...]
H A Dmikio.css1521 .mikio-nav .mikio-nav-item,
1573 .mikio-dropdown .mikio-dropdown-item {
1605 .typeahead.mikio-dropdown a.mikio-dropdown-item {
4051 .mikio-navbar .mikio-nav-item {
4059 .mikio-navbar .mikio-dropdown-item {
H A Dmikio.js37 [].forEach.call(stickyElements, (item) => {
39 if (item.offsetTop - stickyHeightCount > stickyHeightCount) {
43 self.stickyItems.push({ element: item, offsetYTop: top, debugItemTop: item.offsetTop, debugOffset: stickyOffset, debugHeight: stickyHeightCount });
44 stickyHeightCount += item.offsetHeight;
53 self.stickyItems.forEach((item) => {
54 if (window.pageYOffset > item.offsetYTop) {
55 if (item.element.style.position != 'fixed') {
57 site.style.paddingTop = ((parseInt(site.style.paddingTop) || 0) + item.element.offsetHeight) + 'px';
59 item
689 AnonymousFunctionc1e5fc583a00(item) global() argument
693 AnonymousFunctionc1e5fc583b00(item) global() argument
[all...]

12345678910>>...13