Post-Platform Digital Publishing Toolkit

Differences

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

Link to this comparison view

Next revision
Previous revision
stylesheet:style_style_style_toilet_door [2025/02/03 11:22] – created clarastylesheet:style_style_style_toilet_door [2025/02/03 11:48] (current) clara
Line 1: Line 1:
 %% %%
-body +.site-header, div#sidebar 
-backgroundred;+    displaynone; 
 +    } 
 +article#content::before { 
 +    content: "// this is styled style"; 
 +    color: lawngreen; 
 +    font-family: fantasy; 
 +    font-size: 25px; 
 +    text-align: center; 
 +    display: block; 
 +
 +p { 
 +    font-size: 60px; 
 +    font-family: monospace; 
 +    -webkit-text-stroke: #a67308 0.18em; 
 +    paint-order: stroke; 
 +    color: aqua; 
 +    } 
 + pre.code { 
 +    font-family: serif; 
 +    font-size: 49px; 
 +    color: maroon; 
 +    -webkit-text-stroke: magenta 0.7px; 
 +    width: 80vw; 
 +    text-shadow: 0 2px #5c5c5c; 
 +    filter: blur(10px); 
 + transition: all 1s; 
 + 
 +    } 
 +    pre.code:hover { 
 +        transform: scale(2.5); 
 +        transition: all 1s; 
 +        filter: blur(0); 
 +    } 
 + pre.code:nth-child(even) { 
 +   border: 14px groove #deb3ff; 
 +   border-radius: 25px; 
 +
 + pre.code:nth-child(odd) { 
 +    border: 43px groove #50dfff;
 } }
 %% %%
stylesheet/style_style_style_toilet_door.1738581779.txt.gz · Last modified: 2025/02/03 11:22 by clara