User:Tails Wx/genderfluid stripe/styles.css

.tailswx-stripe {
	background-image: linear-gradient(to right,#FF76A4 0%, #FF76A4 20%, #FFFFF1 20%, #FFFFF1 40%, #C011D7 40%, #C011D7 60%, #000000 60%, #000000 80%, #2F3CBE 80%, #2F3CBE 100%);
	padding-bottom: 8px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	z-index:1;
}
@media screen and (max-width:850px) {
	body.skin-timeless .tailswx-stripe {
		top: 6.73em;
	}
}
@media screen and (min-width: 851px) and (max-width:1099px) {
	body.skin-timeless .tailswx-stripe {
		top: 6em;
	
	}
}
@media screen and (min-width: 1100px){
	body.skin-timeless .tailswx-stripe {
		top: 3.47em;
	}
}