/* Tema oscuro ultra simple */
html, body {
    background: #000;
    color: #ddd;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

a {
    color: #4da3ff;
    text-decoration: underline;
}

a:hover {
    color: #ff4040;
}

hr {
    border: 1px solid #444;
    background: none;
}

/* Todo plano, sin bordes ni colores extra */
.logo,
.replymode,
.manageinfo,
.catalogmode,
.passvalid,
.managehead,
.postlists,
.row1,
.row2,
.unkfunc,
.filetitle,
.reply,
.replyhl,
.replytitle,
.hoverpost,
.commentpostername,
.thumbnailmsg,
.abbrev,
.highlight {
    background: none;
    color: inherit;
    font-weight: normal;
    font-size: inherit;
    text-align: left;
    padding: 0;
    border: none;
}

/* Estructura base sin adornos */
.rules,
.rules li,
.postblock,
.dellist,
.delbuttons,
.footer {
    background: none;
    color: inherit;
    font-weight: normal;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

