[ SEA-GHOST MINI SHELL]
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: white;
text-shadow: 0 1px black;
font-family: Consolas, Monaco, 'Andale Mono', monospace;
direction: ltr;
text-align: left;
white-space: pre;
word-spacing: normal;
line-height:1.5em;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background: #0F0F0F;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
padding: .1em;
border-radius: .3em;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: #536377;
}
.token.punctuation {
color: #63CFC5;
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number {
color: #FB44B7;
}
.token.selector,
.token.attr-name,
.token.string {
color: #EFFA72;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
color: #C14F3E;
/*background: hsla(0,0%,0%,.5);*/
}
.token.atrule,
.token.attr-value,
.token.keyword,
.token.function,
.token.constant {
color: #07a;
}
.token.deliminator {
font-weight:bold;
}
.token.regex,
.token.important,
.token.variable {
color: #2B36C4;
}
.token.important {
font-weight: bold;
}
.token.entity {
cursor: help;
}
.token.deliminator {
font-weight:bold;
}
SEA-GHOST - SHELL CODING BY SEA-GHOST