Post-Platform Digital Publishing Toolkit

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
stylesheet:style_useruser [2025/01/25 16:03] user478stylesheet:style_useruser [2025/01/25 16:56] (current) – external edit 127.0.0.1
Line 1: Line 1:
 %% %%
-body+*
-animation: gradient-anim 8s forwards; +animation: gradient-anim 18s linear forwards; 
-animation: blur-anim 120s linear forwards;+animation: gradient-anim2 28s linear forwards; 
 +animation: gradient-anim3 30s linear forwards;
 } }
  
 .right-column{ .right-column{
-animation: blur-anim 160s linear forwards;+animation: blur-anim 200s linear forwards;
 font-size: 1.45rem; font-size: 1.45rem;
 font-weight: 400; font-weight: 400;
 font-family: 'Times', 'Times New Roman', serif; font-family: 'Times', 'Times New Roman', serif;
 line-height: 0.9; line-height: 0.9;
-display: grid;+display: flex;
 letter-spacing: 1.2px; letter-spacing: 1.2px;
 -webkit-transform: scale (1,9.14); -webkit-transform: scale (1,9.14);
Line 23: Line 24:
 filter: blur(0); filter: blur(0);
 } }
-100% {filter: blur(330px) };+100% {filter: blur(33px) };
 } }
  
Line 32: Line 33:
 } }
  
-head + 
-animationchange-paragraph-color 54s ease-in;+@keyframes gradient-anim2
 +0% { backgroundtransparent;
 +100% { background: linear-gradient(to white, yellow, blue); 
 +mix-blend-mode: difference; 
 +
 +
 + 
 + 
 +@keyframes gradient-anim3{ 
 +0% { background: transparent;
 +100% { background: linear-gradient(to right, red, blue); 
 +mix-blend-mode: difference; 
 +
 +
 +navbar { 
 +animation: gradient-anim 8s linear forwards;
 } }
  
Line 40: Line 56:
 } }
  
-change-paragraph-color { 
-0% {color: black;} 
-100% {color: red;} 
-} 
-} 
 %% %%
  
stylesheet/style_useruser.1737821014.txt.gz · Last modified: 2025/01/25 16:56 (external edit)