Difference between revisions of "Widget:Homepage"

From LINKS Community Center
Jump to: navigation, search
Line 46: Line 46:
 
             padding: 0 .5em;
 
             padding: 0 .5em;
 
             opacity: 0;
 
             opacity: 0;
             transition: all 500ms ease-in-out 1300ms;
+
             transition: opacity 500ms ease-in-out 1300ms, all 500ms;
 
             text-decoration: none;
 
             text-decoration: none;
 
             cursor: pointer;
 
             cursor: pointer;
Line 52: Line 52:
 
         .hp-large-button svg { fill: #fff; height: 4em; }
 
         .hp-large-button svg { fill: #fff; height: 4em; }
 
         .hp-large-button:hover { text-decoration: none; color: var(--links-cyan); }
 
         .hp-large-button:hover { text-decoration: none; color: var(--links-cyan); }
         .loaded .hp-large-button { opacity: 1; transition-delay: 0; }
+
         .loaded .hp-large-button { opacity: 1; }
 
         .hp-search { margin-bottom: 4em; }
 
         .hp-search { margin-bottom: 4em; }
 
         .hp-areas { margin-bottom: 8em; }
 
         .hp-areas { margin-bottom: 8em; }

Revision as of 14:10, 25 November 2022

Second version of the LINKS Community Center homepage.
Do not modify!