Jump to content

User:Dudhhr/enby/styles.css

From Wikipedia, the free encyclopedia
.dudhhr-enby {
	background-image: linear-gradient(to right,#FCF434 0%,#FCF434 25%, #FCFCFC 25%,#FCFCFC 50%, #9C59D1 50%,#9C59D1 75%, #2C2C2C 75%,#2C2C2C 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 .dudhhr-enby {
		top: 6.73em;
	}
}
@media screen and (min-width: 851px) and (max-width: 1099px) {
	body.skin-timeless .dudhhr-enby {
		top: 6em;
	}
}
@media screen and (min-width: 1100px) {
	body.skin-timeless .dudhhr-enby {
		top: 3.47em;
	}
}