Difference between revisions of "MediaWiki:Tweeki.css"

From LINKS Community Center
Jump to: navigation, search
 
(174 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>
+
/* CSS placed here will affect users of the Tweeki skin */
Development version of the DCT Profile template.<br>
 
<span style="color: red; font-weight: bold;">Not ready for production!</span>
 
</noinclude><includeonly>
 
<div hidden aria-hidden="true" style="display: none; position: absolute; width: 1px; height: 1px;">
 
<!--
 
    The following is required for the LCC to work.
 
    Every property of a DCT must be listed here as follows.
 
-->
 
    [[Is Archived::{{{Is Archived|}}}]]
 
    {{#arraymap:{{{Data Sources|}}}|,|x|[[Data Sources::x]]}}
 
  
     {{#arraymap:{{{Formerly known as|}}}|,|x|[[Formerly known as::x]]}}
+
/* =========================== GENERAL =========================== */
     [[Tool Created in Year::{{{Tool Created in Year|}}}]]
+
:root {
 +
     --links-blue: #1980c3;
 +
    --links-cyan: #34b8b8;
 +
    --links-grey: #415262;
 +
    --links-orange: #ee7802;
 +
     --ccl-color: #B89F21;
 +
}
  
    {{#arraymap:{{{Crisis Communication Matrix|}}}|,|y|[[Crisis Communication Matrix::y]]}}
+
/* TODO: Add static fallback fonts */
    {{#arraymap:{{{Disaster Management Phase|}}}|,|x|[[Disaster Management Phase::x]]}}
+
@supports (font-variation-settings: normal) {
 +
    @font-face {
 +
        font-family: 'Open Sans';
 +
        src: url('/resources/assets/fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf') format("truetype supports variations"),
 +
            url('/resources/assets/fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf') format("truetype-variations");
 +
        font-weight: 300 800;
 +
        font-stretch: 75% 100%;
 +
    }
  
     [[Advanced search features::{{{Advanced search features|}}}]]
+
     @font-face {
    [[Keyword search::{{{Keyword search|}}}]]
+
        font-family: 'Raleway';
    [[Hashtag search::{{{Hashtag search|}}}]]
+
        src: url('/resources/assets/fonts/Raleway/Raleway-VariableFont_wght.ttf') format("truetype supports variations"),
    [[Keyword monitoring::{{{Keyword monitoring|}}}]]
+
            url('/resources/assets/fonts/Raleway/Raleway-VariableFont_wght.ttf') format("truetype-variations");
    [[Hashtag monitoring::{{{Hashtag monitoring|}}}]]
+
        font-weight: 100 900;
     [[Event monitoring::{{{Event monitoring|}}}]]
+
     }
    [[Event notifications::{{{Event notifications|}}}]]
+
}
  
    [[Posting content::{{{Posting content|}}}]]
+
.firstHeading,
     [[Scheduling content::{{{Scheduling content|}}}]]
+
.tweekiFirstHeading {
     [[Post time optimization::{{{Post time optimization|}}}]]
+
     font-family: 'Raleway';
     [[Content library::{{{Content library|}}}]
+
     font-weight: 300;
    {{#arraymap:{{{Supported content types|}}}|,|x|[[Supported content types::x]]}}]
+
     letter-spacing: .06em;
 +
}
  
    [[Text analysis::{{{Text analysis|}}}]]
+
.firstHeading .namespace {
    [[Image analysis::{{{Image analysis|}}}]]
+
     font-weight: 150;
    [[Video analysis::{{{Video analysis|}}}]]
+
}
    [[Topic analysis::{{{Topic analysis|}}}]]
 
     [[Sentiment analysis::{{{Sentiment analysis|}}}]]
 
    [[Trend analysis::{{{Trend analysis|}}}]]
 
    {{#arraymap:{{{Content processing languages|}}}|,|x|[[Content processing languages::x]]}}]
 
  
    [[Post metrics::{{{Post metrics|}}}]]
+
#bodyContent {
     [[Profile or Site metrics::{{{Profile or Site metrics|}}}]]
+
     font-family: 'Open Sans';
    [[Network metrics::{{{Network metrics|}}}]]
+
}
    [[Follower metrics::{{{Follower metrics|}}}]]
 
    [[Audience metrics::{{{Audience metrics|}}}]]
 
    [[Competitor metrics::{{{Competitor metrics|}}}]]
 
  
    [[Filtering sorting searching::{{{Filtering sorting searching|}}}]]
+
.platform-profile img,
    [[Clustering Aggregation::{{{Clustering Aggregation|}}}]]
+
.platform-profile svg {
     [[Visualization options::{{{Visualization options|}}}]]
+
     max-width: 100px;
     [[PDF export::{{{PDF export|}}}]]
+
     max-height: 100px;
    [[Customizable Reports::{{{Customizable Reports|}}}]]
+
}
    [[Predefined reports::{{{Predefined reports|}}}]]
 
  
    [[Multiuser::{{{Multiuser|}}}]]
+
/* LCC FOOTER START */
    [[Permission management::{{{Permission management|}}}]]
+
/* #region */
    [[Inbox workflow::{{{Inbox workflow|}}}]]
 
    [[Approval workflows::{{{Approval workflows|}}}]]
 
  
    [[Data export::{{{Data export|}}}]]
+
/* This is MediaWiki's own footer */
     [[Third party tool integration::{{{Third party tool integration|}}}]]
+
footer#footer.footer {
    [[API support::{{{API support|}}}]]
+
     padding: 0;
 +
}
  
    [[White Label::{{{White Label|}}}]]
+
#lcc-footer {
     [[GDPR compliant::{{{GDPR compliant|}}}]]
+
     width: 100%;
     [[Historical data access::{{{Historical data access|}}}]]
+
     padding: 1em;
     {{#arraymap:{{{User interface languages|}}}|,|x|[[User interface languages::x]]}}
+
     font-size: .8rem;
    [[Multiple accounts per platform::{{{Multiple accounts per platform|}}}]]
+
     font-family: 'Open Sans';
</div>
+
     font-weight: 300;
<div id="dct-back-link">
+
     background-color: var(--links-grey);
<a href="/index.php/List_of_Disaster_Community_Technologies">
+
     color: rgba(255, 255, 255, .6);
[[File:DCT.svg|class=dct-icon|link=|DCT Icon]]
+
     background: linear-gradient(to top, #1A2026, var(--links-grey));
View all technologies
+
}
</a>
 
</div>
 
{{DISPLAYTITLE:<span style="display:none">{{FULLPAGENAME}}</span>}}<div id="dct-profile">
 
<div class="section dct-meta anim-border d-flex justify-content-between">
 
<h1>{{PAGENAME}}</h1>
 
<div>Created: {{{Entry Created At|}}}<br>
 
Reviewed: {{{Entry Last Reviewed|}}}</div>
 
</div>
 
<div class="section dct-desc anim-border">
 
<div class="d-flex justify-content-between mb-3">
 
<div class="mr-4">
 
{{#if: {{{Image|}}} | [[File: {{{Image|}}} |class=dct-logo|link=|{{PAGENAME}} logo]]<br>}}
 
<div class="mt-2">{{{Description|No description provided.}}}</div>
 
</div>
 
<div style="font-size:larger; flex-shrink: 0;">[{{{Website|}}} Website]</div>
 
</div>
 
</div>
 
<div class="section dct-info anim-border">
 
<div>
 
<h5>Provider</h5>
 
{{{Provider|}}}<br>
 
{{flagicon|{{{Source Country|}}}}} {{{Source Country|}}}
 
</div>
 
<div>
 
<h5>Data Sources</h5>
 
{{#arraymaptemplate:{{{Data Sources|}}}|SourceLogo|,|}}
 
</div>
 
<div>
 
<h5>Crisis Communication Matrix</h5>
 
{{{Crisis Communication Matrix|}}}
 
</div>
 
<div>
 
<h5>Disaster Management Phase</h5>
 
{{{Disaster Management Phase|}}}
 
</div>
 
</div>
 
<div class="section dct-func anim-border">
 
<h2>Functions</h2>
 
<div class="dct-func-list">
 
{{#ifexpr:
 
     {{#ifeq: {{lc:{{{Advanced search features|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Keyword search|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Hashtag search|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Keyword monitoring|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Hashtag monitoring|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Event monitoring|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Event notifications|}}}}} | yes | 1 | 0}}
 
|<div class="func-block"><h3>[[File:Func_search.svg|link=|class=func-icon]]Search & Monitor</h3>
 
{{#ifeq: {{lc:{{{Advanced search features|}}}}} | yes | <li>Advanced search features</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Keyword search|}}}}} | yes | <li>Keyword search</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Hashtag search|}}}}} | yes | <li>Hashtag search</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Keyword monitoring|}}}}} | yes | <li>Keyword monitoring</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Hashtag monitoring|}}}}} | yes | <li>Hashtag monitoring</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Event monitoring|}}}}} | yes | <li>Event monitoring</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Event notifications|}}}}} | yes | <li>Event notifications</li>}}<nowiki/>
 
</div>
 
}}<nowiki/>
 
{{#ifexpr:
 
     {{#ifeq: {{lc:{{{Posting content|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Scheduling content|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Post time optimization|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Content library|}}}}} | yes | 1 | 0}} or
 
    {{#if: {{{Supported content types|}}} | 1 | 0}}
 
|<div class="func-block"><h3>[[File:Func_post.svg|link=|class=func-icon]]Post & Schedule</h3>
 
{{#ifeq: {{lc:{{{Posting content|}}}}} | yes | <li>Posting content</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Scheduling content|}}}}} | yes | <li>Scheduling content</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Post time optimization|}}}}} | yes | <li>Post time optimization</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Content library|}}}}} | yes | <li>Content library</li>}}<nowiki/>
 
{{#if: {{{Supported content types|}}} | <li>Supported content types: {{{Supported content types}}}<nowiki/></li>}}<nowiki/>
 
</div>
 
}}<nowiki/>
 
{{#ifexpr:
 
     {{#ifeq: {{lc:{{{Text analysis|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Image analysis|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Video analysis|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Topic analysis|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Sentiment analysis|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Trend analysis|}}}}} | yes | 1 | 0}} or
 
    {{#if: {{{Content processing languages|}}} | 1 | 0}}
 
|<div class="func-block"><h3>[[File:Func_analysis.svg|link=|class=func-icon]]Analysis</h3>
 
{{#ifeq: {{lc:{{{Text analysis|}}}}} | yes | <li>Text</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Image analysis|}}}}} | yes | <li>Image</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Video analysis|}}}}} | yes | <li>Video</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Topic analysis|}}}}} | yes | <li>Topic</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Sentiment analysis|}}}}} | yes | <li>Sentiment</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Trend analysis|}}}}} | yes | <li>Trend</li>}}<nowiki/>
 
{{#if: {{{Content processing languages|}}} | <li>Content processing languages: {{{Content processing languages}}}<nowiki/></li>}}<nowiki/>
 
</div>
 
}}<nowiki/>
 
{{#ifexpr:
 
    {{#ifeq: {{lc:{{{Post metrics|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Profile or Site metrics|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Network metrics|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Follower metrics|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Audience metrics|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Competitor metrics|}}}}} | yes | 1 | 0}}
 
|<div class="func-block"><h3>[[File:Func_metrics.svg|link=|class=func-icon]]Metrics</h3>
 
{{#ifeq: {{lc:{{{Post metrics|}}}}} | yes | <li>Post metrics</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Profile or Site metrics|}}}}} | yes | <li>Profile/Site metrics</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Network metrics|}}}}} | yes | <li>Network metrics</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Follower metrics|}}}}} | yes | <li>Follower metrics</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Audience metrics|}}}}} | yes | <li>Audience metrics</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Competitor metrics|}}}}} | yes | <li>Competitor metrics</li>}}<nowiki/>
 
</div>
 
}}<nowiki/>
 
{{#ifexpr:
 
     {{#ifeq: {{lc:{{{Filtering sorting searching|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Clustering Aggregation|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Visualization options|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{PDF export|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Predefined reports|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Customizable reports|}}}}} | yes | 1 | 0}}
 
|<div class="func-block"><h3>[[File:Func_report.svg|link=|class=func-icon]]Report</h3>
 
{{#ifeq: {{lc:{{{Filtering sorting searching|}}}}} | yes | <li>Filtering, sorting &amp;&nbsp;searching</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Clustering Aggregation|}}}}} | yes | <li>Clustering/Aggregation</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Visualization options|}}}}} | yes | <li>Visualization options</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{PDF export|}}}}} | yes | <li>PDF export</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Predefined reports|}}}}} | yes | <li>Predefined reports</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Customizable reports|}}}}} | yes | <li>Customizable reports</li>}}<nowiki/>
 
</div>
 
}}<nowiki/>
 
{{#ifexpr:
 
     {{#ifeq: {{lc:{{{Multiuser|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Permission management|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Inbox workflow|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Approval workflows|}}}}} | yes | 1 | 0}}
 
|<div class="func-block"><h3>[[File:Func_collaboration.svg|link=|class=func-icon]]Collaboration</h3>
 
{{#ifeq: {{lc:{{{Multiuser|}}}}} | yes | <li>Multiuser</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Permission management|}}}}} | yes | <li>Permission management</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Inbox workflow|}}}}} | yes | <li>Inbox workflow</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Approval workflows|}}}}} | yes | <li>Approval workflows</li>}}<nowiki/>
 
</div>
 
}}<nowiki/>
 
{{#ifexpr:
 
    {{#ifeq: {{lc:{{{Data export|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Third party tool integration|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{API support|}}}}} | yes | 1 | 0}}
 
|<div class="func-block"><h3>[[File:Func_interoperability.svg|link=|class=func-icon]]Interoperability</h3>
 
{{#ifeq: {{lc:{{{Data export|}}}}} | yes | <li>Data export</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Third party tool integration|}}}}} | yes | <li>Third-party tool integration</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{API support|}}}}} | yes | <li>API support</li>}}<nowiki/>
 
</div>
 
}}<nowiki/>
 
{{#ifexpr:
 
    {{#ifeq: {{lc:{{{White Label|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{GDPR compliant|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Historical data access|}}}}} | yes | 1 | 0}} or
 
    {{#ifeq: {{lc:{{{Multiple accounts per platform|}}}}} | yes | 1 | 0}} or
 
    {{#if: {{{User interface languages|}}} | 1 | 0}}
 
|<div class="func-block"><h3>[[File:Func_meta.svg|link=|class=func-icon]]Meta</h3>
 
{{#ifeq: {{lc:{{{White Label|}}}}} | yes | <li>White label</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{GDPR compliant|}}}}} | yes | <li>GDPR-compliant</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Historical data access|}}}}} | yes | <li>Historical data access</li>}}<nowiki/>
 
{{#ifeq: {{lc:{{{Multiple accounts per platform|}}}}} | yes | <li>Multiple accounts per platform</li>}}<nowiki/>
 
{{#if: {{{User interface languages|}}} | <li>User interface languages: {{{User interface languages}}}<nowiki/></li>}}<nowiki/>
 
</div>
 
}}<nowiki/>
 
</div>
 
</div>
 
<div class="section dct-more">
 
<h2>See Related</h2>
 
Guidelines Scenarios
 
</div>
 
</div>
 
  
[[Category:Disaster Community Technology]]
+
#lcc-footer-content {
</includeonly>
+
    margin: auto;
 +
    display: grid;
 +
    grid-template:
 +
        "links links"
 +
        "nav legal"
 +
        "eu-logo eu-logo"
 +
        "eu-text eu-text";
 +
    gap: 1em 1em;
 +
    font-size: 1.2em;
 +
}
 +
 
 +
#lcc-footer-content a {
 +
    display: inline-block;
 +
    margin-bottom: .7em;
 +
    color: rgba(255, 255, 255, .7);
 +
    transition: all 200ms;
 +
}
 +
 
 +
#lcc-footer-content a:hover {
 +
    display: inline-block;
 +
    margin-bottom: .7em;
 +
    color: rgba(255, 255, 255, .9);
 +
    font-weight: 600;
 +
}
 +
 
 +
#lcc-footer-content .footer-links {
 +
    grid-area: links;
 +
    display: flex;
 +
    flex-flow: column wrap;
 +
}
 +
 
 +
#lcc-footer-content .footer-nav {
 +
    grid-area: nav;
 +
    display: flex;
 +
    flex-flow: column wrap;
 +
}
 +
 
 +
#lcc-footer-content .footer-legal {
 +
    grid-area: legal;
 +
    display: flex;
 +
    flex-flow: column wrap;
 +
}
 +
 
 +
#lcc-footer-content .footer-eu-logo {
 +
    grid-area: eu-logo;
 +
}
 +
 
 +
#lcc-footer-content .footer-eu-logo img {
 +
    height: 2.5em;
 +
    opacity: .8;
 +
}
 +
 
 +
#lcc-footer-content .footer-eu-text {
 +
    grid-area: eu-text;
 +
    display: flex;
 +
}
 +
 
 +
#lcc-footer-content .footer-eu-text p {
 +
    font-size: .8em;
 +
}
 +
 
 +
#lcc-footer-content .project-link {
 +
    font-variant: small-caps;
 +
    font-size: 180%;
 +
    margin-top: -0.4em;
 +
}
 +
 
 +
@media screen and (min-width: 992px) {
 +
    #lcc-footer {
 +
        padding: 5em;
 +
        font-size: 1rem;
 +
    }
 +
 
 +
    #lcc-footer-content {
 +
        width: 83.3333333333%;
 +
        grid-template:
 +
            "links  nav    legal"
 +
            "eu-logo eu-text eu-text"
 +
            /1fr 1fr 1fr;
 +
        gap: 5em 1em;
 +
        font-size: 1.2em;
 +
    }
 +
 
 +
    #lcc-footer-content .footer-legal {
 +
        grid-area: legal;
 +
        text-align: right;
 +
    }
 +
 
 +
    #lcc-footer-content .footer-eu-text {
 +
        justify-content: flex-end;
 +
    }
 +
 
 +
    #lcc-footer-content .footer-eu-text p {
 +
        text-align: right;
 +
        max-width: 75%;
 +
    }
 +
}
 +
 
 +
/* #endregion */
 +
/* LCC FOOTER END */
 +
 
 +
/* DCT PROFILE START */
 +
/* #region */
 +
@keyframes showRight {
 +
    from {
 +
        transform-origin: left;
 +
        transform: scaleX(0);
 +
    }
 +
 
 +
    to {
 +
        transform-origin: left;
 +
        transform: scaleX(1);
 +
    }
 +
}
 +
 
 +
@keyframes showDown {
 +
    from {
 +
        transform-origin: top;
 +
        transform: scaleY(0);
 +
    }
 +
 
 +
    to {
 +
        transform-origin: top;
 +
        transform: scaleY(1);
 +
    }
 +
}
 +
 
 +
@keyframes hideDown {
 +
    from {
 +
        transform-origin: bottom;
 +
        transform: scaleY(1);
 +
    }
 +
 
 +
    to {
 +
        transform-origin: bottom;
 +
        transform: scaleY(0);
 +
    }
 +
}
 +
 
 +
#dct-profile {
 +
    display: grid;
 +
    grid-template:
 +
        "meta"
 +
        "desc"
 +
        "info"
 +
        "func"
 +
        "more";
 +
    font-family: 'Open Sans';
 +
    font-weight: 400;
 +
    font-stretch: 100%;
 +
    color: var(--links-grey);
 +
    margin-bottom: 3em;
 +
    clip-path: inset(0 0 100% 0);
 +
    opacity: 0;
 +
    transition: all 500ms ease-in-out;
 +
    word-break: break-word;
 +
}
 +
 
 +
body.loaded #dct-profile {
 +
    clip-path: inset(0 0 0 0);
 +
    opacity: 1;
 +
}
 +
 
 +
/* TODO: Generalize link formatting later (remove #dct-profile) */
 +
.skin-tweeki #dct-profile a.external {
 +
    background: initial;
 +
    padding: 0;
 +
    text-decoration: none;
 +
    border-bottom: 1px solid var(--links-blue);
 +
}
 +
 
 +
#dct-profile h1,
 +
#dct-profile h2,
 +
#dct-profile h3,
 +
#dct-profile h4,
 +
#dct-profile h5,
 +
#dct-profile h6 {
 +
    color: var(--links-blue);
 +
    font-family: 'Raleway';
 +
    font-weight: 300;
 +
}
 +
#dct-profile.uc-profile h1,
 +
#dct-profile.uc-profile h2,
 +
#dct-profile.uc-profile h3,
 +
#dct-profile.uc-profile h4,
 +
#dct-profile.uc-profile h5,
 +
#dct-profile.uc-profile h6 {
 +
    color: var(--links-cyan);
 +
}
 +
 
 +
#dct-profile.gl-profile h1,
 +
#dct-profile.gl-profile h2,
 +
#dct-profile.gl-profile h3,
 +
#dct-profile.gl-profile h4,
 +
#dct-profile.gl-profile h5,
 +
#dct-profile.gl-profile h6 {
 +
    color: var(--links-orange);
 +
}
 +
 
 +
#dct-profile.cc-profile h1,
 +
#dct-profile.cc-profile h2,
 +
#dct-profile.cc-profile h3,
 +
#dct-profile.cc-profile h4,
 +
#dct-profile.cc-profile h5,
 +
#dct-profile.cc-profile h6 {
 +
    color: var(--ccl-color);
 +
}
 +
 
 +
 
 +
#dct-profile h1 {
 +
    font-weight: 700;
 +
    max-width: 80%;
 +
}
 +
 
 +
#dct-profile h2 {
 +
    font-weight: 500;
 +
}
 +
 
 +
#dct-profile .disclaimer {
 +
    font-size: smaller;
 +
    margin-top: 2rem;
 +
    opacity: .5;
 +
}
 +
 
 +
#dct-back-link {
 +
    margin-bottom: 2em;
 +
    display: flex;
 +
    justify-content: space-between;
 +
    align-items: center;
 +
}
 +
 
 +
#dct-back-link a {
 +
    font-family: 'Open Sans';
 +
    font-size: 1.5em;
 +
    font-variant: small-caps;
 +
    text-decoration: none !important;
 +
    color: var(--links-blue);
 +
    border-bottom: 1px solid var(--links-blue);
 +
}
 +
 
 +
#dct-back-link .dct-icon {
 +
    filter: invert(53%) sepia(16%) saturate(3227%) hue-rotate(169deg) brightness(77%) contrast(96%);
 +
    height: 4em;
 +
    width: 4em;
 +
    margin-right: 1em;
 +
    vertical-align: -1.5em;
 +
}
 +
 
 +
 
 +
#dct-back-link .gl-icon {
 +
    filter: invert(56%) sepia(69%) saturate(3911%) hue-rotate(7deg) brightness(98%) contrast(105%);
 +
    height: 4em;
 +
    width: 4em;
 +
    margin-right: 1em;
 +
    vertical-align: -1.5em;
 +
}
 +
 
 +
#dct-back-link .uc-icon {
 +
    filter: invert(62%) sepia(54%) saturate(526%) hue-rotate(131deg) brightness(91%) contrast(85%);
 +
    height: 4em;
 +
    width: 4em;
 +
    margin-right: 1em;
 +
    vertical-align: -1.5em;
 +
}
 +
 
 +
#dct-back-link .cc-icon {
 +
    filter: invert(72%) sepia(44%) saturate(758%) hue-rotate(7deg) brightness(81%) contrast(88%);
 +
    height: 4em;
 +
    width: 4em;
 +
    margin-right: 1em;
 +
    vertical-align: -1.5em;
 +
}
 +
 
 +
#dct-profile .ext-link-button a.external {
 +
    background-color: var(--links-blue);
 +
    border: 1px solid var(--links-blue);
 +
}
 +
 
 +
.dct-page-info {
 +
    font-size: smaller;
 +
    opacity: .75;
 +
}
 +
 
 +
#dct-profile .dct-logo {
 +
    max-height: 8em;
 +
    width: auto;
 +
}
 +
 
 +
#dct-profile>.section {
 +
    box-sizing: border-box;
 +
    padding: 2em 0 2em 2em;
 +
    transition: all 500ms ease-in-out;
 +
    transition-delay: 1000ms;
 +
}
 +
 
 +
body.loaded #dct-profile>.section {
 +
    padding-left: 0;
 +
}
 +
 
 +
#dct-profile .dct-meta {
 +
    grid-area: meta;
 +
}
 +
 
 +
#dct-profile .dct-desc {
 +
    grid-area: desc;
 +
}
 +
 
 +
#dct-profile .dct-info {
 +
    grid-area: info;
 +
    display: grid;
 +
    grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
 +
    gap: 1em 1em;
 +
}
 +
 
 +
#dct-profile .dct-info .country-flag {
 +
    height: 1.8em;
 +
    width: auto;
 +
}
 +
 
 +
#dct-profile .dct-func {
 +
    grid-area: func;
 +
}
 +
 
 +
#dct-profile .dct-func h3 {
 +
    font-size: 1.2em;
 +
}
 +
 
 +
#dct-profile .dct-func .func-icon {
 +
    filter: invert(53%) sepia(16%) saturate(3227%) hue-rotate(169deg) brightness(77%) contrast(96%);
 +
    height: 2em;
 +
    width: 2em;
 +
    vertical-align: -.6em;
 +
    margin-right: .6em;
 +
}
 +
 
 +
#dct-profile .dct-func-list {
 +
    display: grid;
 +
    grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
 +
    gap: 2em 2em;
 +
}
 +
 
 +
#dct-profile .dct-func li {
 +
    list-style-type: none;
 +
    margin-left: 4.6em;
 +
    text-indent: -1.6em;
 +
    position: relative;
 +
    display: inline-block;
 +
}
 +
 
 +
#dct-profile .dct-func li.available::before {
 +
    content: "✓";
 +
    color: var(--links-blue);
 +
    margin-right: .8em;
 +
}
 +
 
 +
#dct-profile .dct-func li.unavailable {
 +
    color: #bbb;
 +
}
 +
 
 +
#dct-profile .dct-func li.unavailable::before {
 +
    content: "✗";
 +
    color: #666;
 +
    opacity: .5;
 +
    margin-right: .8em;
 +
}
 +
 
 +
#dct-profile .dct-more {
 +
    grid-area: more;
 +
}
 +
 
 +
.anim-border {
 +
    position: relative;
 +
}
 +
 
 +
.anim-border::after {
 +
    content: "";
 +
    display: block;
 +
    position: absolute;
 +
    left: 0;
 +
    bottom: 0;
 +
    height: 1px;
 +
    width: 100%;
 +
    background-color: var(--links-blue);
 +
    transform: scaleX(0);
 +
}
 +
.gl-profile .anim-border::after { background-color: var(--links-orange); }
 +
.uc-profile .anim-border::after { background-color: var(--links-cyan); }
 +
.cc-profile .anim-border::after { background-color: var(--ccl-color); }
 +
 
 +
.anim-border::before {
 +
    content: "";
 +
    display: block;
 +
    position: absolute;
 +
    left: 0;
 +
    top: 0;
 +
    width: 1px;
 +
    height: 100%;
 +
    background-color: var(--links-blue);
 +
    transform: scaleY(0);
 +
}
 +
.gl-profile .anim-border::before { background-color: var(--links-orange); }
 +
.uc-profile .anim-border::before { background-color: var(--links-cyan); }
 +
.cc-profile .anim-border::before { background-color: var(--ccl-color); }
 +
 
 +
body.loaded .anim-border::before {
 +
    animation: showDown 500ms ease-in-out 500ms 1 normal forwards,
 +
        hideDown 500ms ease-in-out 1000ms 1 normal forwards;
 +
}
 +
 
 +
body.loaded .anim-border::after {
 +
    animation: showRight 500ms ease-in-out 1000ms 1 normal forwards;
 +
}
 +
 
 +
@media only screen and (orientation: landscape) {
 +
    #dct-profile {
 +
        grid-template:
 +
            "meta meta"
 +
            "desc info"
 +
            "func info"
 +
            "more info"
 +
            / 3fr 1fr;
 +
    }
 +
 
 +
    #dct-profile>.section {
 +
        box-sizing: border-box;
 +
        padding: 2em;
 +
    }
 +
 
 +
    #dct-profile .dct-info {
 +
        display: block;
 +
        padding-left: 2em !important;
 +
        padding-right: 0;
 +
    }
 +
 
 +
    #dct-profile .dct-info>div {
 +
        margin-bottom: 2.5em;
 +
    }
 +
 
 +
    #dct-profile .dct-info::before {
 +
        animation: showDown 500ms ease-in-out 1500ms 1 normal forwards;
 +
    }
 +
 
 +
    #dct-profile .dct-info::after {
 +
        animation: none 0;
 +
    }
 +
}
 +
 
 +
/* #endregion */
 +
/* DCT PROFILE END */
 +
 
 +
/* =========================== GUIDELINE LIST (TEMPORARY) =========================== */
 +
/* #region */
 +
#guidelines h1,
 +
#guidelines h2 {
 +
    color: var(--links-orange);
 +
    font-family: 'Raleway';
 +
    font-weight: 300;
 +
    letter-spacing: .06em;
 +
}
 +
 
 +
#guidelines h1 img {
 +
    height: 2.5em;
 +
    width: 2.5em;
 +
    filter: invert(60%) sepia(40%) saturate(6791%) hue-rotate(6deg) brightness(100%) contrast(98%);
 +
    margin-right: .5em;
 +
}
 +
 
 +
/* #endregion */
 +
/* =========================== END GUIDELINE LIST (TEMPORARY) =========================== */
 +
 
 +
/* =========================== GUIDELINE PROFILE =========================== */
 +
/* #region */
 +
#dct-profile.gl-profile .ext-link-button a.external {
 +
    background-color: var(--links-orange);
 +
    border: 1px solid var(--links-orange);
 +
}
 +
 
 +
#dct-back-link.gl-back-link a {
 +
    color: var(--links-orange);
 +
    border-bottom: 1px solid var(--links-orange);
 +
}
 +
 
 +
/* .guideline-profile+p {
 +
    margin: 4em 0;
 +
    font-size: larger;
 +
}
 +
 
 +
.guideline-profile .smwtable-clean {
 +
    width: 100%;
 +
    table-layout: fixed;
 +
    margin: 4em 0;
 +
}
 +
 
 +
.guideline-profile .smwtable-clean tr>th {
 +
    text-align: left;
 +
    font-weight: 320;
 +
    width: 14em;
 +
}
 +
 
 +
.guideline-profile .smwtable-clean tbody>tr:nth-child(even) {
 +
    background-color: unset;
 +
} */
 +
 
 +
/* #endregion */
 +
/* =========================== END GUIDELINE PROFILE =========================== */
 +
 
 +
/* =========================== RESOURCES =========================== */
 +
/* #region */
 +
#resources h1 {
 +
    color: var(--links-grey);
 +
    font-family: 'Raleway';
 +
    font-weight: 300;
 +
    letter-spacing: .06em;
 +
}
 +
 
 +
#resources h1 img {
 +
    height: 2.5em;
 +
    width: 2.5em;
 +
    filter: invert(32%) sepia(13%) saturate(865%) hue-rotate(168deg) brightness(91%) contrast(93%);
 +
    margin-right: .5em;
 +
}
 +
 
 +
#resources-wrapper {
 +
    margin-top: 2em;
 +
}
 +
 
 +
#resources-wrapper h2,
 +
#resources-wrapper h3,
 +
#resources-wrapper h4,
 +
#resources-wrapper h5,
 +
#resources-wrapper h6 {
 +
    font-family: 'Raleway';
 +
    font-weight: 300;
 +
    letter-spacing: .06em;
 +
}
 +
 
 +
#resources-wrapper h2 {
 +
    margin-top: 2em;
 +
}
 +
 
 +
#resources-wrapper h3 {
 +
    font-size: 1.5em;
 +
    margin-top: 1em;
 +
}
 +
 
 +
#resources-wrapper dl {
 +
    margin-left: 2em;
 +
}
 +
 
 +
#resources-wrapper dl dt {
 +
    margin-bottom: 1em;
 +
}
 +
 
 +
#resources-wrapper dl dd {
 +
    margin-top: -1em;
 +
    margin-bottom: 1em;
 +
}
 +
 
 +
/* #endregion */
 +
/* =========================== END RESOURCES =========================== */
 +
 
 +
/* =========================== NETWORKS =========================== */
 +
/* #region */
 +
#networks h1 {
 +
    color: var(--links-grey);
 +
    font-family: 'Raleway';
 +
    font-weight: 300;
 +
    letter-spacing: .06em;
 +
}
 +
 
 +
#networks h1 img {
 +
    height: 2.5em;
 +
    width: 2.5em;
 +
    filter: invert(32%) sepia(13%) saturate(865%) hue-rotate(168deg) brightness(91%) contrast(93%);
 +
    margin-right: .5em;
 +
}
 +
 
 +
#networks-wrapper {
 +
    margin-top: 2em;
 +
    margin-bottom: 2em;
 +
}
 +
 
 +
#networks-wrapper h2,
 +
#networks-wrapper h3 {
 +
    font-family: 'Raleway';
 +
    font-weight: 300;
 +
    letter-spacing: .06em;
 +
}
 +
 
 +
#networks-wrapper h2 {
 +
    margin-top: 1.5em;
 +
}
 +
 
 +
/* #endregion */
 +
/* =========================== END NETWORKS =========================== */
 +
 
 +
/* =========================== BRIDGING PAGES =========================== */
 +
/* #region */
 +
.bridging-page .bp-section {
 +
    margin-bottom: 2em;
 +
}
 +
 
 +
.bridging-page .ich-section {
 +
    background-color: #f2f2f2;
 +
    padding: 1em;
 +
    border-radius: 15px;
 +
}
 +
 
 +
.bridging-page .ich-section img {
 +
    border-radius: 10px;
 +
}
 +
 
 +
.bridging-page h1,
 +
.bridging-page h2,
 +
.bridging-page h3,
 +
.bridging-page h4,
 +
.bridging-page h5,
 +
.bridging-page h6 {
 +
    font-family: 'Raleway';
 +
    font-weight: 300;
 +
}
 +
 
 +
/* #endregion */
 +
/* =========================== END BRIDGING PAGES =========================== */
 +
 
 +
.badge.lcc-badge-red {
 +
    font-weight: 350;
 +
    color: var(--links-blue);
 +
    border: 1px solid var(--links-blue);
 +
    filter: hue-rotate(130deg);
 +
}
 +
 
 +
.badge.lcc-badge-green {
 +
    font-weight: 350;
 +
    color: var(--links-blue);
 +
    border: 1px solid var(--links-blue);
 +
    filter: hue-rotate(260deg);
 +
}
 +
 
 +
.badge.lcc-badge-purple {
 +
    font-weight: 350;
 +
    color: var(--links-blue);
 +
    border: 1px solid var(--links-blue);
 +
    filter: hue-rotate(70deg);
 +
}
 +
 
 +
.badge.lcc-badge-grey {
 +
    font-weight: 350;
 +
    color: var(--links-blue);
 +
    border: 1px solid var(--links-blue);
 +
    filter: grayscale(1);
 +
}
 +
 
 +
.smwtable-clean tr>th {
 +
    min-width: 10em;
 +
    text-align: left;
 +
}
 +
 
 +
.plus.icon {
 +
    color: currentColor;
 +
    display: inline-block;
 +
    position: relative;
 +
    top: -.4em;
 +
    width: 1.2em;
 +
}
 +
 
 +
.plus.icon::before {
 +
    content: '';
 +
    position: absolute;
 +
    width: .85em;
 +
    height: 1px;
 +
    background-color: currentColor;
 +
}
 +
 
 +
.plus.icon::after {
 +
    content: '';
 +
    position: absolute;
 +
    width: .85em;
 +
    height: 1px;
 +
    background-color: currentColor;
 +
    transform: rotate(90deg);
 +
    transition: all 0.4s ease;
 +
}
 +
 
 +
.ext-link-button a.external {
 +
    display: inline-block;
 +
    font-size: 120%;
 +
    padding: .5em 1em !important;
 +
    color: rgba(255, 255, 255, .9);
 +
    transition: all 400ms;
 +
}
 +
 
 +
.ext-link-button a.external:hover {
 +
    filter: invert(100%);
 +
}
 +
 
 +
.ext-link-button a.external::after {
 +
    content: '→';
 +
    display: inline-block;
 +
    margin-left: .2rem;
 +
    transform: rotate(-45deg);
 +
}
 +
 
 +
#dct-back-link.uc-back-link a {
 +
    color: var(--links-cyan);
 +
    border-bottom: 1px solid var(--links-cyan);
 +
}
 +
 
 +
#dct-back-link.cc-back-link a {
 +
    color: var(--ccl-color);
 +
    border-bottom: 1px solid var(--ccl-color);
 +
}
 +
 
 +
/* Display checkboxes and radiobuttons in Page Forms vertically */
 +
table.formtable .checkboxesSpan, table.formtable .radioButtonSpan {
 +
    display: flex;
 +
    flex-flow: column wrap;
 +
}
 +
 
 +
/* Hide Edit button on form tabs */
 +
#pfForm #edittab { display: none; }
 +
 
 +
/* Hide icon inside the upload button */
 +
#pfForm .simpleUploadInterface .oo-ui-icon-upload { display: none; }
 +
 
 +
/* Fix broken "Sort by" dropdown in Google Site Search */
 +
#mw-googlesitesearch .gsc-orderby .gsc-option-menu-container { white-space: nowrap; }
 +
 
 +
