Path public to match ikiwiki
This commit is contained in:
parent
f5252a9f3e
commit
01939ab7c0
94 changed files with 6518 additions and 2087 deletions
73
css/bootstrap.local.css
vendored
73
css/bootstrap.local.css
vendored
|
@ -14,7 +14,7 @@ a {
|
|||
/* Not required for template or sticky footer method. */
|
||||
|
||||
main > .container {
|
||||
padding: 80px 15px 0;
|
||||
padding: 60px 15px 15px;
|
||||
}
|
||||
|
||||
.pagedate {
|
||||
|
@ -55,6 +55,7 @@ a {
|
|||
/* update: practical typography recommends 2-3 alphabets */
|
||||
#content {
|
||||
max-width: 35em; /* this is 2.5 alphabets with Charter */
|
||||
margin-top: 15px
|
||||
}
|
||||
|
||||
/* limit header as well otherwise logo is out of whack without sidebar */
|
||||
|
@ -359,7 +360,6 @@ header h1::before {
|
|||
|
||||
/* Language switchers */
|
||||
|
||||
|
||||
.language-switcher {
|
||||
font-size: 14px;
|
||||
background: #f8f8f8;
|
||||
|
@ -371,6 +371,75 @@ header h1::before {
|
|||
background: #e6e6e6;
|
||||
}
|
||||
|
||||
/* Sign-in buttons */
|
||||
|
||||
.sign-in:hover {
|
||||
background: #e6e6e6;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
||||
.footer ul {
|
||||
margin: inherit;
|
||||
padding: 0;
|
||||
height: inherit;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.footer h5 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.footer li a {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.footer li {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.footer p {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
/* Listmonk form */
|
||||
|
||||
.listmonk-form {
|
||||
display: table;
|
||||
}
|
||||
|
||||
.listmonk-form .t {
|
||||
display: table-cell;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.listmonk-form a {
|
||||
color: #777;
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
|
||||
.listmonk-form .t > input {
|
||||
width: 100%;
|
||||
background: #f8f8f8;
|
||||
color: #777;
|
||||
text-align: left;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.listmonk-form button {
|
||||
background: #f8f8f8;
|
||||
color: #777;
|
||||
border-color: #ccc;
|
||||
margin-top: -2px;
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.listmonk-form button:hover {
|
||||
background: #e6e6e6;
|
||||
color: #777;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
/* NavBar */
|
||||
|
||||
/* Navbar variables */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue