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:33]
kakol
wiki:styling [2021/01/14 17:14] (current)
q
Line 1: Line 1:
-<code css screen.css> +<code css all.css> 
-/* Theme patches */+/* 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 */
 /*.breadcrumbs { opacity: 0.4!important; }*/ /*.breadcrumbs { opacity: 0.4!important; }*/
 code { background: #2dc72a38; border: 0; } code { background: #2dc72a38; border: 0; }
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>