Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Don't use IDs in selectors.
Open

body{height:100vh;box-sizing:border-box}body #content{display:flex;flex-direction:row;flex-wrap:nowrap;flex-basis:auto;height:100%;width:100%}body #sidebar{width:auto;min-width:10rem;background:var(--themecolor);left:0;font-size:1em}body #sidebar .sidebaritem{display:block;width:100%;height:auto;text-decoration:none}body #sidebar .sidebaritem a{display:block;width:100%;height:100%}body #categorycontainer,body #sidebar{outline:1px solid #ff0;display:inline-block;top:0;position:relative}body #categorycontainer{width:100%}body .category{display:none}body .category:target{display:block;position:relative;left:0;width:100%;height:100%;overflow:auto;border-left:1px solid #666}body .big_buttons #header{height:3rem}body .big_buttons #header button{height:3rem;width:3rem}body .setting .bool_range{height:2.2rem;width:7rem;border-radius:2.2rem}h1{font-size:2.5rem}.settingtab{display:none;position:relative;top:0;left:0;height:90%;width:100%;margin:0}#header{padding:0;margin:0;position:relative;position:sticky;z-index:200;top:0;left:0;display:none;height:2.5rem;width:100%;background:var(--themecolor)}#header button{background:#fff;border:0;width:2.5rem;height:2.5rem}.setting{padding:10px 0;border-bottom:1px solid #666}.setting .bool_range{-webkit-appearance:none;background:var(--themecolor);height:25px;width:80px;border-radius:20px;border:1px solid #fff;padding:0 5px;cursor:ew-resize}.setting .bool_range::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border-radius:50%;height:20px;width:20px}@media(prefers-color-scheme: dark){#header button{background:var(--black)}.home button{border-color:#fff}.setting .bool_range::-webkit-slider-thumb{background:#000}}@media(max-width: 650px){.home button{width:100%}}/*# sourceMappingURL=style.min.css.map */

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

