Home
last modified time | relevance | path

Searched refs:styles (Results 376 – 400 of 455) sorted by path

1...<<111213141516171819

/plugin/s5/ui/dokuwiki/
H A Dframing.css1 /* The following styles size, place, and layer the slide components.
H A Ds5-core.css1 /* Do not edit or override these styles! The system will likely break if you do. */
/plugin/s5/ui/flower/
H A Dframing.css1 /* The following styles size and place the slide components.
H A Dpretty.css3 /* Following are the presentation styles -- edit away!
H A Ds5-core.css1 /* Do not edit or override these styles! The system will likely break if you do. */
/plugin/s5/ui/i18n/
H A Dframing.css1 /* The following styles size and place the slide components.
H A Ds5-core.css1 /* Do not edit or override these styles! The system will likely break if you do. */
/plugin/s5/ui/pixel/
H A Dframing.css1 /* The following styles size and place the slide components.
H A Dpretty.css3 /* Following are the presentation styles -- edit away!
H A Ds5-core.css1 /* Do not edit or override these styles! The system will likely break if you do. */
/plugin/s5/ui/yatil/
H A Dframing.css1 /* The following styles size and place the slide components.
H A Dpretty.css1 /* Following are the presentation styles -- edit away!
H A Ds5-core.css1 /* Do not edit or override these styles! The system will likely break if you do. */
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js1087 return Element.CSS_PROPERTIES.inject({ }, function(styles, property) { argument
1088 styles[property] = css[property];
1089 return styles;
1095 var css = element.currentStyle, styles;
1096 styles = Element.CSS_PROPERTIES.inject({ }, function(results, property) {
1100 if (!styles.opacity) styles.opacity = element.getOpacity();
1101 return styles;
H A Dprototype.js2205 setStyle: function(element, styles) { argument
2208 if (Object.isString(styles)) {
2209 element.style.cssText += ';' + styles;
2210 return styles.include('opacity') ?
2211 element.setOpacity(styles.match(/opacity:\s*(\d?\.?\d*)/)[1]) : element;
2213 for (var property in styles)
2214 if (property == 'opacity') element.setOpacity(styles[property]);
2218 property] = styles[property];
/plugin/s5reloaded/ui/thesis/
H A Dframing.css1 /* The following styles size, place, and layer the slide components.
H A Dpretty.css1 /* Following are the presentation styles -- edit away! */
H A Ds5-core.css1 /* Do not edit or override these styles! The system will likely break if you do. */
H A Dwrap.css99 /* see styles for boxes and notes with icons in style.css */
130 /* see styles for highlighted text in style.css */
187 /* see styles for background colours and white font colour in style.css */
218 /* see rest of spoiler styles in style.css */
262 /* general styles for all note divs */
275 /* general styles for all note spans */
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/scrollticker/
H A Dstyle.css1 /* liScroll styles */
/plugin/securelogin/
H A Dstyle.css1 /* securelogin specific styles */
/plugin/semanticdata/
H A Dstyle.css47 /* default styles for the tag cloud */
66 /* default styles for the related mode */
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug.css707 * Timing info tip is reusing net timeline styles to display the same
709 * respect also loaded and fromCache styles that also modify the
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js1757 var styles = {};
1759 styles[styleNames[styleName]] = parseInt(style.getPropertyCSSValue(styleName).cssText) || 0;
1761 FBTrace.sysout("readBoxStyles ", styles);
1762 return styles;
24622 var formatStyles = function(styles) argument
24626 styles.replace(/([^\s]+)\s*:/g, function(m,g){return g.toLowerCase()+":";}) :
24628 styles;

1...<<111213141516171819