Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

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

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

Unknown property 'backdrop-filter'.
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

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

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

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

Don't use IDs in selectors.
Open

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

The box-sizing property isn't supported in IE6 and IE7.
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 height with border 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

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 */

Using height with border 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 */

Rule doesn't have all its properties in alphabetical order.
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 */

Rule doesn't have all its properties in alphabetical order.
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 */

Adjoining classes: .content .programs.peek > div
Open

@import"helper.min.css";html,body{margin:0;padding:0;background-color:#853;overflow:clip;overscroll-behavior:none;position:relative;top:0;left:0;height:100%;width:100%}*{box-sizing:border-box;font-family:var(--font)}.content{position:absolute;display:flex;flex-direction:column;top:0;left:0;height:100%;overflow:clip;width:100%}.content .programs{display:inline-block;pointer-events:none;position:relative;top:0;left:0;height:100%;width:100%;overflow:visible}.content .programs *{pointer-events:auto}.content .programs.peek>div{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);outline:1px solid var(--themecolor)}.content .programs.peek>div>*{opacity:.05 !important}.content .programs.peek>div>*.headbar{opacity:1 !important;background-color:rgba(0,0,0,0)}.content .programs.peek>div>*.headbar *{opacity:0}.content .programs.peek>div>*.headbar .progicon,.content .programs.peek>div>*.headbar .progtitle{opacity:1;background-color:var(--themecolor)}.speak{display:inline;border:0;width:0;height:0;opacity:0}.autostart{display:none !important}.program.noborder{border-radius:0 !important}.program.noborder iframe{top:0 !important;border:0 !important;background-color:rgba(0,0,0,0) !important;border-radius:0 !important;height:100%}.program.noborder .headbar,.program.noborder .resizers{display:none}#background{position:absolute;top:0;left:0;height:100%;width:100%;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;overflow:hidden;pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}body.big_buttons .headbar .max,body.big_buttons .headbar .close,body.big_buttons .headbar .devreload{height:2rem;width:2rem}body.big_buttons .headbar .max{right:calc(2rem - 1px)}body.big_buttons .resizer2{height:20px;width:20px;bottom:-11px;right:-11px}#emergencytools,#emergencytoolsloading{display:none;height:0;z-index:99999999 !important;background:#000;color:#fff;position:fixed;top:0;left:0;height:calc(100vh - var(--taskbarheight));padding:10px;overflow:auto;max-height:100vh;max-width:100vw;width:100vw}#emergencytools:target,#emergencytoolsloading:target{display:block}#emergencytools:target+#emergencytoolsloading,#emergencytoolsloading:target+#emergencytoolsloading{display:none !important}#emergencytools img,#emergencytoolsloading img{position:fixed;margin:10px;top:0;right:0;height:6vmin;width:auto}#emergencytools h2,#emergencytoolsloading h2{top:0;position:sticky;background:#000;border-bottom:1px solid #acf}#emergencytools *,#emergencytoolsloading *{font-family:monospace,system-ui,-apple-system,sans-serif}#emergencytools textarea,#emergencytoolsloading textarea{background:#ffa;color:#000;display:block;width:90%;height:500px;resize:none}#emergencytools details a,#emergencytoolsloading details a{color:reset}#emergencytools details input,#emergencytoolsloading details input{display:block;width:80%}#emergencytools details #emergencyframe,#emergencytoolsloading details #emergencyframe{resize:both;height:600px;max-height:80vh;width:80%}#emergencytoolsloading{height:auto;width:100%;background:rgba(0,0,0,0);position:absolute;bottom:0px;top:unset;padding:0;left:0}#emergencytoolsloading progress{width:100%;background:rgba(255,255,255,.15);border:0;height:44px}.program{position:absolute;display:none;min-width:100px;min-height:50px;top:0;left:0;transform:scale(1) translate(1);transform-origin:bottom left;background-color:rgba(0,0,0,0);border-radius:var(--border-radius)}.program,.program *{transition:opacity .2s,transform .3s,margin .3s,-webkit-backdrop-filter .3s;transition:opacity .2s,backdrop-filter .3s,transform .3s,margin .3s;transition:opacity .2s,backdrop-filter .3s,transform .3s,margin .3s,-webkit-backdrop-filter .3s}.program.peeking:not(.active){transform:scale(0.25) !important;transform-origin:bottom left !important;margin:0 !important;top:unset !important;bottom:20px !important;left:20px !important;outline:40px solid rgba(0,0,0,.6);border-radius:var(--border-radius)}.program.peeking:not(.active),.program.peeking:not(.active) *{z-index:99999 !important;transform:scale(1);opacity:1;visibility:visible;transition:0s}.program.peeking:not(.active) iframe{transform:scaleY(1) !important;border-radius:var(--border-radius) !important;overflow:hidden}.program:not(.active) .close{filter:grayscale(0.4) brightness(1.1)}.program.closing{transition:.3s !important;transform:scale(0) !important;transform-origin:bottom left;opacity:.5 !important}.program.alwaysontop{z-index:999999 !important}.program.alwaysontop .controls .pin::after{content:"📍";background:#000}.program.alwaysontop .controls .pin:hover::after{opacity:0}.program.fullscreen{z-index:100000 !important;top:0 !important;left:0 !important;height:100vh !important;width:100vw !important}.program.fullscreen iframe{top:0;left:0;height:100%;border:0;border-radius:0}.program.fullscreen .headbar:hover{z-index:2;border-bottom:1px solid #000}.program.fullscreen .headbar:hover .close{display:inline-block}.program.fullscreen .headbar:hover .fullscreen{transform:scale(1)}.program.fullscreen .headbar .controls button{display:none}.program.fullscreen .headbar .controls button.fullscreen{transform:scale(0.8);right:1.65em;position:absolute;display:inline-block}.program.minimized{-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:0;z-index:-100;margin-left:-70vw;margin-top:100vh;transform:scale(0)}.program.minimized,.program.minimized *{pointer-events:none}.program.minimized iframe{transform:scaleY(0);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.program.maximized{height:100%;width:100%;max-height:100vh;max-width:100vw;border-radius:0}.program.maximized iframe{border-left:none;border-right:none;border-bottom:none;border-radius:0}.program.maximized .resizers{display:none}.program.maximized .headbar{border-radius:0}.program.notmaximized{height:50%;width:50%}.program.notmaximized .headbar .drag{cursor:grab}.program *{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.program iframe{position:absolute;border:0;top:30px;left:0;height:calc(100% - 30px);width:100%;overflow:hidden;border:1px solid var(--themecolor);border-top:0;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);color-scheme:initial !important}.program .headbar{position:relative;top:0;background-color:var(--themecolor);height:30px;width:100%;padding-right:2px;border:none;overflow:hidden;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.program .headbar *{display:inline;transition:.5s}.program .headbar .drag{height:100%;width:100%;top:0;left:0;display:inline-block !important;position:absolute;z-index:0}.program .headbar .controls{position:absolute;right:0;top:0;display:flex;height:100%}.program .headbar .controls button{height:100%;aspect-ratio:1.2/1;top:0;border:0;margin:0 0 0 2px;padding:0;position:relative;z-index:1;font-size:1.2rem;line-height:0;text-align:center;justify-content:center;-o-object-fit:contain;object-fit:contain;border-radius:0;background:rgba(0,0,0,0)}@supports not (aspect-ratio: 1/1){.program .headbar .controls button{width:30px}}.program .headbar .controls button img{height:100%;max-width:100%;padding:15%;font-size:0;aspect-ratio:1/1}.program .headbar .controls button[disabled],.program .headbar .controls button[disabled=disabled]{display:none;pointer-events:none}.program .headbar .controls button.close{order:10000}.program .headbar .controls button.close:hover{background-color:red !important}.program .headbar .controls button.max{order:9500}.program .headbar .controls button.minimize{order:9000}.program .headbar .controls button.fullscreen{order:8500}.program .headbar .controls button.reload{color:#000}.program .resizers *{height:10px;width:10px;position:absolute;transform:scale(1)}.program .resizers *:active{z-index:9999;transition:0s;cursor:se-resize}.program .resizers *:hover:not(:active){border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:scale(1.5);outline:1px solid var(--themecolor)}.program .resizers .resizer2{bottom:-5px;right:-5px;cursor:se-resize;z-index:20}.start_menu,.start_menu iframe{background-color:rgba(0,0,0,0) !important}.box2{position:absolute;height:200px;width:200px;top:400px;left:400px}.progtitle{position:relative;left:0;top:5px;margin:5px;font-size:16px;height:16px;color:#fff}.progicon{position:relative;float:left;left:0;height:24px;margin:4px 4px 4px 6px;pointer-events:none}#taskbar{background-color:var(--glassyElementBackground);position:relative;order:200;display:flex;justify-content:space-between;bottom:0;left:0;width:100%;height:var(--taskbarheight);max-height:40vh;overflow:visible;z-index:99999;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-grow:0;flex-shrink:0;-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur))}#taskbar #start{background-color:rgba(0,0,0,0);position:relative;float:left;height:100%;width:auto;border:none;display:flex;top:0;left:0;z-index:999;font-size:1.5em;padding:2px 5px;justify-content:left;min-width:36px}#taskbar #start img{position:relative;display:inline-block;height:100%;width:100%;filter:drop-shadow(0 0 1px #000);-o-object-fit:contain;object-fit:contain}#taskbar #start p{position:absolute;display:inline;bottom:-2px;margin:0;padding:0;right:35px;z-index:999;color:#fff}#taskbar #tasklist{height:100%;width:auto;position:relative;display:flex;flex-grow:99}#taskbar #tasklist.showprogramtitle span{display:unset}#taskbar #tasklist button{height:100%;border-radius:var(--border-radius);display:inline-flex;border:0;background:rgba(119,119,119,.0666666667);padding:2px 5px;margin:0 2px;box-sizing:border-box}#taskbar #tasklist button.active{background:rgba(119,119,119,.3098039216);border:2px solid var(--themecolor2)}#taskbar #tasklist button img{height:100%;margin-right:0;aspect-ratio:1/1;-o-object-fit:scale-down;object-fit:scale-down}#taskbar #tasklist button span{margin:auto;line-height:1;display:none}#taskbar #taskbarright{position:relative;display:flex;flex-direction:row;right:0;top:0;height:100%;width:auto;max-width:60%;color:#fff;min-width:50px}#taskbar #taskbarright a{display:inline-block;position:relative;padding:5px;border-radius:var(--border-radius);margin:0 2px}#taskbar #taskbarright #taskbarrighticons{height:100%;width:auto}#taskbar #taskbarright img{height:100%;margin:3px;width:auto;aspect-ratio:1/1}#taskbar #taskbarright #taskbartime,#taskbar #taskbarright .taskbarlanguage{height:auto;background:rgba(0,0,0,0);display:table-cell;padding:5px;vertical-align:middle}#taskbar #taskbarright .show-desktop{width:6px;padding:0;background:var(--themecolor);opacity:.9;height:100%;position:relative;display:inline-block;order:9999;right:0;top:0;border-radius:0;margin-right:0}#startmenu{display:none;z-index:99999}#icons{padding:15px;position:absolute;display:flex;overflow:visible;top:0;left:0;width:auto;height:calc(100% - 65px);justify-content:flex-start;flex-direction:column;flex-wrap:wrap;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}#icons button{transition:.2s;position:relative;margin:3px;overflow:hidden;width:70px;height:100px;display:flex;justify-content:start;background-color:rgba(0,0,0,0);flex-flow:column;border:0;padding:0}#icons button p{color:#fff;margin-bottom:0;margin-top:3px}#icons button:hover,#icons button:focus-visible{background-color:var(--hovercolor);overflow:visible}#icons img{position:relative;left:0;top:0;margin:0;padding:4px;box-sizing:border-box;display:block;height:auto;width:inherit;-o-object-fit:contain;object-fit:contain;min-height:70%}#icons p{left:0;top:70px;text-align:center;font-size:.85em;word-wrap:break-word;position:absolute;display:block;width:100%}.aboutthisversion{position:absolute;bottom:40px;right:20px;text-align:right;font-size:1.05em;line-height:1.4}.aboutthisversion a{color:rgba(255,255,255,.8)}.start_menu{overflow:visible !important;z-index:99999999 !important}.start_menu *{border:none;border-radius:0;overflow:hidden !important;z-index:999999999 !important}.start_menu .headbar{display:none}.start_menu iframe{top:auto;position:absolute;bottom:-35px;height:calc(100% + 35px);background-color:rgba(0,0,0,0)}@media(max-width: 350px){#icons{padding:5px;position:absolute;display:flex;overflow:visible;top:0;left:0;width:90%;justify-content:flex-start;flex-direction:column;flex-wrap:wrap}#icons button{position:relative;margin:2px;overflow:hidden;width:30px;height:30px;display:inline-block}#icons img{height:30px;width:30px}#icons p{display:none}.program{position:absolute;display:none;min-width:100px;min-height:40px;background-color:rgba(0,0,0,0);border-top-left-radius:10px;border-top-right-radius:10px}.program.maximized{height:calc(100% - 17.5px);width:100%}.program iframe{transform:scale(0.5, 0.5) translate(-50%, -50%);height:calc(200% - 30px);width:200%;top:15px}.program .headbar{position:relative;top:0;background-color:var(--themecolor);height:15px;width:100%;padding-right:1px;border:none}.program .headbar .max,.program .headbar .close{height:12px;width:12px;padding:0;top:0;position:absolute;font-size:0}.program .headbar .close{right:0}.program .headbar .max{right:12px}.start_menu iframe{height:calc(200% + 36px);background-color:rgba(0,0,0,0)}#taskbar{transform:scale(0.5, 0.5) translate(-50%, 50%);width:200%}.progtitle{top:-6px;margin:0;font-size:8px;height:8px}.progicon{height:13px;margin:1px}.aboutthisversion{font-size:.7em;margin:0}#background img{width:25px;height:25px;bottom:25px;left:10px}}/*# sourceMappingURL=style.min.css.map */
Severity: Minor
Found in style.min.css by csslint

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

body{margin:0;overflow:hidden;height:100vh;display:flex;flex-direction:column}body.big_buttons #headbar2{height:2.4rem}body.big_buttons #content_files a{width:72px}#headbar2{display:flex;position:relative;top:0;justify-content:space-between;background-color:#ddb;height:1.8em;width:100%;border-bottom:1px solid #999;overflow:visible;font-size:1em}#headbar2 form{display:flex;height:100%;position:relative}#headbar2 form input,#headbar2 form button{box-sizing:border-box}#headbar2 form input[type=text]{width:100%;height:100%;border-right:0;padding:0 10px}#headbar2 form button{width:auto;height:100%;border-left:0;padding:0}#headbar2 form button img{width:auto;height:100%}#headbar2 img,#headbar2 a{display:inline-block;position:relative;height:100%;margin:0;padding:0;box-sizing:border-box}#headbar2 a{padding:2px}#content_files{padding:15px;position:relative;overflow:scroll;overflow-x:hidden;width:100%;left:0;height:100%;box-sizing:border-box;display:flex;justify-content:start;align-content:start;flex-wrap:wrap}#content_files a{background-color:rgba(0,0,0,0);border:0;margin:4px;overflow:hidden;width:64px;height:auto;max-height:100px;z-index:10;top:0;left:0;float:left;text-align:center;align-content:start;-webkit-user-select:none;-moz-user-select:none;user-select:none;word-break:break-word;display:inline-block;position:relative;font-size:.85em;text-decoration:none;border-radius:var(--border-radius) !important}#content_files a:hover,#content_files a:focus-visible{overflow:visible;z-index:20}#content_files a.fattr-hidden{opacity:.7}#content_files a .color_dot_div{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);border-radius:50px;line-height:0;width:80%;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}#content_files a .color_dot_div .color_dot{width:12px;height:12px;border-radius:50%;border:1px solid rgba(119,119,119,.6);background-color:rgba(119,119,119,.6666666667);margin:1px;padding:0;display:inline-block;position:relative;background-repeat:no-repeat;top:0;right:0}#content_files a .color_dot_div .color_dot_A{background-color:red}#content_files a .color_dot_div .color_dot_B{background-color:orange}#content_files a .color_dot_div .color_dot_C{background-color:#ff0}#content_files a .color_dot_div .color_dot_D{background-color:green}#content_files a .color_dot_div .color_dot_E{background-color:blue}#content_files a .color_dot_div .color_dot_F{background-color:purple}#content_files a .color_dot_div .color_dot_0{background-image:url("../../../logo.png");background-size:100%;border-radius:25%}#content_files a .color_dot_div .color_dot_outdated{background-color:rgba(255,0,0,.6666666667);border-radius:25%;width:5px}#content_files a .color_dot_div .color_dot_outdated::after{content:"!";line-height:.8;display:table-cell}#content_files a img{position:relative;display:block;top:0;margin-top:2px;height:64px;max-height:150px;pointer-events:none;width:100%;overflow:hidden;-o-object-fit:contain;object-fit:contain;pointer-events:none;margin:0}#bottom_info{position:relative;width:100%;background:rgba(119,119,119,.2666666667);height:auto;max-height:40vh;overflow:hidden;position:relative;bottom:0;left:0;padding:20px;box-sizing:border-box;border-top:1px solid var(--themecolor);display:block}#bottom_info meter{width:290px;max-width:100%}#bottom_info div.icon{display:inline-block;float:left;margin-right:20px;transform:scale(1.5)}#spaceinfo{background:var(--black2);height:auto;overflow:hidden;width:100%;position:relative;bottom:0;left:0;padding:20px;box-sizing:border-box;border-top:1px solid var(--themecolor)}#spaceinfo meter{width:290px;max-width:100%}@media(prefers-color-scheme: light){#spaceinfo{background:var(--beige3)}}@media(prefers-color-scheme: dark){#headbar2{background:var(--black2);border:none}#headbar2 p{color:#fff}meter{filter:invert(1)}meter::-webkit-meter-optimum-value{filter:invert(1)}meter::-moz-meter-bar{filter:invert(1)}}/*# sourceMappingURL=explorerstyle.min.css.map */

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

html{padding:0;margin:0}html body{display:flex;flex-direction:column;height:100vh;width:100%;padding:0;margin:0;overflow:hidden}html body .toolbar{display:flex;flex-direction:row;justify-content:stretch;height:2.75rem;padding:.2rem}html body .toolbar #adressstuff{flex-grow:7;position:relative;display:flex;flex-direction:row;justify-content:stretch}html body .toolbar #adressstuff img{height:70%;top:15%;z-index:10;position:absolute;aspect-ratio:1/1;left:10px}@supports not (aspect-ratio: 1/1){html body .toolbar #adressstuff img{width:1.5rem;height:1.5rem}}html body .toolbar #adressstuff input{border:1px solid #000;border-radius:5px;padding:5px 5px 5px 40px;margin:0 .2rem;flex-grow:9;width:100%}html body .toolbar #adressstuff button{aspect-ratio:1/1}@supports not (aspect-ratio: 1/1){html body .toolbar #adressstuff button{width:2rem}}html body .toolbar button{border:1px solid #000;border-radius:5px;padding:1px;margin:0 .2rem;flex-grow:1;line-height:0}html body .toolbar #websitecontrols1{font-size:0;height:100%}html body .toolbar #websitecontrols1 #websitecontrols{display:inline}html body .toolbar #websitecontrols1 button{aspect-ratio:1/1;padding:0;font-size:1rem;height:100%}@supports not (aspect-ratio: 1/1){html body .toolbar #websitecontrols1 button{width:2rem}}html body .toolbar #websitecontrols1[disabled] button{opacity:.5}html body iframe{height:100%;width:100%;border:none}html body iframe#website{height:100%;width:100%}*{box-sizing:border-box}/*# sourceMappingURL=style.min.css.map */
Severity: Minor
Found in Program Files/browser/style.min.css by csslint

Don't use IDs in selectors.
Open

html{padding:0;margin:0}html body{display:flex;flex-direction:column;height:100vh;width:100%;padding:0;margin:0;overflow:hidden}html body .toolbar{display:flex;flex-direction:row;justify-content:stretch;height:2.75rem;padding:.2rem}html body .toolbar #adressstuff{flex-grow:7;position:relative;display:flex;flex-direction:row;justify-content:stretch}html body .toolbar #adressstuff img{height:70%;top:15%;z-index:10;position:absolute;aspect-ratio:1/1;left:10px}@supports not (aspect-ratio: 1/1){html body .toolbar #adressstuff img{width:1.5rem;height:1.5rem}}html body .toolbar #adressstuff input{border:1px solid #000;border-radius:5px;padding:5px 5px 5px 40px;margin:0 .2rem;flex-grow:9;width:100%}html body .toolbar #adressstuff button{aspect-ratio:1/1}@supports not (aspect-ratio: 1/1){html body .toolbar #adressstuff button{width:2rem}}html body .toolbar button{border:1px solid #000;border-radius:5px;padding:1px;margin:0 .2rem;flex-grow:1;line-height:0}html body .toolbar #websitecontrols1{font-size:0;height:100%}html body .toolbar #websitecontrols1 #websitecontrols{display:inline}html body .toolbar #websitecontrols1 button{aspect-ratio:1/1;padding:0;font-size:1rem;height:100%}@supports not (aspect-ratio: 1/1){html body .toolbar #websitecontrols1 button{width:2rem}}html body .toolbar #websitecontrols1[disabled] button{opacity:.5}html body iframe{height:100%;width:100%;border:none}html body iframe#website{height:100%;width:100%}*{box-sizing:border-box}/*# sourceMappingURL=style.min.css.map */
Severity: Minor
Found in Program Files/browser/style.min.css by csslint

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

html{padding:0;margin:0}html body{display:flex;flex-direction:column;height:100vh;width:100%;padding:0;margin:0;overflow:hidden}html body .toolbar{display:flex;flex-direction:row;justify-content:stretch;height:2.75rem;padding:.2rem}html body .toolbar #adressstuff{flex-grow:7;position:relative;display:flex;flex-direction:row;justify-content:stretch}html body .toolbar #adressstuff img{height:70%;top:15%;z-index:10;position:absolute;aspect-ratio:1/1;left:10px}@supports not (aspect-ratio: 1/1){html body .toolbar #adressstuff img{width:1.5rem;height:1.5rem}}html body .toolbar #adressstuff input{border:1px solid #000;border-radius:5px;padding:5px 5px 5px 40px;margin:0 .2rem;flex-grow:9;width:100%}html body .toolbar #adressstuff button{aspect-ratio:1/1}@supports not (aspect-ratio: 1/1){html body .toolbar #adressstuff button{width:2rem}}html body .toolbar button{border:1px solid #000;border-radius:5px;padding:1px;margin:0 .2rem;flex-grow:1;line-height:0}html body .toolbar #websitecontrols1{font-size:0;height:100%}html body .toolbar #websitecontrols1 #websitecontrols{display:inline}html body .toolbar #websitecontrols1 button{aspect-ratio:1/1;padding:0;font-size:1rem;height:100%}@supports not (aspect-ratio: 1/1){html body .toolbar #websitecontrols1 button{width:2rem}}html body .toolbar #websitecontrols1[disabled] button{opacity:.5}html body iframe{height:100%;width:100%;border:none}html body iframe#website{height:100%;width:100%}*{box-sizing:border-box}/*# sourceMappingURL=style.min.css.map */
Severity: Minor
Found in Program Files/browser/style.min.css by csslint

Element (iframe#website) is overqualified, just use #website without element name.
Open

html{padding:0;margin:0}html body{display:flex;flex-direction:column;height:100vh;width:100%;padding:0;margin:0;overflow:hidden}html body .toolbar{display:flex;flex-direction:row;justify-content:stretch;height:2.75rem;padding:.2rem}html body .toolbar #adressstuff{flex-grow:7;position:relative;display:flex;flex-direction:row;justify-content:stretch}html body .toolbar #adressstuff img{height:70%;top:15%;z-index:10;position:absolute;aspect-ratio:1/1;left:10px}@supports not (aspect-ratio: 1/1){html body .toolbar #adressstuff img{width:1.5rem;height:1.5rem}}html body .toolbar #adressstuff input{border:1px solid #000;border-radius:5px;padding:5px 5px 5px 40px;margin:0 .2rem;flex-grow:9;width:100%}html body .toolbar #adressstuff button{aspect-ratio:1/1}@supports not (aspect-ratio: 1/1){html body .toolbar #adressstuff button{width:2rem}}html body .toolbar button{border:1px solid #000;border-radius:5px;padding:1px;margin:0 .2rem;flex-grow:1;line-height:0}html body .toolbar #websitecontrols1{font-size:0;height:100%}html body .toolbar #websitecontrols1 #websitecontrols{display:inline}html body .toolbar #websitecontrols1 button{aspect-ratio:1/1;padding:0;font-size:1rem;height:100%}@supports not (aspect-ratio: 1/1){html body .toolbar #websitecontrols1 button{width:2rem}}html body .toolbar #websitecontrols1[disabled] button{opacity:.5}html body iframe{height:100%;width:100%;border:none}html body iframe#website{height:100%;width:100%}*{box-sizing:border-box}/*# sourceMappingURL=style.min.css.map */
Severity: Minor
Found in Program Files/browser/style.min.css by csslint
Severity
Category
Status
Source
Language