Skip to content

Instantly share code, notes, and snippets.

@downthecrop
Created November 30, 2021 22:07
Show Gist options
  • Save downthecrop/3d838c3632fc14fc3c6c691bcbc208e8 to your computer and use it in GitHub Desktop.
Save downthecrop/3d838c3632fc14fc3c6c691bcbc208e8 to your computer and use it in GitHub Desktop.
CSS for dokuwiki
.wrapper {
background-image: url(https://i.imgur.com/JO6Mhe0.png), url(https://i.imgur.com/vXxk5tT.png), url(https://i.imgur.com/L64cZvU.png);
background-position: top, bottom, center;
background-repeat: no-repeat, no-repeat, repeat-y;
width:754px;
margin:auto;
}
#dokuwiki__content{
margin: auto;
}
.breadcrumbs{
margin:auto;
width:754px;
}
#dokuwiki__sitetools{
margin-right:20px;
filter: drop-shadow(0px 0px 10px #000);
text-shadow: 0px 1px #000;
}
#dokuwiki__sitetools a{
color:white;
}
#dokuwiki__usertools{
margin-right:22%;
color:white;
filter: drop-shadow(1px 1px 40px #000);
text-shadow: 0px 1px #000;
}
#dokuwiki__usertools a{
color:white;
filter: drop-shadow(1px 1px 40px #000);
text-shadow: 0px 1px #000;
}
#dw__search input{
background-color:white;
}
.breadcrumbs a{
color:#c1a05d !important;
}
#dokuwiki__header{
margin:auto;
background:url(https://2009scape.org/site/2009scape-resources/img/banners/4.png) no-repeat;
width:754px;
}
.headings h1{
display:none;
}
.headings{
height:70px;
}
.curid a{
color:white !important;
}
.docInfo{
margin:auto;
text-align:center !important;
margin-bottom:30px
}
#dokuwiki__header{
padding-bottom:0px !important;
}
.bchead{
padding-left:10px;
color:white;
}
.trace{
background-color:black;
}
html{
background:#3b3b3b !important;
}
body{
background:#3b3b3b !important;
}
.dokuwiki div.section_highlight {
margin: 0 0em;
padding: 0 0em;
border-width: 0 0em;
}
.page{
background:#00000000 !important;
padding-top:50px !important;
padding-bottom:50px !important;
margin:auto;
width:675px;
color: black !important;
font-size: 12px;
}
.wrap_tip{
width:100% !important;
text-align: left;
background-color:#d3caa7 !important;
padding: 6px 10px;
font-weight: normal;
border:1px solid;
border-color:#B3AA90;
}
.wrap_help{
background-color:#d3caa7 !important;
width:100% !important;
}
.pageId{
display:none;
}
#dw__toc{
background-color: #e9dfc5!important;
margin: 0.44399999999999995em -1em 0.5em 1.4em;
width: 16em;
/* border: 1px solid var(--border,#ccc); */
border-top: none;
border-right: none;
color: inherit;
}
:root[theme="dark"] {
--background:"";
--background_neu:"";
--text:black;
--background_alt:#d3caa7;
--border: #B3AA90;
--background_site:#000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment