1
1
Fork 0
This commit is contained in:
Vrifox 2020-10-11 22:02:13 +02:00
parent ab4a4fbf4e
commit 262494bd0b

View file

@ -10,7 +10,7 @@ $gtb_height: 32px; // gtb == globaltopbar
//
@media screen {
#global__header {
.nom_globaltopbar {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
background: $blog_body-bg;
@ -20,6 +20,7 @@ $gtb_height: 32px; // gtb == globaltopbar
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
left: 0;
letter-spacing: 0; // WordPress twentytwenty theme sets letter-spacing to -0.27px and DokuWiki does not.
line-height: 1.5;
margin: 0;
overflow-x: auto;
@ -43,8 +44,7 @@ $gtb_height: 32px; // gtb == globaltopbar
color: $grey-light;
font-size: 14px;
font-weight: normal;
margin: 0 1px;
padding: 4px 8px;
padding: 4px 13px;
text-decoration: none;
&:hover,
&:active,
@ -55,7 +55,7 @@ $gtb_height: 32px; // gtb == globaltopbar
}
}
}
&.global__header-right {
&.nom_globaltopbar-inner.right {
justify-content: flex-end;
}
}
@ -66,7 +66,7 @@ $gtb_height: 32px; // gtb == globaltopbar
body {
#dokuwiki__site {
.site {
#global__header {
.nom_globaltopbar {
display: none;
}
}
@ -114,7 +114,7 @@ $gtb_height: 32px; // gtb == globaltopbar
}
}
}
#global__header {
.nom_globaltopbar {
top: 0;
ul {
padding: 0;