
/**
 * 1C:Enterprise v8 language theme for SyntaxHighliter 3, Atlassian Confluence compatible
 * by Dmitrii Bulgakov (stungnthumz@dwemereth.net)
 *
 * SyntaxHighlighter:
 *     Сopyright (C) 2004-2011 Alex Gorbatchev
 *     http://alexgorbatchev.com/SyntaxHighlighter
 *
 * @license
 *     MIT
 */

/* 1C:Enterprise default coloring base */

	/* base */
	.syntaxhighlighter .lang1c {
		background-color: white !important;
		font-weight: normal !important;
	}

	/* Confluence theme fixup */
	.syntaxhighlighter.lang1c .code, .syntaxhighlighter.lang1c .line {
		background-color: white !important;
		font-weight: normal !important;
	}
	.syntaxhighlighter.lang1c .codeHeader, .syntaxhighlighter.lang1c .codeContent, .syntaxhighlighter.lang1c .gutter {
		background-color: #f5f5f5 !important;
	}
	.syntaxhighlighter.lang1c .gutter {
		color: #707070 !important;
	}

/* 1C:Enterprise IDE default coloring */

	/* preprocessor */
	.syntaxhighlighter .lang1c.preprocessor {
		color: #963200 !important;
	}

	/* comments */
	.syntaxhighlighter .lang1c.comments {
		color: #008000 !important;
	}

	/* strings constants */
	.syntaxhighlighter .lang1c.string {
		color: #000000 !important;
	}

	/* date constants */
	.syntaxhighlighter .lang1c.color1 {
		color: #000000 !important;
	}

	/* number constants */
	.syntaxhighlighter .lang1c.color2 {
		color: #000000 !important;
	}

	/* keywords */
	.syntaxhighlighter .lang1c.keyword {
		color: #ff0000 !important;
	}

	/* operators */
	.syntaxhighlighter .lang1c.color3 {
		color: #ff0000 !important;
	}

	/* identifiers */
	.syntaxhighlighter .lang1c.variable {
		color: #0000ff !important;
	}

	/* others */
	.syntaxhighlighter .lang1c.plain {
		color: #000000 !important;
	}

/* end 1C:Enterprise coloring scheme */

#com-atlassian-confluence .mobi-tips .rwui_body.rwui_has_icon { margin-top: 0; }
@media (max-width: 768px) { #com-atlassian-confluence .mobi-tips .rwui_icon { display: none; } }



