Home
last modified time | relevance | path

Searched refs:color (Results 251 – 275 of 1682) sorted by last modified time

1...<<11121314151617181920>>...68

/plugin/odt/
H A Dstyle.css50 background-color: whitesmoke;
55 color: black;
59 color: red;
H A DChangeLog.txt32 * Fixed wrong handling of border-color, border-width and background-color
85 …* Bugfix: The function 'adjustValueForODT' did not convert the color name 'black' to '#000000'. Th…
105 and has it's own border color. Fixes issue "quote conversion #31".
117 … + A function which directly imports a CSS style (similar to HTML code like 'style="color:red;"')
156 * Added new file 'csscolors.php'. It is a helper class to convert CSS color names
157 into their corresponding color values. This might be needed by other plugins for ODT
158 rendering because ODT does not know CSS color names.
/plugin/keyboard/
H A Dall.css5 color: #333333;
6 background-color: white;
33 background-color: #f9f9f9;
/plugin/prosemirror/
H A Dstyle.less29 color: @ini_text;
38 color: greenyellow;
45 background-color: #e8f1fd;
84 background-color: rgba(200, 200, 255, 0.4);
130 background-color: white;
152 background-color: @ini_background_alt;
H A DcustomMenu.less28 color: @ini_text;
41 background-color: fade(@ini_border, 30%);
64 color: @ini_link;
77 color: @ini_border;
88 background-color: @ini_background;
/plugin/blogtng/
H A Dstyle.css188 color: __text_alt__;
/plugin/orphanmedia2/
H A Dstyle.css41 color: rgb(80,80,80);
/plugin/do/
H A Dstyle.less3 background-color: __background_alt__;
28 background-color: transparent;
34 background-color: __background__;
40 background-color: __background_alt__;
138 background-color: @ini_background;
/plugin/barcodes/lib/
H A DBarcodesWrapper.php75 $this->factory->setColor($this->attributes->color);
H A DColor.php31 public function __construct($color) argument
33 if (preg_match('/^#?([0-9a-f]{6})/i', $color, $matches)) {
39 throw new ParseError('Could not parse "' . $color . '" to a color');
/plugin/barcodes/
H A Dsyntax.php63 …$attributes->color = $barcode->attributes()['color'] ? Color::str2hex($barcode->attributes()['colo…
H A DCHANGELOG.md26 * Added `color` attribute
27 * Added `background-color` attribute
H A DREADME.md37color` | optional | optional | optional | Base color of the barc…
38color` | optional | optional | optional | Background color of the barcode. …
/plugin/snow/
H A Dscript.js10 snowStorm.snowColor = JSINFO.plugin.snow.color;
H A Dsnowstorm.js374 this.o.style.color = storm.snowColor;
/plugin/structgantt/meta/
H A DGantt.php22 /** @var int column number containing the color */
73 * Figure out which columns will be used for dates and color
243 * Get the color to use in this row
251 $color = $row[$this->colrefColor]->getValue();
253 if ($color == $conf['default']) return '';
254 return 'style="background-color:' . $color . '"';
/plugin/structgantt/
H A Dstyle.less6 background-color: @ini_text;
28 background-color: @ini_text;
29 color: @ini_background;
48 background-color: @ini_background_alt;
62 background-color: @ini_background;
/plugin/gitlabapi/
H A Dstyle.css2 background-color: #f7f7f7;
/plugin/edittable/less/
H A Deditor.less23 background-color: @ini_background_alt;
/plugin/edittable/lib/
H A Dhandsontable.full.js23943 …settings[position] && this.settings[position].color ? this.settings[position].color : settings.bor…
48182 color: '#5292F7',
48195 color: '#89AFF9',
48213 color: 'red'
H A Dhandsontable.less237 color: #222;
262 color: #000;
390 color: #000;
414 color: #777;
423 color: #777;
462 color: #999;
472 color: #EEE;
479 color: #777;
737 color: #222;
1107 color: #999;
[all …]
/plugin/blog/
H A Dstyle.css36 background-color: __border__;
/plugin/pubmed2020/
H A Dstyle.css93 color: #fff;
94 background-color: #2c3e50;
101 color: #fff;
102 background-color: #2c3e50;
/plugin/captcha/
H A Dstyle.css
H A DEasySVG.php28 $this->font->color = '';
77 * @param string $color
79 public function setFont($filepath, $size, $color)
83 $this->setFontColor($color);
97 * Set font color
98 * @param string $color
101 public function setFontColor($color)
103 $this->font->color = $color;
211 if ($this->font->color) {
80 setFont($filepath, $size, $color) global() argument
102 setFontColor($color) global() argument
[all...]

1...<<11121314151617181920>>...68