/* SHOW SOURCE */
#showMoreCSSsource:active {
	target: popup;
	target-width: 800px;
	target-height: 600px;
}

#showCSSsource:active {
	target: popup;
	target-width: 800px;
	target-height: 600px;
}

#showHTMLsource:active {
	target: popup;
	target-width: 800px;
	target-height: 600px;
}

/* LEFT MENU */
div#menu li.active {
	list-style-color: #318DA7;
}

/* CHANGELOG */
#changelogSelect {
	auto-select: execute;
	auto-select-execute: showChangelog(%value);
}

#changelogContainer ol li {
	content: append;
	content-before: '<span class="number">(%counter)</span>';
}

/* CONTENT STYLING */
#syntaxTableLink:active => #syntaxTable {
	fade-auto: normal;
}

table.normalTable tr:every-second-child {
	add-class: zebra;
}