Glowers Club

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:styling [2021/01/14 16:59] qwiki:styling [2024/11/26 03:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
-test+<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>
  
  
-<code css screen.css>+<html><style>
 /* Glowers theme patches */ /* Glowers theme patches */
 /*.breadcrumbs { opacity: 0.4!important; }*/ /*.breadcrumbs { opacity: 0.4!important; }*/
Line 37: Line 45:
     background-color: rgba(34, 38, 46, 0.56)!important;     background-color: rgba(34, 38, 46, 0.56)!important;
 } }
-</code>+</style></html>