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-list-wrapper h1 {
         #dct-list-wrapper h1, #dct-list-wrapper h2 {
             font-family: 'Raleway';
             font-family: 'Raleway';
             font-weight: 300;
             font-weight: 300;
             letter-spacing: .06em;
             letter-spacing: .06em;
        }
        #dct-list-wrapper h1 {
             margin-bottom: 2em;
             margin-bottom: 2em;
             color: var(--links-blue);
             color: var(--links-blue);
        }
        #dct-list-wrapper h2 {
            font-family: 'Raleway';
            font-weight: 300;
            letter-spacing: .06em;
         }
         }
         #data-source-filter {
         #data-source-filter {
Line 27: Line 24:
         #data-source-filter img { width: 2em; height: 2em; margin: 0 .5em; }
         #data-source-filter img { width: 2em; height: 2em; margin: 0 .5em; }
         #dct-tabulator.tabulator { border: 0 none; background-color: transparent; font-size: 1.2em; }
         #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; }
         #dct-tabulator.tabulator .tabulator-header { border-color: var(--links-blue); border-style: double; background-color: transparent; }
         #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; }
         #dct-tabulator.tabulator .tabulator-header .tabulator-col-content { padding: .5em 0; }
         #dct-tabulator.tabulator .tabulator-header .tabulator-col-content { padding: .5em 0; }

Revision as of 10:31, 8 June 2022

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