mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-23 14:41:07 -04:00
Deploying to gh-pages from @ NullHypothesis/censorbib@0800b05a99 🚀
This commit is contained in:
parent
887cc67713
commit
26a00eac06
1 changed files with 20 additions and 11 deletions
31
index.html
31
index.html
|
@ -11,7 +11,7 @@
|
||||||
<link rel="icon" href="assets/favicon-192.png" sizes="192x192">
|
<link rel="icon" href="assets/favicon-192.png" sizes="192x192">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: Roboto,Helvetica,sans-serif;
|
font-family: Roboto, Helvetica, sans-serif;
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
margin: 1em auto;
|
margin: 1em auto;
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
|
@ -31,20 +31,20 @@
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
list-style-type: none; /* Disable bullet points */
|
list-style-type: none; /* Disable bullet points */
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border:1px solid #c0c0c0;
|
border: 1px solid #c0c0c0;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
box-shadow: 2px 2px 5px #bbb;
|
box-shadow: 2px 2px 5px #bbb;
|
||||||
}
|
}
|
||||||
a:link {
|
a:link {
|
||||||
color:#0b61a4;
|
color: #0b61a4;
|
||||||
text-decoration:none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:visited {
|
a:visited {
|
||||||
color:#033e6b;
|
color: #033e6b;
|
||||||
text-decoration:none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration:underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.icons a:hover {
|
.icons a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -73,7 +73,16 @@
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
height: 1em;
|
height: 1em;
|
||||||
margin-right: 0.5em;
|
width: 1em;
|
||||||
|
display: inline-block;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.3s ease;
|
||||||
|
padding: 0.5em;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
.icon:hover {
|
||||||
|
background-color: #ffb772;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.icons {
|
.icons {
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -149,10 +158,10 @@
|
||||||
color: #efefef;
|
color: #efefef;
|
||||||
}
|
}
|
||||||
#book-info > a:link {
|
#book-info > a:link {
|
||||||
color: #d94b7b
|
color: #d94b7b;
|
||||||
}
|
}
|
||||||
#book-info > a:visited {
|
#book-info > a:visited {
|
||||||
color: #d94b7b
|
color: #d94b7b;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -185,7 +194,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="menu-item">
|
<div class="menu-item">
|
||||||
<img class="top-icon" src="assets/update-icon.svg" alt="update icon">
|
<img class="top-icon" src="assets/update-icon.svg" alt="update icon">
|
||||||
<a href="https://github.com/NullHypothesis/censorbib/commits/master">Updated: 2024-12-06</a>
|
<a href="https://github.com/NullHypothesis/censorbib/commits/master">Updated: 2025-02-01</a>
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- censorbib-links -->
|
</div> <!-- censorbib-links -->
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue