Home
last modified time | relevance | path

Searched refs:width (Results 3226 – 3250 of 3734) sorted by path

1...<<121122123124125126127128129130>>...150

/plugin/s5/ui/blue/
H A Dpretty.css52 top: 1em; width: 80%;
61 width: 50%; height: 100%;
65 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
81 margin: 0 auto; width: 75%; text-align: center;
/plugin/s5/ui/default/
H A Dframing.css8 div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
11 .slide {top: 0; width: 92%; padding: 3.5em 4% 4%; z-index: 2; list-style: none;}
12 div#controls {left: 50%; bottom: 0; width: 50%; z-index: 100;}
13 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
15 #currentSlide {position: absolute; width: 10%; left: 45%; bottom: 1em; z-index: 10;}
H A Doutline.css15 #toggle {border: 1px solid; border-width: 0 0 1px 1px; background: #FFF;}
H A Dpretty.css49 width: 50%;
53 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
/plugin/s5/ui/dokuwiki/
H A Dframing.css8 div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
11 .slide {top: 0; width: 92%; padding: 3.5em 4% 4%; z-index: 2; list-style: none;}
12 div#controls {left: 50%; bottom: 0; width: 50%; z-index: 100;}
13 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
15 #currentSlide {position: absolute; width: 10%; left: 45%; bottom: 1em; z-index: 10;}
H A Doutline.css15 #toggle {border: 1px solid; border-width: 0 0 1px 1px; background: #FFF;}
H A Dpretty.css48 width: 50%;
52 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
/plugin/s5/ui/flower/
H A Dframing.css6 div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
9 div.slide {top: 0; width: 92%; padding: 3.5em 4% 4%;}
10 /*div#controls {left: 50%; top: 0; width: 50%; height: 100%;}
14 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
16 div#currentSlide {position: absolute; left: -500px; bottom: 1em; width: 130px; z-index: 10;}
H A Dpretty.css58 width: 50%; height: 100%;
62 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
/plugin/s5/ui/i18n/
H A Dframing.css6 div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
8 div#footer {top: auto; bottom: 0; width: 100%; z-index: 5;}
9 .slide {top: 0; width: 88%; padding: 1em 7% 2em 5%; z-index: 2;}
11 div#controls {bottom: 1em; left: 0; width: 100%; text-align: center; z-index: 1000;}
15 width: 100%; text-align: center;}
/plugin/s5/ui/pixel/
H A Dframing.css6 div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
9 div.slide {top: 0; width: 92%; padding: 3.5em 4% 4%;}
10 /*div#controls {left: 50%; top: 0; width: 50%; height: 100%;}
14 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
16 div#currentSlide {position: absolute; left: -500px; bottom: 1em; width: 130px; z-index: 10;}
H A Dpretty.css54 width: 50%; height: 100%;
58 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
/plugin/s5/ui/yatil/
H A Dframing.css6 div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
9 div.slide {top: 0; width: 92%; padding: 3.5em 4% 4%;}
10 div#controls {left: 50%; top: 0; width: 50%; height: 100%;}
13 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
15 #currentSlide {position: absolute; width: 10%; left: 45%; bottom: 1em; z-index: 10;}
H A Dpretty.css40 width: 80%;
74 width: 25%; height: 100%;
78 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
88 width: 35px; height: 35px;
125 width: 400px;
/plugin/s5reloaded/
H A Drenderer.php252 function _media ($src, $title=NULL, $align=NULL, $width=NULL, argument
281 $ret .= '<img src="'.ml($src,array('w'=>$width,'h'=>$height,'cache'=>$cache)).'"';
295 if ( !is_null($width) )
296 $ret .= ' width="'.$this->_xmlEntities($width).'"';
318 $ret .= html_flashobject(ml($src,array('cache'=>$cache)),$width,$height,
/plugin/s5reloaded/ui/audio_support/
H A Dsoundmanager2.js247 self.oMC.style.width = '1px';
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js375 … with(this._getWindowScroll(this.options.scroll)) { p = [ left, top, left+width, top+height ]; }
567 return { top: T, left: L, width: W, height: H };
H A Deffects.js458 if (this.options.scaleX) d.width = width.round() + 'px';
568 width: element.style.width, property in Effect.Puff.oldStyle
777 width: element.style.width, property in Effect.Grow.oldStyle
791 moveX = -dims.width;
801 moveX = -dims.width;
807 moveX = -dims.width / 2;
851 width: element.style.width, property in Effect.Shrink.oldStyle
862 moveX = dims.width;
870 moveX = dims.width;
874 moveX = dims.width / 2;
[all …]
H A Dprototype.js2117 return Element.getDimensions(element).width;
2234 return {width: element.offsetWidth, height: element.offsetHeight};
2249 return {width: originalWidth, height: originalHeight};
2328 var width = element.clientWidth; variable
2333 element._originalWidth = element.style.width;
2339 element.style.width = width + 'px';
2355 element.style.width = element._originalWidth;
2432 if (options.setWidth) element.style.width = source.offsetWidth + 'px';
2756 if(element.tagName.toUpperCase() == 'IMG' && element.width) {
2757 element.width++; element.width--;
[all …]
H A Dslider.js55 this.handles[0].style.width.replace(/px$/,""));
174 this.track.style.width.replace(/px$/,"")) - this.alignX);
196 span.style.width = this.translateToPx(range.end - range.start + this.range.start);
H A Dunittest.js33 this.mark.style.width = "5px";
/plugin/s5reloaded/ui/thesis/
H A Dframing.css8 div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
11 .slide {top: 0; width: 92%; padding: 3.5em 4% 4%; z-index: 2; list-style: none;}
12 div#controls {left: 50%; bottom: 0; width: 50%; z-index: 100;}
13 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
15 #currentSlide {position: absolute; width: 10%; left: 45%; bottom: 1em; z-index: 10;}
H A Doutline.css15 #toggle {border: 1px solid; border-width: 0 0 1px 1px; background: #FFF;}
H A Dpretty.css237 width:76px;
254 #currentSlide {position:absolute; left: 35%; text-align: right; top: 0.5%; font-size: 0.75em; width
332 width:49% !important;
338 width:49% !important;
347 width:100% !important;
437 div#controls {position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; font: bold 1…
440 #controls #controlForm {height: 32px; width: 100%; text-align: center; vertical-align: middle;}
442 #controls #navLinks ul {margin: 0 auto; padding: 0; height: 32px; width: 500px; white-space: nowrap…
445 #controls #navLinks ul li a {margin: 0; padding: 0; float: left; height: 32px; width: 32px; backgro…
495 #jumplist, #volumelist, #delaylist {padding: 0; margin: 0; width: 32px; height: 32px; cursor: n-res…
[all …]
H A Dprint.css20 width:100%;
28 width:100%;
143 max-width:100% !important;

1...<<121122123124125126127128129130>>...150