<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Stylesheet for highlight.js: IPB Blue skin
highlight.js (c) Ivan Sagalaev &lt;Maniac@SoftwareManiacs.Org&gt;
this.css     (c) Oleg Efimov &lt;EfimovOV@Yandex.Ru&gt;
*/
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
width: auto;
}

pre {
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #f0f0f0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 20px; /*--Height of each line of code--*/
	/*background: url(pre_code_bg.gif) repeat-y left top; /*--Background of lined paper--*/
	width: 99%;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}
pre code {
	margin: 0 0 0 40px;  /*--Left Margin--*/
	padding: 18px 0;
	display: block;
}

pre code {
    margin: 0px;
	width: 99%;
	float: left;
	display: block;
	
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	
	color: black;
	background: #F0F0F0;
	border: solid 1px #CCCCCC;
	
    font-family: "Monospace",Courier,mono,serif;
    font-size: 12px;
}

pre code[class]:after {
	content: 'Language: ' attr(class);
	
	display: block;
	
	padding: 0px;
	
	color: #CCC;
	border-top: solid 1px;
	
	text-align: right;
	/*font-size: smaller;*/
}

pre code.no-highlight:after { display: none; }
/* Some fixes from Sannis End */

/* Style for IPB Blue skin */

/* HTML */
.html .doctype { color: #6666CC; font-weight: normal; }
.html .comment { color: #006600; font-weight: normal; }
.html .js { color: #666666; font-weight: normal; }
.html .style { color: #880000; font-weight: normal; }
.html .tag { color: #000099; font-weight: bold; }
.html .attribute { color: black; font-weight: normal; }
.html .value { color: #000099; font-weight: normal; }

.html .css, .html .javascript { opacity: 0.5; }

/* XML */
.xml .pi { color: #6666CC; font-weight: normal; }
.xml .cdata{ color: #666666; font-weight: normal; }
.xml .comment { color: #006600; font-weight: normal; }
.xml .tag { color: #000099; font-weight: normal; }
.xml .tag .title { color: #000099; font-weight: bold; }
.xml .tag_internal { /*color: #000099; font-weight: bold;*/ }
.xml .attribute { color: black; font-weight: normal; }
.xml .value { color: #000099; font-weight: normal; }

/* PHP5 */
.php .comment { color: green; font-weight: normal; }
.php .phpdoc { color: #00AAAA; font-weight: bold; }
.php .keyword { color: blue; font-weight: bold; }
.php .string { color: gray; font-weight: normal; }
.php .variable { color: #000099; font-weight: normal; }
.php .number { color: #FF6600; font-weight: normal; }
.php .operator { color: red; font-weight: normal; }

.comment { 
font-family: Monospace;
font-size: 12px;
color: green;
font-weight: normal; }

.keyword { 
font-family: Monospace;
color: blue; 
font-weight: normal; }

.string { 
font-family: Monospace;
color: gray; 
font-weight: normal; }

</pre></body></html>