Maingron/MainOS

View on GitHub
Program Files/pixels/style.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

  #colorselect {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

#imagep {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

#fff {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

#070 {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

2 IDs in the selector, really?
Open

  #imagep #image {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

#faf {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

#bbb {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

#731 {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

#f70 {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

#colorselect {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

#555 {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

  #imagep {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

#909 {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

#image button {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

#colorselect button {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

#ff0 {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

#image {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

2 IDs in the selector, really?
Open

#colorselect #currentcolor {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

#f00 {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Don't use IDs in selectors.
Open

#000 {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

  border: 1px solid #444444cc;
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

    border-color: var(--themecolor);
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Duplicate property 'margin' found.
Open

  margin: 1px;
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

  border-radius: var(--border-radius);
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

    border:2px solid var(--themecolor);
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

  background-color: var(--hovercolor);
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

  border: 1px solid #444444cc;
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

  border: 1px solid #444444cc;
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Unknown property 'aspect-ratio'.
Open

  aspect-ratio: 1/1;
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Unknown property 'aspect-ratio'.
Open

  aspect-ratio: 2.5/1;
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

  border-radius: var(--border-radius);
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

  border: 1px solid #000;
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

  border-radius: var(--border-radius);
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Duplicate property 'overflow' found.
Open

  overflow: auto;
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Values of 0 shouldn't have units specified.
Open

  outline:0px solid transparent;
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

* {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Values of 0 shouldn't have units specified.
Open

  border:0px solid transparent;
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

.image4 button {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

.image8 button {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

  #colorselect {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

#imagep {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

#colorselect {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

* {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

.image16 button {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

#colorselect #currentcolor {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

#image button {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

.image32 button {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

#image {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

.image64 button {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

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

#colorselect button {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

There are no issues that match your filters.

Category
Status