User Tools

Site Tools


DokuWiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
DokuWiki [2019/07/09 04:33]
peternlewis [Fix pageredirect]
DokuWiki [2019/07/15 03:53] (current)
peternlewis
Line 25: Line 25:
  
 There are other plugins that don't affect styling of pages. There are other plugins that don't affect styling of pages.
 +
 +==== Custom CSS ====
 +
 +Add conf/​userstyle.css:​
 +
 +```css
 +div.dokuwiki span.tooltip_default:​hover .tip {
 +
 +  background-color:​ #f0f0f0;
 +  border: 1px solid #444;
 +
 +  }
 +
 +.dokuwiki .page ul li, .dokuwiki .aside ul li {
 +  list-style-type:​ disc;
 +  color: #444;
 +}
 +```
  
 ==== Fix nspages ==== ==== Fix nspages ====
DokuWiki.1562661208.txt.gz ยท Last modified: 2019/07/09 04:33 by peternlewis