User Tools

Site Tools


guidelines

Differences

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

Link to this comparison view

guidelines [2020/06/23 17:33] – created Massimo Breroguidelines [2020/06/23 19:48] (current) Massimo Brero
Line 51: Line 51:
     * N.B. : this is a simple CSS style that turns the text white and the background black.     * N.B. : this is a simple CSS style that turns the text white and the background black.
     * <code><code console></code>     * <code><code console></code>
 +
 +
 +==== Color notes ====
 +
 +The [[https://www.dokuwiki.org/plugin:note|plugin "Note"]] allows to add 4 types of color notes to draw attention or emphasize on some parts of your text : blue (no argument), yellow (''important''), red (''warning'') and green (''tip'')
 +
 +<note>
 +This is a simple note.
 +</note>
 +
 +<note important>
 +Add an important note
 +</note>
 +
 +<note tip>
 +For tips
 +</note>
 +
 +<note warning>
 +Add a warning note
 +</note>
 +
 +
 +<code>
 +<note>
 +This is my note ! Remember it!!
 +</note>
 +
 +<note important>
 +Warning ! You're about to lose your mind ;-)
 +</note>
 +
 +<note tip>
 +The clues are in the images.
 +</note>
 +
 +<note warning>
 +Beware of the cat when you open the door !!
 +</note>
 +</code>
 +
guidelines.1592933584.txt.gz · Last modified: 2020/06/23 17:33 by Massimo Brero