<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Vichyssoise by Ummon
CSS for frontend
*/
.vyc_toggle_cont {
	position: relative;
	border-bottom: 1px solid #cecece;
	padding-bottom: .5rem;
}
.vyc_toggle_title {
	font-size: 1.5rem;
	font-weight: 300 !important;
	cursor: pointer;
}
.vyc_toggle_title h4 {
	font-weight: 400;
	float: left;
	margin: 0;
	color: #5ab210;
}
.vyc_toggle_title .vyc_toggle_icon {
	font-size: 1rem;
	float: right;
	line-height: 2.5rem;
	color: #5ab210;
}
.vyc_toggle_content {
	display: none;
	padding: 0 .5em;
}
.vyc_button {
	background-color: #ff8549;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: .5rem;
	margin: auto;
	display: block;
	text-align: center;
	width: 50%;
	min-width: 12em;
	border-radius: 5px;
	transition: background-color 0.2s ease-in-out 0s;
}
.vyc_button:hover {
	background-color: #3d3d3d;
	color: #fff;
}

.vyc_button:active, .vyc_button:focus, .vyc_button:visited{
	color: #fff;
}
.vyc_button.vyc_simple_button {
	width: auto;
	display: inline;
	min-width: auto;
	transition: background-color 0.2s ease-in-out 0s;
}
.vyc_button.vyc_simple_button:hover {
	background-color: #3d3d3d;
}
h1.vyc_flashyheading {
	text-align: center;
	color: #fff;
	border-radius: 5px;
	font-size: 2rem;
	text-transform: uppercase;
}
.vyc_catlink_button, .vyc_attlink_button {
	margin-bottom: 1em;
}
.verde{
	background-color: #5ab210;
}
.celeste{
	background-color: #68c5e7;
}

.rosso{
	background-color: #da0000;
}

.rossochiaro{
	background-color: #ff6060;
}

.rosa{
	background-color: #ff70a6;
}

.arancione{
	background-color: #ff8549;
}
.marrone{
	background-color:  #534646;
}
.giallo{
	background-color:  #faac15;
}

/*--------------------------------------------------------------
	Media Queries
--------------------------------------------------------------*/

/* MOBILE RES (change max width when decided) */
@media screen and ( max-width: 782px ) {/*Standard smartphones*/

	h1.vyc_flashyheading{
		font-size: 1.25rem;
	}
	.vyc_button {
		width: auto;
		line-height: 1.2em;
	}
	.vyc_button.vyc_simple_button {
		display: block;
		width: 80%;
		margin: auto;
	}
}</pre></body></html>