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 16:42]
kakol
wiki:styling [2021/01/14 17:14] (current)
q
Line 1: Line 1:
 <code css all.css> <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>
 /* Glowers theme patches */ /* Glowers theme patches */
 /*.breadcrumbs { opacity: 0.4!important; }*/ /*.breadcrumbs { opacity: 0.4!important; }*/
Line 34: Line 45:
     background-color: rgba(34, 38, 46, 0.56)!important;     background-color: rgba(34, 38, 46, 0.56)!important;
 } }
-</code>+</style></html>