Home
last modified time | relevance | path

Searched refs:color (Results 1401 – 1425 of 1682) sorted by relevance

1...<<51525354555657585960>>...68

/plugin/wrapadd/
H A Dprint.css42 color: #c97500;
/plugin/barcodes/lib/
H A DBarcodesWrapper.php75 $this->factory->setColor($this->attributes->color);
/plugin/ckgdoku/ckeditor/plugins/scayt/dialogs/
H A Doptions.js18 …data.command+"Dic"),d=d.replace("%s",b.data.name),f.setText(d),a.css(f.$,{color:"blue"})):(""===b.…
19 …ata.command+"Dic"),d=d.replace("%s",b.data.name),f.setText(d)),a.css(f.$,{color:"red"}),null!=e.ge…
20 …ata.command+"Dic"),g=g.replace("%s",b.data.name),d.setText(g));a.css(d.$,{color:"red"});null!=e.ge…
24 …xt(b);k.setAttribute("for",e);d&&c.config.grayt_autoStartup&&k.setStyles({color:"#02b620"});f.appe…
/plugin/revealjs/
H A Dchangelog.md22 …- All possible HTML color names and codes are supported: `red`, `#f00`, `#ff0000`, `rgb(255,0,0)`,…
73 …eme solarized: the only change is the aligned background color, which match the background color o…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1color) {\n return {\n range: range,\n color: color,\n };\n …
/plugin/wysiwyg/fckeditor/editor/plugins/placeholder/
H A Dfckplugin.js49 span.style.color = '#000000' ;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less23 color: #000 !important;
37 border-color: #ccc !important;
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js2217 pageInfo.style.color = '#ffffff';
3513 function ChangeGridColor(ui, color) argument
3516 this.color = color;
3525 this.ui.setGridColor(this.color);
3526 this.color = temp;
3543 this.color = color;
3544 this.previousColor = color;
3566 this.color = this.previousColor;
3625 obj.previousColor = obj.color;
4427 var dlg = new ColorDialog(this, color || 'none', function(color) argument
[all …]
/plugin/advrack/
H A Djquery.qtip.js2150 css = this._invalidColour, color = [];
2153 color[0] = css(tip, BG_COLOR) || css(colorElem, BG_COLOR) || css(elements.content, BG_COLOR) ||
2157 color[1] = css(tip, borderSide, COLOR) || css(colorElem, borderSide, COLOR) ||
2163 return color;
2255 color, precedance, context,
2282 color = this.color = this._parseColours(corner);
2285 if(color[1] !== TRANSPARENT) {
2290 if(options.border && border < 1 && !INVALID.test(color[1])) { color[0] = color[1]; }
2338 context.fillStyle = color[1];
2344 context.fillStyle = color[0];
[all …]
/plugin/indexmenu2/cms/templates/DropdownSlide/
H A Dmenu.css61 color: #000;
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01_mx.cfm44 …<cfoutput><br><em style="color: red;">This sample works only with a ColdFusion MX server and highe…
/plugin/tagging/less/
H A Deditable.less65 color: #ff0000;
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js522 var toHex = function (color) { argument
538 bod.style.color = Str(color).replace(trim, E);
552 i.style.color = color;
556 return toHex(color);
622 R.color = function (clr) {
2116 if (dot.color.error) {
2120 dot.color = dot.color.hex;
3803 color: glow.color || "#000" property in AnonymousFunction19fc41e69400.s
3812 stroke: s.color,
4227 upto255 = function (color) { argument
[all …]
/plugin/tablelayout/
H A Dyarn.lock56 color-convert "^1.9.0"
277 supports-color "^2.0.0"
285 supports-color "^5.3.0"
343 color-convert@^1.9.0:
345 …resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.1.tgz#c1261107aeb2f294ebf…
347 color-name "^1.1.1"
349 color-name@^1.1.1:
351 …resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328…
2322 supports-color@^2.0.0:
2324 …resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa…
[all …]
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt50 color: gray;
58 color: blue;
62 color: green;
189 hexcolor hex color (#FFFFFF) within a value
/plugin/flowplay/flowplayer/
H A DREADME.txt38 - The color of the progress bar is now gray by default (more neutral). The
39 color can be customized by parameters.
58 - Removed the blue the background color of the player. The light blue color
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/skin/
H A Dcircle.player.css19 -webkit-tap-highlight-color:rgba(0,0,0,0);
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt62 [[data:type:color:|Color]]
/plugin/davcard/
H A Dstyle.css29 background-color: __background__;
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmenclose.js19 …ation","thickness","padding","mathcolor","color");if(g.color&&!this.mathcolor){g.mathcolor=g.color
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmenclose.js19color&&!this.mathcolor){j.mathcolor=j.color}if(j.thickness==null){j.thickness=".075em"}if(j.paddin…
/plugin/odt/ODT/
H A DODTUtility.php441 $color = csscolors::getColorValue ($part);
442 if ( $part == 'black' || $color != '#000000' ) {
443 $part = $color;
/plugin/authgoogle/google/contrib/
H A DGoogle_AdSenseService.php1431 public $color; variable in Google_AdUnitContentAdsSettingsBackupOption
1434 public function setColor( $color) { argument
1435 $this->color = $color;
1438 return $this->color;
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2color=i&&i.isColor?i:new Ve,this.vertexColors=Array.isArray(i)?i:[],this.materialIndex=void 0!==a?… property in Ui.case
/plugin/diagramsnet/lib/math/extensions/
H A DMathMenu.js19color:"black",cursor:"default","font-family":"message-box","font-size":"120%","font-style":"normal…

1...<<51525354555657585960>>...68