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 56: Line 56:
         #close-filter-button {
         #close-filter-button {
             float: right;
             float: right;
             font-size: 4em;
             font-size: 2em;
         }
         }


Line 565: Line 565:
          
          
             <div id="dct-filters">
             <div id="dct-filters">
                 <h2>
                 <h2 style="display: flex; justify-content: space-between;">
                     <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="hidden" viewBox="0 0 96 96">
                     <div>
                        <defs>
                        <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="hidden" viewBox="0 0 96 96">
                            <clipPath id="b">
                            <defs>
                                <path d="M592 312h96v96h-96z" />
                                <clipPath id="b">
                            </clipPath>
                                    <path d="M592 312h96v96h-96z" />
                        </defs>
                                </clipPath>
                        <g clip-path="url(#b)" transform="translate(-592 -312)">
                            </defs>
                            <path
                            <g clip-path="url(#b)" transform="translate(-592 -312)">
                            d="M636 356.012v38.011l8-8v-30.011L674 326h-68Zm6.588-1.412-.588.584v30.008l-4 4v-34.008l-.585-.586L610.828 328h58.348Z" />
                                <path
                        </g>
                                d="M636 356.012v38.011l8-8v-30.011L674 326h-68Zm6.588-1.412-.588.584v30.008l-4 4v-34.008l-.585-.586L610.828 328h58.348Z" />
                    </svg>
                            </g>
                    <span>Filters</span>
                        </svg>
                     <button onclick="toggleFilter()" id="close-filter-button">&times;</button>
                        <span>Filters</span>
                     </div>
                    <a onclick="toggleFilter()" id="close-filter-button">&times;</a>
                 </h2>
                 </h2>
                 <div style="text-align: center;">
                 <div style="text-align: center;">

Revision as of 15:38, 6 September 2022

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