﻿/*
Description: Magula style for highligh.js
Author: Ruslan Keba <rukeba@gmail.com>
Website: http://rukeba.com/
Version: 1.0
Date: 2009-01-03
Music: Aphex Twin / Xtal
*/

pre {
  margin: .5em; padding: 0em .5em;
  background-color: #f4f4f4;
 border-bottom: #CCC solid 1px;
}

pre code,
.ruby .subst,
.lisp .title {
  color: black;
}
.tag, .attribute{color: #FF0000}

.string,
.parent,
.tag .value,
.rules .value,
.rules .value .number,
.preprocessor,
.ruby .symbol,
.instancevar,
.aggregate,
.template_tag,
.django .variable,
.smalltalk .class,
.addition,
.flow,
.stream,
.bash .variable,
.apache .cbracket {
  color: #006900;
}

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

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

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

.keyword,
.id,
.phpdoc,
.built_in,
.aggregate,
.smalltalk .class,
.winutils,
.bash .variable,
.apache .tag,
.tag,
.xml .title {
  font-weight: bold;
  color: #0000FF;
}

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

/* --- */
.apache .tag {
  font-weight: bold;
  color: blue;
}

