Skip to content

Ruleta by jibanezv

Details

Authorjibanezv

LicenseNo License

Categoryhttps://spinnerwheel.ahaslides.com

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Ruleta
@version      20230620.17.39
@namespace    userstyles.world/user/jibanezv
@description  estilo para ruteta https://spinnerwheel.ahaslides.com/&action=true
@author       jibanezv
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://spinnerwheel.ahaslides.com/") {
body {
    background-color: #0059c3;
    color: #333;
}

.nav-action[data-v-40e91c7c] {
    margin: 10%;
}

.spinner-wheel-action .nav-item:not(:last-child) .nav-link[data-v-40e91c7c]:after {
    content: "";
    opacity: .3;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    display: none;
    background: #d3d7e1;
}

.spinner-wheel-action[data-v-40e91c7c] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 280px;
    color: #fff;
    background: #d3362a;
    border-radius: 12px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 16px;
    border: 3px solid;
}

.spinner-wheel-label._container[data-v-27f8e8ca] {
    font-size: 20px;
    max-width: 312px;
    border-radius: 21px;
    font-weight: 700;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    width: 100%;
    border: 3px solid #e4edf9;
}

.spinner-wheel-winner-popup._container[data-v-b78d1a76] {
    width: 100%;
    background-color: hsla(0,0%,100%,.95);
    z-index: 150;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
}

Reviews

No reviews yet.