Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
 /*
 #bodyContent pre{border:solid 1px darkblue;background:red;}
 pre{border:solid 1px red;overflow: hidden;background:white;}

 #bodyContent div{background:red;}
 div{border:solid 1px red;overflow: hidden;background:pink;}


 P:first-letter {
 color: green;
 font-size: 200%;
 text-transform: uppercase;
 }
 P:first-line { margin-left:20px; }

 .Sin {
  font-family:sans-serif;
  line-height: 70%;
  border: 0px;
  padding-left: 2em;
  margin: 0;
 
 } 


 .verse p{
  background-color: lightblue;
  font-family:sans-serif;
  line-height: 70%;
  border: 0px;
  padding-left: 2em;
  margin: 0;
  white-space: pre;
 } 
 .verse div{
  background-color: navajowhite;
  font-family:sans-serif;
  line-height: 130%;
  border: 0px;
  padding-left: 2em;
  margin: 0;
  white-space: pre;
 } 

 span.miclase{
  background-color: navajowhite;
  font-family:sans-serif;
  line-height: 100%;
  border:solid 1px;
  white-space: pre;

  margin: 0;

 }
 */

 #Azul{
 border:solid 1px darkblue;

 background:lightblue;
 }

.Azul{
border:solid;
border-color:darkblue;
background:lightblue;
}
.Rojo{
border:solid;
border-color:pink;
background:navajowhite;
}

/*</pre>*/



en funcionamiento


/*<pre>*/

.textoantiguo{
color:maroon;
font-size:150%;
font-family:Lucida Blackletter, verdana;
font-weight:bold;
text-decoration:none;
}

.ventana{
border:solid gray;
border-width:0px 2px 2px 0px;
}

 .Capitular{ font-size: 12pt;width:50%;text-indent:50px; }
 .Capitular:first-letter { 
font-size: 500%;
font-style: italic;
font-weight: bold;
color:maroon;
float: left;
margin-left:50px;
border:solid 1px grey;
margin:5px;
padding:5px;
background:silver;
}

/*</pre>*/