* {
    font-family: "Times New Roman", Times, serif;
}body {
    background: url("https://uploads.cekni.to/ups/03252e9b-c838-5838-80cf-c4ed04e7e8dd.jpg");
    background-size: 100px 200px;
}.post {
    background: url("https://uploads.cekni.to/ups/54774790-a0bd-5e2b-8f57-fcadeef92dd6.jpg");
    background-size: 100px 80px;
}.th-subnavbar {
    background: url("https://uploads.cekni.to/ups/6aefe87f-e7f3-524d-9cc9-c15560646ee8.jpg");
    background-size: 120px 95px;
}.sidebar {
    background: url("https://uploads.cekni.to/ups/dee89b65-7dec-581c-b27a-2678f7d52e29.jpg");
    background-size: 200px 160px;
}.pure-menu, .subinthebar, .p-icon {
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}.chpop, .chtitle {
    background: url("https://uploads.cekni.to/ups/5f361810-854f-5473-95dd-8e68d292230a.jpg");
    background-size: 15px 8px;
}.downvote {
    display: none;
    visibility: hidden;
}.subinfo, .sbm-post {
    background: red; 
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet); 
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet); 
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet); 
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet); 
}@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}