Home
last modified time | relevance | path

Searched refs:color (Results 351 – 375 of 1682) sorted by path

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

/plugin/codehighlight/cp/languages/
H A Dxsl.css2 * CodePress color styles for HTML syntax highlighting
6 b {color:#000080;} /* tags */
7 ins, ins b, ins s, ins em {color:gray;} /* comments */
8 s, s b {color:#7777e4;} /* attribute values */
9 a {color:#E67300;} /* links */
10 u {color:#CC66CC;} /* forms */
11 big {color:#db0000;} /* images */
12 em, em b {color:#800080;} /* style */
13 strong {color:#800000;} /* script */
14 tt i {color:darkblue;font-weight:bold;} /* script reserved words */
[all …]
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1color: red\">' + text + '</span>',\n {bottom: true, duration: 5000});\n…
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1color\", \"min-color\",\n \"max-color\", \"color-index\", \"min-color-index\", \"max-color-inde…
H A Dmirc.min.js.map1color \" +\n \"$com $comcall $comchan $comerr $compact $compress $comva…
H A Dmumps.min.js.map1 … else\n state.commandMode = 2;\n }\n\n // Do not color parameter list as …
H A Dpuppet.min.js.map1 …e_regex)) {\n // If so, and its in a string, assign it a different color\n return st…
H A Dstylus.min.js.map1color\n if (ch == \"#\") {\n stream.next();\n // Hex color\n if (stream.…
H A Dtiddlywiki.min.js.map1 …\n |''Requires''|codemirror.js|\n |''Keywords''|syntax highlighting color code mirror codemi…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1color: #888\" class=\"CodeMirror-search-hint\">' + cm.phrase(\"(Use line:column or scroll% syntax)…
H A Dstyles.min.css1color:black;direction:ltr}form#dw__editform .CodeMirror-lines,#dokuwiki__content .CodeMirror-lines…
H A Dstyles.min.css.map1color: black;\n direction: ltr;\n}\n\n/* PADDING */\n\n.CodeMirror-lines {\n padding: 4px 0; /* …
/plugin/codeprettify/code-prettify/
H A DCHANGES.md122 * Bug fix: CSS color literals / ID selector confusion.
/plugin/codeprettify/code-prettify/src/
H A Dprettify.css22 .pln { color: #000 } /* plain text */
26 .kwd { color: #008 } /* a keyword */
27 .com { color: #800 } /* a comment */
28 .typ { color: #606 } /* a type name */
31 .pun, .opn, .clo { color: #660 }
41 .str { color: #060 }
42 .kwd { color: #006; font-weight: bold }
45 .lit { color: #044 }
46 .pun, .opn, .clo { color: #440 }
48 .atn { color: #404 }
[all …]
/plugin/codeprettify/code-prettify/styles/
H A Ddesert.css3 pre .nocode { background-color: none; color: #000 }
4 pre .str { color: #ffa0a0 } /* string - pink */
5 pre .kwd { color: #f0e68c; font-weight: bold }
9 pre .pun { color: #fff } /* punctuation */
10 pre .pln { color: #fff } /* plaintext */
24 pre .str, code .str { color: #060 }
28 pre .lit, code .lit { color: #044 }
29 pre .pun, code .pun { color: #440 }
30 pre .pln, code .pln { color: #000 }
32 pre .atn, code .atn { color: #404 }
[all …]
H A Ddoxy.css3 pre .str, code .str { color: #fec243; } /* string - eggyolk gold */
6 pre .typ, code .typ { color: #6ecbcc; } /* type - turq green */
7 pre .lit, code .lit { color: #d06; } /* literal - cherry red */
24 background-color: #0f0f0f;
52 pre .str, code .str { color: #088; }
53 pre .kwd, code .kwd { color: #006; font-weight: bold; }
55 pre .typ, code .typ { color: #404; font-weight: bold; }
56 pre .lit, code .lit { color: #044; }
57 pre .pun, code .pun { color: #440; }
58 pre .pln, code .pln { color: #000; }
[all …]
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 …]
H A Dsunburst.css4 pre .str, code .str { color: #65B042; } /* string - green */
8 pre .lit, code .lit { color: #3387CC; } /* literal - blue */
10 pre .pln, code .pln { color: #fff; } /* plaintext - white */
17 background-color: #000;
36 pre .str, code .str { color: #060; }
37 pre .kwd, code .kwd { color: #006; font-weight: bold; }
40 pre .lit, code .lit { color: #044; }
41 pre .pun, code .pun { color: #440; }
42 pre .pln, code .pln { color: #000; }
44 pre .atn, code .atn { color: #404; }
[all …]
/plugin/coinhive/
H A DREADME.md34 - The color theme for the opt-in screen - AuthedMine only.
/plugin/color/
H A DREADME.md1 # color Plugin
5 See the plugin [homepage](https://www.dokuwiki.org/plugin:color) for detailed documentation. Here …
8 <color ⟨fg color⟩[/⟨bg color⟩[/⟨ignored text⟩]]>⟨text⟩</color>
9 <color ⟨fg color⟩:⟨bg color⟩[:⟨ignored text⟩]>⟨text⟩</color>
14 - `⟨fg color⟩` and `⟨bg color⟩` are CSS color specifications. Either one may be empty, in which cas…
16 - In the first syntax, the color specification(s) MUST NOT include a slash (`/`).
17 … In the second syntax, the color specification(s) MUST NOT include a colon character (`:`). We do …
H A Dplugin.info.txt1 base color
5 name color syntax plugin
7 url https://www.dokuwiki.org/plugin:color
H A Dsyntax.php37 $color = $this->_specToCSS('color', $m[0]);
40 return [$state, [$color, $background]];
56 list($color, $background) = $match;
57 $renderer->doc .= "<span style='$color $background'>";
69 list($color, $background) = $match;
71 $renderer->_odtSpanOpenUseCSS (NULL, 'style="'.$color.$background.'"');
/plugin/colorpicker/
H A DREADME.md3 The color picker plugin puts a button in the DokuWiki edit toolbar for inserting a `<color>` tag.
7 This plugin needs the [color plugin][1] to work!
13 Go to the configuration page and define your color scheme in the form of
21 The button will only appaear, if there is a color scheme configured!
23 [1]: https://www.dokuwiki.org/plugin:color
H A Dplugin.info.txt6 desc This plugin shows a color picker in the editor toolbar. The allowed color combinations can be …
H A Dscript.js41 color:fgbg[0],
/plugin/colorswatch/
H A DREADME.md3 Display a color swatch of the given color.
7 A colorswatch can contain only a hexadecimal color code
11 or a color code and a name
15color codes (the ones starting with ``#``), no functions like ``rgb()`` or ``hsla()`` or keywords …

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