User Tools

Site Tools


en:aboutwiki

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
en:aboutwiki [2025/05/27 07:20] – [Do not change the Template due to color setting] juras17en:aboutwiki [2025/06/06 10:10] (current) juras17
Line 1: Line 1:
-====== Technical Informations ======+====== How to Modify the Template ======
  
 This page contains technical information about wikipedia. This page contains technical information about wikipedia.
Line 97: Line 97:
                 'accesskey="h" title="' . tpl_getLang('home') . ' [h]"'                 'accesskey="h" title="' . tpl_getLang('home') . ' [h]"'
             );             );
 +</code>
 +
 +
 +==== Logo size ====
 +
 +Another interesting place is in ''css/design.less'' where one can override size of the logo:
 +
 +<code>
 +#dokuwiki__header {
 +
 +...
 +
 +        img {
 +            float: left;
 +            margin-right: .5em;
 +            height: 70px;
 +            width: auto;
 +        }
 +
 </code> </code>
en/aboutwiki.1748330458.txt.gz · Last modified: 2025/05/27 07:20 by juras17