Tumblr/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
.tumblr-blog {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 2em 0em 0em 0em;
    background-color: #c1cdf9;
    background-image: linear-gradient(30deg, #fcd0db 12%, transparent 12.5%, transparent 87%, #fcd0db 87.5%, #fdd0db), linear-gradient(150deg, #fcd0db 12%, transparent 12.5%, transparent 87%, #fcd0db 87.5%, #fcd0db), linear-gradient(30deg, #fcd0db 12%, transparent 12.5%, transparent 87%, #fcd0db 87.5%, #fcd0db), linear-gradient(150deg, #fcd0db 12%, transparent 12.5%, transparent 87%, #fcd0db 87.5%, #fcd0db), linear-gradient(60deg, #dedbfb 25%, transparent 25.5%, transparent 75%, #dedbfb 75%, #dedbfb), linear-gradient(60deg, #dedbfb 25%, transparent 25.5%, transparent 75%, #dedbfb 75%, #dedbfb);
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    background-attachment: fixed;
}
.tumblr-column-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    column-gap: 0.8em;
}
.tumblr-column-1 {
    width: 350px;
}
.tumblr-column-2 {
    width: 600px;
}
@media screen and (max-width:1280px ) {
    .tumblr-column-container {
        flex-flow: column wrap;
    }
    .tumblr-column-1 {
        width: auto;
        margin: 0 4em;
    }
     .tumblr-column-2 {
        width: auto;
        margin: 0 4em;
    }
    .tumblr-post {
        max-width: unset !important;
    }
    .tumblr-bio {
        position: relative !important;
        width: auto !important;
        margin: 0 1em !important;
    }
}
@media screen and (max-width:768px ) {
    .tumblr-column-1 {
        width: auto;
        margin: 0em;
    }
     .tumblr-column-2 {
        width: auto;
        margin: 0em;
    }
    .tumblr-post .center img {
        width: 100%;
        height: auto;
    }

}
.tumblr-bio {
    margin: 0 0 0 4rem;
    padding: 1em;
    background: #fff;
    box-shadow: 1px 1px 0px #333;
    width: 200px;
    position: fixed;
}
.tumblr-bio .center img {
    margin-top: -4em;
    border-radius: 100%;
    border: 4px solid #eee;
}
.tumblr-post {
    background: #fff;
    margin: 1em;
    padding: 1em;
    max-width: 800px;
    box-shadow: 1px 1px 0px #333;
}
.tumblr-title {
    color: #ff5148;
    margin: 1.5em 0em 5em 0em;
    font-weight: bold;
    line-height: 2.5em;
    text-align: center;
}
#reblog {
    float: right;
    color: #888;
    cursor: pointer;
}