Ajout du plugin codemirror.
[ckeditor.git] / skins / ckeditor / plugins / codemirror / theme / xq-light.css
diff --git a/skins/ckeditor/plugins/codemirror/theme/xq-light.css b/skins/ckeditor/plugins/codemirror/theme/xq-light.css
new file mode 100755 (executable)
index 0000000..d72a7f2
--- /dev/null
@@ -0,0 +1,43 @@
+/*\r
+Copyright (C) 2011 by MarkLogic Corporation\r
+Author: Mike Brevoort <mike@brevoort.com>\r
+\r
+Permission is hereby granted, free of charge, to any person obtaining a copy\r
+of this software and associated documentation files (the "Software"), to deal\r
+in the Software without restriction, including without limitation the rights\r
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r
+copies of the Software, and to permit persons to whom the Software is\r
+furnished to do so, subject to the following conditions:\r
+\r
+The above copyright notice and this permission notice shall be included in\r
+all copies or substantial portions of the Software.\r
+\r
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r
+THE SOFTWARE.\r
+*/\r
+.cm-s-xq-light span.cm-keyword {line-height: 1em; font-weight: bold; color: #5A5CAD; }\r
+.cm-s-xq-light span.cm-atom {color: #6C8CD5;}\r
+.cm-s-xq-light span.cm-number {color: #164;}\r
+.cm-s-xq-light span.cm-def {text-decoration:underline;}\r
+.cm-s-xq-light span.cm-variable {color: black; }\r
+.cm-s-xq-light span.cm-variable-2 {color:black;}\r
+.cm-s-xq-light span.cm-variable-3 {color: black; }\r
+.cm-s-xq-light span.cm-property {}\r
+.cm-s-xq-light span.cm-operator {}\r
+.cm-s-xq-light span.cm-comment {color: #0080FF; font-style: italic;}\r
+.cm-s-xq-light span.cm-string {color: red;}\r
+.cm-s-xq-light span.cm-meta {color: yellow;}\r
+.cm-s-xq-light span.cm-qualifier {color: grey}\r
+.cm-s-xq-light span.cm-builtin {color: #7EA656;}\r
+.cm-s-xq-light span.cm-bracket {color: #cc7;}\r
+.cm-s-xq-light span.cm-tag {color: #3F7F7F;}\r
+.cm-s-xq-light span.cm-attribute {color: #7F007F;}\r
+.cm-s-xq-light span.cm-error {color: #f00;}\r
+\r
+.cm-s-xq-light .CodeMirror-activeline-background {background: #e8f2ff !important;}\r
+.cm-s-xq-light .CodeMirror-matchingbracket {outline:1px solid grey;color:black !important;background:yellow;}
\ No newline at end of file