Şablon:Kullanıcı:RuzDD/ksstyle.css

/*  Bu bir şablon değildir, templatestyles ile kullanıcı sayfamda kullanmak için yazdığım bir koddur. Silmeyiniz, değiştirmeyiniz yoksa kullanıcı sayfam bozulur. [[Kullanıcı:RuzDD|RuzDD]] ([[Kullanıcı mesaj:RuzDD|mesaj]]) 07.10, 25 Mart 2024 (UTC)  */

@keyframes sgmoduicina{
	0%{
		color:#000;
	}50%{
		color:#000;
	}51%{
		color:#f00;
	}99%{
		color:#f00;
	}
}

@keyframes ybgrad-anim{
	0%{
		left: 24px;
	}50%{
		left: 90%;
	}100%{
		left: 24px;
	}
}

#asdf{color:#f00;}
#sgmoduicin{animation:sgmoduicina 500ms infinite !important;}
html.vector-feature-limited-width-clientpref-0 #sgmoduicin{display:none !important;}
.julia-onup:not(:hover){opacity: 0.0 !important;transition-duration:300ms !important;}
.julia-onup:hover{transition-duration:500ms !important;}
.navpopup{display:none !important;}

/*.vector-header{
	display: none;
	opacity: 0;
}*/

div.myup-ybgrad{
	position: fixed !important;
	width: 192px !important;
	height: 144px !important;
	bottom: 24px !important;
	animation: ybgrad-anim 4s infinite linear !important;
	background: linear-gradient(to right, #06f 0%, #fff 40%, #fff 49%, #960 50%, #fc0 70%, #fff 100%) !important;
	box-shadow: 2px 2px 16px #000;
}