content/sidebar: add sign-in button

This commit is contained in:
Antoine Martin 2024-07-02 00:10:24 -04:00
parent 2094c6464d
commit c1b43dde56
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
6 changed files with 48 additions and 11 deletions

View file

@ -143,6 +143,14 @@ code {
padding: 15px 15px;
}
.navbar .in {
padding-top: 9px;
}
.navbar .collapsing {
padding-top: 9px;
}
/* some hacking at typefaces to get some fresh zest in here
* fallbacks from:
* https://en.wikipedia.org/wiki/List_of_typefaces_included_with_Microsoft_Windows
@ -440,11 +448,14 @@ header h1::before {
/* Language switchers */
.language-switcher {
display: block;
background: #f8f8f8;
color: #333;
border-color: #ccc;
margin-bottom: -4px;
margin-left: -3px;
margin-top: 9px;
}
.language-switcher:hover {
@ -453,11 +464,18 @@ header h1::before {
border-color: #ccc;
}
.language-switcher-top {
display: block;
padding-top: 9px;
width: 120px; /* Force size to prevent overflowing breadcrumbs */
height: 35px;
z-index: 5;
/* Sign-in buttons */
.sign-in {
background: #f8f8f8;
color: #333;
border-color: #ccc;
margin-top: 9px;
margin-left: 12px;
}
.sign-in:hover {
background: #e6e6e6;
color: #333;
border-color: #ccc;
}