This is an old revision of the document!
CSS Tweaks
Add to ./conf/userstyles.css
* { font-size: .95rem; letter-spacing: .5px; font-family: Tahoma, Geneva, sans-serif; line-height: 1.5; } /* inline code more padding */ code { padding: 2px 5px 2px 5px; } /* kbd plugin neater padding */ kbd { padding: 2px 5px 2px 5px !important; } /* needed to override the * font */ .code *{ font-family: Consolas,"Andale Mono WT","Andale Mono","Bitstream Vera Sans Mono","Nimbus Mono L",Monaco,"Courier New",monospace !important; } /* wiki name by logo */ #dokuwiki__header h1 span { font-size: 2rem; } /* hierarchy of pages */ .youarehere { border-bottom: 1px solid #ccc; } .youarehere .bchead { display: none; } .youarehere span { font-size: 1rem; } /* history of pages visited */ .breadcrumbs .trace { display: none; }