SCDNG PELER
Server IP : 144.76.124.212  /  Your IP : 216.73.216.36
Web Server : LiteSpeed
System : Linux l4cp.vnetindia.com 4.18.0-553.40.1.lve.el8.x86_64 #1 SMP Wed Feb 12 18:54:57 UTC 2025 x86_64
User : rakcha ( 1356)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home5/rakcha/www/app/assets/bundles/prism/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home5/rakcha/www/app/assets/bundles/prism/prism.css
/*

Name: Duotone Space

Author: Simurai, adapted from DuoTone themes for Atom (http://simurai.com/projects/2016/01/01/duotone-themes)

Conversion: Bram de Haan (http://atelierbram.github.io/Base2Tone-prism/output/prism/prism-base2tone-space-dark.css)

Generated with Base16 Builder (https://github.com/base16-builder/base16-builder)

*/



code[class*="language-"],

pre[class*="language-"] {

  font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;

  font-size: 14px;

  line-height: 1.375;

  direction: ltr;

  text-align: left;

  white-space: pre;

  word-spacing: normal;

  word-break: normal;



  -moz-tab-size: 4;

  -o-tab-size: 4;

  tab-size: 4;



  -webkit-hyphens: none;

  -moz-hyphens: none;

  -ms-hyphens: none;

  hyphens: none;

  background: #24242e;

  color: #767693;

}



pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,

code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {

  text-shadow: none;

  background: #5151e6;

}



pre[class*="language-"]::selection, pre[class*="language-"] ::selection,

code[class*="language-"]::selection, code[class*="language-"] ::selection {

  text-shadow: none;

  background: #5151e6;

}



/* Code blocks */

pre[class*="language-"] {

  padding: 1em;

  margin: .5em 0;

  overflow: auto;

}



/* Inline code */

:not(pre) > code[class*="language-"] {

  padding: .1em;

  border-radius: .3em;

}



.token.comment,

.token.prolog,

.token.doctype,

.token.cdata {

  color: #5b5b76;

}



.token.punctuation {

  color: #5b5b76;

}



.token.namespace {

  opacity: .7;

}



.token.tag,

.token.operator,

.token.number {

  color: #dd672c;

}



.token.property,

.token.function {

  color: #767693;

}



.token.tag-id,

.token.selector,

.token.atrule-id {

  color: #ebebff;

}



code.language-javascript,

.token.attr-name {

  color: #aaaaca;

}



code.language-css,

code.language-scss,

.token.boolean,

.token.string,

.token.entity,

.token.url,

.language-css .token.string,

.language-scss .token.string,

.style .token.string,

.token.attr-value,

.token.keyword,

.token.control,

.token.directive,

.token.unit,

.token.statement,

.token.regex,

.token.atrule {

  color: #fe8c52;

}



.token.placeholder,

.token.variable {

  color: #fe8c52;

}



.token.deleted {

  text-decoration: line-through;

}



.token.inserted {

  border-bottom: 1px dotted #ebebff;

  text-decoration: none;

}



.token.italic {

  font-style: italic;

}



.token.important,

.token.bold {

  font-weight: bold;

}



.token.important {

  color: #aaaaca;

}



.token.entity {

  cursor: help;

}



pre > code.highlight {

  outline: .4em solid #7676f4;

  outline-offset: .4em;

}



/* overrides color-values for the Line Numbers plugin

 * http://prismjs.com/plugins/line-numbers/

 */

.line-numbers .line-numbers-rows {

  border-right-color: #262631;

}



.line-numbers-rows > span:before {

  color: #393949;

}



/* overrides color-values for the Line Highlight plugin

* http://prismjs.com/plugins/line-highlight/

*/

.line-highlight {

  background: rgba(221, 103, 44, 0.2);

  background: -webkit-linear-gradient(left, rgba(221, 103, 44, 0.2) 70%, rgba(221, 103, 44, 0));

  background: linear-gradient(to right, rgba(221, 103, 44, 0.2) 70%, rgba(221, 103, 44, 0));

}



pre.code-toolbar {

	position: relative;

}



pre.code-toolbar > .toolbar {

	position: absolute;

	top: .3em;

	right: .2em;

	transition: opacity 0.3s ease-in-out;

	opacity: 0;

}



pre.code-toolbar:hover > .toolbar {

	opacity: 1;

}



pre.code-toolbar > .toolbar .toolbar-item {

	display: inline-block;

}



pre.code-toolbar > .toolbar a {

	cursor: pointer;

}



pre.code-toolbar > .toolbar button {

	background: none;

	border: 0;

	color: inherit;

	font: inherit;

	line-height: normal;

	overflow: visible;

	padding: 0;

	-webkit-user-select: none; /* for button */

	-moz-user-select: none;

	-ms-user-select: none;

}



pre.code-toolbar > .toolbar a,

pre.code-toolbar > .toolbar button,

pre.code-toolbar > .toolbar span {

	color: #bbb;

	font-size: .8em;

	padding: 0 .5em;

	background: #f5f2f0;

	background: rgba(224, 224, 224, 0.2);

	box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);

	border-radius: .5em;

}



pre.code-toolbar > .toolbar a:hover,

pre.code-toolbar > .toolbar a:focus,

pre.code-toolbar > .toolbar button:hover,

pre.code-toolbar > .toolbar button:focus,

pre.code-toolbar > .toolbar span:hover,

pre.code-toolbar > .toolbar span:focus {

	color: inherit;

	text-decoration: none;

}




Anon7 - 2022
SCDN GOK