Added customizations
This commit is contained in:
1
custom/header.html
Normal file
1
custom/header.html
Normal file
@ -0,0 +1 @@
|
||||
<a target="_blank" href="https://labolyon.fr/">Labolyon.fr</a>
|
89
custom/userstyle.css
Normal file
89
custom/userstyle.css
Normal file
@ -0,0 +1,89 @@
|
||||
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;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user