Adding MindTheDark version 2025-03-17 (c5e286f).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
cd81ae610b
commit
19df4a7159
126 changed files with 6282 additions and 0 deletions
50
templates/55/MindTheDark/css/usertools.less
Normal file
50
templates/55/MindTheDark/css/usertools.less
Normal file
|
@ -0,0 +1,50 @@
|
|||
#dokuwiki__usertools {
|
||||
position: absolute;
|
||||
top: .5em;
|
||||
right: 40px; // pagetool width
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
|
||||
ul {
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
max-width: @ini_site_width;
|
||||
}
|
||||
|
||||
li.action a {
|
||||
display: inline-flex;
|
||||
flex-direction: row-reverse;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
svg {
|
||||
height: 1.4em;
|
||||
width: 1.4em;
|
||||
vertical-align: middle;
|
||||
fill: var(--border, #ccc);
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
}
|
||||
|
||||
li.action a:hover,
|
||||
li.action a:active {
|
||||
svg {
|
||||
fill: var(--link, #2b73b7);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
[dir=rtl] #dokuwiki__usertools {
|
||||
text-align: left;
|
||||
left: 40px; // pagetool width
|
||||
right: auto;
|
||||
|
||||
|
||||
li.action a {
|
||||
|
||||
svg {
|
||||
margin-right: 0;
|
||||
margin-left: 0.2em;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue