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 [2023/04/09 16:48] adminwiki:styling [2023/04/09 16:51] (current) admin
Line 13: Line 13:
 <code css screen.css> <code css screen.css>
 .dokuwiki .usr-content div.wrap_spoiler { .dokuwiki .usr-content div.wrap_spoiler {
- filter:blur(3px); +  filter:blur(3px); 
- filter:blur(3.5px); +  filter:blur(3.5px); 
- opacity:0.40; +  opacity:0.40; 
- transition:filter 1s linear,opacity 1s linear,text-shadow 1s linear +  transition:filter 1s linear,opacity 1s linear,text-shadow 1s linear; 
- color: #2C2C2C !important;+  color: #2C2C2C !important; 
 +  border: none; 
 +  background-color: inherit !important;
 } }