Home
last modified time | relevance | path

Searched refs:width (Results 3601 – 3625 of 3734) sorted by last modified time

1...<<141142143144145146147148149150

/plugin/sidebar/
H A Dstyle.css11 width:20%;
20 width: 100%;
35 width: 78%;
41 width:77%; /* also see IE Win fix below */
48 width:77%;
164 * html pre {width:95%;} /* General Dokuwiki fix - very important for Sidebar. IE needs th…
169width: 77%; /* IE needs extra gap to ensure #sidebar & .page float next to each …
/plugin/jalbum/
H A Dstyle.css12 border-right-width:8px;
15 border-bottom-width:8px;
18 border-left-width:8px;
21 border-top-width:8px;
/plugin/bahnde/
H A Dsyntax.php131 …_PROVIDER__IMG.gif'".');background-repeat:no-repeat;background-position:bottom left;width=200px">';
H A Dstyle.css5 .switch {width:23px;height:20px;position:absolute;}
/plugin/zul/syntax/
H A Dzirkelundlineal.php146 $width = $data['width'];
197 ' width="'.$width.'" height="'.$height.'">';
/plugin/svgimg2/
H A Dhelper.php34 $width = intval($data['width']);
42 $width = empty( $width ) ? '' : ' -w' . intval($width);
48 $width,
57 if ( !empty($width) ) $param .= intval($width);
58 if ( !empty($width) && !empty($data['height']) ) $param .= 'x';
72 $width = empty( $width ) ? '' : ' -w ' . intval($width);
76 $width,
/plugin/tbt/
H A Dstyle.css5 border-width:2px !important;
/plugin/offline/ui/dokuwiki/
H A Dscreen.css1width:25%;height:300px;float:left;overflow:auto;border:1px solid #8cacbb;text-align:left;}div#acl_…
/plugin/charter/
H A Dhelper.php70 'size', // size of the image, format 'width'x'height'
H A Dsyntax.php92 …= '<img src="'.ml($mediaid, 'cache=nocache').'" alt="'.$flags['title'].'" width="'.$flags['size'][…
/plugin/syntaxhighlighter/Styles/
H A DSyntaxHighlighter.css6 width: 99%;
82 width: 100%;
172 .dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, …
178 …na, Arial, sans-serif !important; background-color: #ECEADB; color: #333; width: 60px; height: 22p…
/plugin/boxwh/boxwh/
H A Dprint.css5 width: 50%;
16 .xb2, .xb3, .xb4 {border-width:0 1px;}
17 .xb1 {height: 0; margin:0 5px; border-width:1px 0 0 0;}
18 .xb2 {margin:0 3px; border-width:0 2px;}
26 div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
41 border-width: 1px;
151 * html div.box.round .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px;…
/plugin/googlemaps/syntax/
H A Dgooglemap.php61 if ($gmap['width'] || $gmap['height']) {
62 $style = $gmap['width'] ? 'width: '.$gmap['width'].";" : "";
/plugin/source/
H A Dstyle.css11 width: 92%;
/plugin/googlemaps/
H A Dstyle.css3 width: 400px;
/plugin/routeplaner/
H A Dstyle.css6 /* width:autopx;*/
16 width:5px;
42 .resulttable{width:100%;margin:0px 0px;}
/plugin/snap/
H A Dhelper.php74 var $width=false; variable in helper_plugin_snap
136 $this->width=false;
189 $this->width=$larg;
223 $this->width=false;
H A Dsyntax.php.ori66 //Proportions width/height of the snap
/plugin/code2/
H A Dsyntax_plugin_code.css28 max-width: 99%;
/plugin/superacl/
H A Dstyle.css4 width: 25%;
33 width: 73%;
40 width: 90%;
50 width: 100%;
86 width: 80%;
/plugin/weiqi/
H A Dweiqi_parser.php144 $width = $attributes['advanced']?($line_length/2):$line_length;
146 return array($attributes, $caption, $board, $width, $height, $str);
184 for($x=1;$x<=$width;$x++) {
197 …$wout .= '<td colspan="'.$width.'">'.$this->img($goban.'_u', ' ', $w1*$width, $w2).'</td>';// top …
225 $wout .= '<td colspan="'.$width.'">'.$this->img($goban.'_d', ' ', $w1*$width, $w2).'</td>';
234 for($x=1;$x<=$width;$x++) {
251 function weiqi_code($str, $x, $y, $width, $height) { argument
260 if ( $x==$width && $y==1 ) return 'ur';
263 if ( $x==$width && $y==$height ) return 'dr';
269 if ( $x==$width ) return 'er';
[all …]
/plugin/vote/
H A Dstyle.css14 width: 200px;
25 width: 65%;
/plugin/complex_lists/complex_lists/
H A Dstyle.css21 width: 5ex;
/plugin/tip/
H A Dstyle.css4 …peat:no-repeat;background-position:1px 1px;min-height:28px;min-width:25%;width:auto;max-width:31%;}
5 …y .tipru,* html body .tipruh,* html body .tiprui,* html body .tiprun,* html body .tiprw{width:30%;}
7 …cuw{margin-left:auto;margin-right:auto;padding-top:1ex;text-align:center;width:auto;max-width:62%;}
8 … .tipcu,* html body .tipcuh,* html body .tipcui,* html body .tipcun,* html body .tipcuw{width:62%;}
H A Dsyntax_plugin_tip.css28 min-width: 25%; /* dito */
29 width: auto;
30 max-width: 31%; /* dito */
64 width: 30%;
93 width: auto;
94 max-width: 62%; /* not supported by M$IE */
112 width: 62%;
281 padding-left: 28px; /* Image width plus 4px margin */

1...<<141142143144145146147148149150