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 6: Line 6:
     <style>
     <style>
         #hp-wrapper { font-family: 'Open Sans'; }
         #hp-wrapper { font-family: 'Open Sans'; }
         #hp-heading { padding: 3em; margin-bottom: 5em; background: var(--links-cyan); }
         #hp-heading { padding: 3em; margin-bottom: 5em; background: #eee; }
         #hp-heading h1 { font-family: 'Raleway'; font-size: 5em; margin-bottom: 1em; }
         #hp-heading h1 { font-family: 'Raleway'; font-size: 5em; margin-bottom: 1em; }
         #hp-heading h1 span { display: block; }
         #hp-heading h1 span { display: block; }
         #hp-heading .hp-lead { font-size: 2em; }
        #hp-heading h1 span:nth-child(1) { font-weight: 900; }
        #hp-heading h1 span:nth-child(2) { font-weight: 500; }
        #hp-heading h1 span:nth-child(2) { font-weight: 100; }
         #hp-heading .hp-lead { font-size: 2em; font-weight: 300; }
         #hp-main { width: 75%; margin: auto; }
         #hp-main { width: 75%; margin: auto; }
         .hp-search { margin-bottom: 5em; }
         .hp-search { margin-bottom: 5em; }

Revision as of 15:55, 17 May 2022

   Development verstion of the DCT Homepage.
Not ready for production!