<span style="color: green">CSS</span>, of course.
</div>
-== Access Control Lists ==
+== Pragmas ==
-TODO: document
+Wiki pages can provide special commands in their header, in the form:
-== Final Notes ==
+{{{
+# <keyword> <values>
+}}}
+
+=== Access Control Lists ===
+
+{{{
+# acl SomeUser:read,write OtherUser:read All:none
+}}}
+
+Limit read or write access to specific authenticated users
+
+=== Custom cascading style sheets ===
+
+{{{
+# css my_style.css
+}}}
-Be aware that GeekiGeeki does not lock pages during editing, so if you pause for a long time on the edit screen you may overwrite somebody else's changes.
+Include a custom CSS before the default ones.