NatLibFi/Skosmos

View on GitHub
resource/css/skosmos.css

Summary

Maintainability
Test Coverage

Use of !important
Open

  font-size: 3.25em !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    box-shadow: inset 0 0 5px rgba(196, 205, 217, 1) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    border-radius: 0 !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

  background-color: var(--medium-color) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    color: var(--vocab-text) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    border-color: var(--search-border) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

  font-size: 4.25em !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

  font-size: 2.75em !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

  background-color: var(--dark-color) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    color: var(--sidebar-tab-active-text) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    background-color: transparent !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

  background-color: var(--light-color) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    font-weight: bold !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    color: var(--topbar-text-1) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    font-weight: normal !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    font-size: 20px !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    margin: 0 !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    color: var(--sidebar-tab-active-text) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    color: var(--sidebar-tab-inactive-text) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    color: var(--topbar-text-2) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    color: var(--vocab-text) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    text-decoration: none !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    font-family: var(--font-family-heading) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    border: none !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    font-size: 20px !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

      max-width: 1460px !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    font-weight: 700 !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    font-family: var(--font-family-heading) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    border-top: 2px var(--dark-color) solid !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    background-color: var(--medium-color) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--light-color)'.</color>
Open

  background-color: var(--light-color) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--topbar-bg-1)'.</color>
Open

    background-color: var(--topbar-bg-1);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--search-bg)'.</color>
Open

    background-color: var(--search-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--vocab-box-link)'.
Open

    text-decoration: underline var(--vocab-box-link) solid;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--welcome-box-one-text)'.</color>
Open

    color: var(--welcome-box-one-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--sidebar-tab-active-text)'.</color>
Open

    color: var(--sidebar-tab-active-text) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-text)'.</color>
Open

    color: var(--vocab-text) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<bg-image>#) but found 'var(--feedbackpage-stripes)'.</bg-image>
Open

    background-image: var(--feedbackpage-stripes);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--info-box-arrow)'.</color>
Open

    color: var(--info-box-arrow);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--headerbar-text-1)'.</color>
Open

    color: var(--headerbar-text-1);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--search-dropdown-item-hover)'.</color>
Open

    background-color: var(--search-dropdown-item-hover); /* What color to use? */
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-box-bg)'.</color>
Open

    background-color: var(--vocab-box-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-box-one-text)'.</color>
Open

    color: var(--vocab-box-one-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-text)'.</color>
Open

    color: var(--vocab-text) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--sidebar-search-button-text)'.</color>
Open

    color: var(--sidebar-search-button-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--vocab-table-border)'.
Open

    border-top: 1px solid var(--vocab-table-border);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-bg)'.</color>
Open

    background-color: var(--vocab-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-text)'.</color>
Open

    color: var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--topbar-text-2)'.</color>
Open

    color: var(--topbar-text-2) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<bg-image>#) but found 'var(--topbar-home-1)'.</bg-image>
Open

    background-image: var(--topbar-home-1);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--search-bg)'.</color>
Open

    background-color: var(--search-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-bg)'.</color>
Open

    background-color: var(--vocab-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-bg)'.</color>
Open

    background-color: var(--vocab-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--sidebar-search-bg)'.</color>
Open

    background-color: var(--sidebar-search-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--infopage-text)'.</color>
Open

    color: var(--infopage-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--medium-color)'.</color>
Open

  background-color: var(--medium-color) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--topbar-text-1)'.</color>
Open

    color: var(--topbar-text-1);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--headerbar-text-2)'.</color>
Open

    color: var(--headerbar-text-2);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--headerbar-text-2)'.</color>
Open

    background-color: var(--headerbar-text-2);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--dark-color)'.</color>
Open

  background-color: var(--dark-color) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--info-box-bg)'.</color>
Open

    background-color: var(--info-box-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--welcome-box-bg)'.</color>
Open

    background-color: var(--welcome-box-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-text)'.</color>
Open

    color: var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--welcome-box-text)'.</color>
Open

    color: var(--welcome-box-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--vocab-text)'.
Open

    border: 1px solid var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--dark-color)'.</color>
