|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@media (min-width: 768px) { |
|
|
@media (min-width: 768px) { |
|
|
h1 { font-size: 2.00rem; } |
|
|
|
|
|
h2 { font-size: 1.70rem; } |
|
|
|
|
|
|
|
|
h1 { font-size: 1.75rem; } |
|
|
|
|
|
h2 { font-size: 1.60rem; } |
|
|
h3 { font-size: 1.40rem; } |
|
|
h3 { font-size: 1.40rem; } |
|
|
h4 { font-size: 1.20rem; } |
|
|
h4 { font-size: 1.20rem; } |
|
|
h5 { font-size: 1.10rem; } |
|
|
h5 { font-size: 1.10rem; } |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@media (max-width: 768px) { |
|
|
@media (max-width: 768px) { |
|
|
h1 { font-size: 1.50rem; } |
|
|
|
|
|
h2 { font-size: 1.35rem; } |
|
|
|
|
|
h3 { font-size: 1.20rem; } |
|
|
|
|
|
|
|
|
h1 { font-size: 1.35rem; } |
|
|
|
|
|
h2 { font-size: 1.25rem; } |
|
|
|
|
|
h3 { font-size: 1.10rem; } |
|
|
h4 { font-size: 1.10rem; } |
|
|
h4 { font-size: 1.10rem; } |
|
|
h5 { font-size: 1.00rem; } |
|
|
h5 { font-size: 1.00rem; } |
|
|
h6 { font-size: 1.00rem; } |
|
|
h6 { font-size: 1.00rem; } |
|
|
|
|
|
|
|
|
$if(title)$ |
|
|
$if(title)$ |
|
|
<h1>$title$</h1> |
|
|
<h1>$title$</h1> |
|
|
$if(subtitle)$ |
|
|
$if(subtitle)$ |
|
|
<h2>$subtitle$</h2> |
|
|
|
|
|
|
|
|
<h2><em>$subtitle$</em></h2> |
|
|
$endif$ |
|
|
$endif$ |
|
|
$for(author)$ |
|
|
$for(author)$ |
|
|
<p class="lead"> |
|
|
<p class="lead"> |
|
|
|
|
|
|
|
|
$if(hash)$—$hash$$endif$ |
|
|
$if(hash)$—$hash$$endif$ |
|
|
</p> |
|
|
</p> |
|
|
$endif$ |
|
|
$endif$ |
|
|
|
|
|
$if(docnumber)$ |
|
|
|
|
|
<p class="lead"><a href="$docnumber$.pdf" target="_blank">PDF version</a></p> |
|
|
|
|
|
$endif$ |
|
|
$if(abstract)$ |
|
|
$if(abstract)$ |
|
|
<h3 class="text-center">Abstract</h3> |
|
|
<h3 class="text-center">Abstract</h3> |
|
|
<p class="text-justify">$abstract$</p> |
|
|
<p class="text-justify">$abstract$</p> |