dokuwiki-tweaks-rjt/conf/userall.css

103 lines
2.0 KiB
CSS

audio {
width:100%;
}
/* For: https://www.dokuwiki.org/plugin:tag */
div.dokuwiki div.tags {
border-top:1px dotted lightgrey;
margin-bottom:0.6em!important;
padding-top:1em;
}
/* Next four rules are for backlinks in footer
https://www.dokuwiki.org/plugin:backlinks
https://www.dokuwiki.org/plugin:footer
*/
div#plugin__backlinks {
font-size:95%;
text-align:right;
}
div#plugin__backlinks li {
display:inline-block;
margin:0;
}
div#plugin__backlinks li:not(:last-child) a::after {
color:black;
content:",";
}
div#plugin__backlinks > strong {
display:none;
}
div#plugin__backlinks ul::before {
content:"🔗";
padding-right:0.2em;
}
/* Styling tagpage links
Using a background image instead of 'before'
because that's how dokuwiki does it elsewhere.
Couldn't get it working with the 'not' selector as they
can't handle complex arguments, so here's a version
with hopefully all relevant elements. */
li a.wikilink1[rel="tag"],
p a.wikilink1[rel="tag"],
td a.wikilink1[rel="tag"] {
background: transparent url(data:image/gif;base64,R0lGODlhEAAMAKIGAGFhYejo6P///8PDw9ra2p6env///wAAACH5BAEAAAYALAAAAAAQAAwAAAM0aBbQECpKA4YQ400JBClEBm2UUBgFpm3VR1zixljeG09zba9STvwqkm9HWlRgPFnlVjQmEwA7) 0px 2px no-repeat;
padding: 1px 0px 1px 17px;
}
pre, code, samp, kbd {
background-color:#efefef;
border:1px dotted lightgrey;
border-radius:0;
box-shadow:none;
}
pre, code {
tab-size:4;
}
.dokuwiki div.breadcrumbs {
border:1px solid lightgrey;
}
.dokuwiki div.cloud {
border-top:1px solid lightgrey;
padding-top:2em;
text-align:center;
}
.dokuwiki div.cloud > a {
color:#008800!important;
}
.dokuwiki div.page {
border:3px double lightgrey;
border-radius:0;
box-shadow:none;
}
.dokuwiki .aside {
padding:0.5em;
border:3px double lightgrey;
}
#dokuwiki__aside > .pad {
margin:0.5em 1em 0 0;
}
.dokuwiki .pageId span {
border:1px solid lightgrey;
border-bottom:0;
border-radius:0;
box-shadow:none;
}
#dokuwiki__header h1 img {
display:none;
}