<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#fishes {
    outline : none ;
    position : absolute ;
    top : -24px ;
    left : 0 ;
    width : 100% ;
    height : 110% ;
    height : calc(100% + 24px) ;
    
    opacity : 0 ;
    transition : opacity 4s ;
}
#fishes.show {
    opacity : 1 ;
}

#fishes_hide {
	background-color : #FFFFFF ;
	position : absolute ;
	z-index : 1 ;
	top : 0 ;
	left : 0 ;
	width : 48px ;
	height : 48px ;
}
</pre></body></html>