mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-21 05:39:13 -04:00
Harmonize CSS formatting.
This commit is contained in:
parent
8f3905705a
commit
a27dfd1c53
1 changed files with 9 additions and 9 deletions
|
@ -20,7 +20,7 @@ const headerTemplate = `
|
|||
<link rel="icon" href="assets/favicon-192.png" sizes="192x192">
|
||||
<style>
|
||||
body {
|
||||
font-family: Roboto,Helvetica,sans-serif;
|
||||
font-family: Roboto, Helvetica, sans-serif;
|
||||
background: #ddd;
|
||||
margin: 1em auto;
|
||||
max-width: 1000px;
|
||||
|
@ -40,20 +40,20 @@ const headerTemplate = `
|
|||
padding: 0.5em;
|
||||
list-style-type: none; /* Disable bullet points */
|
||||
border-radius: 10px;
|
||||
border:1px solid #c0c0c0;
|
||||
border: 1px solid #c0c0c0;
|
||||
background: #f5f5f5;
|
||||
box-shadow: 2px 2px 5px #bbb;
|
||||
}
|
||||
a:link {
|
||||
color:#0b61a4;
|
||||
text-decoration:none;
|
||||
color: #0b61a4;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
color:#033e6b;
|
||||
text-decoration:none;
|
||||
color: #033e6b;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.icons a:hover {
|
||||
text-decoration: none;
|
||||
|
@ -158,10 +158,10 @@ const headerTemplate = `
|
|||
color: #efefef;
|
||||
}
|
||||
#book-info > a:link {
|
||||
color: #d94b7b
|
||||
color: #d94b7b;
|
||||
}
|
||||
#book-info > a:visited {
|
||||
color: #d94b7b
|
||||
color: #d94b7b;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue