Difference between revisions of "Widget:DevGuidelines"

From LINKS Community Center
Jump to: navigation, search
m (Protected "Widget:DevGuidelines" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
Line 1: Line 1:
 
<noinclude>Development version of the List of Guidelines.<br><strong style="color:red;">Not ready for production!</strong></noinclude>
 
<noinclude>Development version of the List of Guidelines.<br><strong style="color:red;">Not ready for production!</strong></noinclude>
<includeonly>List of Guidelines</includeonly>
+
<includeonly>
 +
    <link href="/resources/assets/tabulator.min.css" rel="stylesheet">
 +
    <script type="text/javascript" src="/resources/assets/tabulator.min.js"></script>
 +
    <style>
 +
        #guideline-list-wrapper { font-family: 'Open Sans'; margin-top: 4em; }
 +
        #guideline-list-wrapper h1, #guideline-list-wrapper h2, #guideline-list-wrapper h3 {
 +
            font-family: 'Raleway';
 +
            font-weight: 300;
 +
            letter-spacing: .06em;
 +
        }
 +
        #guideline-list-wrapper h1, #guideline-filters h2 {
 +
            color: var(--links-orange);
 +
            display: flex;
 +
            align-items: center;
 +
        }
 +
        #guideline-list-wrapper h1 svg {
 +
            height: 2.5em;
 +
            width: 2.5em;
 +
            fill: var(--links-orange);
 +
            margin-right: .5em;
 +
        }
 +
        #guideline-intro {
 +
            font-size: larger;
 +
            margin-bottom: 4em;
 +
        }
 +
    </style>
 +
    <script>
 +
    'use strict';
 +
    </script>
 +
    <div id="guideline-list-wrapper">
 +
        <h1>
 +
            <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="hidden" viewBox="0 0 96 96"><defs><clipPath id="b"><path d="M65 455h96v96H65z"/></clipPath></defs><g clip-path="url(#b)" transform="translate(-65 -455)"><path d="M138 463H84v79.961h54a5.014 5.014 0 0 0 5.019-5V468a5.014 5.014 0 0 0-5.019-5Zm-52 2h6.261v75.961H86Zm55.019 72.963a3.012 3.012 0 0 1-3.019 3H94.261V465H138a3.013 3.013 0 0 1 3.019 3Z"/><path d="M104 489h28v2h-28ZM110 500h16v2h-16Z"/></g></svg>
 +
            <span>Guidelines</span>
 +
        </h1>
 +
        <div id="guideline-intro">
 +
            <p>Guideline intro.</p>
 +
        </div>
 +
    </div>
 +
   
 +
</includeonly>

Revision as of 16:16, 31 August 2022

Development version of the List of Guidelines.
Not ready for production!