Treasure Island English/Spanish
by clayshannon
HTML
<h1 class="smallcaps">Treasure Island / La Isla del Tesoro</h1>
<h2>by / por Robert Louis Stevenson (1883)</h2>
<p><em><span class="consolas">In </span><span class="english">English</span><span class="consolas"> and </span><span class="german"><strong>Spanish</strong></span></em><em><span class="consolas"> / En </span><span class="english">Inglés</span><span class="consolas"> y </span><span class="german"><strong>Español</strong></span></em></p>
<p class="smallfont">Translated by/Traducida por Manuel Caballero (1886)</p>
<hr/>
<section>
<h2 class="smallcaps">PART ONE--The Old Buccaneer</h2>
<p class="chapter">CHAPTER/CAPÍTULO 1</p>
<h3>The Old Sea-dog at the Admiral Benbow / El Viejo Lobo Marino en la Posada del 'Almirante Benbow'</h3>
<p>SQUIRE TRELAWNEY, Dr. Livesey, and the rest of these gentlemen having
asked me to write down the whole particulars about Treasure Island, from
the beginning to the end, keeping nothing back but the bearings of the
island, and that only because there is still treasure not yet lifted, I
take up my pen in the year of grace 17__ and go back to the time when
my father kept the Admiral Benbow inn and the brown old seaman with the
sabre cut first took up his lodging under our roof.</p>
<p class="spanish"><strong>Imposible me ha sido rehusarme á las repetidas instancias que el Caballero Trelawney, el Doctor Livesey y otros muchos señores me han
hecho para que escribiese la historia circunstanciada y completa de la
Isla del Tesoro. Voy, pues, á poner manos á la obra contándolo todo,
desde el <em>alfa</em> hasta el <em>omega</em>, sin dejarme cosa alguna en el tintero, exceptuando la determinación geográfica de la isla, y esto tan solamente
porque tengo por seguro que en ella existe todavía un tesoro no
descubierto. Tomo la pluma en el año de gracia de 17-- y retrocedo hasta
la época en que mi padre tenía aún la posada del "<em>Almirante Benbow</em>," y
hasta el día en que por primera vez llegó á alojarse en ella aquel...
CSS
body {
font-family:"Segoe UI", "Palatino Linotype", "Bookman Old Style", "Candara", "Calibri", "Consolas", serif;
font-size: 1.2em;
}
section, aside, header, footer, nav, article, time {
display: block;
}
h1 {
font-family:"Lucida Sans", "Courier";
text-shadow: -4px 4px 3px #999999;
}
h2 {
font-family:"Segoe UI Light", "Consolas", sans-serif;
}
h3 {
font-family:"Lucida Sans", "Consolas", "Baskerville", "Palatino Linotype", sans-serif;
}
.chapter {
font-size: 2em;
font-family:"Consolas";
background: -webkit-linear-gradient(#eee, #333);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.smallfont {
font-size: 0.6em;
}
.smallcaps {
font-variant: small-caps;
}
aside {
color: cornsilk;
font-family:'Bookman Old School', Candara, Calibri, serif;
}
aside p:last-child {
margin-bottom:0;
}
span:hover {
position:relative;
cursor:pointer;
}
span[title]:hover:after {
content: attr(title);
background:yellow;
padding: 4px 8px;
color: #000;
position: absolute;
left: 0;
top: 100%;
z-index: 20;
white-space: nowrap;
}
.marginalize {
margin-left: 5em;
margin-right: 5em;
}
.tightvert {
line-height: .5;
}
.english {
font-family:"Segoe UI";
}
.spanish {
font-family: Candara, "Bookman Old School";
margin-left: 1em;
margin-right: 1em;
}
.consolas {
font-family:"Consolas";
}