Home
last modified time | relevance | path

Searched refs:height (Results 2426 – 2450 of 2615) sorted by relevance

1...<<919293949596979899100>>...105

/template/stm/stm/css/
H A D_helper.css24 height: 150%;
/template/breeze/sass/
H A D_buttons.scss23 height: 100%;
/template/mindthedark/css/
H A D_search.less72 max-height: 50vh;
H A Dcontent.less147 min-height: 16px;
327 height: 5px;
/template/monobook/user/
H A Dboxes.php.dist59 …low\"><img src=\"".DOKU_TPL."static/img/button-donate.gif\" width=\"80\" height=\"15\" alt=\"Donat…
/template/h6e-minimal/h6e-minimal/
H A Dh6e-layout.css160 line-height:1.2em;
/template/icke/css/
H A D_forms.css118 height: 1.8em;
/template/vector/user/
H A Dboxes.php.dist59 …low\"><img src=\"".DOKU_TPL."static/img/button-donate.gif\" width=\"80\" height=\"15\" alt=\"Donat…
/template/chippedsnow/css/
H A Dsemanticgridmerged.less123 /* all columns same height */
/template/bootstrap3/css/
H A Dcallouts.less147 svg.bs-callout-icon { height: 32px; width: 32px; }
/template/sprintdoc/js/
H A Dsidebar.js209 var num = parseFloat($sidebar.height());
/template/mikio/inc/
H A Dsimple_html_dom.php1103 $height = -1;
1114 if (isset($this->attr['height'])) {
1115 $height = $this->attr['height'];
1147 if (isset($attributes['height']) && $height == -1) {
1149 if (strtolower(substr($attributes['height'], -2)) == 'px') {
1150 $proposed_height = substr($attributes['height'], 0, -2);
1153 $height = $proposed_height;
1162 // a height o
[all...]
/template/mikio/
H A DREADME.md119 - `tocFull` : show the table of contents as a full height item
173 - `image` : The hero image is sourced from an image named hero in the current or parental namespace. Namespace searching can be confined by the `includePagePropagate` setting. Pages can also override the image by inserting `~~hero-image URL~~` in the page content. DokuWiki and external URLs are supported. The height of the image area is 240px while the width is 33% of the window width. It is recommended to use an image of at least 480x240 (2:1)
342 - Fixed empty scrollbars being shown when TOC is set to full height [#49](https://github.com/nomadjimbob/mikio/issues/49). Thanks vitaprimo and RonaldPR.
372 - Added support to directly set title icon width and height in config. Thanks AlexiaR
413 - TOC is now sticky when set to full height [#21](https://github.com/nomadjimbob/mikio/issues/21)
/template/bootstrap3/inc/
H A Dsimple_html_dom.php1099 $height = -1;
1110 if (isset($this->attr['height'])) {
1111 $height = $this->attr['height'];
1143 if (isset($attributes['height']) && $height == -1) {
1145 if (strtolower(substr($attributes['height'], -2)) == 'px') {
1146 $proposed_height = substr($attributes['height'], 0, -2);
1149 $height = $proposed_height;
1158 // a height o
[all...]
/template/doogiestpl/css/
H A Dcontent.css193 line-height: 1.2em;
440 line-height: 1.2em;
/template/bootstrap3/assets/typeahead/
H A Dbootstrap3-typeahead.min.js1 (function(a,b){if(typeof module!=="undefined"&&module.exports){module.exports=b(require("jquery"))}else{if(typeof define==="function"&&define.amd){define(["jquery"],function(c){return b(c)})}else{b(a.jQuery)}}}(this,function(b){var c=function(e,d){this.$element=b(e);this.options=b.extend({},c.defaults,d);this.matcher=this.options.matcher||this.matcher;this.sorter=this.options.sorter||this.sorter;this.select=this.options.select||this.select;this.autoSelect=typeof this.options.autoSelect=="boolean"?this.options.autoSelect:true;this.highlighter=this.options.highlighter||this.highlighter;this.render=this.options.render||this.render;this.updater=this.options.updater||this.updater;this.displayText=this.options.displayText||this.displayText;this.itemLink=this.options.itemLink||this.itemLink;this.itemTitle=this.options.itemTitle||this.itemTitle;this.followLinkOnSelect=this.options.followLinkOnSelect||this.followLinkOnSelect;this.source=this.options.source;this.delay=this.options.delay;this.theme=this.options.theme&&this.options.themes&&this.options.themes[this.options.theme]||c.defaults.themes[c.defaults.theme];this.$menu=b(this.options.menu||this.theme.menu);this.$appendTo=this.options.appendTo?b(this.options.appendTo):null;this.fitToElement=typeof this.options.fitToElement=="boolean"?this.options.fitToElement:false;this.shown=false;this.listen();this.showHintOnFocus=typeof this.options.showHintOnFocus=="boolean"||this.options.showHintOnFocus==="all"?this.options.showHintOnFocus:false;this.afterSelect=this.options.afterSelect;this.afterEmptySelect=this.options.afterEmptySelect;this.addItem=false;this.value=this.$element.val()||this.$element.text();this.keyPressed=false;this.focused=this.$element.is(":focus");this.changeInputOnSelect=this.options.changeInputOnSelect||this.changeInputOnSelect;this.changeInputOnMove=this.options.changeInputOnMove||this.changeInputOnMove;this.openLinkInNewTab=this.options.openLinkInNewTab||this.openLinkInNewTab;this.selectOnBlur=this.options.selectOnBlur||this.selectOnBlur;this.showCategoryHeader=this.options.showCategoryHeader||this.showCategoryHeader};c.prototype={constructor:c,setDefault:function(e){this.$element.data("active",e);if(this.autoSelect||e){var d=this.updater(e);if(!d){d=""}this.$element.val(this.displayText(d)||d).text(this.displayText(d)||d).change();this.afterSelect(d)}return this.hide()},select:function(){var e=this.$menu.find(".active").data("value");this.$element.data("active",e);if(this.autoSelect||e){var d=this.updater(e);if(!d){d=""}if(this.changeInputOnSelect){this.$element.val(this.displayText(d)||d).text(this.displayText(d)||d).change()}if(this.followLinkOnSelect&&this.itemLink(e)){if(this.openLinkInNewTab){window.open(this.itemLink(e),"_blank")}else{document.location=this.itemLink(e)}this.afterSelect(d)}else{if(this.followLinkOnSelect&&!this.itemLink(e)){this.afterEmptySelect(d)}else{this.afterSelect(d)}}}else{this.afterEmptySelect()}return this.hide()},updater:function(d){return d},setSource:function(d){this.source=d},show:function(){var k=b.extend({},this.$element.position(),{height:this.$element[0].offsetHeight});var h=typeof this.options.scrollHeight=="function"?this.options.scrollHeight.call():this.options.scrollHeight;var g;if(this.shown){g=this.$menu}else{if(this.$appendTo){g=this.$menu.appendTo(this.$appendTo);this.hasSameParent=this.$appendTo.is(this.$element.parent())}else{g=this.$menu.insertAfter(this.$element);this.hasSameParent=true}}if(!this.hasSameParent){g.css("position","fixed");var j=this.$element.offset();k.top=j.top;k.left=j.left}var e=b(g).parent().hasClass("dropup");var d=e?"auto":(k.top+k.height+h);var f=b(g).hasClass("dropdown-menu-right");var i=f?"auto":k.left;g.css({top:d,left:i}).show();i (…)
/template/vector/static/css/
H A Dprint.css71 line-height: 1.2em;
/template/monobook/static/css/
H A Dprint.css87 line-height: 1.2em;
/template/khum1/css/
H A D_edit.less97 min-height: 70vh;
/template/starterbootstrap/
H A DREADME.markdown34 setting the vertical padding and height of the logo image. By default, the
/template/congrid/
H A Dstyle.ini99 __logo_height__ = 64px ; @ini_logo_height: height of the logo
/template/templar/less/
H A Dresponsive-767px-max.less131 line-height: @baseLineHeight;
/template/kiwiki/css/
H A Dbasic.css152 height: auto;
/template/argon-alt/assets/css/
H A Dfont-awesome.css27 line-height: 0.75em;
194 height: 2em;
195 line-height: 2em;
208 line-height: inherit;
421 .fa-text-height:before {
3035 height: 1px;
3047 height: auto;
/template/parallax/lib/css/
H A Dfont-awesome.min.css4height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.f…

1...<<919293949596979899100>>...105