Difference between revisions of "Widget:Homepage"

From LINKS Community Center
Jump to: navigation, search
Line 6: Line 6:
 
     <style>
 
     <style>
 
         #hp-wrapper { font-family: 'Open Sans'; }
 
         #hp-wrapper { font-family: 'Open Sans'; }
         #hp-heading { padding: 3em; margin-bottom: 8em; background: #eee; }
+
         #hp-heading {
 +
            padding: 3em;
 +
            margin-bottom: 8em;
 +
            background:
 +
                linear-gradient(125deg, #FFFFFF 0%, #000000 100%),
 +
                linear-gradient(200deg, #D0F2F2 0%, #D0F2F2 50%, #34B8B8 calc(50% + 1px), #34B8B8 60%, #166EA9 calc(60% + 1px), #166EA9 75%, #125887 calc(75% + 1px), #125887 100%),
 +
                linear-gradient(113deg, #D0F2F2 0%, #D0F2F2 40%, #34B8B8 calc(40% + 1px), #34B8B8 50%, #166EA9 calc(50% + 1px), #166EA9 70%, #125887 calc(70% + 1px), #125887 100%);
 +
            background-blend-mode: overlay, overlay, normal;
 +
        }
 
         #hp-heading h1 { font-family: 'Raleway'; font-size: 5em; margin-bottom: .5em; }
 
         #hp-heading h1 { font-family: 'Raleway'; font-size: 5em; margin-bottom: .5em; }
 
         #hp-heading h1 span { display: block; white-space: nowrap; }
 
         #hp-heading h1 span { display: block; white-space: nowrap; }

Revision as of 13:52, 23 May 2022

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