Skip to content

VIshop - Dark by xiggi

Details

Authorxiggi

LicenseNo License

Categoryvishop

Created

Updated

Size17 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Ciemny motyw na stronę główną i panel.

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name           VIshop - Dark
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Ciemny motyw na stronę główną i panel.
@author         Me
==/UserStyle== */

@-moz-document url("https://vishop.pl/")  {
    :root {
        --main-bg: rgb(12, 12, 12);

        --second-bg: rgb(21, 21, 21);
        --second-bg-opacity: rgba(21, 21, 21, .5);
        
        --third-bg: rgb(31, 31, 31);
        --third-bg-hover: rgb(31 31 31 / 80%);;
        
        --gray-bg: rgb(31, 31, 31);
    }
    
    .theme--light.v-application  {
        background-color: var(--main-bg);
    }
    
    .theme--light.v-footer {
        background-color: var(--main-bg);
        color: #ccc;
    }
    
    .theme--light.v-card {
        background-color: var(--second-bg);
        color: #ccc;
    }
    
    .theme--dark.v-card {
        color: #ccc;
    }
    
    .theme--dark.v-footer {
        background-color: transparent;
        color: #ccc;
    }
    
    .v-application .text-h4 {
        color: #fff;
        margin-bottom: 10px;
    }
    
    .intro[data-v-c6d2f9be] {
    background-image: linear-gradient(to bottom, rgba(12, 12, 12, .2), #0c0c0c), url(../img/home_background.189c3aed.jpg);
    }
    
    a.pa-5.v-card.v-card--link.v-sheet.theme--light:hover, .col-10.col-lg-4.ms-5.mt-3.v-card.v-card--link.v-sheet.theme--light:hover {
        background-color: var(--third-bg);
        transition: 0.2s;
    }
    
    .theme--light.v-card>.v-card__subtitle, .theme--light.v-card>.v-card__text {
        color: #ccc;
    }
    
    .theme--light.v-sheet {
        background-color: var(--second-bg);
        color: #ccc;
    }
    
    .theme--light.v-navigation-drawer {
        background-color: var(--second-bg);
    }
    
    .theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled), .theme--light.v-icon {
        color: #ccc;
    }
    
.theme--light.v-list-item:not(.v-list-item--disabled) .v-list-item__action-text, .theme--light.v-list-item:not(.v-list-item--disabled) .v-list-item__subtitle {
    color: #fff;
    }
    
    .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
        background-color: var(--third-bg);
    }
    
    .theme--light.v-select .v-select__selections {
        color: #ccc;
    }
    
    h2.mt-5 {
        color: #fff;
    }
    
    #app, .theme--light.v-input, .theme--light.v-input input, .theme--light.v-input textarea, .theme--light.v-label, .theme--light.v-messages, .theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr>th, .theme--light.v-data-table .v-data-table__empty-wrapper  {
        color: #ccc;
    }
    
    .theme--light.v-data-table {
        background-color: var(--third-bg);
        color: #ccc;
    }
    
.theme--light.v-data-table .v-data-table-header th.sortable.active, .theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon, .theme--light.v-data-table .v-data-table-header th.sortable:hover {
    color: #fff;
    }
    
.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
        background-color: var(--second-bg);
    }
    
.v-application .black--text {
    color: #ccc!important;
    caret-color: #ccc!important;
}
    
    .theme--light.v-chip:not(.v-chip--active) {
        background-color: var(--third-bg);
        color: #fff;
    }
    
    a:hover, a:active {
        color: #fff;
        transition: 0.2s;
    }
    
    .theme--light.v-counter {
        color: #ccc;
    }
    
    .v-application .grey.lighten-4 {
        background-color: var(--third-bg) !important;
    }
    
.v-text-field>.v-input__control>.v-input__slot:after {
    background-color: currentColor;
    border-color: var(--third-bg);
}
    
.v-application .primary {
    background-color: rgba(12, 12, 12, .1) !important;
    border-color: var(--v-primary-base) !important;
}
    
.v-btn--fab.v-size--default .v-icon, .v-btn--fab.v-size--small .v-icon, .v-btn--icon.v-size--default .v-icon, .v-btn--icon.v-size--small .v-icon, b.tiptap-vuetify-editor__btn-icon {
    color: #cccc;
    }
    
    .v-card>:last-child:not(.v-btn):not(.v-chip):not(.v-avatar) {
        background-color: var(--third-bg);
    }
    
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--main-bg);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #777;
}
}

