mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-25 12:14:32 -04:00
fit bigger titles with tighter spacing
This commit is contained in:
parent
f7aa082dbf
commit
98870ba428
2 changed files with 11 additions and 7 deletions
|
@ -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;
|
||||||
|
|
|
@ -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>
|
<a href="#">Page Details</a>
|
||||||
<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> |
|
<a href="../../index.html">Home</a> |
|
||||||
<a href="https://github.com/pirate/ArchiveBox">Github</a> |
|
<a href="https://github.com/pirate/ArchiveBox">Github</a> |
|
||||||
<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">
|
||||||
|
|
||||||
$title<br/>
|
$title
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
<a href="#" class="header-toggle">▾</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue