Showing 2,717 of 2,717 total issues
Rule doesn't have all its properties in alphabetical order. Open
Open
*{transition:.2s;font-size:1em}#gridcontainercontainer{display:flex;justify-content:center;align-items:center}#gridcontainer{display:inline-grid;width:100%;overflow:hidden;grid-template-columns:repeat(7, 1fr);box-sizing:border-box}#gridcontainer .cell{transition:0s;overflow:hidden;text-align:left;background-color:#fff;width:100%;line-height:1.25em;height:1.25em;padding:0;overflow:hidden;border:0px solid rgba(0,0,0,0) !important;outline:.5px solid rgba(119,119,119,.6666666667);resize:none;border-radius:0;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}#gridcontainer .cell:hover{cursor:cell;background-color:var(--hovercolor)}#gridcontainer .cell:focus{cursor:text;background-color:var(--hovercolor)}@media(prefers-color-scheme: dark){body #gridcontainer .cell{background-color:var(--black)}}/*# sourceMappingURL=gridstyle.min.css.map */
- Exclude checks
2 IDs in the selector, really? Open
Open
#taskbar #taskbarright {
- Exclude checks
The universal selector (*) is known to be slow. Open
Open
.me * {
- Exclude checks
3 IDs in the selector, really? Open
Open
#taskbar #taskbarright #taskbarrighticons a {
- Exclude checks
Don't use IDs in selectors. Open
Open
#headbar p {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#taskbar #taskbarright .show-desktop {
- Exclude checks
Unknown property 'scrollbar-width'. Open
Open
body{padding:0;margin:0;overflow-x:hidden;scrollbar-width:thin;height:auto;background:var(--themecolor);border-left:1px solid #000;width:100%}*{scrollbar-width:thin;margin:0;padding:0;box-sizing:border-box;color:#fff}.notifications{height:auto;position:relative;padding-top:.5em;padding-bottom:.5em}.a_notificaton{background:#000;position:relative;height:auto;width:auto;display:block;padding:.5em;margin:.5em;border:1px solid var(--themecolor2);border-radius:var(--border-radius)}.a_notificaton .notification_icon{position:absolute;top:.5em;left:.5em;height:1.5em}.a_notificaton h3{text-align:center;padding-bottom:.5em;margin-bottom:.25em;font-size:1.25em;border-bottom:1px solid var(--themecolor2);line-height:1}.a_notificaton p{display:block;box-sizing:border-box;height:auto}.a_notificaton hr{border:0;border-bottom:1px solid var(--themecolor2)}.a_notificaton .meta{border-top:1px solid var(--themecolor2);text-align:right;line-height:1;padding-top:.25em;margin-top:.25em}.rm_not{display:inline;position:absolute;top:0;right:0;background-color:rgba(255,0,0,.4);border:0;height:24px;width:24px;border-radius:0;transition:.1s}/*# sourceMappingURL=style.min.css.map */
- Exclude checks
Don't use IDs in selectors. Open
Open
#icons button {
- Exclude checks
Use of !important Open
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 */
- Exclude checks
Expected (flex-start | flex-end | center | space-between | space-around) but found 'start'. Open
Open
justify-content: start;
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
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 */
- Exclude checks
Expected (<color>) but found 'var(--hovercolor)'.</color> Open
Open
background-color: var(--hovercolor);
- Exclude checks
Heading (h3) should not be qualified. Open
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 */
- Exclude checks
Don't use IDs in selectors. Open
Open
#icons button {
- Exclude checks
Using width with padding can sometimes make elements larger than you expect. Open
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 */
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.program iframe {
- Exclude checks
Unknown property 'aspect-ratio'. Open
Open
aspect-ratio: 2.5/1;
- Exclude checks
Expected RBRACE at line 53, col 5. Open
Open
--playercolor: var(--themecolor) !important;
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#colorselect {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#counterDiv {
- Exclude checks