/*
Stylesheet for highlight.js: IPB Blue skin
highlight.js (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
this.css     (c) Oleg Efimov <EfimovOV@Yandex.Ru>
*/


/* Some fixes from Sannis */
pre {
    margin: 3px;
    width: auto;
	
	overflow: auto;
	overflow-x: auto;
}

pre code {
    margin: 0px;
	width: 98%;
	float: left;
	display: block;
	
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	
	color: white;
	background: #44474F;
	border: solid 1px #CCCCCC;
	
    font-family: "Consolas","Courier New",Courier,mono,serif;
    font-size: 12px;
}

pre code[class]:after {
	content: 'ßçûê: ' 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 */
.string,
.title,
.parent,
.tag .attribute .value,
.rules .value,
.rules .value .number,
.preprocessor,
.ruby .symbol,
.instancevar,
.aggregate,
.template_tag,
.django .variable,
.smalltalk .class,
.addition,
.flow,
.stream,
.bash .variable,
.apache .tag,
.apache .cbracket {
  color: #80B769;
}

.comment,
.annotation,
.template_comment,
.diff .header,
.chunk {
  color: #888;
}

.number,
.date,
.regexp,
.literal,
.smalltalk .symbol,
.smalltalk .char,
.change {
  color: #080;
}

.label,
.javadoc,
.ruby .string,
.decorator,
.filter .argument,
.localvars,
.array,
.attr_selector,
.pi,
.doctype,
.deletion,
.envvar,
.shebang,
.apache .sqbracket {
  color: #88F;
}

.keyword,
.id,
.phpdoc,
.title,
.vbscript .built_in,
.rsl .built_in,
.cpp .built_in,
.avrasm .built_in,
.aggregate,
.smalltalk .class,
.winutils,
.bash .variable,
.apache .tag {
  font-weight: bold;
}

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