Open

  color: var(--dark-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--feedback-form-input)'.</color>
Open

    background-color: var(--feedback-form-input);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-text)'.</color>
Open

    color: var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--headerbar-text-2)'.</color>
Open

    color: var(--headerbar-text-2);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--search-bg)'.</color>
Open

    background-color: var(--search-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--dark-color)'.</color>
Open

    color: var(--dark-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--vocab-text)'.
Open

    border-bottom: 1px solid var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-text)'.</color>
Open

    color: var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<bg-image>#) but found 'var(--topbar-feedback-1)'.</bg-image>
Open

    background-image: var(--topbar-feedback-1);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<bg-image>#) but found 'var(--topbar-home-2)'.</bg-image>
Open

    background-image: var(--topbar-home-2);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<bg-image>#) but found 'var(--topbar-info-2)'.</bg-image>
Open

    background-image: var(--topbar-info-2);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--search-border)'.
Open

    border: 1px solid var(--search-border);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--search-button-bg)'.</color>
Open

    background-color: var(--search-button-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-box-link)'.</color>
Open

    color: var(--vocab-box-link);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-box-one-bg)'.</color>
Open

    background-color: var(--vocab-box-one-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--sidebar-tab-active-bg)'.</color>
Open

    background-color: var(--sidebar-tab-active-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--vocab-text)'.
Open

    border-left: 1px dashed var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<bg-image>#) but found 'var(--infopage-stripes)'.</bg-image>
Open

    background-image: var(--infopage-stripes);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-text)'.</color>
Open

    color: var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--search-button-text)'.</color>
Open

    color: var(--search-button-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--topbar-bg-1)'.</color>
Open

    background-color: var(--topbar-bg-1);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--headerbar-text-2)'.</color>
Open

    color: var(--headerbar-text-2);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--search-border)'.
Open

    border: 1px solid var(--search-border);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected ([ <generic-family> | <family-name> ]#) but found 'var(--font-family-heading)'.</family-name></generic-family>
Open

    font-family: var(--font-family-heading);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-box-text)'.</color>
Open

    color: var(--vocab-box-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--sidebar-tab-active-bg)'.</color>
Open

    background-color: var(--sidebar-tab-active-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--sidebar-tab-active-text)'.</color>
Open

    color: var(--sidebar-tab-active-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected ([ <generic-family> | <family-name> ]#) but found 'var(--font-family-heading)'.</family-name></generic-family>
Open

    font-family: var(--font-family-heading);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-box-one-arrow)'.</color>
Open

    color: var(--vocab-box-one-arrow);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--topbar-text-1)'.</color>
Open

    color: var(--topbar-text-1);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<bg-image>#) but found 'var(--topbar-info-1)'.</bg-image>
Open

    background-image: var(--topbar-info-1);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--search-dropdown-toggle-show)'.</color>
Open

    background-color: var(--search-dropdown-toggle-show); /* What color to use? */
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--main-bg-1)'.</color>
Open

    background-color: var(--main-bg-1);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-box-header)'.</color>
Open

    color: var(--vocab-box-header);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--sidebar-tab-active-bg)'.</color>
Open

    background-color: var(--sidebar-tab-active-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Using height with border-bottom can sometimes make elements larger than you expect.
Open

    border-bottom: 1px dashed var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-bg)'.</color>
Open

    background-color: var(--vocab-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-text)'.</color>
Open

    color: var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<font-size>) but found 'var(--font-size)'.</font-size>
Open

  font-size: var(--font-size);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-text)'.</color>
Open

    color: var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--topbar-text-1)'.</color>
Open

    color: var(--topbar-text-1) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--feedback-form-text)'.</color>
Open

    color: var(--feedback-form-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--info-box-text)'.</color>
Open

    color: var(--info-box-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--vocab-box-text)'.
Open

    border-top: 1px solid var(--vocab-box-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-bg)'.</color>
Open

    background-color: var(--vocab-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Unknown property 'scrollbar-color'.
Open

    scrollbar-color: var(--sidebar-scrollbar-thumb) var(--sidebar-scrollbar-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-text)'.</color>
Open

    color: var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--feedback-form-bg)'.</color>