/* Fix SimpleUpload preview bleeding out of the form */
 +
.formtable img.simpleupload_prv { max-width: 100%; }

Latest revision as of 18:26, 12 December 2023

/* CSS placed here will affect users of the Tweeki skin */

/* =========================== GENERAL =========================== */
:root {
    --links-blue: #1980c3;
    --links-cyan: #34b8b8;
    --links-grey: #415262;
    --links-orange: #ee7802;
    --ccl-color: #B89F21;
}

/* TODO: Add static fallback fonts */
@supports (font-variation-settings: normal) {
    @font-face {
        font-family: 'Open Sans';
        src: url('/resources/assets/fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf') format("truetype supports variations"),
            url('/resources/assets/fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf') format("truetype-variations");
        font-weight: 300 800;
        font-stretch: 75% 100%;
    }

    @font-face {
        font-family: 'Raleway';
        src: url('/resources/assets/fonts/Raleway/Raleway-VariableFont_wght.ttf') format("truetype supports variations"),
            url('/resources/assets/fonts/Raleway/Raleway-VariableFont_wght.ttf') format("truetype-variations");
        font-weight: 100 900;
    }
}

.firstHeading,
.tweekiFirstHeading {
    font-family: 'Raleway';
    font-weight: 300;
    letter-spacing: .06em;
}

.firstHeading .namespace {
    font-weight: 150;
}

#bodyContent {
    font-family: 'Open Sans';
}

.platform-profile img,
.platform-profile svg {
    max-width: 100px;
    max-height: 100px;
}

/* LCC FOOTER START */
/* #region */

/* This is MediaWiki's own footer */
footer#footer.footer {
    padding: 0;
}

#lcc-footer {
    width: 100%;
    padding: 1em;
    font-size: .8rem;
    font-family: 'Open Sans';
    font-weight: 300;
    background-color: var(--links-grey);
    color: rgba(255, 255, 255, .6);
    background: linear-gradient(to top, #1A2026, var(--links-grey));
}

#lcc-footer-content {
    margin: auto;
    display: grid;
    grid-template:
        "links links"
        "nav legal"
        "eu-logo eu-logo"
        "eu-text eu-text";
    gap: 1em 1em;
    font-size: 1.2em;
}

#lcc-footer-content a {
    display: inline-block;
    margin-bottom: .7em;
    color: rgba(255, 255, 255, .7);
    transition: all 200ms;
}

#lcc-footer-content a:hover {
    display: inline-block;
    margin-bottom: .7em;
    color: rgba(255, 255, 255, .9);
    font-weight: 600;
}

#lcc-footer-content .footer-links {
    grid-area: links;
    display: flex;
    flex-flow: column wrap;
}

#lcc-footer-content .footer-nav {
    grid-area: nav;
    display: flex;
    flex-flow: column wrap;
}

#lcc-footer-content .footer-legal {
    grid-area: legal;
    display: flex;
    flex-flow: column wrap;
}

#lcc-footer-content .footer-eu-logo {
    grid-area: eu-logo;
}

#lcc-footer-content .footer-eu-logo img {
    height: 2.5em;
    opacity: .8;
}

#lcc-footer-content .footer-eu-text {
    grid-area: eu-text;
    display: flex;
}

#lcc-footer-content .footer-eu-text p {
    font-size: .8em;
}

#lcc-footer-content .project-link {
    font-variant: small-caps;
    font-size: 180%;
    margin-top: -0.4em;
}

@media screen and (min-width: 992px) {
    #lcc-footer {
        padding: 5em;
        font-size: 1rem;
    }

    #lcc-footer-content {
        width: 83.3333333333%;
        grid-template:
            "links   nav     legal"
            "eu-logo eu-text eu-text"
            /1fr 1fr 1fr;
        gap: 5em 1em;
        font-size: 1.2em;
    }

    #lcc-footer-content .footer-legal {
        grid-area: legal;
        text-align: right;
    }

    #lcc-footer-content .footer-eu-text {
        justify-content: flex-end;
    }

    #lcc-footer-content .footer-eu-text p {
        text-align: right;
        max-width: 75%;
    }
}

/* #endregion */
/* LCC FOOTER END */

