Widget: DCTList: 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>
         #dct-list-wrapper { font-family: 'Open Sans'; }
         #dct-list-wrapper { font-family: 'Open Sans'; }
         #dct-tabulator.tabulator { border: 0 none; background-color: transparent; }
         #dct-tabulator.tabulator { border: 0 none; background-color: transparent; font-size: 1.2em; }
         #dct-tabulator.tabulator .tabulator-header { border-color: var(--links-blue); background-color: transparent; color: var(--links-blue); }
         #dct-tabulator.tabulator .tabulator-header { border-color: var(--links-blue); background-color: transparent; color: var(--links-blue); }
         #dct-tabulator.tabulator .tabulator-header .tabulator-col { border-right: 0 none; background: transparent; }
         #dct-tabulator.tabulator .tabulator-header .tabulator-col { border-right: 0 none; background: transparent; }
Line 106: Line 106:
     </script>
     </script>
     <div id="dct-list-wrapper">
     <div id="dct-list-wrapper">
        <h1>Social Media and Crowdsourcing Technologies</h1>
         <div id="dct-tabulator"></div>
         <div id="dct-tabulator"></div>
     </div>
     </div>
</includeonly>
</includeonly>

Revision as of 15:14, 7 June 2022

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