This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| dokuwiki [2020/01/03 15:37] admin | dokuwiki [2023/10/22 11:30] (current) admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # Dokuwiki Syntax | ||
| + | |||
| ## Theming | ## Theming | ||
| Line 9: | Line 11: | ||
| ### Edit common style | ### Edit common style | ||
| - | For example, style of header. Go to ./conf/userall.css | + | |
| + | * For style of header. Go to ./conf/userall.css | ||
| + | * For Code block. Go to ./lib/tpl/dokuwiki/css/basic.less and content.less | ||
| ### Edit the card like page view | ### Edit the card like page view | ||
| In ./lib/tpl/dokuwiki/css , edit:\\ | In ./lib/tpl/dokuwiki/css , edit:\\ | ||
| + | basic.less: pure text box, etc\\ | ||
| + | content.less: code box, etc\\ | ||
| design.less: the appearance of a page.\\ | design.less: the appearance of a page.\\ | ||
| mobile.less: the appearance of a page on moblie device: | mobile.less: the appearance of a page on moblie device: | ||
| ```css | ```css | ||
| - | border: 1pt solid #f8fcff; | + | border: 1pt solid #f8fcff; | 
| - | box-shadow: 0 0.5pt 2.7pt @ini_text_alt; | + | box-shadow: 0 0.5pt 2.7pt @ini_text_alt; | 
| - | border-radius: 4pt; | + | border-radius: 4pt; | 
| ``` | ``` | ||