User Tools

Site Tools


dokuwiki

**This is an old revision of the document!**

Theming

Edit color

Background color: #f5f6f7
Link text color: #4b8aba

Add top bar

Edit common style

For example, style of header. Go to ./conf/userall.css

Edit the card like page view

In ./lib/tpl/dokuwiki/css , edit:
design.less: the appearance of a page.
mobile.less: the appearance of a page on moblie device:

snippet.css
    border: 1pt solid #f8fcff;
    box-shadow: 0 0.5pt 2.7pt @ini_text_alt;
    border-radius: 4pt;

Frequent Used Code

snippet.html
<wrap lo>Reference:\\
 - Please refer to blablabal
</wrap>

Reference:
- Please refer to blablabal

snippet.html
<file>
纯文本格式.
用于复制黏贴一些文档
</file>
纯文本格式.
用于复制黏贴一些文档


Plugin Syntax

Highlight Plugin

text text text text text text

<color green>text</color>
<color blue/lightgrey>text</color>
<color #FF0000>text</color>
<color /#FFff00>text</color>
<color rgb(80%,0%,0%)/rgb(100%,80%,100%)>text</color>
<color hsl(120,100%,30%)/hsl(180,50%,90%)>text</color>

Video Sharing Site Plugin

{{youtube>zYwCmcB0XMw}}


Folded Plugin

This is example ++text | with some of it only shown when you unfold it++. And after that
the text just continues to flow in the same paragraph.

This is example text . And after that the text just continues to flow in the same paragraph.

++++ This is example text block. |
| This table | is only shown | when you unfold the block |
++++

This is example text block.


Block Quote

<blockquote>
There is nothing either good or bad, but thinking makes it so.

<cite>William Shakespeare, "Hamlet", Act 2 scene 2</cite>
</blockquote>
He said <q>That's life!</q> and moved on.

There is nothing either good or bad, but thinking makes it so.

William Shakespeare, “Hamlet”, Act 2 scene 2

He said That's life! and moved on.

dokuwiki.1578037022.txt.gz · Last modified: 2020/01/03 15:37 by admin