[go: up one dir, main page]

Jump to content

Formula:Ecce citatio/styles.css

E Vicipaedia
@keyframes ancora-evanescens {
	0%, 80% {
		background-color: rgba(0, 127, 255, .13333);

	}
	100% {
		background-color: transparent;
	}
}

span.ecce-citatio:not(:empty):target {
	animation: 3s ease 0s 1 ancora-evanescens;
}