Home
last modified time | relevance | path

Searched refs:backgroundColor (Results 26 – 50 of 250) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DChartSpec.php101 public function setBackgroundColor(Color $backgroundColor) argument
103 $this->backgroundColor = $backgroundColor;
110 return $this->backgroundColor;
/plugin/revealjs/css/theme/template/
H A Dsettings.scss5 $backgroundColor: #2b2b2b; variable
44 background: $backgroundColor;
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DPng.php37 $backgroundColor = imagecolorallocate($im, $background[0], $background[1], $background[2]);
38 imagefilledrectangle($im, 0, 0, $size, $size, $backgroundColor);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreative.php72 public $backgroundColor; variable in Google\\Service\\Dfareporting\\Creative
415 public function setBackgroundColor($backgroundColor) argument
417 $this->backgroundColor = $backgroundColor;
424 return $this->backgroundColor;
/plugin/orgapp/editor/
H A Dsample.txt2 …<organigram layout="top" mode="min" compact="false" backgroundColor="#eee8f7" boxBackgroundColor="…
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php94 $backgroundColor = $background[self::BACKGROUND_COLOR] ?? null;
95 if ($backgroundColor !== null) {
96 $tagAttributes->addComponentAttributeValueIfNotEmpty(self::BACKGROUND_COLOR, $backgroundColor);
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js1backgroundColor=r.get(E)}A.enableButton("ok");A.selectPage("general");k(A)};var n=function(z){r.sa…
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js1backgroundColor=r.get(E)}A.enableButton("ok");A.selectPage("general");k(A)};var n=function(z){r.sa…
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js387 styleElement.style.backgroundColor = styleElement.jscStyle.backgroundColor;
394 styleElement.style.backgroundColor = styleElement.jscStyle.backgroundColor;
416 styleElement.style.backgroundColor =
746 seg[i].style.backgroundColor = 'rgb('+
769 seg[i].style.backgroundColor = 'rgb('+
888 backgroundColor : styleElement.style.backgroundColor, property in styleElement.jscStyle
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DwordWindow.js94 word.style.backgroundColor = this.checkWordBgColor;
104 word.style.backgroundColor = this.normWordBgColor;
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DwordWindow.js94 word.style.backgroundColor = this.checkWordBgColor;
104 word.style.backgroundColor = this.normWordBgColor;
/plugin/colorpicker/
H A Dscript.js42 backgroundColor: fgbg[1] ? fgbg[1] : '#ffffff'
/plugin/revealjs/css/theme/source/
H A Dnight.scss20 $backgroundColor: #111; variable
H A Dserif.scss23 $backgroundColor: #F0F1EB; variable
H A Dbeige.scss24 $backgroundColor: #f7f3de; variable
H A Dsky.scss27 $backgroundColor: #f7fbfc; variable
H A Dblack.scss19 $backgroundColor: #191919; variable
H A Dmoon.scss48 $backgroundColor: $base03; variable
H A Dwhite.scss19 $backgroundColor: #fff; variable
H A Dsolarized.scss49 $backgroundColor: $base3; variable
H A Dsimple.scss29 $backgroundColor: #fff; variable
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js426 styleElement.style.backgroundColor = styleElement.jscStyle.backgroundColor;
433 styleElement.style.backgroundColor = styleElement.jscStyle.backgroundColor;
455 styleElement.style.backgroundColor =
838 seg[i].style.backgroundColor = 'rgb('+
861 seg[i].style.backgroundColor = 'rgb('+
992 backgroundColor : styleElement.style.backgroundColor, property in styleElement.jscStyle
/plugin/cellbg/
H A Dscript.js54 btn.style.backgroundColor = value;
/plugin/cellbg2/
H A Dscript.js54 btn.style.backgroundColor = value;
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.css.js5 …teElement('span');sampleColour.className='sample';sampleColour.style.backgroundColor=text;sampleCo…

12345678910