/*
 * Pokémon styles
 * 
 * This goes combined with the basicimproved base stylesheet.
 * 
 * */


/* 
 * Context-specific font families. 
 * These need to be installed by the client to work on AO3 and other platforms, otherwise they fallback to the generics added here (usually 'fantasy')*/

#workskin .font.Pokemon {
	font-family: 'Pokemon Fire Red Regular', 'Pokemon', monospace;
}

/* 
 * Unown from: https://www.fontspace.com/unown-font-f44872 (Freeware license)
 * */
#workskin .font.Unown {
	font-family: 'Unown Regular', 'Unown', fantasy;
}

#workskin .pokemon.msgbox {
	margin: 0 24%;
	min-width: 30%;
	padding: 2pt;
	background-color: #eee;
	border: 4pt double #444;
}

#workskin .pokemon.msgbox p {
	padding: 0 auto;
	width: 100%;
	font-family: "Pokemon Fire Red Regular", "Pokemon", monospace;
	color: #444;
}

/* little prompt-thingy ▼ at the end of messageboxes */
#workskin .pokemon.msgbox p:last-child::after {
	margin-left: 8pt;
	content: "\25bc ";
}