/* DCT PROFILE START */
/* #region */
@keyframes showRight {
    from {
        transform-origin: left;
        transform: scaleX(0);
    }

    to {
        transform-origin: left;
        transform: scaleX(1);
    }
}

@keyframes showDown {
    from {
        transform-origin: top;
        transform: scaleY(0);
    }

    to {
        transform-origin: top;
        transform: scaleY(1);
    }
}

@keyframes hideDown {
    from {
        transform-origin: bottom;
        transform: scaleY(1);
    }

    to {
        transform-origin: bottom;
        transform: scaleY(0);
    }
}

#dct-profile {
    display: grid;
    grid-template:
        "meta"
        "desc"
        "info"
        "func"
        "more";
    font-family: 'Open Sans';
    font-weight: 400;
    font-stretch: 100%;
    color: var(--links-grey);
    margin-bottom: 3em;
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    transition: all 500ms ease-in-out;
    word-break: break-word;
}

body.loaded #dct-profile {
    clip-path: inset(0 0 0 0);
    opacity: 1;
}

/* TODO: Generalize link formatting later (remove #dct-profile) */
.skin-tweeki #dct-profile a.external {
    background: initial;
    padding: 0;
    text-decoration: none;
    border-bottom: 1px solid var(--links-blue);
}

#dct-profile h1,
#dct-profile h2,
#dct-profile h3,
#dct-profile h4,
#dct-profile h5,
#dct-profile h6 {
    color: var(--links-blue);
    font-family: 'Raleway';
    font-weight: 300;
}
#dct-profile.uc-profile h1,
#dct-profile.uc-profile h2,
#dct-profile.uc-profile h3,
#dct-profile.uc-profile h4,
#dct-profile.uc-profile h5,
#dct-profile.uc-profile h6 {
    color: var(--links-cyan);
}

#dct-profile.gl-profile h1,
#dct-profile.gl-profile h2,
#dct-profile.gl-profile h3,
#dct-profile.gl-profile h4,
#dct-profile.gl-profile h5,
#dct-profile.gl-profile h6 {
    color: var(--links-orange);
}

#dct-profile.cc-profile h1,
#dct-profile.cc-profile h2,
#dct-profile.cc-profile h3,
#dct-profile.cc-profile h4,
#dct-profile.cc-profile h5,
#dct-profile.cc-profile h6 {
    color: var(--ccl-color);
}


#dct-profile h1 {
    font-weight: 700;
    max-width: 80%;
}

#dct-profile h2 {
    font-weight: 500;
}

#dct-profile .disclaimer {
    font-size: smaller;
    margin-top: 2rem;
    opacity: .5;
}

#dct-back-link {
    margin-bottom: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#dct-back-link a {
    font-family: 'Open Sans';
    font-size: 1.5em;
    font-variant: small-caps;
    text-decoration: none !important;
    color: var(--links-blue);
    border-bottom: 1px solid var(--links-blue);
}

#dct-back-link .dct-icon {
    filter: invert(53%) sepia(16%) saturate(3227%) hue-rotate(169deg) brightness(77%) contrast(96%);
    height: 4em;
    width: 4em;
    margin-right: 1em;
    vertical-align: -1.5em;
}


#dct-back-link .gl-icon {
    filter: invert(56%) sepia(69%) saturate(3911%) hue-rotate(7deg) brightness(98%) contrast(105%);
    height: 4em;
    width: 4em;
    margin-right: 1em;
    vertical-align: -1.5em;
}

#dct-back-link .uc-icon {
    filter: invert(62%) sepia(54%) saturate(526%) hue-rotate(131deg) brightness(91%) contrast(85%);
    height: 4em;
    width: 4em;
    margin-right: 1em;
    vertical-align: -1.5em;
}

#dct-back-link .cc-icon {
    filter: invert(72%) sepia(44%) saturate(758%) hue-rotate(7deg) brightness(81%) contrast(88%);
    height: 4em;
    width: 4em;
    margin-right: 1em;
    vertical-align: -1.5em;
}

#dct-profile .ext-link-button a.external {
    background-color: var(--links-blue);
    border: 1px solid var(--links-blue);
}

.dct-page-info {
    font-size: smaller;
    opacity: .75;
}

#dct-profile .dct-logo {
    max-height: 8em;
    width: auto;
}

#dct-profile>.section {
    box-sizing: border-box;
    padding: 2em 0 2em 2em;
    transition: all 500ms ease-in-out;
    transition-delay: 1000ms;
}

body.loaded #dct-profile>.section {
    padding-left: 0;
}

#dct-profile .dct-meta {
    grid-area: meta;
}

#dct-profile .dct-desc {
    grid-area: desc;
}

#dct-profile .dct-info {
    grid-area: info;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
    gap: 1em 1em;
}

#dct-profile .dct-info .country-flag {
    height: 1.8em;
    width: auto;
}

#dct-profile .dct-func {
    grid-area: func;
}

#dct-profile .dct-func h3 {
    font-size: 1.2em;
}

#dct-profile .dct-func .func-icon {
    filter: invert(53%) sepia(16%) saturate(3227%) hue-rotate(169deg) brightness(77%) contrast(96%);
    height: 2em;
    width: 2em;
    vertical-align: -.6em;
    margin-right: .6em;
}

#dct-profile .dct-func-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
    gap: 2em 2em;
}

#dct-profile .dct-func li {
    list-style-type: none;
    margin-left: 4.6em;
    text-indent: -1.6em;
    position: relative;
    display: inline-block;
}

#dct-profile .dct-func li.available::before {
    content: "✓";
    color: var(--links-blue);
    margin-right: .8em;
}

#dct-profile .dct-func li.unavailable {
    color: #bbb;
}

#dct-profile .dct-func li.unavailable::before {
    content: "✗";
    color: #666;
    opacity: .5;
    margin-right: .8em;
}

#dct-profile .dct-more {
    grid-area: more;
}

.anim-border {
    position: relative;
}

.anim-border::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: var(--links-blue);
    transform: scaleX(0);
}
.gl-profile .anim-border::after { background-color: var(--links-orange); }
.uc-profile .anim-border::after { background-color: var(--links-cyan); }
.cc-profile .anim-border::after { background-color: var(--ccl-color); }

.anim-border::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--links-blue);
    transform: scaleY(0);
}
.gl-profile .anim-border::before { background-color: var(--links-orange); }
.uc-profile .anim-border::before { background-color: var(--links-cyan); }
.cc-profile .anim-border::before { background-color: var(--ccl-color); }

body.loaded .anim-border::before {
    animation: showDown 500ms ease-in-out 500ms 1 normal forwards,
        hideDown 500ms ease-in-out 1000ms 1 normal forwards;
}

body.loaded .anim-border::after {
    animation: showRight 500ms ease-in-out 1000ms 1 normal forwards;
}

@media only screen and (orientation: landscape) {
    #dct-profile {
        grid-template:
            "meta meta"
            "desc info"
            "func info"
            "more info"
            / 3fr 1fr;
    }

    #dct-profile>.section {
        box-sizing: border-box;
        padding: 2em;
    }

    #dct-profile .dct-info {
        display: block;
        padding-left: 2em !important;
        padding-right: 0;
    }

    #dct-profile .dct-info>div {
        margin-bottom: 2.5em;
    }

    #dct-profile .dct-info::before {
        animation: showDown 500ms ease-in-out 1500ms 1 normal forwards;
    }

    #dct-profile .dct-info::after {
        animation: none 0;
    }
}

