Jump to content

User:A.B.123/stripe/styles.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.duoduo123-stripe {
	background-image: linear-gradient(to right,#236955 0%,#236955 20%, #44805a 20%,#44805a 40%,#FFFFF1 40%,#FFFFF1 60%,#44805a 60%,#44805a 80%,#236955 80%,#236955 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 .duoduo123-stripe {
		top: 6.73em;
	}
}
@media screen and (min-width: 851px) and (max-width: 1099px) {
	body.skin-timeless .duoduo123-stripe {
		top: 6em;
	}
}
@media screen and (min-width: 1100px) {
	body.skin-timeless .duoduo123-stripe {
		top: 3.47em;
	}
}