/* Stylesheet generated from TextMate theme
 *
 * Blackboard
 * 
 *
 */

/* Mostly to improve view within the TextMate HTML viewer */
body {
	margin: 0;
	padding: 0;
}

pre.textmate-source {
	margin: 0;
	padding: 0 0 0 2px;
	font-family: Monaco, monospace;
	font-size: 12px;
	line-height: 1.3em;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
}

pre.textmate-source {
	color: #F8F8F8;
	background-color: #0C1021;
}

pre.textmate-source .linenum {
	width: 75px;
	padding: 0.1em 1em 0.2em 0;
	color: #888;
	background-color: #eee;
}
pre.textmate-source span {
   padding-top: 0.2em;
   padding-bottom: 0.1em;
}
pre.textmate-source ::selection {
	background-color: #253B76;
}
/* Comment */
pre.textmate-source .comment {
	color: #AEAEAE;
}

/* Constant */
pre.textmate-source .constant {
	color: #D8FA3C;
}

/* Entity */
pre.textmate-source .entity {
	color: #FF6400;
}

/* Keyword */
pre.textmate-source .keyword {
	color: #FBDE2D;
}

/* Storage */
pre.textmate-source .storage {
	color: #FBDE2D;
}

/* String */
pre.textmate-source .string, pre.textmate-source .meta_verbatim {
	color: #61CE3C;
}

/* Support */
pre.textmate-source .support {
	color: #8DA6CE;
}

/* Variable */
pre.textmate-source .variable {
}

/* Invalid – Deprecated */
pre.textmate-source .invalid_deprecated {
	color: #AB2A1D;
	font-style: italic;
}

/* Invalid – Illegal */
pre.textmate-source .invalid_illegal {
	color: #F8F8F8;
	background-color: #9D1E15;
}

/* Superclass */
pre.textmate-source .entity_other_inherited-class {
	color: #FF6400;
	font-style: italic;
}

/* String interpolation */
pre.textmate-source .string .constant_other_placeholder {
	color: #FF6400;
}

/* meta.function-call.py */
pre.textmate-source .meta_function-call_py {
	color: #BECDE6;
}

/* meta.tag */
pre.textmate-source .meta_tag, pre.textmate-source .meta_tag .entity {
	color: #7F90AA;
}

/* entity.name.section */
pre.textmate-source .entity_name_section {
	color: #FFFFFF;
}

/* OCaml variant */
pre.textmate-source .keyword_type_variant {
	color: #D5E0F3;
}

/* OCaml operator */
pre.textmate-source .source_ocaml .keyword_operator_symbol {
	color: #F8F8F8;
}

/* OCaml infix operator */
pre.textmate-source .source_ocaml .keyword_operator_symbol_infix {
	color: #8DA6CE;
}

/* OCaml prefix operator */
pre.textmate-source .source_ocaml .keyword_operator_symbol_prefix {
	color: #8DA6CE;
}

/* OCaml f-p infix operator */
pre.textmate-source .source_ocaml .keyword_operator_symbol_infix_floating-point {
	text-decoration: underline;
}

/* OCaml f-p prefix operator */
pre.textmate-source .source_ocaml .keyword_operator_symbol_prefix_floating-point {
	text-decoration: underline;
}

/* OCaml f-p constant */
pre.textmate-source .source_ocaml .constant_numeric_floating-point {
	text-decoration: underline;
}

/* LaTeX environment */
pre.textmate-source .text_tex_latex .meta_function_environment {
	background-color: rgba(255, 255, 255, 0.03);
}

/* LaTeX environment (nested) */
pre.textmate-source .text_tex_latex .meta_function_environment .meta_function_environment {
	background-color: rgba(122, 150, 250, 0.03);
}

/* Latex support */
pre.textmate-source .text_tex_latex .support_function {
	color: #FBDE2D;
}

/* PList unquoted string */
pre.textmate-source .source_plist .string_unquoted, pre.textmate-source .source_plist .keyword_operator {
	color: #FFFFFF;
}


