John's Vademecum

Try to learn something about everything, and everything about something -Thomas Huxley “Darwin's bulldog” (1824-1895)

User Tools

Site Tools


public:computers:dokuwiki_tweaks

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:computers:dokuwiki_tweaks [09/03/25 08:55 GMT] – [Dokuwiki Template Tagline] johnpublic:computers:dokuwiki_tweaks [09/03/25 09:29 GMT] (current) – [Dokuwiki Template CSS] john
Line 3: Line 3:
 ====== DokuWiki Tweaks ====== ====== DokuWiki Tweaks ======
  
 +===== Dokuwiki Template CSS =====
 +
 +Standard settings for font sizes etc. for different elements is here:
 +
 +''/var/www/html/dokuwiki/lib/tpl/dokuwiki/css/design.less''
 +
 +  * add any modified tweaks to the CSS to a ''userstyle.css'' i.e. ''/var/www/html/dokuwiki/conf/userstyle.css''
 + 
 +    * ''font-size'' etc
 +
 +<code css>
 +pre {
 +        border-radius: 10px;
 +        background-color: #fcffff
 +}
 +
 +
 +code {
 +    color: #c72522;
 +    font-size: 1.1em;
 +    padding: 0.1em 0.3em;
 +    border-radius: 0px;
 +    }
 +
 +
 +.dokuwiki .aside {
 +    font-size: 90%;
 +    }
 +
 +
 +body {
 +    font-size: 90%;
 +
 +}
 +.dokuwiki div.breadcrumbs {
 +    font-size: 90%;
 +    }
 +
 +</code>
 +
 +See also [[#Dokuwiki Template monospace font]]
 ==== Dokuwiki Template Tagline ==== ==== Dokuwiki Template Tagline ====
  
public/computers/dokuwiki_tweaks.1741510553.txt.gz · Last modified: 09/03/25 08:55 GMT by john