Home
last modified time | relevance | path

Searched refs:color (Results 1 – 25 of 1426) sorted by relevance

12345678910>>...58

/plugin/mikioplugin/assets/
H A Dvariables.css2 --mikiop-background-color: #00000007;
3 --mikiop-border-color: #00000020;
4 --mikiop-header-background-color: #00000007;
5 --mikiop-footer-background-color: #00000007;
7 --mikiop-primary-text-color: #ffffff;
8 --mikiop-primary-text-hover-color: #ffffff;
9 --mikiop-primary-background-color: #007bff;
10 --mikiop-primary-background-hover-color: #0069d9;
11 --mikiop-primary-border-color: #007bff;
12 --mikiop-primary-border-hover-color
[all...]
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-shared.css26 --hint-button-color: var(--color-blue-205-100-50);
29 --separator-color: var(--color-grey-225-10-75);
31 --input-color: var(--color-grey-225-10-15);
92 color: var(--hint-color);
96 color: var(--hint-button-color);
108 color: var(--hint-button-hover-color);
112 color: var(--hint-invalid-color);
131 color: var(--input-color);
157 color: var(--input-invalid-color);
201 color: var(--select-options-color);
[all …]
H A Ddiagram-js.css2 * color definitions
34 --canvas-fill-color: var(--color-white);
37 --bendpoint-stroke-color: var(--canvas-fill-color);
61 --popup-background-color: var(--color-white);
73 --resizer-stroke-color: var(--canvas-fill-color);
414 color: var(--palette-entry-color);
439 color: var(--palette-entry-hover-color);
628 color: var(--popup-entry-title-color);
674 color: var(--popup-description-color);
725 color: var(--popup-no-results-color);
[all …]
H A Ddmn-js-drd.css2 --dmn-definitions-background-color: var(--color-grey-225-10-97);
3 --dmn-definitions-border-color: var(--color-grey-225-10-75);
4 --dmn-definitions-focus-border-color: var(--color-grey-225-10-75);
5 --dmn-definitions-error-color: var(--color-red-360-100-45);
6 --dmn-definitions-error-border-color: var(--color-red-360-100-45);
9 --drill-down-overlay-color: var(--color-white);
24 color: var(--drill-down-overlay-color);
34 background-color: var(--dmn-definitions-background-color);
62 background-color: var(--color-white);
68 color: var(--dmn-definitions-error-color);
[all …]
H A Ddmn-js-decision-table.css2 --action-icon-color: var(--color-blue-205-100-50);
4 --action-icon-hover-color: var(--color-white);
5 --add-column-icon-color: var(--color-white);
7 --decision-table-color: var(--color-grey-225-10-15);
49 color: var(--table-color);
127 color: var(--table-cell-color);
355 color: var(--table-head-clause-color);
369 color: var(--action-icon-color);
382 color: var(--add-column-icon-color);
420 color: var(--view-drd-button-color);
[all …]
/plugin/redissue/
H A Dstyle.css22 color: #989898;
28 color: #009933;
36 color: white;
80 color: #f0f0f0;
84 color: #333333;
89 span.color-info {
90 color: #f0f0f0;
94 color: #f0f0f0;
98 color: #f0f0f0;
102 color: #f0f0f0;
[all …]
/plugin/highlightjs/highlight/styles/
H A Dsunburst.css9 color: #f8f8f8;
17 color: #aeaeae;
22 color: #E28964;
26 color: #99CF50;
30 color: #65B042;
34 color: #DAEFA3;
38 color: #E9C062;
42 color: #89BDFF;
50 color: #3387CC;
54 color: #3E87E3;
[all …]
/plugin/bbs/
H A Dstyle.css1 div.dokuwiki pre.bbs { background-color:black; color:SILVER; line-height: 1.05em; }
12 .bbs .fgd30{color:BLACK;} .bbs .fgd31{color:MAROON;} .bbs .fgd32{color:GREEN;}
13 .bbs .fgd33{color:OLIVE;} .bbs .fgd34{color:NAVY;} .bbs .fgd35{color:PURPLE;}
14 .bbs .fgd36{color:TEAL;} .bbs .fgd37{color:SILVER;}
16 .bbs .fgb30{color:GRAY;} .bbs .fgb31{color:RED;} .bbs .fgb32{color:LIME;}
17 .bbs .fgb33{color:YELLOW;} .bbs .fgb34{color:BLUE;} .bbs .fgb35{color:FUCHSIA;}
18 .bbs .fgb36{color:AQUA;} .bbs .fgb37{color:WHITE;}
20 .bbs .bg40{background-color:BLACK;} .bbs .bg41{background-color:MAROON;}
21 .bbs .bg42{background-color:GREEN;} .bbs .bg43{background-color:OLIVE;}
22 .bbs .bg44{background-color:NAVY;} .bbs .bg45{background-color:PURPLE;}
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css2 * color definitions
34 --canvas-fill-color: var(--color-white);
37 --bendpoint-stroke-color: var(--canvas-fill-color);
61 --popup-background-color: var(--color-white);
73 --resizer-stroke-color: var(--canvas-fill-color);
414 color: var(--palette-entry-color);
439 color: var(--palette-entry-hover-color);
628 color: var(--popup-entry-title-color);
674 color: var(--popup-description-color);
725 color: var(--popup-no-results-color);
[all …]
H A Dbpmn-js.css4 --color-grey-225-10-15: hsl(225, 10%, 15%);
26 --color-white: hsl(0, 0%, 100%);
27 --color-black: hsl(0, 0%, 0%);
32 --breadcrumbs-item-color: var(--color-blue-205-100-50);
33 --breadcrumbs-arrow-color: var(--color-black);
34 --drilldown-fill-color: var(--color-white);
35 --drilldown-background-color: var(--color-blue-205-100-50);
71 color: var(--breadcrumbs-item-color);
75 color: inherit;
82 color: var(--breadcrumbs-arrow-color);
[all …]
/plugin/bez/style/
H A Dblock.less28 color: #2b73b7;
53 border-color: @priority_0-border-color;
54 background-color: @priority_0-background-color;
57 border-color: @priority_0-border-color;
59 border-color: @priority_0-border-color;
65 border-color
[all...]
/plugin/abc2/
H A Dall.css46 .keyWhite{stroke:gray;fill:#EEE}.keyBlack{stroke:gray;fill:black}.keySelected{stroke:gray;fill:#507fff}.keySelected.sensible{stroke:gray;fill:red}.keySelected.fourth{stroke:gray;fill:orange}.keySelected.highlight{stroke:gray;fill:green}.keySelected.optional{stroke:gray;fill:lightgray}.harmonic-sequence{display:none}br.chord-sequence{clear:both;height:0;font-size:0;line-height:0;margin:0;padding:0}.chord-sequence{margin:5px;display:inline-block;vertical-align:top}.mn-exp{font-size:70%;vertical-align:text-top}.mn-sub{font-size:60%;vertical-align:middle;line-height:1em}.mn-sus{font-size:60%;vertical-align:text-bottom;line-height:80%}.mn-add{font-size:60%;vertical-align:text-top;line-height:1em}span.xl{font-size:.6em}.mn-over{position:relative}.mn-over span{position:absolute;top:-0.5em;left:1px;font-size:.8em}.inversion-sup{position:absolute;font-size:60%;vertical-align:text-top;line-height:1em}.inversion-sub{position:absolute;font-size:60%;vertical-align:text-bottom;line-height:2.6em}ol.hs-item{display:table;float:left;border-collapse:collapse;border:1px solid black;list-style-type:none;margin:0}.hs-item li{display:table-cell;min-width:60px;text-align:center;font-weight:bold;color:white}.hs-item li.hs-chord,.hs-item li.hs-signature{display:table-header-group;color:black;border-bottom:1px dashed gray}.hs-item li.hs-degree{display:table-header-group;color:black}.hs-item li.sus-add{font-size:60%;vertical-align:text-top;position:relative;left:-24px}.hs-item ul.ul-sus-add{display:inline-table;list-style-type:none;vertical-align:top;margin-left:3px}.hs-item li.li-sus-add{display:table-header-group;font-size:60%;color:black;line-height:90%}.hs-item li.hs-function.T{background-color:#3f3f3f}.hs-item li.hs-function.Ts{background-color:#3f3f3f;color:red}.hs-item li.hs-function.t{background-color:#bfbfbf}.hs-item li.hs-function.ts{background-color:#bfbfbf;color
[all...]
/plugin/bootnote/
H A Dstyle.css13 color: #767676;
36 color:#f04124;
40 color: black;
46 color: #e99002;
50 color: black;
60 color:#B075FF;
64 color: #6900AD;
70 color: #5bc0de;
74 color: black;
84 color: white;
[all …]
/plugin/abc2/abc-libraries/abc-ui/
H A Dmusic.min.css7 .keyWhite{stroke:gray;fill:#EEE}.keyBlack{stroke:gray;fill:black}.keySelected{stroke:gray;fill:#507fff}.keySelected.sensible{stroke:gray;fill:red}.keySelected.fourth{stroke:gray;fill:orange}.keySelected.highlight{stroke:gray;fill:green}.keySelected.optional{stroke:gray;fill:lightgray}.harmonic-sequence{display:none}br.chord-sequence{clear:both;height:0;font-size:0;line-height:0;margin:0;padding:0}.chord-sequence{margin:5px;display:inline-block;vertical-align:top}.mn-exp{font-size:70%;vertical-align:text-top}.mn-sub{font-size:60%;vertical-align:middle;line-height:1em}.mn-sus{font-size:60%;vertical-align:text-bottom;line-height:80%}.mn-add{font-size:60%;vertical-align:text-top;line-height:1em}span.xl{font-size:.6em}.mn-over{position:relative}.mn-over span{position:absolute;top:-0.5em;left:1px;font-size:.8em}.inversion-sup{position:absolute;font-size:60%;vertical-align:text-top;line-height:1em}.inversion-sub{position:absolute;font-size:60%;vertical-align:text-bottom;line-height:2.6em}ol.hs-item{display:table;float:left;border-collapse:collapse;border:1px solid black;list-style-type:none;margin:0}.hs-item li{display:table-cell;min-width:60px;text-align:center;font-weight:bold;color:white}.hs-item li.hs-chord,.hs-item li.hs-signature{display:table-header-group;color:black;border-bottom:1px dashed gray}.hs-item li.hs-degree{display:table-header-group;color:black}.hs-item li.sus-add{font-size:60%;vertical-align:text-top;position:relative;left:-24px}.hs-item ul.ul-sus-add{display:inline-table;list-style-type:none;vertical-align:top;margin-left:3px}.hs-item li.li-sus-add{display:table-header-group;font-size:60%;color:black;line-height:90%}.hs-item li.hs-function.T{background-color:#3f3f3f}.hs-item li.hs-function.Ts{background-color:#3f3f3f;color:red}.hs-item li.hs-function.t{background-color:#bfbfbf}.hs-item li.hs-function.ts{background-color:#bfbfbf;color
[all...]
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshThemeEclipse.css17 .syntaxhighlighter{background-color:#fff !important;}
22 .syntaxhighlighter table caption{color:black !important;}
24 .syntaxhighlighter .gutter{color:#787878 !important;}
26 .syntaxhighlighter .gutter .line.highlighted{background-color:#d4d0c8 !important;color:#fff !import…
33 .syntaxhighlighter .toolbar a{color:#a0a0a0 !important;}
38 .syntaxhighlighter .keyword{color:#7f0055 !important;}
40 .syntaxhighlighter .variable{color:#aa7700 !important;}
41 .syntaxhighlighter .value{color:#009900 !important;}
42 .syntaxhighlighter .functions{color:#ff1493 !important;}
43 .syntaxhighlighter .constants{color:#0066cc !important;}
[all …]
H A DshThemeDefault.css17 .syntaxhighlighter{background-color:white !important;}
22 .syntaxhighlighter table caption{color:black !important;}
24 .syntaxhighlighter .gutter{color:#afafaf !important;}
26 .syntaxhighlighter .gutter .line.highlighted{background-color:#6ce26c !important;color:white !impor…
33 .syntaxhighlighter .toolbar a{color:#fff !important;}
38 .syntaxhighlighter .keyword{color:#006699 !important;}
39 .syntaxhighlighter .preprocessor{color:gray !important;}
40 .syntaxhighlighter .variable{color:#aa7700 !important;}
41 .syntaxhighlighter .value{color:#009900 !important;}
42 .syntaxhighlighter .functions{color:#ff1493 !important;}
[all …]
H A DshThemeEmacs.css17 .syntaxhighlighter{background-color:black !important;}
22 .syntaxhighlighter table caption{color:#d3d3d3 !important;}
24 .syntaxhighlighter .gutter{color:#d3d3d3 !important;}
26 .syntaxhighlighter .gutter .line.highlighted{background-color:#990000 !important;color:black !impor…
33 .syntaxhighlighter .toolbar a{color:#fff !important;}
38 .syntaxhighlighter .keyword{color:aqua !important;}
40 .syntaxhighlighter .variable{color:#ffaa3e !important;}
41 .syntaxhighlighter .value{color:#009900 !important;}
42 .syntaxhighlighter .functions{color:#81cef9 !important;}
43 .syntaxhighlighter .constants{color:#ff9e7b !important;}
[all …]
H A DshThemeFadeToGrey.css17 .syntaxhighlighter{background-color:#121212 !important;}
22 .syntaxhighlighter table caption{color:white !important;}
24 .syntaxhighlighter .gutter{color:#afafaf !important;}
26 .syntaxhighlighter .gutter .line.highlighted{background-color:#3185b9 !important;color:#121212 !imp…
33 .syntaxhighlighter .toolbar a{color:#fff !important;}
38 .syntaxhighlighter .keyword{color:#d01d33 !important;}
40 .syntaxhighlighter .variable{color:#898989 !important;}
41 .syntaxhighlighter .value{color:#009900 !important;}
42 .syntaxhighlighter .functions{color:#aaaaaa !important;}
43 .syntaxhighlighter .constants{color:#96daff !important;}
[all …]
H A DshThemeMDUltra.css17 .syntaxhighlighter{background-color:#222222 !important;}
22 .syntaxhighlighter table caption{color:lime !important;}
24 .syntaxhighlighter .gutter{color:#38566f !important;}
26 .syntaxhighlighter .gutter .line.highlighted{background-color:#435a5f !important;color:#222222 !imp…
33 .syntaxhighlighter .toolbar a{color:#aaaaff !important;}
38 .syntaxhighlighter .keyword{color:#aaaaff !important;}
40 .syntaxhighlighter .variable{color:aqua !important;}
41 .syntaxhighlighter .value{color:#f7e741 !important;}
42 .syntaxhighlighter .functions{color:#ff8000 !important;}
43 .syntaxhighlighter .constants{color:yellow !important;}
[all …]
H A DshThemeMidnight.css17 .syntaxhighlighter{background-color:#0f192a !important;}
22 .syntaxhighlighter table caption{color:#d1edff !important;}
24 .syntaxhighlighter .gutter{color:#afafaf !important;}
26 .syntaxhighlighter .gutter .line.highlighted{background-color:#435a5f !important;color:#0f192a !imp…
33 .syntaxhighlighter .toolbar a{color:#D1EDFF !important;}
38 .syntaxhighlighter .keyword{color:#b43d3d !important;}
40 .syntaxhighlighter .variable{color:#ffaa3e !important;}
41 .syntaxhighlighter .value{color:#f7e741 !important;}
42 .syntaxhighlighter .functions{color:#ffaa3e !important;}
43 .syntaxhighlighter .constants{color:#e0e8ff !important;}
[all …]
H A DshThemeRDark.css17 .syntaxhighlighter{background-color:#1b2426 !important;}
22 .syntaxhighlighter table caption{color:#b9bdb6 !important;}
24 .syntaxhighlighter .gutter{color:#afafaf !important;}
26 .syntaxhighlighter .gutter .line.highlighted{background-color:#435a5f !important;color:#1b2426 !imp…
33 .syntaxhighlighter .toolbar a{color:#fff !important;}
38 .syntaxhighlighter .keyword{color:#5ba1cf !important;}
40 .syntaxhighlighter .variable{color:#ffaa3e !important;}
41 .syntaxhighlighter .value{color:#009900 !important;}
42 .syntaxhighlighter .functions{color:#ffaa3e !important;}
43 .syntaxhighlighter .constants{color:#e0e8ff !important;}
[all …]
/plugin/codeprettify/code-prettify/styles/
H A Dsons-of-obsidian.css10 color: #EC7600;
14 color: #93C763;
18 color: #66747B;
22 color: #678CB1;
26 color: #FACD22;
30 color: #F1F2F3;
34 color: #F1F2F3;
38 color: #8AC763;
42 color: #E0E2E4;
50 color: purple;
[all …]
/plugin/combo/resources/theme/default/pages/partials/
H A Dhead-partial.hbs11 {{#if primary-color}}
15 --bs-primary: {{primary-color}};
16 --bs-link-color: {{primary-color-text}};
17 --bs-link-hover-color: {{primary-color-text-hover}};
18 --cs-primary-color-text: {{primary-color-text}};
19 --cs-primary-color-text-hover: {{primary-color
[all...]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Ddiagram-js.css2 * color definitions
41 --lasso-stroke-color: var(--color-000000);
43 --palette-entry-color: var(--color-333333);
46 --palette-separator-color: var(--color-aaaaaa);
48 --palette-background-color: var(--color-fafafa);
49 --palette-border-color: var(--color-cccccc);
55 --popup-background-color: var(--color-fafafa);
56 --popup-border-color: var(--color-cccccc);
405 color: var(--palette-entry-color);
430 color: var(--palette-entry-hover-color);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.border.edge.class.php5 var $color; variable in EdgePDF
37 function setColor(&$color) { argument
39 $this->color = $color->copy();
83 $edge->color = $this->color->copy();
95 return $this->color;
148 $color = $this->color->copy();
169 $color = $this->color->copy();
185 $color = $this->color->copy();
212 $color = $this->color->copy();
232 $color = $this->color->copy();
[all …]

12345678910>>...58