dokuwiki-customizations/custom/userstyle.css

102 lines
1.5 KiB
CSS

html,
body {
background: black;
}
.site>*:not(.wrapper) {
color: white;
}
#dokuwiki__header a {
color: white;
}
#dokuwiki__pagetools a {
color: white;
}
#dokuwiki__footer a {
color: yellow;
}
#dokuwiki__pagetools a:hover svg {
fill: yellow !important;
}
.secondary-nav {
text-align: left;
margin-bottom: 15px;
}
.secondary-nav a {
color: yellow;
}
.secondary-nav > * {
display: block;
}
#dokuwiki__pagetools:hover div.tools ul {
background: black;
border-collapse: white;
box-shadow: none
}
#dokuwiki__pagetools div.tools ul li a:hover {
background: none;
color: yellow;
}
#dokuwiki__header .headings a {
color: yellow;
;
}
#dokuwiki__header input,
#dokuwiki__header select {
background: none;
border: solid 1px white;
color: white;
padding-left: .5em;
}
#dokuwiki__header input:focus,
#dokuwiki__header select:focus {
border: solid 1px yellow;
outline: none;
}
#dokuwiki__header a:hover * {
fill: currentColor;
}
.dokuwiki div.breadcrumbs,
.dokuwiki div.breadcrumbs div:last-child {
border: none;
}
#dokuwiki__header .breadcrumbs a {
color: yellow;
}
#dokuwiki__usertools {
top: 1em;
}
#dokuwiki__content .page {
box-shadow: none;
}
@media screen and (min-width: 480px) {
#dokuwiki__header {
padding-top: 75px;
}
#dokuwiki__header .tools ul {
display: flex;
justify-content: flex-end;
align-items: start;
}
}