/* #endregion */
/* DCT PROFILE END */

/* =========================== GUIDELINE LIST (TEMPORARY) =========================== */
/* #region */
#guidelines h1,
#guidelines h2 {
    color: var(--links-orange);
    font-family: 'Raleway';
    font-weight: 300;
    letter-spacing: .06em;
}

#guidelines h1 img {
    height: 2.5em;
    width: 2.5em;
    filter: invert(60%) sepia(40%) saturate(6791%) hue-rotate(6deg) brightness(100%) contrast(98%);
    margin-right: .5em;
}

/* #endregion */
/* =========================== END GUIDELINE LIST (TEMPORARY) =========================== */

/* =========================== GUIDELINE PROFILE =========================== */
/* #region */
#dct-profile.gl-profile .ext-link-button a.external {
    background-color: var(--links-orange);
    border: 1px solid var(--links-orange);
}

#dct-back-link.gl-back-link a {
    color: var(--links-orange);
    border-bottom: 1px solid var(--links-orange);
}

/* .guideline-profile+p {
    margin: 4em 0;
    font-size: larger;
}

.guideline-profile .smwtable-clean {
    width: 100%;
    table-layout: fixed;
    margin: 4em 0;
}

.guideline-profile .smwtable-clean tr>th {
    text-align: left;
    font-weight: 320;
    width: 14em;
}

.guideline-profile .smwtable-clean tbody>tr:nth-child(even) {
    background-color: unset;
} */

/* #endregion */
/* =========================== END GUIDELINE PROFILE =========================== */

/* =========================== RESOURCES =========================== */
/* #region */
#resources h1 {
    color: var(--links-grey);
    font-family: 'Raleway';
    font-weight: 300;
    letter-spacing: .06em;
}

#resources h1 img {
    height: 2.5em;
    width: 2.5em;
    filter: invert(32%) sepia(13%) saturate(865%) hue-rotate(168deg) brightness(91%) contrast(93%);
    margin-right: .5em;
}

#resources-wrapper {
    margin-top: 2em;
}

#resources-wrapper h2,
#resources-wrapper h3,
#resources-wrapper h4,
#resources-wrapper h5,
#resources-wrapper h6 {
    font-family: 'Raleway';
    font-weight: 300;
    letter-spacing: .06em;
}

#resources-wrapper h2 {
    margin-top: 2em;
}

#resources-wrapper h3 {
    font-size: 1.5em;
    margin-top: 1em;
}

#resources-wrapper dl {
    margin-left: 2em;
}

#resources-wrapper dl dt {
    margin-bottom: 1em;
}

#resources-wrapper dl dd {
    margin-top: -1em;
    margin-bottom: 1em;
}

/* #endregion */
/* =========================== END RESOURCES =========================== */

/* =========================== NETWORKS =========================== */
/* #region */
#networks h1 {
    color: var(--links-grey);
    font-family: 'Raleway';
    font-weight: 300;
    letter-spacing: .06em;
}

#networks h1 img {
    height: 2.5em;
    width: 2.5em;
    filter: invert(32%) sepia(13%) saturate(865%) hue-rotate(168deg) brightness(91%) contrast(93%);
    margin-right: .5em;
}

#networks-wrapper {
    margin-top: 2em;
    margin-bottom: 2em;
}

#networks-wrapper h2,
#networks-wrapper h3 {
    font-family: 'Raleway';
    font-weight: 300;
    letter-spacing: .06em;
}

#networks-wrapper h2 {
    margin-top: 1.5em;
}

/* #endregion */
/* =========================== END NETWORKS =========================== */

/* =========================== BRIDGING PAGES =========================== */
/* #region */
.bridging-page .bp-section {
    margin-bottom: 2em;
}

.bridging-page .ich-section {
    background-color: #f2f2f2;
    padding: 1em;
    border-radius: 15px;
}

.bridging-page .ich-section img {
    border-radius: 10px;
}

.bridging-page h1,
.bridging-page h2,
.bridging-page h3,
.bridging-page h4,
.bridging-page h5,
.bridging-page h6 {
    font-family: 'Raleway';
    font-weight: 300;
}

/* #endregion */
/* =========================== END BRIDGING PAGES =========================== */

.badge.lcc-badge-red {
    font-weight: 350;
    color: var(--links-blue);
    border: 1px solid var(--links-blue);
    filter: hue-rotate(130deg);
}

.badge.lcc-badge-green {
    font-weight: 350;
    color: var(--links-blue);
    border: 1px solid var(--links-blue);
    filter: hue-rotate(260deg);
}

.badge.lcc-badge-purple {
    font-weight: 350;
    color: var(--links-blue);
    border: 1px solid var(--links-blue);
    filter: hue-rotate(70deg);
}

.badge.lcc-badge-grey {
    font-weight: 350;
    color: var(--links-blue);
    border: 1px solid var(--links-blue);
    filter: grayscale(1);
}

.smwtable-clean tr>th {
    min-width: 10em;
    text-align: left;
}

.plus.icon {
    color: currentColor;
    display: inline-block;
    position: relative;
    top: -.4em;
    width: 1.2em;
}

.plus.icon::before {
    content: '';
    position: absolute;
    width: .85em;
    height: 1px;
    background-color: currentColor;
}

.plus.icon::after {
    content: '';
    position: absolute;
    width: .85em;
    height: 1px;
    background-color: currentColor;
    transform: rotate(90deg);
    transition: all 0.4s ease;
}

.ext-link-button a.external {
    display: inline-block;
    font-size: 120%;
    padding: .5em 1em !important;
    color: rgba(255, 255, 255, .9);
    transition: all 400ms;
}

.ext-link-button a.external:hover {
    filter: invert(100%);
}

.ext-link-button a.external::after {
    content: '→';
    display: inline-block;
    margin-left: .2rem;
    transform: rotate(-45deg);
}

#dct-back-link.uc-back-link a {
    color: var(--links-cyan);
    border-bottom: 1px solid var(--links-cyan);
}

#dct-back-link.cc-back-link a {
    color: var(--ccl-color);
    border-bottom: 1px solid var(--ccl-color);
}

/* Display checkboxes and radiobuttons in Page Forms vertically */
table.formtable .checkboxesSpan, table.formtable .radioButtonSpan {
    display: flex;
    flex-flow: column wrap;
}

/* Hide Edit button on form tabs */ 
#pfForm #edittab { display: none; }

/* Hide icon inside the upload button */
#pfForm .simpleUploadInterface .oo-ui-icon-upload { display: none; }

/* Fix broken "Sort by" dropdown in Google Site Search */
#mw-googlesitesearch .gsc-orderby .gsc-option-menu-container { white-space: nowrap; }

/* Fix SimpleUpload preview bleeding out of the form */
.formtable img.simpleupload_prv { max-width: 100%; }