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)
- Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
/* Los estilos CSS colocados aquí afectarán la impresión */
/* this stylesheet is used when generating a PDF with PrinceXML or any other tool that understands the CSS used. */
/* define a page */
@page {
size: 8.5in 11in;
margin-left:1cm;
margin-right:1cm;
margin-top:1cm;
margin-bottom:1cm;
}
@page:first {
size: 8.5in 11in;
margin-left:1cm;
margin-right:1cm;
margin-top:1cm;
margin-bottom:1cm;
}
div.frontcover {
page: cover;
width: 100%;
height: 100%;
text-align:center;
position:relative;
top:25%;
bottom:50%;
}
/* styles for the right hand spread
Bottom left we display the title of the book, bottom right the page using a CSS counter, top right the content of the current chapter */
@page:right{
@bottom-left {
margin: 1pt 0 25pt 0;
border-top: .25pt solid #666;
content: "Boletín de Publicaciones Científicas del Personal Académico del CIESAS";
font-size: 9pt;
color: #333;
}
@bottom-right {
margin: 1pt 0 25pt 0;
border-top: .25pt solid #666;
counter-increment: page;
content: "Page " counter(page) "/" counter(pages);
/*content: counter(page);*/
font-size: 9pt;
}
@top-right {
content: string(doctitle);
margin: 15pt 0 10pt 0;
font-size: 9pt;
color: #333;
}
}
/* styles for the left hand spread
Bottom right book title, bottom left current page */
@page:left {
@bottom-right {
margin: 10pt 0 25pt 0;
border-top: .25pt solid #666;
content: "Boletín de Publicaciones Científicas del Personal Académico del CIESAS";
font-size: 9pt;
color: #333;
}
@bottom-left {
margin: 10pt 0 25pt 0;
border-top: .25pt solid #666;
counter-increment: page;
content: "Page " counter(page) "/" counter(pages);
/*content: counter(page);*/
font-size: 9pt;
}
}
/* first page */
@page:first {
@bottom-right {
content: normal;
margin: 0;
}
@bottom-left {
content: normal;
margin: 0;
}
}
/* reset chapter and figure counters on the body */
body {
counter-reset: page;
font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
line-height: 1.5;
font-size: 11pt;
}
h1{text-align:center; font-size:22pt; }
/* get the title of the current chapter - this will be the content of the h1
reset figure counter as figures start from 1 in each chapter */
h3 {
page-break-before: verso;
line-height: 1.3;
font-size:18pt;
}
/* increment chapter counter */
h3.mw-headline:before {
}
h2,h3,h4,h5 {
font-weight: bold;
page-break-after: avoid;
page-break-inside:avoid;
}
h2+p, h3+p {
page-break-before: avoid;
}
table {
page-break-inside: avoid;
}
ul.toc {
list-style: none;
margin: 0;
padding: 0;
}
/* create page numbers using target-counter in the TOC */
ul.toc a::after {
content: leader('.') target-counter(attr(href), page);
}
ul.toc li {
line-height: 2;
}
ul.toc li a {
text-decoration: none;
}
#toc {
margin-top: 5cm;
margin-bottom: 5cm;
margin-left: 5cm;
}
ul li {
list-style: square;
}
.tocnumber {display:none}
.toclevel-1 {
font-size: 18pt;
}
a {
color: #000;
}
/* add page number to cross references */
a.xref:after {
content: " (page " target-counter(attr(href, url), page) ")";
}
#pagina {
padding: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
}
.img_portada {
width:23cm!important;
margin:0 auto;
page-break-before: auto;
page-break-after: auto;
page-break-inside: avoid;
display:table;
}
.img_ficha {
width:5cm!important;
float:left;
}
.ficha {
width:99%;
margin-right:auto;
margin-left:auto;
padding-left: 8pt;
padding-right: 8pt;
padding-bottom: 8pt;
margin-bottom: 12pt;
clear: both;
min-height: 150px;
overflow: hidden;
background: #33659d3d;
border-radius: 15px;
padding-top: 8pt;
display:table;
page-break-inside: avoid;
}
button {
display:none!important;
}
.header-container, .minerva-footer {display:none;}