body{display:flex;height:100vh;width:100vw;margin:0;padding:0;background:rgba(0,0,0,0)}*{color:#fff;font-family:var(--font);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.content{height:100%;width:100%;border:0}.cookie{position:relative;top:50%;left:50%;height:55%;width:30%;overflow:visible;transform:translate(-50%, -50%);padding:0;margin:0}.cookie img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:60%;width:auto;-o-object-fit:contain;object-fit:contain;border-radius:50%}.cookie img:active{box-shadow:0 0 10px 5px var(--hovercolornontransparent),0 0 20px 5px var(--hovercolor),0 0 30px 5px var(--hovercolor)}.cookiecount{position:absolute;top:0;left:0;display:block;text-align:center;font-size:80px;font-weight:bolder;width:100%}.cookiecount sub{font-size:.5em;font-weight:lighter;position:absolute;padding-left:.5em}.store{overflow:auto;display:inline-block;position:absolute;background:var(--themecolor);left:0;bottom:0;height:auto;width:100%}.store>nav{display:inline-block;position:relative;height:100%;width:auto;overflow:visible;white-space:nowrap}.store a{display:inline-block;margin:0;height:100%;width:auto;text-align:center;position:relative;background:#000;border:1px solid var(--themecolor);padding:.3rem;text-decoration:none}.store h2{padding:.1rem 0 .1rem .2rem;margin:0;position:sticky;left:0}@media(prefers-color-scheme: light){.store>nav a{background:#fff}}/*# sourceMappingURL=style.min.css.map */

Heading (h2) should not be qualified.
Open

body{display:flex;height:100vh;width:100vw;margin:0;padding:0;background:rgba(0,0,0,0)}*{color:#fff;font-family:var(--font);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.content{height:100%;width:100%;border:0}.cookie{position:relative;top:50%;left:50%;height:55%;width:30%;overflow:visible;transform:translate(-50%, -50%);padding:0;margin:0}.cookie img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:60%;width:auto;-o-object-fit:contain;object-fit:contain;border-radius:50%}.cookie img:active{box-shadow:0 0 10px 5px var(--hovercolornontransparent),0 0 20px 5px var(--hovercolor),0 0 30px 5px var(--hovercolor)}.cookiecount{position:absolute;top:0;left:0;display:block;text-align:center;font-size:80px;font-weight:bolder;width:100%}.cookiecount sub{font-size:.5em;font-weight:lighter;position:absolute;padding-left:.5em}.store{overflow:auto;display:inline-block;position:absolute;background:var(--themecolor);left:0;bottom:0;height:auto;width:100%}.store>nav{display:inline-block;position:relative;height:100%;width:auto;overflow:visible;white-space:nowrap}.store a{display:inline-block;margin:0;height:100%;width:auto;text-align:center;position:relative;background:#000;border:1px solid var(--themecolor);padding:.3rem;text-decoration:none}.store h2{padding:.1rem 0 .1rem .2rem;margin:0;position:sticky;left:0}@media(prefers-color-scheme: light){.store>nav a{background:#fff}}/*# sourceMappingURL=style.min.css.map */

Expected (static | relative | absolute | fixed) but found 'sticky'.
Open

body{display:flex;height:100vh;width:100vw;margin:0;padding:0;background:rgba(0,0,0,0)}*{color:#fff;font-family:var(--font);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.content{height:100%;width:100%;border:0}.cookie{position:relative;top:50%;left:50%;height:55%;width:30%;overflow:visible;transform:translate(-50%, -50%);padding:0;margin:0}.cookie img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:60%;width:auto;-o-object-fit:contain;object-fit:contain;border-radius:50%}.cookie img:active{box-shadow:0 0 10px 5px var(--hovercolornontransparent),0 0 20px 5px var(--hovercolor),0 0 30px 5px var(--hovercolor)}.cookiecount{position:absolute;top:0;left:0;display:block;text-align:center;font-size:80px;font-weight:bolder;width:100%}.cookiecount sub{font-size:.5em;font-weight:lighter;position:absolute;padding-left:.5em}.store{overflow:auto;display:inline-block;position:absolute;background:var(--themecolor);left:0;bottom:0;height:auto;width:100%}.store>nav{display:inline-block;position:relative;height:100%;width:auto;overflow:visible;white-space:nowrap}.store a{display:inline-block;margin:0;height:100%;width:auto;text-align:center;position:relative;background:#000;border:1px solid var(--themecolor);padding:.3rem;text-decoration:none}.store h2{padding:.1rem 0 .1rem .2rem;margin:0;position:sticky;left:0}@media(prefers-color-scheme: light){.store>nav a{background:#fff}}/*# sourceMappingURL=style.min.css.map */

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

body{height:100vh;background-color:var(--beige2) !important;overflow:hidden}body .leftmenu,body .rightmenu{z-index:999;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;position:absolute;justify-content:space-between;height:auto;max-height:calc(100% - var(--altbarheight));overflow:hidden;border:1px solid var(--themecolor);overflow:scroll;border-radius:var(--border-radius);background:var(--black3);padding:.2rem}body .leftmenu h3,body .rightmenu h3{margin:0;display:block;width:100%;padding:0 .25rem .25rem .25rem}body .leftmenu button,body .rightmenu button{height:2.5rem;width:2.5rem;line-height:0;margin:.1rem;padding:.1rem;font-size:1.25rem}body .leftmenu button.active,body .rightmenu button.active{background:var(--hovercolor)}body .leftmenu{right:5px;top:calc(var(--altbarheight) + 5px);width:5.5rem}body .rightmenu{width:9rem;right:5px;bottom:5px}body .altbar a:hover{background-color:var(--hovercolor)}body .altbar a:active{background-color:lime}body #canvascopy{position:absolute;top:0;left:0;filter:blur(4px);opacity:.6;z-index:-1;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}body #loadcanvas{position:absolute;opacity:0;display:inline;visibility:hidden}body #imagep{position:relative;display:inline-block;top:0;left:0;height:calc(100% - var(--altbarheight));max-height:calc(100% - var(--altbarheight));width:100%;justify-content:center;align-items:center;overflow:scroll;box-sizing:border-box}body #imagep canvas{cursor:crosshair;margin:0;padding:0;border:1px solid #000;transform:scale(1);transform-origin:top left;position:relative;image-rendering:pixelated;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:url("checkerboard.png");box-shadow:0 0 4px 4px #fff}@media(prefers-color-scheme: dark){body{background:var(--black) !important}}/*# sourceMappingURL=paint.min.css.map */
Severity: Minor
Found in Program Files/paint/paint.min.css by csslint

Don't use IDs in selectors.
Open

#f70 {
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

Don't use IDs in selectors.
Open

#box1a {
Severity: Minor
Found in Program Files/run/style.css by csslint

Don't use IDs in selectors.
Open

body{height:100vh;box-sizing:border-box}body #content{display:flex;flex-direction:row;flex-wrap:nowrap;flex-basis:auto;height:100%;width:100%}body #sidebar{width:auto;min-width:10rem;background:var(--themecolor);left:0;font-size:1em}body #sidebar .sidebaritem{display:block;width:100%;height:auto;text-decoration:none}body #sidebar .sidebaritem a{display:block;width:100%;height:100%}body #categorycontainer,body #sidebar{outline:1px solid #ff0;display:inline-block;top:0;position:relative}body #categorycontainer{width:100%}body .category{display:none}body .category:target{display:block;position:relative;left:0;width:100%;height:100%;overflow:auto;border-left:1px solid #666}body .big_buttons #header{height:3rem}body .big_buttons #header button{height:3rem;width:3rem}body .setting .bool_range{height:2.2rem;width:7rem;border-radius:2.2rem}h1{font-size:2.5rem}.settingtab{display:none;position:relative;top:0;left:0;height:90%;width:100%;margin:0}#header{padding:0;margin:0;position:relative;position:sticky;z-index:200;top:0;left:0;display:none;height:2.5rem;width:100%;background:var(--themecolor)}#header button{background:#fff;border:0;width:2.5rem;height:2.5rem}.setting{padding:10px 0;border-bottom:1px solid #666}.setting .bool_range{-webkit-appearance:none;background:var(--themecolor);height:25px;width:80px;border-radius:20px;border:1px solid #fff;padding:0 5px;cursor:ew-resize}.setting .bool_range::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border-radius:50%;height:20px;width:20px}@media(prefers-color-scheme: dark){#header button{background:var(--black)}.home button{border-color:#fff}.setting .bool_range::-webkit-slider-thumb{background:#000}}@media(max-width: 650px){.home button{width:100%}}/*# sourceMappingURL=style.min.css.map */

Don't use IDs in selectors.
Open

body{height:100vh;box-sizing:border-box}body #content{display:flex;flex-direction:row;flex-wrap:nowrap;flex-basis:auto;height:100%;width:100%}body #sidebar{width:auto;min-width:10rem;background:var(--themecolor);left:0;font-size:1em}body #sidebar .sidebaritem{display:block;width:100%;height:auto;text-decoration:none}body #sidebar .sidebaritem a{display:block;width:100%;height:100%}body #categorycontainer,body #sidebar{outline:1px solid #ff0;display:inline-block;top:0;position:relative}body #categorycontainer{width:100%}body .category{display:none}body .category:target{display:block;position:relative;left:0;width:100%;height:100%;overflow:auto;border-left:1px solid #666}body .big_buttons #header{height:3rem}body .big_buttons #header button{height:3rem;width:3rem}body .setting .bool_range{height:2.2rem;width:7rem;border-radius:2.2rem}h1{font-size:2.5rem}.settingtab{display:none;position:relative;top:0;left:0;height:90%;width:100%;margin:0}#header{padding:0;margin:0;position:relative;position:sticky;z-index:200;top:0;left:0;display:none;height:2.5rem;width:100%;background:var(--themecolor)}#header button{background:#fff;border:0;width:2.5rem;height:2.5rem}.setting{padding:10px 0;border-bottom:1px solid #666}.setting .bool_range{-webkit-appearance:none;background:var(--themecolor);height:25px;width:80px;border-radius:20px;border:1px solid #fff;padding:0 5px;cursor:ew-resize}.setting .bool_range::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border-radius:50%;height:20px;width:20px}@media(prefers-color-scheme: dark){#header button{background:var(--black)}.home button{border-color:#fff}.setting .bool_range::-webkit-slider-thumb{background:#000}}@media(max-width: 650px){.home button{width:100%}}/*# sourceMappingURL=style.min.css.map */

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

body{height:100vh;box-sizing:border-box}body #content{display:flex;flex-direction:row;flex-wrap:nowrap;flex-basis:auto;height:100%;width:100%}body #sidebar{width:auto;min-width:10rem;background:var(--themecolor);left:0;font-size:1em}body #sidebar .sidebaritem{display:block;width:100%;height:auto;text-decoration:none}body #sidebar .sidebaritem a{display:block;width:100%;height:100%}body #categorycontainer,body #sidebar{outline:1px solid #ff0;display:inline-block;top:0;position:relative}body #categorycontainer{width:100%}body .category{display:none}body .category:target{display:block;position:relative;left:0;width:100%;height:100%;overflow:auto;border-left:1px solid #666}body .big_buttons #header{height:3rem}body .big_buttons #header button{height:3rem;width:3rem}body .setting .bool_range{height:2.2rem;width:7rem;border-radius:2.2rem}h1{font-size:2.5rem}.settingtab{display:none;position:relative;top:0;left:0;height:90%;width:100%;margin:0}#header{padding:0;margin:0;position:relative;position:sticky;z-index:200;top:0;left:0;display:none;height:2.5rem;width:100%;background:var(--themecolor)}#header button{background:#fff;border:0;width:2.5rem;height:2.5rem}.setting{padding:10px 0;border-bottom:1px solid #666}.setting .bool_range{-webkit-appearance:none;background:var(--themecolor);height:25px;width:80px;border-radius:20px;border:1px solid #fff;padding:0 5px;cursor:ew-resize}.setting .bool_range::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border-radius:50%;height:20px;width:20px}@media(prefers-color-scheme: dark){#header button{background:var(--black)}.home button{border-color:#fff}.setting .bool_range::-webkit-slider-thumb{background:#000}}@media(max-width: 650px){.home button{width:100%}}/*# sourceMappingURL=style.min.css.map */

Fallback background (hex or RGB) should precede RGBA background.
Open

table{border-collapse:collapse;width:100%;font-size:1rem;line-height:1.75;text-overflow:ellipsis;overflow:hidden}table tr:nth-of-type(even){background:rgba(119,119,119,.1333333333)}table tr:hover{background:var(--hovercolor)}table .icon{width:1em;vertical-align:middle;padding-right:.1em}table .icon img{height:1.25em;padding:0;margin:0;position:relative;width:auto;vertical-align:text-bottom}/*# sourceMappingURL=style.min.css.map */

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

body{height:100vh;background-color:var(--beige2) !important;overflow:hidden}body .leftmenu,body .rightmenu{z-index:999;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;position:absolute;justify-content:space-between;height:auto;max-height:calc(100% - var(--altbarheight));overflow:hidden;border:1px solid var(--themecolor);overflow:scroll;border-radius:var(--border-radius);background:var(--black3);padding:.2rem}body .leftmenu h3,body .rightmenu h3{margin:0;display:block;width:100%;padding:0 .25rem .25rem .25rem}body .leftmenu button,body .rightmenu button{height:2.5rem;width:2.5rem;line-height:0;margin:.1rem;padding:.1rem;font-size:1.25rem}body .leftmenu button.active,body .rightmenu button.active{background:var(--hovercolor)}body .leftmenu{right:5px;top:calc(var(--altbarheight) + 5px);width:5.5rem}body .rightmenu{width:9rem;right:5px;bottom:5px}body .altbar a:hover{background-color:var(--hovercolor)}body .altbar a:active{background-color:lime}body #canvascopy{position:absolute;top:0;left:0;filter:blur(4px);opacity:.6;z-index:-1;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}body #loadcanvas{position:absolute;opacity:0;display:inline;visibility:hidden}body #imagep{position:relative;display:inline-block;top:0;left:0;height:calc(100% - var(--altbarheight));max-height:calc(100% - var(--altbarheight));width:100%;justify-content:center;align-items:center;overflow:scroll;box-sizing:border-box}body #imagep canvas{cursor:crosshair;margin:0;padding:0;border:1px solid #000;transform:scale(1);transform-origin:top left;position:relative;image-rendering:pixelated;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:url("checkerboard.png");box-shadow:0 0 4px 4px #fff}@media(prefers-color-scheme: dark){body{background:var(--black) !important}}/*# sourceMappingURL=paint.min.css.map */
Severity: Minor
Found in Program Files/paint/paint.min.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

Don't use IDs in selectors.
Open

#colorselect {
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

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

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

body{height:100vh;box-sizing:border-box}body #content{display:flex;flex-direction:row;flex-wrap:nowrap;flex-basis:auto;height:100%;width:100%}body #sidebar{width:auto;min-width:10rem;background:var(--themecolor);left:0;font-size:1em}body #sidebar .sidebaritem{display:block;width:100%;height:auto;text-decoration:none}body #sidebar .sidebaritem a{display:block;width:100%;height:100%}body #categorycontainer,body #sidebar{outline:1px solid #ff0;display:inline-block;top:0;position:relative}body #categorycontainer{width:100%}body .category{display:none}body .category:target{display:block;position:relative;left:0;width:100%;height:100%;overflow:auto;border-left:1px solid #666}body .big_buttons #header{height:3rem}body .big_buttons #header button{height:3rem;width:3rem}body .setting .bool_range{height:2.2rem;width:7rem;border-radius:2.2rem}h1{font-size:2.5rem}.settingtab{display:none;position:relative;top:0;left:0;height:90%;width:100%;margin:0}#header{padding:0;margin:0;position:relative;position:sticky;z-index:200;top:0;left:0;display:none;height:2.5rem;width:100%;background:var(--themecolor)}#header button{background:#fff;border:0;width:2.5rem;height:2.5rem}.setting{padding:10px 0;border-bottom:1px solid #666}.setting .bool_range{-webkit-appearance:none;background:var(--themecolor);height:25px;width:80px;border-radius:20px;border:1px solid #fff;padding:0 5px;cursor:ew-resize}.setting .bool_range::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border-radius:50%;height:20px;width:20px}@media(prefers-color-scheme: dark){#header button{background:var(--black)}.home button{border-color:#fff}.setting .bool_range::-webkit-slider-thumb{background:#000}}@media(max-width: 650px){.home button{width:100%}}/*# sourceMappingURL=style.min.css.map */

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

body{display:flex;height:100vh;width:100vw;margin:0;padding:0;background:rgba(0,0,0,0)}*{color:#fff;font-family:var(--font);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.content{height:100%;width:100%;border:0}.cookie{position:relative;top:50%;left:50%;height:55%;width:30%;overflow:visible;transform:translate(-50%, -50%);padding:0;margin:0}.cookie img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:60%;width:auto;-o-object-fit:contain;object-fit:contain;border-radius:50%}.cookie img:active{box-shadow:0 0 10px 5px var(--hovercolornontransparent),0 0 20px 5px var(--hovercolor),0 0 30px 5px var(--hovercolor)}.cookiecount{position:absolute;top:0;left:0;display:block;text-align:center;font-size:80px;font-weight:bolder;width:100%}.cookiecount sub{font-size:.5em;font-weight:lighter;position:absolute;padding-left:.5em}.store{overflow:auto;display:inline-block;position:absolute;background:var(--themecolor);left:0;bottom:0;height:auto;width:100%}.store>nav{display:inline-block;position:relative;height:100%;width:auto;overflow:visible;white-space:nowrap}.store a{display:inline-block;margin:0;height:100%;width:auto;text-align:center;position:relative;background:#000;border:1px solid var(--themecolor);padding:.3rem;text-decoration:none}.store h2{padding:.1rem 0 .1rem .2rem;margin:0;position:sticky;left:0}@media(prefers-color-scheme: light){.store>nav a{background:#fff}}/*# sourceMappingURL=style.min.css.map */
Severity
Category
Status
Source
Language