Home
last modified time | relevance | path

Searched refs:backgroundColor (Results 151 – 175 of 250) sorted by last modified time

12345678910

/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js1005 temp.style.backgroundColor = (gray) ?
1134 temp.style.backgroundColor = (idx % 2 == 0) ?
1276 temp.style.backgroundColor = (idx % 2 == 0) ?
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1backgroundColor) {\n if (this._backgroundColor === backgroundColor) {\n return;\…
H A Dbundle.js396backgroundColor:h},dark:{before:{border:"solid 0.1em #eee"}}},void 0,this._editor),n[f]=!0,t.push(…
426backgroundColor:"background-color:{0};",outline:"outline:{0};",outlineColor:"outline-color:{0};",o…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396backgroundColor:h},dark:{before:{border:"solid 0.1em #eee"}}},void 0,this._editor),n[f]=!0,t.push(…
426backgroundColor:"background-color:{0};",outline:"outline:{0};",outlineColor:"outline-color:{0};",o…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js2722 this.document.body.style.backgroundColor="transparent"
2734 this.document.body.style.backgroundColor="#fff"
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js508 backgroundColor: "#000000", // To define the jPlayer div and Flash background color.
1113 '<param name="bgcolor" value="' + this.options.backgroundColor + '" />',
1139 createParam(htmlObj, "bgcolor", this.options.backgroundColor);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2 …reate canvas: "+[errorInfo,e]);return null}if(useWebGL){canvas.style.backgroundColor="black"}if(se…
H A Dopus.js2 …reate canvas: "+[errorInfo,e]);return null}if(useWebGL){canvas.style.backgroundColor="black"}if(se…
H A Dogg.js2 …reate canvas: "+[errorInfo,e]);return null}if(useWebGL){canvas.style.backgroundColor="black"}if(se…
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js508 backgroundColor: "#000000", // To define the jPlayer div and Flash background color.
1113 '<param name="bgcolor" value="' + this.options.backgroundColor + '" />',
1139 createParam(htmlObj, "bgcolor", this.options.backgroundColor);
/plugin/jplayer/components/
H A Drequire-built.js2553 backgroundColor: "#000000", // To define the jPlayer div and Flash background color.
3158 '<param name="bgcolor" value="' + this.options.backgroundColor + '" />',
3184 createParam(htmlObj, "bgcolor", this.options.backgroundColor);
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as136 txLog.backgroundColor = 0xEEEEFF;
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js508 backgroundColor: "#000000", // To define the jPlayer div and Flash background color.
1113 '<param name="bgcolor" value="' + this.options.backgroundColor + '" />',
1139 createParam(htmlObj, "bgcolor", this.options.backgroundColor);
H A Djquery.jplayer.min.js2backgroundColor:"#000000",cssSelectorAncestor:"#jp_container_1",cssSelector:{videoPlay:".jp-video-… property in a.jPlayer.options
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js508 backgroundColor: "#000000", // To define the jPlayer div and Flash background color.
1113 '<param name="bgcolor" value="' + this.options.backgroundColor + '" />',
1139 createParam(htmlObj, "bgcolor", this.options.backgroundColor);
/plugin/issuelinks/script/
H A Dadmin_repo.js155 .animate({ backgroundColor: 'transparent' }, CHECK_IMPORT_STATUS_TIMEOUT / 2)
/plugin/revealjs/css/theme/source/
H A Dbeige.scss24 $backgroundColor: #f7f3de; variable
H A Dblack.scss19 $backgroundColor: #191919; variable
H A Dmoon.scss48 $backgroundColor: $base03; variable
H A Dnight.scss20 $backgroundColor: #111; variable
H A Dserif.scss23 $backgroundColor: #F0F1EB; variable
H A Dsky.scss27 $backgroundColor: #f7fbfc; variable
H A Dsolarized.scss49 $backgroundColor: $base3; variable
/plugin/revealjs/js/
H A Dreveal.js1167 element.style.backgroundColor = '';
1182 backgroundColor: slide.getAttribute( 'data-background-color' ), property in AnonymousFunctione17f777e0200.syncBackground.data
1202 …if( data.background || data.backgroundColor || data.backgroundImage || data.backgroundVideo || dat…
1208 data.backgroundColor +
1217 if( data.backgroundColor ) element.style.backgroundColor = data.backgroundColor;
1231 var contrastColor = data.backgroundColor;
1236 if( computedBackgroundStyle && computedBackgroundStyle.backgroundColor ) {
1237 contrastColor = computedBackgroundStyle.backgroundColor;
/plugin/revealjs/plugin/search/
H A Dsearch.js79 match.style.backgroundColor = wordColor[regs[0].toLowerCase()];

12345678910