@charset "utf-8";

/**
 * Frontend version -
 * Custom styles for TinyMCE editor.
 *
 * ---------------------------------------------------------------------------------------------------------------------
 * @version    1.0.0
 * @date       2012-11-30
 * @since      2012-11-30
 * @author     Christian Oellers <info@*.de>
 * @copyright  Christian Oellers, http://veryshort.de/
 */

/* ----------------------------------------------------------------------------------------------------------- Custom */
/* -------------------------------------------------------------------------------------- Content */

/**
 * Highlight certain content element with a yellow box.
 */
.mce-highlight-box
{
	padding:5px 10px 3px 10px;
	margin-right:5px;
	color:#000;
	-webkit-box-shadow:3px 4px 0 0 rgba(0,0,0,.7);
	box-shadow:3px 4px 0 0 rgba(0,0,0,.7);
	background:#F5D200;
}

/**
 * Highlight certain content elements with color.
 */
.mce-highlightColor {
    color:#F5D200 !important;
}

/**
 * Remove Link Color.
 */
.mce-textcolor {
	color:#BEBEBE !important;
	color:inherit !important;
}
.mce-textcolor:hover { color:#F5D200 !important; }

/* ---------------------------------------------------------------------------------- Development */

/**
 * Content has to be reviewed and may not be finished.
 * Make sure to get this removed before launching the website!
 */
.mce-review {
    color:#000 !important;
    background:#FF0 !important;
}