Open

    background-color: var(--feedback-form-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--feedback-form-text)'.</color>
Open

    color: var(--feedback-form-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-text)'.</color>
Open

    color: var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--search-dropdown-toggle-hover)'.</color>
Open

    background-color: var(--search-dropdown-toggle-hover); /* What color to use? */
Severity: Minor
Found in resource/css/skosmos.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

    border: 1px solid var(--search-border);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>{1,4}) but found 'var(--search-border)'.</color>
Open

    border-color: var(--search-border) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--search-border)'.
Open

    border: 1px solid var(--search-border);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<bg-image>#) but found 'var(--frontpage-stripes-2)'.</bg-image>
Open

    background-image: var(--frontpage-stripes-2);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<nonnegative-length-or-percentage>{1,4} [ / <nonnegative-length-or-percentage>{1,4} ]?) but found 'none'.</nonnegative-length-or-percentage></nonnegative-length-or-percentage>
Open

    border-radius: none;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--vocab-text)'.
Open

    border-top: 1px dashed var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--infopage-link)'.</color>
Open

    color: var(--infopage-link);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule is empty.
Open

:root {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--topbar-text-2)'.</color>
Open

    color: var(--topbar-text-2);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>{1,4}) but found 'var(--search-border)'.</color>
Open

    border-color: var(--search-border);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--search-border)'.
Open

    border-top: 1px solid var(--search-border);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-text)'.</color>
Open

    color: var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<bg-image>#) but found 'var(--frontpage-stripes-1)'.</bg-image>
Open

    background-image: var(--frontpage-stripes-1);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--sidebar-tab-inactive-text)'.</color>
Open

    color: var(--sidebar-tab-inactive-text) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--sidebar-tab-active-bg)'.</color>
Open

    background-color: var(--sidebar-tab-active-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected ([ <generic-family> | <family-name> ]#) but found 'var(--font-family-heading)'.</family-name></generic-family>
Open

    font-family: var(--font-family-heading);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--search-dropdown-item-active)'.</color>
Open

    background-color: var(--search-dropdown-item-active);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--vocab-text)'.
Open

    border-bottom: 1px dashed var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--main-bg-2)'.</color>
Open

    background-color: var(--main-bg-2);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--sidebar-search-button-bg)'.</color>
Open

    background-color: var(--sidebar-search-button-bg); /* Which bg color to use? */
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-text)'.</color>
Open

    color: var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-text)'.</color>
Open

    color: var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (auto | flex-start | flex-end | center | baseline | stretch) but found 'start'.
Open

    align-self: start;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--topbar-bg-2)'.</color>
Open

    background-color: var(--topbar-bg-2);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<bg-image>#) but found 'var(--topbar-feedback-2)'.</bg-image>
Open

    background-image: var(--topbar-feedback-2);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected ([ <generic-family> | <family-name> ]#) but found 'var(--font-family)'.</family-name></generic-family>
Open

  font-family: var(--font-family);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--headerbar-vocab-bg)'.</color>
Open

    background-color: var(--headerbar-vocab-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--info-box-one-arrow)'.</color>
Open

    color: var(--info-box-one-arrow);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--headerbar-text-2)'.</color>
Open

    color: var(--headerbar-text-2);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Unknown property 'text-decoration-thickness'.
Open

    text-decoration-thickness: 1px;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--welcome-box-one-bg)'.</color>
Open

    background-color: var(--welcome-box-one-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-link)'.</color>
Open

    color: var(--vocab-link);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-link)'.</color>
Open

    color: var(--vocab-link);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Unknown property 'text-decoration-thickness'.
Open

    text-decoration-thickness: 1px;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--vocab-text)'.
Open

    border-left: 1px dashed var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--sidebar-tab-inactive-bg)'.</color>
Open

    background-color: var(--sidebar-tab-inactive-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--sidebar-tab-active-text)'.</color>
Open

    color: var(--sidebar-tab-active-text) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--secondary-dark-color)'.</color>
Open

    color: var(--secondary-dark-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--vocab-bg)'.
