OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
old_sendy
/
js
/
ckeditor
/
plugins
/
codemirror
/
theme
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/12/2024 09:31:13 AM
rwxr-xr-x
📄
3024-day.css
1.71 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
3024-night.css
1.78 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
ambiance-mobile.css
103 bytes
11/12/2024 09:44:50 AM
rw-r--r--
📄
ambiance.css
25.63 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
base16-dark.css
1.82 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
base16-light.css
1.82 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
blackboard.css
1.67 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
cobalt.css
1.47 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
colorforth.css
1.64 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
eclipse.css
1.1 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
elegant.css
768 bytes
11/12/2024 09:44:50 AM
rw-r--r--
📄
erlang-dark.css
1.99 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
lesser-dark.css
2.3 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
liquibyte.css
3.65 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
mbo.css
1.83 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
mdn-like.css
4.82 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
midnight.css
1.86 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
monokai.css
1.58 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
neat.css
693 bytes
11/12/2024 09:44:50 AM
rw-r--r--
📄
neo.css
932 bytes
11/12/2024 09:44:50 AM
rw-r--r--
📄
night.css
1.53 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
paraiso-dark.css
1.78 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
paraiso-light.css
1.77 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
pastel-on-dark.css
2.19 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
rubyblue.css
1.53 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
solarized.css
4.71 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
the-matrix.css
1.61 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
tomorrow-night-bright.css
1.72 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
tomorrow-night-eighties.css
2.08 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
ttcn.css
1.96 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
twilight.css
1.88 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
vibrant-ink.css
1.84 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
xq-dark.css
2.7 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
xq-light.css
2.15 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
zenburn.css
1.95 KB
11/12/2024 09:44:50 AM
rw-r--r--
Editing: midnight.css
Close
/* Based on the theme at http://bonsaiden.github.com/JavaScript-Garden */ /*<!--match-->*/ .cm-s-midnight span.CodeMirror-matchhighlight { background: #494949; } .cm-s-midnight.CodeMirror-focused span.CodeMirror-matchhighlight { background: #314D67 !important; } /*<!--activeline-->*/ .cm-s-midnight .CodeMirror-activeline-background {background: #253540 !important;} .cm-s-midnight.CodeMirror { background: #0F192A; color: #D1EDFF; } .cm-s-midnight.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;} .cm-s-midnight div.CodeMirror-selected {background: #314D67 !important;} .cm-s-midnight.CodeMirror ::selection { background: rgba(49, 77, 103, .99); } .cm-s-midnight.CodeMirror ::-moz-selection { background: rgba(49, 77, 103, .99); } .cm-s-midnight .CodeMirror-gutters {background: #0F192A; border-right: 1px solid;} .cm-s-midnight .CodeMirror-guttermarker { color: white; } .cm-s-midnight .CodeMirror-guttermarker-subtle { color: #d0d0d0; } .cm-s-midnight .CodeMirror-linenumber {color: #D0D0D0;} .cm-s-midnight .CodeMirror-cursor { border-left: 1px solid #F8F8F0 !important; } .cm-s-midnight span.cm-comment {color: #428BDD;} .cm-s-midnight span.cm-atom {color: #AE81FF;} .cm-s-midnight span.cm-number {color: #D1EDFF;} .cm-s-midnight span.cm-property, .cm-s-midnight span.cm-attribute {color: #A6E22E;} .cm-s-midnight span.cm-keyword {color: #E83737;} .cm-s-midnight span.cm-string {color: #1DC116;} .cm-s-midnight span.cm-variable {color: #FFAA3E;} .cm-s-midnight span.cm-variable-2 {color: #FFAA3E;} .cm-s-midnight span.cm-def {color: #4DD;} .cm-s-midnight span.cm-bracket {color: #D1EDFF;} .cm-s-midnight span.cm-tag {color: #449;} .cm-s-midnight span.cm-link {color: #AE81FF;} .cm-s-midnight span.cm-error {background: #F92672; color: #F8F8F0;} .cm-s-midnight .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; }