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 56: Line 56:
         .hp-large-button:hover svg { fill: var(--links-blue); }
         .hp-large-button:hover svg { fill: var(--links-blue); }
         .loaded .hp-large-button { opacity: 1; }
         .loaded .hp-large-button { opacity: 1; }
         .hp-search { margin-bottom: 4em; white-space: nowrap; }
         .hp-search { margin-bottom: 4em; }
         .hp-areas { margin-bottom: 8em; }
         .hp-areas { margin-bottom: 8em; }
         .hp-areas *, #hp-collections *, #hp-products * { transition: all 400ms ease-in-out; }
         .hp-areas *, #hp-collections *, #hp-products * { transition: all 400ms ease-in-out; }
Line 168: Line 168:


         <div id="hp-main">
         <div id="hp-main">
             <form class="hp-search" onsubmit="search(event)">
             <form class="hp-search form-inline" onsubmit="search(event)">
                 <input id="hp-search-input" class="form-control form-control-lg" type="text" placeholder="Search the entire LCC"
                 <input id="hp-search-input" class="form-control form-control-lg" type="text" placeholder="Search the entire LCC"
                     aria-label="Search"><button type="submit" class="btn btn-primary"
                     aria-label="Search"><button type="submit" class="btn btn-primary"

Revision as of 16:00, 20 July 2023

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