Home
last modified time | relevance | path

Searched refs:color (Results 701 – 725 of 1682) sorted by relevance

1...<<21222324252627282930>>...68

/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshThemeEclipse.scss1 // Eclipse IDE SyntaxHighlighter color theme
40 color: #3f7f7f !important;
42 .color1, .color1 a { color: #7f007f !important; }
45 color: #2a00ff !important;
/plugin/webcode/
H A DwebCodeConsole.css14 color: #333333;
18 background-color: #E8E8E8;
41 background-color: #f9f9f9;
45 background-color: #d8d7d7;
/plugin/indexmenu2/cms/templates/ClassicVertical/CssHover/
H A Ddesign.css32 color: gray;
36 border-color: gray;
37 background-color: #bbb7c7;
38 color: black;
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dfolder.svg1color="#98cbff" stop-opacity=".945"/><stop offset="1" stop-color="#0d6fff" stop-opacity=".935"/></…
/plugin/linksuggest/
H A Dstyle.css11 background-color: white;
29 color: #000;
33 color: #000;
43 background-color: rgb(110, 183, 219);
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc212 bgColorStyle = element.getStyle( 'background-color' );
220 selectedCell.setStyle( 'background-color', this.getValue() );
222 selectedCell.removeStyle( 'background-color' );
238 editor.getColorFromDialog( function( color ) {
239 if ( color )
240 this.getDialog().getContentElement( 'info', 'bgColor' ).setValue( color );
261 borderColorStyle = element.getStyle( 'border-color' );
268 selectedCell.setStyle( 'border-color', this.getValue() );
270 selectedCell.removeStyle( 'border-color' );
288 editor.getColorFromDialog( function( color ) {
[all …]
/plugin/farm/
H A Dstyle.css33 color: black;
52 background-color: #e0e0e0;
65 background-color: #f0f0f0;
69 background-color: white;
84 color: gray;
112 color: #ccc;
113 border-color: #ccc;
186 color: #0f0f0f;
228 background-color: silver;
255 background-color: #f0f0f0;
[all …]
/plugin/indexmenu/images/doku2/
H A Dstyle.css10 color: #2B73B7;
16 /* background-color: transparent; */
17 background-color: __highlight__;
/plugin/ol3/
H A Dstyle.css1color:#eee;font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .…
/plugin/highlightjs/highlight/styles/
H A Dschool_book.css10 color: #CCC; background: transparent;
31 color:#005599;
37 color: #3E5915;
67 color: #2C009F;
79 color: #E60415;
/plugin/animation/styles/
H A Dscianimator.dark.css13 color: #ccc;
20 background-color: #333;
21 border-color: #666;
22 color: #ccc;
42 color: #fff;
H A Dscianimator.light.css13 color: #555;
20 background-color: #ddd;
21 border-color: #999;
22 color: #555;
42 color: #fff;
/plugin/linkback/
H A Dstyle.css3 background-color: __background_alt__;
20 color: __text_neu__;
66 color: __text__;
67 background-color: __background__;
90 color: __text_neu__;
/plugin/gcalendar/user/
H A Dbackground.css18 .Red {background-color: #FAA }
19 .Green {background-color: #90EE90; }
21 background-color: #ADD8E6;
/plugin/batchedit/
H A Dinterface.css7 color: var(--batchedit-text);
8 background-color: var(--batchedit-background);
77 background-color: var(--batchedit-background);
89 color: var(--batchedit-link);
111 background-color: var(--batchedit-background-alt);
152 background-color: #ff9;
156 background-color: #ff9;
160 background-color: #6f9;
237 background-color: var(--batchedit-background-alt);
265 background-color
[all...]
/plugin/pagequery/
H A Dstyle.css4 border-color:#D7D5D4;
33 background-color:white;
34 border-color:#D7D5D4;
86 color:#A0A0A0;
131 color:#A0A0A0;
142 color:#A0A0A0;
157 color:#202020 !important;
163 color:#A0A0A0;
191 color:#899BB2 !important;
196 background-color
[all...]
/plugin/yourip/
H A Dstyle.css11 background-color: #ffe7af;
17 background-color: #c4efa1;
21 background-color: #ffe7af;
/plugin/barcodes/lib/
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/dokuprism/prism/
H A Dprism.css3 code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}
4 div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;z-index:10;top:.3em;right:.2em;transition:opacity .3s ease-in-out;opacity:0}div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar:focus-within>.toolbar{opacity:1}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{background:0 0;border:0;color
[all...]
/plugin/subjectindex/
H A Dstyle.css8 color: #586e75;
44 border-color: #D7D5D4;
86 color: #3B3B3B;
119 color: #A0A0A0;
134 color:#989898;
146 color:black !important;
150 color:#B2B2B2;
160 color:#A0A0A0;
169 color:#A0A0A0;
/plugin/ckgdoku/ckeditor/plugins/tableselection/styles/
H A Dtableselection.css13 color: black;
16 color: black;
22 color: white;
25 color: white;
/plugin/xterm2/
H A Dstyle.css12 color: #000000;
15 background-color: #E9E9FF;
30 color: #000000;
33 background-color: #FFE9E9;
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dschool-book.min.css1color:#005599;font-weight:bold}.hljs,.hljs-subst{color:#3e5915}.hljs-string,.hljs-title,.hljs-sect…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBasicChartSeries.php49 public function setColor(Color $color) argument
51 $this->color = $color;
58 return $this->color;
/plugin/avbarchart/
H A Dsyntax.php93 $color = $inColumn[2] ?? null;
99 if (empty($color)) {
100 $color = $this->barColor;
104 …='0'><tr><td height='".$height."' width='".$this->barWidth."' bgcolor='".$color."' valign='bottom'…

1...<<21222324252627282930>>...68