/**
 * Styles for: Actual Play Shortcodes for shortcode.js
 *
 * @author Spencer @ WispsOfTime.com
 * @date 2017-10-12
 */

.ap_dice {
	font-family: monospace; 
	background-color: darkorange; 
}

.ap_dice_block {
	font-size: 1.1em;
	display: block;
	padding: 1em;
}

.ap_dice_inline {
	padding: 0 .2em 0 .2em;
}

.ap_spoiler_wrapper {
	border: 1px solid blue; 
	background-color: skyblue; 
	padding: .5em; 
	cursor: pointer;
}

.ap_spoiler_title {
	font-size: 1.2em;
}

.ap_spoiler_expand::before {
	content: "+";
	padding: 0 .25em 0 .25em;
	border: 1px solid;
	margin-right: .5em;
}

.ap_spoiler_collapse::before {
	content: "\2013";
	padding: 0 .25em 0 .25em;
	border: 1px solid;
	margin-right: .5em;
}

.ap_spoiler_contents {
	display: none; 
	color: white;
}

.ap_story, .ap_story_title {
	text-indent: .8em;
	font-size: 1.2em; 
	font-family: serif; 
	background-color: #f5deb3; 
	border: 1px solid brown; 
	padding: 1em;
	line-height: 125%;
}

.ap_story_title {
	text-indent: initial;
	font-size: 1.8em;
	font-weight: bold;
	padding: .5em;
	font-family: sans-serif;
	border-bottom: initial;
	background-color: brown;
	color: #f5deb3;
}

.ap_story br {
	content: "";
	display: block;
    height: .8em;
}

.fancy:first-line {
   font-variant: small-caps;
   font-size: 1.2em; 
}

.fancy:first-letter {
   float: left;
   font-size: 2.5em;
   font-family: "Monotype Corsiva", "Apple Chancery", fantasy;
   margin: .25em .5em .5em 0; 
}