Updating ad-hominem to version 2024-10-07+20250317 (9ede6bc).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b79431e56e
commit
2dec6c784b
63 changed files with 2318 additions and 1765 deletions
|
@ -8,63 +8,63 @@
|
|||
*/
|
||||
|
||||
.dokuwiki.export {
|
||||
background-color: @ini_background;
|
||||
background-color: @ini_background;
|
||||
}
|
||||
|
||||
/* header
|
||||
********************************************************************/
|
||||
|
||||
#dokuwiki__header {
|
||||
padding: 2em 0 1.5em;
|
||||
padding: 2em 0 1.5em;
|
||||
|
||||
.headings,
|
||||
.tools {
|
||||
margin-bottom: 1.5em;
|
||||
width: 49%;
|
||||
}
|
||||
.tools {
|
||||
margin-top: .2em;
|
||||
}
|
||||
.headings,
|
||||
.tools {
|
||||
margin-bottom: 1.5em;
|
||||
width: 49%;
|
||||
}
|
||||
.tools {
|
||||
margin-top: .2em;
|
||||
}
|
||||
|
||||
.logo {
|
||||
margin: 0;
|
||||
font-size: 1.5em;
|
||||
font-weight: normal;
|
||||
line-height: 1.2;
|
||||
.logo {
|
||||
margin: 0;
|
||||
font-size: 1.5em;
|
||||
font-weight: normal;
|
||||
line-height: 1.2;
|
||||
|
||||
img {
|
||||
float: left;
|
||||
margin-right: .5em;
|
||||
}
|
||||
img {
|
||||
float: left;
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
span {
|
||||
display: block;
|
||||
padding-top: 10px;
|
||||
}
|
||||
span {
|
||||
display: block;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: @ini_text;
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: @ini_text;
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
p.claim {
|
||||
margin-bottom: 0;
|
||||
font-size: 0.875em;
|
||||
}
|
||||
p.claim {
|
||||
margin-bottom: 0;
|
||||
font-size: 0.875em;
|
||||
}
|
||||
|
||||
/* make all links in header (including breadcrumb and interwiki) same colour as the rest */
|
||||
a {
|
||||
color: @ini_link;
|
||||
background-color: inherit;
|
||||
}
|
||||
/* make all links in header (including breadcrumb and interwiki) same colour as the rest */
|
||||
a {
|
||||
color: @ini_link;
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
[dir=rtl] #dokuwiki__header .logo img {
|
||||
float: right;
|
||||
margin-left: .5em;
|
||||
margin-right: 0;
|
||||
float: right;
|
||||
margin-left: .5em;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* tools
|
||||
|
@ -81,294 +81,294 @@
|
|||
.mode_revisions .action.revs a,
|
||||
.mode_backlink .action.backlink a,
|
||||
.mode_subscribe .action.subscribe a {
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#dokuwiki__header .tools {
|
||||
ul {
|
||||
padding-left: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
ul {
|
||||
padding-left: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
font-size: 0.875em;
|
||||
margin-left: 1em;
|
||||
list-style: none;
|
||||
display: inline;
|
||||
}
|
||||
li {
|
||||
font-size: 0.875em;
|
||||
margin-left: 1em;
|
||||
list-style: none;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
form.search div.ajax_qsearch li {
|
||||
font-size: 1em;
|
||||
margin-left: 0;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
form.search div.ajax_qsearch li {
|
||||
font-size: 1em;
|
||||
margin-left: 0;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
[dir=rtl] #dokuwiki__header .tools li {
|
||||
margin-right: 1em;
|
||||
margin-left: 0;
|
||||
margin-right: 1em;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#dokuwiki__header .mobileTools {
|
||||
display: none; /* hide mobile tools dropdown to only show in mobile view */
|
||||
display: none; /* hide mobile tools dropdown to only show in mobile view */
|
||||
}
|
||||
|
||||
/*____________ site tools ____________*/
|
||||
|
||||
#dokuwiki__sitetools {
|
||||
& {
|
||||
& {
|
||||
text-align: right;
|
||||
}
|
||||
form.search {
|
||||
font-size: 0.875em;
|
||||
}
|
||||
form.search {
|
||||
font-size: 0.875em;
|
||||
}
|
||||
}
|
||||
|
||||
[dir=rtl] #dokuwiki__sitetools {
|
||||
text-align: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
form.search {
|
||||
display: block;
|
||||
position: relative;
|
||||
margin-bottom: 0.5em;
|
||||
display: block;
|
||||
position: relative;
|
||||
margin-bottom: 0.5em;
|
||||
|
||||
input {
|
||||
/* width: 18em; */
|
||||
padding: .35em 22px .35em .1em;
|
||||
}
|
||||
input {
|
||||
/* width: 18em; */
|
||||
padding: .35em 22px .35em .1em;
|
||||
}
|
||||
|
||||
button {
|
||||
background: transparent url(images/search.png) no-repeat 0 0;
|
||||
button {
|
||||
background: transparent url(images/search.png) no-repeat 0 0;
|
||||
background-size: 16px;
|
||||
border-width: 0;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
text-indent: -99999px;
|
||||
margin-left: -28px;
|
||||
box-shadow: none;
|
||||
padding: 0;
|
||||
}
|
||||
border-width: 0;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
text-indent: -99999px;
|
||||
margin-left: -28px;
|
||||
box-shadow: none;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
[dir=rtl] form.search {
|
||||
input {
|
||||
padding: .35em .1em .35em 22px;
|
||||
}
|
||||
input {
|
||||
padding: .35em .1em .35em 22px;
|
||||
}
|
||||
|
||||
button {
|
||||
background-position: 5px 0;
|
||||
margin-left: 0;
|
||||
margin-right: -20px;
|
||||
position: relative;
|
||||
}
|
||||
button {
|
||||
background-position: 5px 0;
|
||||
margin-left: 0;
|
||||
margin-right: -20px;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
/*____________ breadcrumbs ____________*/
|
||||
|
||||
.dokuwiki div.breadcrumbs {
|
||||
border-top: 1px solid @ini_border;
|
||||
border-bottom: 1px solid @ini_background;
|
||||
margin-bottom: .5em;
|
||||
font-size: 0.875em;
|
||||
clear: both;
|
||||
border-top: 1px solid @ini_border;
|
||||
border-bottom: 1px solid @ini_background;
|
||||
margin-bottom: .5em;
|
||||
font-size: 0.875em;
|
||||
clear: both;
|
||||
|
||||
div {
|
||||
padding: .1em .35em;
|
||||
}
|
||||
div {
|
||||
padding: .1em .35em;
|
||||
}
|
||||
|
||||
div:only-child {
|
||||
border-top: 1px solid @ini_background;
|
||||
border-bottom: 1px solid @ini_border;
|
||||
}
|
||||
div:only-child {
|
||||
border-top: 1px solid @ini_background;
|
||||
border-bottom: 1px solid @ini_border;
|
||||
}
|
||||
|
||||
div:first-child {
|
||||
border-top: 1px solid @ini_background;
|
||||
}
|
||||
div:first-child {
|
||||
border-top: 1px solid @ini_background;
|
||||
}
|
||||
|
||||
div:last-child {
|
||||
border-bottom: 1px solid @ini_border;
|
||||
}
|
||||
div:last-child {
|
||||
border-bottom: 1px solid @ini_border;
|
||||
}
|
||||
|
||||
.bcsep {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
.bcsep {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
}
|
||||
|
||||
/* sidebar
|
||||
********************************************************************/
|
||||
|
||||
.dokuwiki .aside {
|
||||
font-size: 0.875em;
|
||||
overflow: hidden;
|
||||
word-wrap: break-word;
|
||||
font-size: 0.875em;
|
||||
overflow: hidden;
|
||||
word-wrap: break-word;
|
||||
|
||||
/* make sidebar more condensed */
|
||||
/* make sidebar more condensed */
|
||||
|
||||
h1 {
|
||||
font-size: 1.714em;
|
||||
margin-bottom: .292em;
|
||||
}
|
||||
h1 {
|
||||
font-size: 1.714em;
|
||||
margin-bottom: .292em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: .333em;
|
||||
}
|
||||
h2 {
|
||||
margin-bottom: .333em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-bottom: .444em;
|
||||
}
|
||||
h3 {
|
||||
margin-bottom: .444em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
h4 {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
h5 {
|
||||
margin-bottom: .5714em;
|
||||
}
|
||||
h5 {
|
||||
margin-bottom: .5714em;
|
||||
}
|
||||
|
||||
p,
|
||||
ul,
|
||||
ol,
|
||||
dl,
|
||||
pre,
|
||||
table,
|
||||
fieldset,
|
||||
hr,
|
||||
blockquote,
|
||||
address {
|
||||
margin-bottom: .7em;
|
||||
}
|
||||
p,
|
||||
ul,
|
||||
ol,
|
||||
dl,
|
||||
pre,
|
||||
table,
|
||||
fieldset,
|
||||
hr,
|
||||
blockquote,
|
||||
address {
|
||||
margin-bottom: .7em;
|
||||
}
|
||||
|
||||
ul,
|
||||
ol {
|
||||
padding-left: .5em;
|
||||
}
|
||||
ul,
|
||||
ol {
|
||||
padding-left: .5em;
|
||||
}
|
||||
|
||||
li ul,
|
||||
li ol {
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
}
|
||||
li ul,
|
||||
li ol {
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
a:link,
|
||||
a:visited {
|
||||
color: @ini_link;
|
||||
background-color: inherit;
|
||||
}
|
||||
a:link,
|
||||
a:visited {
|
||||
color: @ini_link;
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
[dir=rtl] .dokuwiki .aside ul,
|
||||
[dir=rtl] .dokuwiki .aside ol {
|
||||
padding-right: .5em;
|
||||
padding-right: .5em;
|
||||
}
|
||||
|
||||
/* content
|
||||
********************************************************************/
|
||||
|
||||
.dokuwiki .pageId {
|
||||
float: right;
|
||||
margin-right: -1em;
|
||||
margin-bottom: -1px;
|
||||
margin-top: -1.5em;
|
||||
overflow: hidden;
|
||||
padding: 0.5em 1em 0;
|
||||
float: right;
|
||||
margin-right: -1em;
|
||||
margin-bottom: -1px;
|
||||
margin-top: -1.5em;
|
||||
overflow: hidden;
|
||||
padding: 0.5em 1em 0;
|
||||
|
||||
span {
|
||||
font-size: 0.875em;
|
||||
border: solid @ini_background_alt;
|
||||
border-width: 1px 1px 0;
|
||||
background-color: @ini_background;
|
||||
color: @ini_text_alt;
|
||||
padding: .1em .35em;
|
||||
border-top-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
box-shadow: 0 0 .5em @ini_text_alt;
|
||||
display: block;
|
||||
}
|
||||
span {
|
||||
font-size: 0.875em;
|
||||
border: solid @ini_background_alt;
|
||||
border-width: 1px 1px 0;
|
||||
background-color: @ini_background;
|
||||
color: @ini_text_alt;
|
||||
padding: .1em .35em;
|
||||
border-top-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
box-shadow: 0 0 .5em @ini_text_alt;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.dokuwiki div.page {
|
||||
clear: both;
|
||||
background: @ini_background;
|
||||
color: inherit;
|
||||
border: 1px solid @ini_background_alt;
|
||||
box-shadow: 0 0 .5em @ini_text_alt;
|
||||
border-radius: 2px;
|
||||
padding: 1.556em 2em 2em;
|
||||
margin-bottom: .5em;
|
||||
overflow: hidden;
|
||||
word-wrap: break-word;
|
||||
clear: both;
|
||||
background: @ini_background;
|
||||
color: inherit;
|
||||
border: 1px solid @ini_background_alt;
|
||||
box-shadow: 0 0 .5em @ini_text_alt;
|
||||
border-radius: 2px;
|
||||
padding: 1.556em 2em 2em;
|
||||
margin-bottom: .5em;
|
||||
overflow: hidden;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.dokuwiki .docInfo {
|
||||
font-size: 0.875em;
|
||||
text-align: right;
|
||||
overflow-wrap: break-word;
|
||||
font-size: 0.875em;
|
||||
text-align: right;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
/* license note under edit window */
|
||||
.dokuwiki div.license {
|
||||
font-size: small;
|
||||
line-height: 1.5em;
|
||||
padding: 3pt;
|
||||
background-color: @ini_background_alt;
|
||||
border: @ini_border solid 1px;
|
||||
font-size: small;
|
||||
line-height: 1.5em;
|
||||
padding: 3pt;
|
||||
background-color: @ini_background_alt;
|
||||
border: @ini_border solid 1px;
|
||||
}
|
||||
|
||||
[dir=rtl] .dokuwiki .docInfo {
|
||||
text-align: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
[dir=rtl] .dokuwiki .pageId {
|
||||
float: left;
|
||||
margin-left: -1em;
|
||||
margin-right: 0;
|
||||
float: left;
|
||||
margin-left: -1em;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* footer
|
||||
********************************************************************/
|
||||
|
||||
.dokuwiki .wrapper {
|
||||
margin-bottom: 1.4em;
|
||||
margin-bottom: 1.4em;
|
||||
}
|
||||
|
||||
#dokuwiki__footer {
|
||||
margin-bottom: 1em;
|
||||
text-align: center;
|
||||
margin-bottom: 1em;
|
||||
text-align: center;
|
||||
|
||||
> .pad {
|
||||
font-size: 0.875em;
|
||||
}
|
||||
> .pad {
|
||||
font-size: 0.875em;
|
||||
}
|
||||
|
||||
div.license {
|
||||
margin-bottom: 0.5em;
|
||||
font-size: 100%;
|
||||
}
|
||||
div.license {
|
||||
margin-bottom: 0.5em;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
div.buttons a {
|
||||
img {
|
||||
opacity: 0.5;
|
||||
}
|
||||
div.buttons a {
|
||||
img {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
&:hover img,
|
||||
&:active img,
|
||||
&:focus img {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
&:hover img,
|
||||
&:active img,
|
||||
&:focus img {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
[dir=rtl] #dokuwiki__footer .license img {
|
||||
margin: 0 0 0 .5em;
|
||||
margin: 0 0 0 .5em;
|
||||
}
|
||||
|
||||
/* dark mode overrides */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body.darkmode div.license {
|
||||
background-color: @ini_background_alt_dark;
|
||||
border-color: @ini_border_dark;
|
||||
}
|
||||
body.darkmode div.license {
|
||||
background-color: @ini_background_alt_dark;
|
||||
border-color: @ini_border_dark;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue