<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: mixx.io ascii
Theme URI: https://mixx.io
Description: Ascii style theme
Author: Alex Barredo
Author URI: http://mixx.io
Version: 1
#eb6864
*/

@font-face {
    font-family: '8bfont';
    /* src: url("fuentes/DePixelBreit.otf") format("opentype"); */
    /* src: url("fuentes/DePixelIllegible.otf") format("opentype"); */
    /* src: url("fuentes/DePixelHalbfett.otf") format("opentype"); */
    /* src: url("fuentes/DePixelKlein.otf") format("opentype"); */
    /* src: url("fuentes/DePixelHalbfett.otf") format("opentype"); */
    /* src: url("fuentes/DePixelBreit.otf") format("opentype"); */
    /* src: url("fuentes/DePixelBreitFett.otf") format("opentype"); */
    /* src: url("fuentes/DePixelSchmal.otf") format("opentype"); */
    src: url("fuentes/VCR_OSD_MONO_1.001.ttf") format("truetype");
    /* src: url("fuentes/rainyhearts.ttf") format("truetype"); */
    /* src: url("fuentes/Minecraft.ttf") format("truetype"); */
    /* src: url("fuentes/Mario-Kart-DS.ttf") format("truetype"); */
    /* src: url("fuentes/easvhs.ttf") format("truetype"); */

}

body, html {
    margin: 0;
    padding: 0;
    background-color: black;
    /* font-family: monospace; */
    color: lime;
    font-size: 1.5vw;
    padding-bottom:5em;
    font-family: '8bfont', monospace;
}
.container {
    white-space: pre-wrap;
    word-wrap: break-word;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    margin:0 auto;
    width: 60vw;
    width: 65vw;
    padding: 1em;
}
#logo {
    line-height: 1;
    display: block;
    margin: 0 auto;
}

#container {
    margin-top: 1vw;
    margin-bottom: 4vw;
}

p&gt;a.button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em !important;
    padding: 1.8vw 2vh;
}

input,button,.button {
    font-size: 1vw;
    margin: 0;
    padding: 0;
    border:0;
    outline: 0;
    overflow: hidden;
    text-decoration: none !important;
    font-family: '8bfont', monospace;
}

input {
    background: rgb(20,20,20);
    color: white;
    font-size: 0.75rem !important;
}

.button,
button {
    background: rgb(20,20,20);
    /* animation: blinker 1s linear infinite; */
    font-size: 0.75rem !important;
    text-decoration: none;
    padding: 3px 5px;
    margin-left:8px;
    color: white;
    font-weight: bold;
}

.nodec,
#logo a,
#logo {
    font-weight: normal !important;
    text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6 {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em !important;
    margin: 0 !important;
}

.uc {
    text-transform: uppercase;
}

h1 {
    font-size: 1em;
}

a {
    color: inherit;
}

.fs75 {
    font-size: 1.1vw !important;
}

.lh75,
.ln75 {
    line-height: 1;
}

.container-auto {
    margin:0 auto;
    max-width: fit-content;
}

.thumb-grid {
    width: 38rem;
    padding: 0 0.5rem;
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: -2rem;
    grid-template-columns: 50% 50%;
}

.flex-half {
    width: 100%;
    border-radius: 5px;
}

hr {
    opacity: 10%;
}

blockquote {
    margin: 2em 0 3em;
    padding: 0.2em 1em;
    white-space: normal;
    background: rgb(20,20,20);
    outline: 10px solid rgb(20,20,20);
    border-radius: 5px;
    color: white;
}

blockquote p {
    padding: 0;
}

blockquote+hr {
    display: none;
}

.ajustado_top {
    margin-top:0;
}
.ajustado_top_1 {
    margin-top:-1.1em;
}
.mano {
    margin-inline-start: 3vw;
    font-size: 1.2vw !important;
}

#articulo hr {
    visibility: hidden;
    margin:2vh 0 0;
}

#articulo p,
#premium p {
    line-height: 2vh;
}

#articulo p a {
    color: #eb6864;
}

#articulo li {
    margin:2vh 0 0;
}

#articulo p &gt; strong {
    /* font-weight: bold;
    background: rgb(20,20,20);
    outline: 5px solid rgb(20,20,20);
    border-radius: 5px; */
    /* margin-inline-start: -2.3em; */
}

.compartir {
    font-weight: bold;
    font-size: 1.2vw !important;
    text-decoration: none;
    padding: 3px 5px;
    margin-left:8px;
    color: white;
}


@media (prefers-color-scheme: light) {

    body, html {
        background-color: rgb(245,245,245);
        color: rgb(20,20,20);
    }

    input {
        background: rgb(200,200,200);
        color: rgb(20,20,20);
    }
    blockquote {
        outline: 10px solid rgb(200,200,200);
        background: rgb(200,200,200);
        color: rgb(20,20,20);
    }
    .button,
    button {
        background: rgb(20,20,20);
        color: white;
    }
    .compartir {
        color: rgb(40,40,40);
    }
}

.solo_gra {
    display: none;
}
.solo_peqi {
    display: none;
}
.solo_grai {
    display: none;
}
.solo_peq {
    display: none;
}

@media only screen and (max-width: 600px) {

    html, body {
        /* min-width: 600px; */
    }
    .solo_peq {
        display: inherit;
    }
    .solo_peqi {
        display: inline;
    }
    body, html {
        font-size: 3vw;
    }
    .container {
        width: 94vw !important;
        padding: 3vw !important;
    }
    .fs75 {
        font-size: 3vw !important;
    }
    .peq_75 {
        display: inline-block;
        line-height: 1.5vh !important;
        font-size: 1.5vh !important;
    }
    .mano {
        margin-inline-start: 0 !important;
        font-size: 3vw !important;
    }
    .compartir {
        font-size: 2.3vw !important;
    }

}
@media only screen and (min-width: 601px) {

    .solo_gra {
        display: inherit;
    }
    .solo_grai {
        display: inline;
    }

}</pre></body></html>