Protected page

UnTunes:Main Page.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
.untunes-col-container {
    display: flex;
}

.untunes-panel {
    border: 1px solid #dedede;
    margin-bottom: 0.5em;
    border-radius: 0.2em;
    overflow: hidden;
}

.untunes-panel-header {
    background: linear-gradient(180deg, #f9f9f9, #f1f1f1);
    padding: .4em 0.6em;
    margin: 0;
    color: #888;
}

.untunes-panel-header::before {
    content: "♫ ";
}

.untunes-panel-content {
    padding: .5em 1em;
}
.untunes-panel-content input {
    margin-bottom: 4px !important;
}

#untunes-featured-list {
    max-height: 265px;
    overflow-y: scroll;
}

#untunes-featured-list ul {
    margin: 0;
}

#untunes-featured-list li {
    display: block;
    margin: 0;
}

#untunes-featured-list li a {
    display: block;
    padding: 0.4em 1em;
    margin: 0;
    background-color: #fff;
    color: #888;
    text-decoration: none;
    transition: 0.1s ease-in;
}

#untunes-featured-list li:nth-child(odd) a {
    background-color: #f9f9f9;
}

#untunes-featured-list li:nth-child(odd) a {
    background-color: #f9f9f9;
}

#untunes-featured-list li a:hover {
    background-color: #D1E4F7;
    color: #1a75bd;
}

#untunes-featured-list li a:before {
    font-family: monospace;
    content: " "
}

#untunes-featured-list li a:hover:before {
    content: "▶ "
}

.untunes-panel li.gallerybox img {
    opacity: 0.8;
    border-radius: 2px;
}

.untunes-panel li.gallerybox:hover img {
    opacity: 0.2;
}

.untunes-panel .gallerytext a {
    color: #333;
    text-decoration: none;
}

@media screen and (max-width: 68em) {
    .untunes-col-container {
        flex-flow: column wrap;
    }

    .untunes-panel {
        margin-right: 0em !important;
    }
}
<noinclude>[[Category:UnTunes templates]]
</noinclude>