@-moz-document url-prefix("https://vishop.pl/privacy-policy") {
    :root {
        --main-bg: rgb(12, 12, 12);

        --second-bg: rgb(21, 21, 21);
        --second-bg-opacity: rgba(21, 21, 21, .5);
        
        --third-bg: rgb(31, 31, 31);
        --third-bg-hover: rgb(31 31 31 / 80%);;
        
        --gray-bg: rgb(31, 31, 31);
    }
    
    .theme--light.v-application  {
        background-color: var(--main-bg);
    }
    
    .theme--light.v-footer {
        background-color: var(--main-bg);
        color: #ccc;
    }
    
    .theme--light.v-card {
        background-color: var(--second-bg);
        color: #ccc;
    }
    
    .theme--dark.v-card {
        color: #ccc;
    }
    
    .theme--dark.v-footer {
        background-color: transparent;
        color: #ccc;
    }
    
    .v-application .text-h4 {
        color: #fff;
        margin-bottom: 10px;
    }
    
    .intro[data-v-c6d2f9be] {
    background-image: linear-gradient(to bottom, rgba(12, 12, 12, .2), #0c0c0c), url(../img/home_background.189c3aed.jpg);
    }
    
    a.pa-5.v-card.v-card--link.v-sheet.theme--light:hover, .col-10.col-lg-4.ms-5.mt-3.v-card.v-card--link.v-sheet.theme--light:hover {
        background-color: var(--third-bg);
        transition: 0.2s;
    }
    
    .theme--light.v-card>.v-card__subtitle, .theme--light.v-card>.v-card__text {
        color: #ccc;
    }
    
    .theme--light.v-sheet {
        background-color: var(--second-bg);
        color: #ccc;
    }
    
    .theme--light.v-navigation-drawer {
        background-color: var(--second-bg);
    }
    
    .theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled), .theme--light.v-icon {
        color: #ccc;
    }
    
.theme--light.v-list-item:not(.v-list-item--disabled) .v-list-item__action-text, .theme--light.v-list-item:not(.v-list-item--disabled) .v-list-item__subtitle {
    color: #fff;
    }
    
    .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
        background-color: var(--third-bg);
    }
    
    .theme--light.v-select .v-select__selections {
        color: #ccc;
    }
    
    h2.mt-5 {
        color: #fff;
    }
    
    #app, .theme--light.v-input, .theme--light.v-input input, .theme--light.v-input textarea, .theme--light.v-label, .theme--light.v-messages, .theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr>th, .theme--light.v-data-table .v-data-table__empty-wrapper  {
        color: #ccc;
    }
    
    .theme--light.v-data-table {
        background-color: var(--third-bg);
        color: #ccc;
    }
    
.theme--light.v-data-table .v-data-table-header th.sortable.active, .theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon, .theme--light.v-data-table .v-data-table-header th.sortable:hover {
    color: #fff;
    }
    
.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
        background-color: var(--second-bg);
    }
    
.v-application .black--text {
    color: #ccc!important;
    caret-color: #ccc!important;
}
    
    .theme--light.v-chip:not(.v-chip--active) {
        background-color: var(--third-bg);
        color: #fff;
    }
    
    a:hover, a:active {
        color: #fff;
        transition: 0.2s;
    }
    
    .theme--light.v-counter {
        color: #ccc;
    }
    
    .v-application .grey.lighten-4 {
        background-color: var(--third-bg) !important;
    }
    
.v-text-field>.v-input__control>.v-input__slot:after {
    background-color: currentColor;
    border-color: var(--third-bg);
}
    
.v-application .primary {
    background-color: rgba(12, 12, 12, .1) !important;
    border-color: var(--v-primary-base) !important;
}
    
.v-btn--fab.v-size--default .v-icon, .v-btn--fab.v-size--small .v-icon, .v-btn--icon.v-size--default .v-icon, .v-btn--icon.v-size--small .v-icon, b.tiptap-vuetify-editor__btn-icon {
    color: #cccc;
    }
    
    .v-card>:last-child:not(.v-btn):not(.v-chip):not(.v-avatar) {
        background-color: var(--third-bg);
    }
    
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--main-bg);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #777;
}

}

@-moz-document url-prefix("https://vishop.pl/statute") {
    :root {
        --main-bg: rgb(12, 12, 12);

        --second-bg: rgb(21, 21, 21);
        --second-bg-opacity: rgba(21, 21, 21, .5);
        
        --third-bg: rgb(31, 31, 31);
        --third-bg-hover: rgb(31 31 31 / 80%);;
        
        --gray-bg: rgb(31, 31, 31);
    }
    
    .theme--light.v-application  {
        background-color: var(--main-bg);
    }
    
    .theme--light.v-footer {
        background-color: var(--main-bg);
        color: #ccc;
    }
    
    .theme--light.v-card {
        background-color: var(--second-bg);
        color: #ccc;
    }
    
    .theme--dark.v-card {
        color: #ccc;
    }
    
    .theme--dark.v-footer {
        background-color: transparent;
        color: #ccc;
    }
    
    .v-application .text-h4 {
        color: #fff;
        margin-bottom: 10px;
    }
    
    .intro[data-v-c6d2f9be] {
    background-image: linear-gradient(to bottom, rgba(12, 12, 12, .2), #0c0c0c), url(../img/home_background.189c3aed.jpg);
    }
    
    a.pa-5.v-card.v-card--link.v-sheet.theme--light:hover, .col-10.col-lg-4.ms-5.mt-3.v-card.v-card--link.v-sheet.theme--light:hover {
        background-color: var(...

Reviews

No reviews yet.