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
Next revision
Previous revision
DokuWiki [2019/07/05 04:06]
peternlewis
DokuWiki [2019/07/15 03:53] (current)
peternlewis
Line 22: Line 22:
 ==== Fix pageredirect ==== ==== Fix pageredirect ====
  
-Edit pageredirect css (`plugins/​pageredirect/​style.css`) to remove clear:​both ​and drop the width to 50% to all for table of contents without forcing the content ​to the bottom of the TOC.+Edit pageredirect css (`plugins/​pageredirect/​style.css`) to remove clear:bothdrop the width to 70%, and remove the margin-left:​ auto to clear any table of contents without forcing the redirect message ​to the bottom of the TOC.
  
 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.1562313968.txt.gz ยท Last modified: 2019/07/05 04:06 by peternlewis