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:42] kakolwiki:styling [2024/11/26 03:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
-<code css screen.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>