Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Divisor/styles.css

Template page
Revision as of 16:03, 10 February 2026 by Lucaskcampos (talk | contribs) (Created page with ".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-micro-SmallLine-___SmallLine-module__smallLine___NFIrA { max-width: none; font-size: 20px; } .src-component-micro-SmallLine-___SmallLine-module__smallLine___NFIrA:af...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.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-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);
}