Glowers Club

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:styling [2021/01/14 17:12]
kakol
wiki:styling [2021/01/14 17:14] (current)
q
Line 1: Line 1:
 +<code css all.css>
 +/* placed in <stylingpages_plugin_dir>/all.css */
 +#dokuwiki__site::before {
 +  content: 'Hello from stylingpages';
 +  color: black;
 +  background: white;
 +  border: 1px solid red;
 +}
 +</code>
 +
 +
 <html><style> <html><style>
 /* Glowers theme patches */ /* Glowers theme patches */