1
0
Fork 0
mirror of synced 2024-09-29 16:51:22 +13:00

fit bigger titles with tighter spacing

This commit is contained in:
Nick Sweeting 2019-03-27 03:56:38 -04:00
parent f7aa082dbf
commit 98870ba428
2 changed files with 11 additions and 7 deletions

View file

@ -25,7 +25,7 @@
margin: 0px; margin: 0px;
text-align: center; text-align: center;
color: white; color: white;
font-size: calc(11px + 0.86vw); font-size: calc(11px + 0.84vw);
font-weight: 200; font-weight: 200;
padding: 4px 4px; padding: 4px 4px;
border-bottom: 3px solid #aa1e55; border-bottom: 3px solid #aa1e55;

View file

@ -15,6 +15,9 @@
small { small {
font-weight: 200; font-weight: 200;
} }
header a:hover {
text-decoration: none;
}
.header-top { .header-top {
width: 100%; width: 100%;
height: auto; height: auto;
@ -22,7 +25,7 @@
margin: 0px; margin: 0px;
text-align: center; text-align: center;
color: white; color: white;
font-size: calc(11px + 0.86vw); font-size: calc(11px + 0.84vw);
font-weight: 200; font-weight: 200;
padding: 4px 4px; padding: 4px 4px;
background-color: #aa1e55; background-color: #aa1e55;
@ -242,7 +245,7 @@
</a> </a>
<a href="#">Page Details</a>&nbsp;&nbsp; <a href="#">Page Details</a>&nbsp;&nbsp;
<br/> <br/>
<small style="margin-top: 5px; display: block"> <small style="margin-top: 5px; display: block; opacity: 0.7">
<a href="../../index.html">Home</a> &nbsp; | &nbsp; <a href="../../index.html">Home</a> &nbsp; | &nbsp;
<a href="https://github.com/pirate/ArchiveBox">Github</a> &nbsp; | &nbsp; <a href="https://github.com/pirate/ArchiveBox">Github</a> &nbsp; | &nbsp;
<a href="https://github.com/pirate/ArchiveBox/wiki">Documentation</a> <a href="https://github.com/pirate/ArchiveBox/wiki">Documentation</a>
@ -250,15 +253,16 @@
</div> </div>
<div class="col-lg-6"> <div class="col-lg-6">
<img src="$link_dir/$favicon_url" alt="Favicon"> <img src="$link_dir/$favicon_url" alt="Favicon">
&nbsp; &nbsp; &nbsp;&nbsp;
$title<br/> $title
&nbsp;&nbsp;
<a href="#" class="header-toggle"></a>
<br/>
<small> <small>
<a href="$url" title="Toggle info panel..." class="header-url" title="$url"> <a href="$url" title="Toggle info panel..." class="header-url" title="$url">
$base_url $base_url
</a> </a>
</small> </small>
&nbsp; &nbsp;
<a href="#" class="header-toggle"></a>
</div> </div>
</div> </div>
</div> </div>