Widget: Homepage: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 46: Line 46:
             padding: 0 .5em;
             padding: 0 .5em;
             opacity: 0;
             opacity: 0;
             transition: opacity 500ms ease-in-out 1300ms;
             transition: opacity 500ms ease-in-out 1300ms, color 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: all 500ms; }
         .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:14, 25 November 2022

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