Open

    border-left: 1px solid var(--vocab-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--sidebar-search-text)'.</color>
Open

    color: var(--sidebar-search-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-text)'.</color>
Open

    color: var(--vocab-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--main-bg-3)'.</color>
Open

    background-color: var(--main-bg-3);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected ([ <generic-family> | <family-name> ]#) but found 'var(--font-family-heading)'.</family-name></generic-family>
Open

    font-family: var(--font-family-heading);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

    border: 1px solid var(--search-border);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--info-box-one-bg)'.</color>
Open

    background-color: var(--info-box-one-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--vocab-table-border)'.
Open

    border-top: 1px solid var(--vocab-table-border);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<position>#) but found 'var(--feedbackpage-stripes-pos)'.</position>
Open

    background-position: var(--feedbackpage-stripes-pos);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--feedback-form-text)'.</color>
Open

    color: var(--feedback-form-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--feedback-form-button-bg)'.</color>
Open

    background-color: var(--feedback-form-button-bg);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--dark-color)'.</color>
Open

    color: var(--dark-color)
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--secondary-dark-color)'.</color>
Open

    color: var(--secondary-dark-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--feedback-form-text)'.</color>
Open

    color: var(--feedback-form-text);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--white-color)'.</color>
Open

    color: var(--white-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--medium-color)'.</color>
Open

    background-color: var(--medium-color) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--dark-color)'.</color>
Open

    color: var(--dark-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--medium-color)'.
Open

    border-top: 1px solid var(--medium-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--alert-color)'.</color>
Open

    background-color: var(--alert-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--vocab-link)'.</color>
Open

    color: var(--vocab-link);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--secondary-medium-color)'.
Open

    text-decoration: underline var(--secondary-medium-color) solid;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--secondary-dark-color)'.</color>
Open

    color: var(--secondary-dark-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--secondary-medium-color)'.
