Benutzer-Werkzeuge


Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
dokuwiki_changelog [2023/04/26 18:00] cbuehlerdokuwiki_changelog [2023/09/27 09:36] (aktuell) – [1.2 Templates] cbuehler
Zeile 18: Zeile 18:
   * **Dw2Pdf plugin**\\ DokuWiki to PDF converter\\ Last updated on 2023-03-20\\ https://www.dokuwiki.org/plugin:dw2pdf\\ \\    * **Dw2Pdf plugin**\\ DokuWiki to PDF converter\\ Last updated on 2023-03-20\\ https://www.dokuwiki.org/plugin:dw2pdf\\ \\ 
   * **Extended Table Syntax 3**\\ Allows extended (MediaWiki-style) table syntax in DokuWiki\\ Last updated on 2021-03-24\\ https://www.dokuwiki.org/plugin:exttab3\\ \\    * **Extended Table Syntax 3**\\ Allows extended (MediaWiki-style) table syntax in DokuWiki\\ Last updated on 2021-03-24\\ https://www.dokuwiki.org/plugin:exttab3\\ \\ 
 +  * **Fontfamily Plugin**\\ Tags <ff (fonttype)></ff> for changing the fontfamily\\ Last updated on 2019-03-19\\ https://www.dokuwiki.org/plugin:fontfamily\\ \\  
 +  * **nodisp Plugin**\\ Hide text from brwosoer display or remove from output to browser depending on acl\\ Last updated on 2022-09-14\\ https://www.dokuwiki.org/plugin:nodisp\\ \\  
 +  * **Open Document Plugin**\\ Export the current Wiki page to a OpenOffice ODT file\\ Last updated on 2023-03-03\\ https://www.dokuwiki.org/plugin:odt\\ \\  
 +  * **Reveal.js Slideshow Plugin**\\ Display a Wiki page as Reveal.js slideshow presentation\\ Last updated on 2020-07-20\\ https://github.com/neuralyzer/dokuwiki-plugin-revealjs\\ \\  
 +  * **Table Width Plugin**\\ Allows to specify width of table columns\\ Last updated on 2023-04-04\\ https://www.dokuwiki.org/plugin:tablewidth\\ \\  
 +  * **Translation Plugin**\\ Supports the easy setup of a multi-language wiki\\ Last updated on 2023-04-04\\ https://www.dokuwiki.org/plugin:translation\\ \\  
 +  * **Wrap Plugin**\\ Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction\\ Last updated on 2023-04-04\\ https://www.dokuwiki.org/plugin:wrap\\ \\ 
 ===== 1.2 Templates ===== ===== 1.2 Templates =====
-  * Codowik\\ Customizing: Change background color of sidebar from black to white\\  dokuwiki\lib\tpl\codowik\css\design.less\\ <code>.ajax_qsearch+  * Codowik\\ Customizing: Change background color of sidebar from black to white\\  dokuwiki\lib\tpl\codowik\css\design.less\\ <code>.codowiki_west_header
-        display:none; + 
-        position:static; +/* background-color: #bbbbbb*/ 
-        margin-top:12px; +/* background-color: #483D8B; */ 
-        background: #FFFFFF+background-color: #76b3ec; 
-            ul{ +text-align: center; 
-            text-align:right; +</code><code>.codowiki_west{
-             +
-                /* a{color:#2b73b7;*/ +
- a{color:#76b3ec;} +
-            }</code><code>.codowiki_west{+
  
 /* background:#343131 !important; */ /* background:#343131 !important; */
 background:#ffffff !important; background:#ffffff !important;
 +}</code><code>.codo_active{
 +
 +        background:#FFF;
 +        /* color:black !important; */
 +        color:blue !important;
 +        font-weight:bold;
 +          
 }</code> }</code>