Tabla de Contenidos | El Heraldo Equipado – Preacher Ed
El Heraldo Equipado
La Máquina de Preparación Expositiva
Autor: Preacher Ed Versión: 1.0 — Octubre 2025
Tabla de Contenidos Completa. Seleccione el capítulo para comenzar la lectura.
El Heraldo Equipado: La Máquina de Preparación Expositiva
Copyright © 2025 Keeping the Faith • Ed Rangel. Todos los derechos reservados.
Publicado por Keeping the Faith, Waupaca, Wisconsin, United States of America.
Contacto: rangellalo@gmail.com | www.edrangel.com
Ninguna parte de este libro puede ser reproducida o transmitida sin el permiso por escrito del autor, excepto en el caso de citas breves y reseñas críticas.
/* --- MOBILE READABILITY FIX PACK (iPhone-first) --- */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }@media (max-width: 430px) {
:root { --maxw: 64ch; }body { font-size: 19px; line-height: 1.8; }.title-wrap {
place-items: start; /* stop over-centering on tiny screens */
padding-top: 1rem;
background: var(--paper); /* kill lines behind text */
}
.title-wrap::before { display: none; } /* remove noisy texture */.title-page {
width: 100%;
margin: 0;
border-radius: 18px;
padding: 1.25rem 1rem 1.5rem;
border-width: 2px;
box-shadow: 0 6px 18px rgba(34,51,76,0.08);
}/* Title: drop the gradient clip; use solid ink for contrast */
h1.title {
-webkit-text-fill-color: initial;
background: none;
color: var(--ink);
font-size: clamp(2.1rem, 8vw, 2.6rem);
line-height: 1.15;
filter: none;
letter-spacing: 0.5px;
margin-top: .25rem;
}/* Subtitle: swap script to readable serif on phones */
.subtitle {
font-family: 'Lora', serif;
font-style: italic;
font-size: 1.05rem;
color: var(--muted);
text-shadow: none;
letter-spacing: 0.2px;
margin-bottom: .75rem;
}.orchid-divider { width: 160px; height: 26px; }.divider { width: 92%; height: 2px; }.imprint { gap: 0.9rem; }
.cover-img { width: 130px; height: 178px; box-shadow: 0 4px 16px rgba(0,0,0,.08); }/* Scripture block: bigger text + better contrast/padding */
.scripture {
display: block;
font-size: 1rem;
color: #283A50;
padding: .75rem .9rem;
margin-top: 1rem;
border-left-width: 3px;
}/* TOC: left align, larger targets, clear focus */
.toc-section-header {
font-size: 1.15rem;
margin-top: 1.25rem;
}
.toc-list { margin: 1rem auto; max-width: none; }
.toc-list li { margin: 10px 0; padding: 2px 0; }
.toc-list li a {
font-size: 1.03rem;
line-height: 1.5;
padding: 10px 0; /* thumb room */
}
.toc-list li a:focus-visible {
outline: 2px solid var(--foil);
outline-offset: 2px;
text-decoration: none;
}/* Chapter numbers: keep but don’t steal space */
.toc-list li.chapter {
column-gap: 8px;
}
.toc-list li.chapter .num {
font-size: 1rem;
line-height: 1.6;
min-width: 2ch;
}/* Footer block: shrink and lighten */
.toc-copyright-block {
font-size: .9rem;
padding: 1rem .75rem;
}
}/* Extra: respect users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
* { transition: none !important; animation: none !important; }
}