<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/******************************************************************************
  $Yoshi v1.1 || CODEDROID12  
******************************************************************************/
.Yoshi_particleEffects {
	vertical-align:baseline; margin:0; padding:0; border:0; cursor:inherit; box-sizing:content-box;
	/* AVOID OPENING MOBILE CONTEXT MENU ON TAPHOLD */
	-webkit-touch-callout:none; -moz-touch-callout:none; -ms-touch-callout:none; -o-touch-callout:none; touch-callout:none; 
	/* AVOID HIGHLIGHTING ON TAP */
	-webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); 
	/* AVOID CHANGING TEXT SIZE ON ORIENTATION CHANGE */
	-webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none; -o-text-size-adjust:none; text-size-adjust:none; 
	/* AVOID SELECTING TEXT AND IMAGES */
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; -o-user-select:none; user-select:none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	float:none;	
	font-size:100%; }
	
@media (max-width:375px){ .Yoshi_particleEffects { width:375px; height:200px; }}
@media (max-width:768px){ .Yoshi_particleEffects { width:500px; height:300px; }}
@media (min-width:768px){ .Yoshi_particleEffects { width:768px; height:350px; }}
@media (min-width:1024px){.Yoshi_particleEffects { width:1000px; height:400px; }}	
</pre></body></html>