Home
last modified time | relevance | path

Searched refs:style (Results 276 – 300 of 2224) sorted by relevance

1...<<11121314151617181920>>...89

/plugin/searchtablejs/
H A Dscript.js22 table.rows[r].style.display = '';
23 else table.rows[r].style.display = 'none';
42 table.rows[r].style.display = displayStyle;
56 table.rows[r].style.display = displayStyle;
/plugin/solr/
H A Dscript.js21 outObj.style.display = 'none';
31 outObj.style.display = 'block';
42 addEvent(outObj, 'click', function () {outObj.style.display = 'none'; });
/plugin/odt/ODT/
H A DODTDefaultStyles.php143 * @param string $style
146 public function getStyleName($style) { argument
147 switch ($style) {
H A DODTFrame.php301 …$style = '<style:style style:name="'.$style_name.'_text_frame" style:family="graphic" style:paren…
302 $style .= '<style:graphic-properties ';
306 $style .= $odtName.'="'.$properties [$name].'" ';
309 $style .= '>';
310 $style .= '</style:graphic-properties>';
311 $style .= '</style:style>';
315 $style_obj = ODTUnknownStyle::importODTStyle($style);
/plugin/itrackviewer/
H A Dsyntax.php156 ' style="width:'.$param['width'].'; height: '.$param['height'].';">'.$param['alt'].'</iframe>';
183 …$txt = '<div style="margin-top:2px;margin-bottom:2px;width:'.$w_width.'px;font-family:Arial,Helvet…
185style="color:#6db466; text-decoration:underline;" href="http://www.'.$webSpace.'.net/route/'.$para…
200 …$inigma = '<img border="0" style="vertical-align:top;" src="http://encode.i-nigma.com/QRCode/img.p…
201 …$qrcode = '<img border="0" style="vertical-align:top;" src="http://qrcode.kaywa.com/img.php?d=http…
/plugin/aichat/script/
H A DAIChatButton.js71 const style = document.createElement('style');
72 style.textContent = `
138 return style;
/plugin/s5/ui/pixel/
H A Dpretty.css15 blockquote, q {font-style: italic;}
18 blockquote i {font-style: normal;}
19 …b {display: block; margin-top: 0.5em; font-weight: normal; font-size: smaller; font-style: normal;}
20 blockquote b i {font-style: italic;}
30 ul {margin-right: 7%; margin-left: 50px; list-style: square;}
33 ul ul li {margin: .2em; font-size: 85%; list-style: square;}
41 #footer h2 {font-style: italic;}
78 ul.urls {list-style: none; display: inline; margin: 0;}
/plugin/s5/ui/flower/
H A Dpretty.css15 blockquote, q {font-style: italic;}
18 blockquote i {font-style: normal;}
19 …b {display: block; margin-top: 0.5em; font-weight: normal; font-size: smaller; font-style: normal;}
20 blockquote b i {font-style: italic;}
30 ul {margin-right: 7%; margin-left: 50px; padding: 0; list-style: circle;}
33 ul ul li {margin: .2em; font-size: 85%; list-style: disc;}
42 #footer h2 {font-style: italic;}
81 ul.urls {list-style: none; display: inline; margin: 0;}
/plugin/s5/ui/default/
H A Dpretty.css11 blockquote, q {font-style: italic;}
14 blockquote i {font-style: normal;}
15 …b {display: block; margin-top: 0.5em; font-weight: normal; font-size: smaller; font-style: normal;}
16 blockquote b i {font-style: italic;}
26 .slide ul {margin-left: 5%; margin-right: 7%; list-style: disc;}
29 .slide ul ul li {margin: .2em; font-size: 85%; list-style: square;}
38 #footer h2 {font-style: italic;}
71 ul.urls {list-style: none; display: inline; margin: 0;}
H A Diepngfix.htc18 } else if (s) style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="'+m+'")';
30 } else if (style.backgroundImage) {
31 if (style.backgroundImage.match(/^url[("']+(.*\.png)[)"']+$/i)) {
33 style.backgroundImage = '';
/plugin/tooltip/
H A DChangeLog18 * style.css: (update) set "div.dokuwiki" specifiers to all CSS styles.
19 * style.css: (add) added "winlike" style.
20 * style.css: (bug) solved CSS issue that made boxes transparent in lists
37 * style.css: modified default styles to use Opera-like tooltip outlines.
/plugin/diagramsnet/lib/math/config/
H A DAccessible-full.js65style){f=e.style.cssText}c+='"'+this.quoteHTML(f)+'"'}}c+=">";if(e.outerHTML!=null&&e.outerHTML.ma…
66style:{display:"inline-block",width:0,height:0,position:"relative"}},[["span",{className:"MathJax_…
67style:{visibility:"hidden",fontSize:this.settings.zscale}},[["span",{style:{display:"inline-block"…
68style.width=(v.offsetWidth+2)+"px"}var H=M.pageX,F=M.pageY;var u=document.body.getBoundingClientRe… class in AnonymousFunction50bd3fb87d00.u
71style:{"font-size":"90%","text-align":"left",color:"black",padding:"1px 3px",border:"1px solid"}})…
77style.cssText=(o.getAttribute("style")||"");if(n.style.padding===""&&(n.style[m]||"")===""){n.styl…
78style:{position:"absolute",width:0,height:0,overflow:"hidden",padding:0,border:0,margin:0}},[["div…
79style.width="100%"}if(Q.isEmbellished()){aE=Q.CoreMO();var aV=aE.Get("minsize",true);if(aV){var aO…
80style:{width:"5in"}});this.pxPerInch=n.offsetWidth/5;n.parentNode.removeChild(n);return i.Styles(t…
81 …Node.insertBefore(i,h.script);h.script.MathJax.preview=i}i.innerHTML="";i.style.color=(a?"black":"…
[all …]
/plugin/googlemap3/
H A Dsyntax.php68 $style = "style='$style'";
96 return array($style, $js);
102 list($style, $param) = $data;
106 <div class='googlemap3' $style>
/plugin/yearbox/
H A Dstyle.less11 border-style: solid solid solid solid;
27 border-style: solid solid solid solid;
47 border-style: solid solid solid solid;
71 border-style: none none solid none;
/plugin/typography/helper/
H A Dparser.php102 * @param string $style style attribute of an element
106 public function parse_inlineCSS($style, $filter=true) argument
108 if (empty($style)) return array();
116 $tokens = explode(';', $style);
/plugin/adhoctags/images/
H A Dabbr.svg1 <svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M6.672,15.221l-1.157,0l-0.462,-1.459l-2.115,0l-0.437,1.459l-1.134,0l2.058,-6.442l1.129,-0l2.118,6.442Zm-1.963,-2.549l-0.729,-2.39l-0.716,2.39l1.445,0Z" style="fill:#37474F;"/><path d="M7.23,8.779l2.116,-0c0.577,-0 0.984,0.053 1.218,0.158c0.235,0.105 0.433,0.292 0.594,0.558c0.161,0.267 0.242,0.568 0.242,0.905c0,0.311 -0.069,0.591 -0.207,0.842c-0.139,0.25 -0.318,0.436 -0.539,0.556c0.313,0.111 0.558,0.302 0.736,0.571c0.177,0.27 0.265,0.598 0.265,0.985c0,0.468 -0.113,0.865 -0.338,1.188c-0.226,0.324 -0.493,0.524 -0.8,0.6c-0.214,0.053 -0.711,0.079 -1.49,0.079l-1.797,0l-0,-6.442Zm1.063,1.072l0,1.49l0.703,-0c0.422,-0 0.683,-0.008 0.783,-0.022c0.181,-0.029 0.323,-0.106 0.426,-0.231c0.102,-0.124 0.154,-0.294 0.154,-0.507c-0,-0.191 -0.042,-0.345 -0.126,-0.464c-0.083,-0.119 -0.184,-0.193 -0.303,-0.222c-0.118,-0.029 -0.459,-0.044 -1.022,-0.044l-0.615,0Zm0,2.562l0,1.718l0.991,0c0.434,0 0.713,-0.022 0.836,-0.068c0.124,-0.045 0.227,-0.134 0.311,-0.267c0.084,-0.133 0.125,-0.302 0.125,-0.506c0,-0.211 -0.044,-0.384 -0.134,-0.52c-0.089,-0.136 -0.208,-0.229 -0.357,-0.28c-0.148,-0.051 -0.451,-0.077 -0.909,-0.077l-0.863,0Z" style="fill:#37474F;"/><path d="M12.556,8.779l2.116,-0c0.578,-0 0.984,0.053 1.218,0.158c0.235,0.105 0.433,0.292 0.594,0.558c0.162,0.267 0.242,0.568 0.242,0.905c0,0.311 -0.069,0.591 -0.207,0.842c-0.138,0.25 -0.318,0.436 -0.539,0.556c0.314,0.111 0.559,0.302 0.736,0.571c0.177,0.27 0.265,0.598 0.265,0.985c0,0.468 -0.113,0.865 -0.338,1.188c-0.226,0.324 -0.492,0.524 -0.8,0.6c-0.214,0.053 -0.71,0.079 -1.49,0.079l-1.797,0l-0,-6.442Zm1.063,1.072l0,1.49l0.704,-0c0.421,-0 0.682,-0.008 0.782,-0.022c0.181,-0.029 0.323,-0.106 0.426,-0.231c0.103,-0.124 0.154,-0.294 0.154,-0.507c-0,-0.191 -0.042,-0.345 -0.125,-0.464c-0.084,-0.119 -0.185,-0.193 -0.304,-0.222c-0.118,-0.029 -0.459,-0.044 -1.021,-0.044l-0.616,0Zm0,2.562l0,1.718l0.991,0c0.434,0 0.713,-0.022 0.837,-0.068c0.123,-0.045 0.226,-0.134 0.31,-0.267c0.084,-0.133 0.126,-0.302 0.126,-0.506c-0,-0.211 -0.045,-0.384 -0.135,-0.52c-0.089,-0.136 -0.208,-0.229 -0.356,-0.28c-0.149,-0.051 -0.452,-0.077 -0.91,-0.077l-0.863,0Z" style="fill:#37474F"/><path d="M17.886,15.221l0,-6.442l2.246,-0c0.574,-0 0.984,0.058 1.231,0.173c0.246,0.116 0.448,0.317 0.606,0.602c0.158,0.286 0.237,0.628 0.237,1.027c0,0.503 -0.121,0.909 -0.362,1.217c-0.242,0.307 -0.585,0.501 -1.031,0.58c0.229,0.164 0.418,0.343 0.567,0.538c0.15,0.195 0.353,0.544 0.611,1.048l0.642,1.257l-1.273,0l-0.772,-1.402c-0.277,-0.507 -0.466,-0.824 -0.566,-0.951c-0.099,-0.128 -0.205,-0.215 -0.316,-0.264c-0.112,-0.048 -0.29,-0.072 -0.536,-0.072l-0.22,-0l-0,2.689l-1.064,0Zm1.064,-3.718l0.791,0c0.483,0 0.791,-0.021 0.923,-0.063c0.132,-0.043 0.239,-0.128 0.321,-0.257c0.082,-0.129 0.123,-0.301 0.123,-0.515c-0,-0.205 -0.041,-0.369 -0.123,-0.494c-0.082,-0.124 -0.194,-0.21 -0.334,-0.257c-0.1,-0.032 -0.389,-0.048 -0.866,-0.048l-0.835,-0l-0,1.634Z" style="fill:#37474F;"/></svg
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css84 font-style: italic;
157 list-style: disc outside;
160 list-style: decimal outside;
163 list-style-type: lower-alpha;
166 list-style-type: upper-roman;
245 font-style: italic;
271 border-style: solid;
281 font-style: normal;
290 font-style: italic;
445 font-style: italic;
[all …]
/plugin/navi/
H A Dstyle.less4 …list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAAA1BMVE…
8 …list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVE…
12 …list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJAQMAAADAY3TdAAAABlBMVE…
/plugin/s5reloaded/ui/graphic_support/
H A Diepngfix.htc18 } else if (s) style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="'+m+'")';
30 } else if (style.backgroundImage) {
31 if (style.backgroundImage.match(/^url[("']+(.*\.png)[)"']+$/i)) {
33 style.backgroundImage = '';
/plugin/googlemaps/syntax/
H A Dgooglemap.php64 $style = "style='$style'";
92 return array($style, $js);
100 list($style, $param) = $data;
111 <div class='googlemap' $style>
/plugin/usersubscriptions/
H A Dstyle.css22 font-style: italic;
34 font-style: italic;
38 font-style: italic;
55 font-style: normal;
/plugin/s5reloaded/ui/thesis/
H A Diepngfix.htc18 } else if (s) style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="'+m+'")';
30 } else if (style.backgroundImage) {
31 if (style.backgroundImage.match(/^url[("']+(.*\.png)[)"']+$/i)) {
33 style.backgroundImage = '';
/plugin/s5/ui/dokuwiki/
H A Diepngfix.htc18 } else if (s) style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="'+m+'")';
30 } else if (style.backgroundImage) {
31 if (style.backgroundImage.match(/^url[("']+(.*\.png)[)"']+$/i)) {
33 style.backgroundImage = '';
/plugin/mikioplugin/
H A Daction.php107 foreach ($stylesheets as $style) {
108 if (strtolower(substr($style, -5)) == '.less') {
109 $less[] = $style;
115 'href' => $style

1...<<11121314151617181920>>...89