Difference between revisions of "Widget:CrisisCommunicationList"

From LINKS Community Center
Jump to: navigation, search
Line 5: Line 5:
 
     <script type="text/javascript" src="/resources/assets/tabulator/dist/js/tabulator.min.js"></script>
 
     <script type="text/javascript" src="/resources/assets/tabulator/dist/js/tabulator.min.js"></script>
 
     <style>
 
     <style>
         #usecase-list-wrapper {
+
         #cc-list-wrapper {
 
             font-family: 'Open Sans';
 
             font-family: 'Open Sans';
 
             margin-top: 4em;
 
             margin-top: 4em;
 
         }
 
         }
  
         #usecase-list-wrapper h1,
+
         #cc-list-wrapper h1,
         #usecase-list-wrapper h2,
+
         #cc-list-wrapper h2,
         #usecase-list-wrapper h3,
+
         #cc-list-wrapper h3,
         #usecase-list-wrapper h4 {
+
         #cc-list-wrapper h4 {
 
             font-family: 'Raleway';
 
             font-family: 'Raleway';
 
             font-weight: 300;
 
             font-weight: 300;
Line 19: Line 19:
 
         }
 
         }
  
         #usecase-list-wrapper h1,
+
         #cc-list-wrapper h1,
 
         #usecase-filters h2 {
 
         #usecase-filters h2 {
 
             color: var(--ccl-color);
 
             color: var(--ccl-color);
Line 26: Line 26:
 
         }
 
         }
  
         #usecase-list-wrapper h1 svg {
+
         #cc-list-wrapper h1 svg {
 
             height: 2.5em;
 
             height: 2.5em;
 
             width: 2.5em;
 
             width: 2.5em;
 
             fill: var(--ccl-color);
 
             fill: var(--ccl-color);
 
             margin-right: .5em;
 
             margin-right: .5em;
 +
        }
 +
 +
        #cc-list-wrapper h2 {
 +
            margin-bottom: 1em;
 
         }
 
         }
  
Line 90: Line 94:
 
             background-color: var(--ccl-color);
 
             background-color: var(--ccl-color);
 
             color: #fff;
 
             color: #fff;
        }
 
 
        #usecases-list-wrapper h2 {
 
            margin-bottom: 1em;
 
 
         }
 
         }
  
Line 577: Line 577:
 
     </script>
 
     </script>
  
     <div id="usecase-list-wrapper">
+
     <div id="cc-list-wrapper">
 
         <h1>
 
         <h1>
 
             <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="hidden" viewBox="0 0 96 96">
 
             <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="hidden" viewBox="0 0 96 96">

Revision as of 14:00, 15 September 2023

Current version of the Crisis Communication Library.
Currently in use – do not modify!