Jump to content

User:WindTempos/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.
.windtempos-stripe {
    background-image: linear-gradient(to right,
        rgb(255, 117, 162) 0%,
        rgb(255, 117, 162) 20%,
        rgb(245, 245, 245) 20%,
        rgb(245, 245, 245) 40%,
        rgb(190, 24, 214) 40%,
        rgb(190, 24, 214) 60%,
        rgb(44, 44, 44) 60%,
        rgb(44, 44, 44) 80%,
        rgb(51, 62, 189) 80%,
        rgb(51, 62, 189) 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 .windtempos-stripe {
        top: 6.73em;
    }
}

@media screen and (min-width: 851px) and (max-width: 1099px) {
    body.skin-timeless .windtempos-stripe {
        top: 6em;
    }
}

@media screen and (min-width: 1100px) {
    body.skin-timeless .windtempos-stripe {
        top: 3.47em;
    }
}