Skip to content

setlist.fm Gruvbox by worbgge

Details

Authorworbgge

LicenseNo License

Categoryuserstyles

Created

Updated

Size3.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Gruvbox userstyle for setlist.fm

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           setlist.fm Gruvbox
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Gruvbox userstyle for setlist.fm
@author         worbgge
==/UserStyle== */
@-moz-document domain("setlist.fm") {
    div.body {
        background-color: #282828;
    }
    .main {
        background-color: #282828;
    }
    .header {
        background-color: #282828;
    }
    .header .row > div {
        background-color: #282828;
    }
    .contentBox > div:first-child,
    .contentBox > div > .boxElement:first-child,
    .contentBox > div .boxElement:first-child > li:first-child {
        background-color: #282828;
        color: #ebdbb2;
    }
    .contentBox > div {
        background-color: #282828;
        color: #ebdbb2;
    }
    .smallDateBlock {
        color: #ebdbb2;
    }
    .infoContainer {
        color: #ebdbb2;
    }
    div.setlistPaper > .setlistContent {
        background: #282828;
        color: #ebdbb2
    }
    div.setlistPaper > .setlistContent > .setlistList ol.songsList > li a {
        color: #fbf1c7;
    }
    div.setlistInfo div.setlistHeadline h1 > strong a {
        color: #fbf1c7;
    }
    .newsArticleTeaser h2 > a {
        color: #fbf1c7;
    }
    .listStriped > :nth-child(2n+1) {
        background-color: #1d2021;
    }
    .setlistTimeLink.currentSetlist {
        background-color: #1d2021;
    }
    h2{
        color:#fbf1c7;
    }
    p{
        color:#fbf1c7;
    }
    .font-gray{
        color:#928374;
    }
    div.setlistPaper > .setlistContent > .setlistList ol.songsList > li.song > a.play, div.setlistPaper > .setlistContent > .setlistList ol.songsList > li.tape > a.play{
        filter: invert(92%) sepia(32%) saturate(350%) hue-rotate(327deg) brightness(102%) contrast(97%);
    }
    .fontSmaller{
        color:#fbf1c7;
    }
    .header.hideSearch .logo-col > .logo-navi > .logo{
        filter: invert(92%) sepia(32%) saturate(350%) hue-rotate(327deg) brightness(102%) contrast(97%);
    }
    .header .logo-col > .logo-navi > .logo{
        filter: invert(92%) sepia(32%) saturate(350%) hue-rotate(327deg) brightness(102%) contrast(97%);
    }
    .twoLineLink > span.smallDateBlock{
        color:#fbf1c7;
    }
    .twoLineLink > span:first-of-type{
        color:#928374;
    }
    .newsArticle > div.content{
        background-color:#282828;
    }
    .draft-1MwIr{
        color:#fbf1c7;
    }
    div.imageWidgetEmbed textarea[readonly]{
        background-color: #282828;
        color: #ebdbb2;
    }
    .table-striped > tbody > tr:nth-of-type(2n+1){
        background-color:#1d2021;
    }
    table.statsTable tr.even{
        background-color:#1d2021;
    }
    a:visited{
        color:#458588;
    }
    a{
        color:#83a598;
    }
    div.setlistPaper > .setlistContent > .setlistList ol.songsList > li.encore, div.setlistPaper > .setlistContent > .setlistList ol.songsList > li.section, div.setlistPaper > .setlistContent > .setlistList ol.songsList > li.tape, div.setlistPaper > .setlistContent > .setlistList ol.songsList > li .unknownSong{
        color:#fbf1c7;
    }
    rect{
        fill:#282828;
    }
}

Reviews

No reviews yet.