SST-CTF/typing-test

View on GitHub

Showing 494 of 494 total issues

Heading (h1) has already been defined.
Open

 h1,h2,h3,h4,h5,h6{
Severity: Minor
Found in css/stylesheet.css by csslint

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

 .sst-image{
Severity: Minor
Found in css/stylesheet.css by csslint

Don't use IDs in selectors.
Open

 .sst-main,#main{
Severity: Minor
Found in css/stylesheet.css by csslint

Using height with padding-top can sometimes make elements larger than you expect.
Open

    padding-top:100px;
Severity: Minor
Found in css/stylesheet.css by csslint

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

 .sst-pagination{
Severity: Minor
Found in css/stylesheet.css by csslint

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

 .sst-pagination li a{
Severity: Minor
Found in css/stylesheet.css by csslint

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

 .sst-input-group,.sst-group{
Severity: Minor
Found in css/stylesheet.css by csslint

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

    border:1px solid transparent;
Severity: Minor
Found in css/stylesheet.css by csslint

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

 .sst-progressbar{
Severity: Minor
Found in css/stylesheet.css by csslint

Adjoining classes: .sst-col.s4
Open

 .sst-col.s4{
Severity: Minor
Found in css/stylesheet.css by csslint

Unqualified attribute selectors are known to be slow.
Open

 button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner{
Severity: Minor
Found in css/stylesheet.css by csslint

Unqualified attribute selectors are known to be slow.
Open

 [type=search]{
Severity: Minor
Found in css/stylesheet.css by csslint

Heading (h2) has already been defined.
Open

h2{
Severity: Minor
Found in css/stylesheet.css by csslint

Unqualified attribute selectors are known to be slow.
Open

 [type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
Severity: Minor
Found in css/stylesheet.css by csslint

Adjoining classes: .sst-btn.sst-disabled *
Open

 .sst-btn.sst-disabled *,.sst-btn-block.sst-disabled,.sst-btn-floating.sst-disabled *,.sst-btn:disabled *,.sst-btn-floating:disabled *{
Severity: Minor
Found in css/stylesheet.css by csslint

Heading (h5) has already been defined.
Open

 h1,h2,h3,h4,h5,h6{
Severity: Minor
Found in css/stylesheet.css by csslint

Use of !important
Open

    position:fixed!important;
Severity: Minor
Found in css/stylesheet.css by csslint

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

 .sst-btn-floating,.sst-btn-floating-large{
Severity: Minor
Found in css/stylesheet.css by csslint

Adjoining classes: .sst-btn-floating-large.sst-disabled:hover
Open

 .sst-btn.sst-disabled:hover,.sst-btn-block.sst-disabled:hover,.sst-btn:disabled:hover,.sst-btn-floating.sst-disabled:hover,.sst-btn-floating:disabled:hover, .sst-btn-floating-large.sst-disabled:hover,.sst-btn-floating-large:disabled:hover{
Severity: Minor
Found in css/stylesheet.css by csslint

Use of !important
Open

    text-decoration:none!important
Severity: Minor
Found in css/stylesheet.css by csslint
Severity
Category
Status
Source
Language