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 23: Line 23:
         }
         }
         .loaded #hp-heading h1 span { opacity: 1; transform: translateX(0);}
         .loaded #hp-heading h1 span { opacity: 1; transform: translateX(0);}
         #hp-heading h1 span:nth-child(1) { font-weight: 800; letter-spacing: .06em; }
         #hp-heading h1 span:nth-child(1) { font-weight: 800; letter-spacing: .06em; transition-delay: 0ms; }
         #hp-heading h1 span:nth-child(2) { font-weight: 500; }
         #hp-heading h1 span:nth-child(2) { font-weight: 500; transition-delay: 100ms; }
         #hp-heading h1 span:nth-child(3) { font-weight: 100; }
         #hp-heading h1 span:nth-child(3) { font-weight: 100; transition-delay: 200ms; }
         #hp-heading .hp-lead { font-size: 2em; font-weight: 300; margin-bottom: 2em; }
         #hp-heading .hp-lead { font-size: 2em; font-weight: 300; margin-bottom: 2em; }
         .hp-large-button { display: inline-block; font-weight: 600; font-size: 1.6em; padding: .5em; border: 1px solid black; user-select: none; }
         .hp-large-button { display: inline-block; font-weight: 600; font-size: 1.6em; padding: .5em; border: 1px solid black; user-select: none; }

Revision as of 14:48, 23 May 2022

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