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