Ativa o menu
Toggle preferences menu
Alternar menu pessoal
Não autenticado(a)
Your IP address will be publicly visible if you make any edits.

Predefinição:Testes da Wiki/styles.css

De Runas & Campeões
.src-component-block-IntroWithVideo-___IntroWithVideo-module__show___2ho5K .src-component-block-IntroWithVideo-___IntroWithVideo-module__smallLine___3r5yo {
    opacity: 1;
    transform: scaleX(1);
}
.observer .src-component-block-IntroWithVideo-___IntroWithVideo-module__smallLine___3r5yo {
    opacity: 0;
    transform: scaleX(0);
    transition: opacity .2s linear .05s,transform .4s cubic-bezier(.25,.46,.45,.94) .05s;
}

.src-component-micro-SmallLine-___SmallLine-module__smallLine___NFIrA {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 1px solid #99664d;
    padding-top: 0.4em;
    max-width: 13.5rem;
    margin: 0 auto 2rem;
    width: 100%;
    font-size: 14px;
}

.src-component-block-IntroWithVideo-___IntroWithVideo-module__smallLine___3r5yo {
    transform-origin: left;
}

.src-component-micro-SmallLine-___SmallLine-module__smallLine___NFIrA {
    max-width: none;
    font-size: 20px;
}
.src-component-micro-SmallLine-___SmallLine-module__smallLine___NFIrA:after, .src-component-micro-SmallLine-___SmallLine-module__smallLine___NFIrA:before {
    content: "";
    display: block;
    position: absolute;
    height: 0.4em;
    width: 0.5em;
    left: 0;
    bottom: 100%;
    background: #99664d;
    transform-origin: left bottom;
    transform: rotate(20deg);
}
.src-component-micro-SmallLine-___SmallLine-module__smallLine___NFIrA:after {
    left: auto;
    right: 0;
    transform-origin: right bottom;
    transform: rotate(-20deg);
}