User:Tails Wx/gay stripe/styles.css
Appearance
.tailswx-stripe {
background-image: linear-gradient(to right,#078D70 0%, #078D70 14%, #26CEAA 14%, #26CEAA 28%, #98E8C1 28%, #98E8C1 42%, #FFFFFF 42%, #FFFFFF 56%, #7BADE2 56%, #7BADE2 70%, #5049CC 70%, #5049CC 84%, #3D1A78 84%, #3D1A78 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;
}
}