Open

    text-decoration: underline var(--secondary-medium-color) solid;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected ([ <generic-family> | <family-name> ]#) but found 'var(--font-family-heading)'.</family-name></generic-family>
Open

    font-family: var(--font-family-heading) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected ([ <generic-family> | <family-name> ]#) but found 'var(--font-family-heading)'.</family-name></generic-family>
Open

    font-family: var(--font-family-heading) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected end of value but found 'var(--dark-color)'.
Open

    border-top: 2px var(--dark-color) solid !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Element (span.result) is overqualified, just use .result without element name.
Open

  #search-wrapper .autocomplete-result span.result {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Element (span.d-inline) is overqualified, just use .d-inline without element name.
Open

  #search-wrapper .autocomplete-result span.d-inline {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Element (span.last::before) is overqualified, just use .last without element name.
Open

  #tab-hierarchy .sidebar-list .list-group-item span.last::before {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Element (a.selected) is overqualified, just use .selected without element name.
Open

  #tab-hierarchy .sidebar-list .list-group-item a.selected {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Element (li.collapse.show) is overqualified, just use .collapse without element name.
Open

  nav#concept-breadcrumbs li, nav#concept-breadcrumbs li.collapse.show {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Element (nav#concept-breadcrumbs) is overqualified, just use #concept-breadcrumbs without element name.
Open

  nav#concept-breadcrumbs .breadcrumb-current {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Element (nav#concept-breadcrumbs) is overqualified, just use #concept-breadcrumbs without element name.
Open

  nav#concept-breadcrumbs li, nav#concept-breadcrumbs li.collapse.show {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Element (li.breadcrumb) is overqualified, just use .breadcrumb without element name.
Open

  nav#concept-breadcrumbs li.breadcrumb + li::before {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Element (nav#concept-breadcrumbs) is overqualified, just use #concept-breadcrumbs without element name.
Open

  nav#concept-breadcrumbs ol {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Element (nav#concept-breadcrumbs) is overqualified, just use #concept-breadcrumbs without element name.
Open

  nav#concept-breadcrumbs li.breadcrumb + li::before {
Severity: Minor
Found in resource/css/skosmos.css by csslint

The universal selector (*) is known to be slow.
Open

  #search-wrapper .autocomplete-result * {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Element (span.dropdown) is overqualified, just use .dropdown without element name.
Open

  #search-wrapper span.dropdown {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Element (nav#concept-breadcrumbs) is overqualified, just use #concept-breadcrumbs without element name.
Open

  nav#concept-breadcrumbs li, nav#concept-breadcrumbs li.collapse.show {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Element (td.align-middle) is overqualified, just use .align-middle without element name.
Open

  td.align-middle {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Element (table.vocab-info-literals) is overqualified, just use .vocab-info-literals without element name.
Open

  table.vocab-info-literals > tbody > tr {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Adjoining classes: .prefLabel.proplabel
Open

  .prefLabel.proplabel {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Adjoining classes: .property.prop-mapping
Open

  .property.prop-mapping {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Adjoining classes: .altLabel.proplabel
Open

  .altLabel.proplabel {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Adjoining classes: .hierarchy-button.open i
Open

  .hierarchy-button.open i {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Adjoining classes: #tab-hierarchy .sidebar-list .list-group-item.top-concept
Open

  #tab-hierarchy .sidebar-list .list-group-item.top-concept {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Negative text-indent doesn't work well with RTL. If you use text-indent for image replacement explicitly set direction for that item to ltr.
Open

    text-indent: -100%;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Adjoining classes: #search-wrapper .dropdown-toggle.show
Open

  #search-wrapper .dropdown-toggle.show {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Adjoining classes: nav#concept-breadcrumbs li.collapse.show
Open

  nav#concept-breadcrumbs li, nav#concept-breadcrumbs li.collapse.show {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h2) has already been defined.
Open

  .property-label h2 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h2) has already been defined.
Open

  #main-container.frontpage #vocab-box h2 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h1) has already been defined.
Open

  #concept-label h1 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h3) has already been defined.
Open

  .prop-foreignlabels h3 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h2) has already been defined.
Open

  #main-content h2 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h2) has already been defined.
Open

  #vocabulary-list h2, #welcome-box h2, #vocab-info h2 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h3) has already been defined.
Open

  .vocab-statistics > h3 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h2) has already been defined.
Open

  #vocabulary-list h2, #welcome-box h2, #vocab-info h2 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h2) has already been defined.
Open

  #vocabulary-list h2, #welcome-box h2, #vocab-info h2 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 15, col 3.
Open

  --sidebar-search-text: var(--white-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 29, col 3.
Open

  --vocab-table-border: var(--medium-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 30, col 3.
Open

  --vocab-link: var(--secondary-dark-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #search-wrapper input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h2) should not be qualified.
Open

  #main-container.frontpage #vocab-box h2 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #main-container.vocabpage #sidebar .page-link:hover, #main-container.vocabpage #sidebar .page-link:active, #main-container.vocabpage #sidebar .page-link:focus,
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 17, col 3.
Open

  --sidebar-tab-inactive-text: var(--dark-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 33, col 3.
Open

  --font-size: 14px;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #skosmos-logo {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #search-wrapper .dropdown-menu {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 4, col 3.
Open

  --secondary-dark-color: #1b709d ;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 22, col 3.
Open

  --search-bg: var(--white-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #main-container.searchpage .list-group .fa-solid, #main-container.searchpage .list-group .fa-regular,
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #main-container.frontpage, #main-container.frontpage-one-vocab {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .hierarchy-button {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  nav#concept-breadcrumbs ol {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 3, col 3.
Open

  --dark-color: #0d284e;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 5, col 3.
Open

  --medium-color: #dfe5ed;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 13, col 3.
Open

  --feedback-form-button-bg: var(--dark-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 14, col 3.
Open

  --sidebar-search-bg: var(--dark-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h2) should not be qualified.
Open

  #skosmos-logo-top h2 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 16, col 3.
Open

  --sidebar-tab-inactive-bg: var(--light-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #main-container.vocabpage #sidebar .page-item, #main-container.vocabpage #sidebar .page-link,
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .select-wrapper::after { /* Also used in feedback form */
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .prefLabel.proplabel {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .property-label h2 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #multi-search-toggle {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #clear-button {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h1) should not be qualified.
Open

  #concept-label h1 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #main-container.vocabpage #sidebar .pagination, #main-container.termpage #sidebar .pagination {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .sidebar-list {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #tab-hierarchy .sidebar-list .list-group-item span {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #copy-uri {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #main-container.infopage a {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 20, col 3.
Open

  --sidebar-scrollbar-bg: var(--light-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #main-container.frontpage-one-vocab #vocab-box {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .hierarchy-button i {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 6, col 3.
Open

  --secondary-medium-color: #b8c9db;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 25, col 3.
Open

  --search-button-text: var(--white-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h3) should not be qualified.
Open

  #topbar h3 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #background.frontpage, #background.frontpage-one-vocab {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #main-container.frontpage #info-box {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #search-options button {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h3) should not be qualified.
Open

  .prop-foreignlabels h3 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 12, col 3.
Open

  --feedback-form-input: var(--light-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 34, col 3.
Open

  --font-family: 'Public Sans', sans-serif;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 9, col 3.
Open

  --white-color: #ffffff;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 18, col 3.
Open

  --sidebar-tab-active-bg: var(--dark-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .property ul, .property li {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #main-container.feedbackpage {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #tab-hierarchy .sidebar-list .list-group-item span::before {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .hierarchy-button.open i {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RPAREN at line 721, col 72.
Open

  nav#concept-breadcrumbs li.collapse, nav#concept-breadcrumbs li:has(a[aria-expanded="true"]) {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 21, col 3.
Open

  --sidebar-scrollbar-thumb: var(--secondary-medium-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 35, col 3.
Open

  --font-family-heading: 'EB Garamond', serif;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #tab-hierarchy .sidebar-list .list-group-item span.last::before {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h2) should not be qualified.
Open

  #main-content h2 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .property-value {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #main-container.infopage {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #skosmos-logo-top {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 23, col 3.
Open

  --search-border: var(--medium-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 24, col 3.
Open

  --search-button-bg: var(--dark-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #multi-search-toggle::after {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #main-container.vocabpage #sidebar .page-link, #main-container.termpage #sidebar .page-link {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #main-container.vocabpage a, #main-container.termpage a, #main-container.searchpage a, #main-container.searchpage-multi-vocab a {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .search-result .list-group-item {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #resource-table th {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 7, col 3.
Open

  --light-color: #f2f5f7;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 10, col 3.
Open

  --feedback-form-bg: var(--white-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 11, col 3.
Open

  --feedback-form-text: var(--dark-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 27, col 3.
Open

  --vocab-bg: var(--white-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 8, col 3.
Open

  --alert-color: #a0270a;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 19, col 3.
Open

  --sidebar-tab-active-text: var(--white-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 28, col 3.
Open

  --vocab-text: var(--dark-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #search-wrapper .dropdown-toggle {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #search-wrapper .autocomplete-result * {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #main-container.vocabpage #sidebar-col, #main-container.termpage #sidebar-col {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h2) should not be qualified.
Open

  .property-label h2 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #main-container.vocabpage #sidebar .nav-link, #main-container.termpage #sidebar .nav-link {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #resource-table td {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #copy-preflabel, #copy-notation {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #feedback-form button {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 26, col 3.
Open

  --search-dropdown-toggle-hover: var(--light-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #search-wrapper input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h1) should not be qualified.
Open

  #main-container h1 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .uri-icon {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .alert {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h2) should not be qualified.
Open

  #vocabulary-list h2, #welcome-box h2, #vocab-info h2 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  #about-content a {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h2) should not be qualified.
Open

  #vocabulary-list h2, #welcome-box h2, #vocab-info h2 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h3) should not be qualified.
Open

  .vocab-statistics > h3 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  tr > td > div > a {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h2) should not be qualified.
Open

  #vocabulary-list h2, #welcome-box h2, #vocab-info h2 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  header > h2 > a {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h2) should not be qualified.
Open

  header > h2 > a {
Severity: Minor
Found in resource/css/skosmos.css by csslint

There are no issues that match your filters.

Category
Status