/* Yotsuba theme overrides for vich.php (clásico) */

/* Base */
body { background: url("fade.png") repeat-x center top #FFE; color: #800000; }
.boardlist { font-family: monospace; font-size: 13px; color: #800000; }
.boardlist a { color: #800000; text-decoration: none; }
.boardlist a:hover { text-decoration: underline; }

/* Títulos y enlaces */
h1, h2, h3 { color: #800000; }
a { color: #e04000 !important; }
span.quote { color: #448e0c !important; }

/* Contenedor de posts */
.thread { border: 1px solid #800000 !important; }
.post.op, .post.reply { background: #F0E0D6; color: #800000; border: 1px solid #800000; border-radius: 4px; }
div.post.reply { background: #F0E0D6 !important; }
.post .body { background: #F0E0D6; padding: 12px; }

/* Tablas (si aplica) */
table td { background: #F0E0D6; }
table tr.odd td { background: #F0E0D6; }

/* Avisos y botones */
#notice { background: #F0E0D6; border: 2px solid #800000; color: #800000; text-shadow: none; }
input[type="submit"], button { background: #F0E0D6; color: #800000; border: 1px solid #800000; }

/* Otros */
hr { display: none; }
.highlighted, .preview { background: #FF9; }
.codebox { color: #8b8b8b; }
