Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Colon after property should be followed by one space
Open

    top:50%;

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

:root{--themecolor: #940;--font: sans-serif;--black: #000;--black2: #151515;--black3: #444;--black4: #555;--black5: #666;--hovercolor: #ffaa0077;--hovercolornontransparent: #ffaa00;--beige: #ddb;--beige2: #cca;--beige3: #bb7;--beige4: #fdfdfa;--altbarheight: 30px;--altbarcolor: var(--themecolor);--border-radius: 2px;--font-size-base: 1em;--taskbarheight: 45px;--glassyElementSpacing: 15px;--glassyElementBlur: 25px;--glassyElementBackground: rgba(30,30,30,.5);--bg-1: var(--black);--bg-2: var(--black2);--bg-3: var(--black3);--bg-4: var(--black4);--bg-5: var(--black5)}html,body{background-color:rgba(0,0,0,0)}html{font-size:var(--font-size-base);overflow:clip}body{background:var(--beige4);color:#000;margin:0;padding:0;font-family:var(--font);accent-color:var(--themecolor);font-size:1rem;color-scheme:light}*{color:#000;font-family:var(--font)}*::-moz-selection{background-color:var(--hovercolor)}*::selection{background-color:var(--hovercolor)}body button:not([disabled]),body input:not([disabled]),body select:not([disabled]),body .has_hover:not([disabled]),body .contextMenu a:not([disabled]){transition:background-color .1s,filter .1s}body button:not([disabled]):hover,body button:not([disabled]):focus-visible,body input:not([disabled]):hover,body input:not([disabled]):focus-visible,body select:not([disabled]):hover,body select:not([disabled]):focus-visible,body .has_hover:not([disabled]):hover,body .has_hover:not([disabled]):focus-visible,body .contextMenu a:not([disabled]):hover,body .contextMenu a:not([disabled]):focus-visible{background-color:var(--hovercolor);filter:brightness(1.2)}body button:not([disabled]):hover:not(input),body button:not([disabled]):focus-visible:not(input),body input:not([disabled]):hover:not(input),body input:not([disabled]):focus-visible:not(input),body select:not([disabled]):hover:not(input),body select:not([disabled]):focus-visible:not(input),body .has_hover:not([disabled]):hover:not(input),body .has_hover:not([disabled]):focus-visible:not(input),body .contextMenu a:not([disabled]):hover:not(input),body .contextMenu a:not([disabled]):focus-visible:not(input){cursor:pointer}body .has_hover:not([disabled]){transition:background-color .1s,filter .1s !important}body .has_hover:not([disabled]):hover,body .has_hover:not([disabled]):focus-visible{outline:1px solid var(--themecolor);outline-offset:-1px;background-color:rgba(85,85,85,.8) !important;filter:brightness(1.2) !important}input,select,button,textarea{background:var(--beige4);color:#000;font-size:1em;border-radius:var(--border-radius)}button{line-height:2}meter{box-sizing:border-box;display:inline-block;position:relative;width:100%;height:8px;border:0}meter::-webkit-meter-optimum-value{background:var(--themecolor)}meter::-moz-meter-bar{background:var(--themecolor)}.altbar{height:var(--altbarheight);width:100%;border-bottom:1px solid #555;background:var(--beige);position:sticky;display:flex;flex-direction:row;top:0;box-sizing:border-box;padding:1px}.altbar button{line-height:revert;background:rgba(0,0,0,0);border:0;padding:0 .4em;height:100%;border-radius:1px}.toolbar{border-bottom:1px solid #555;background:var(--bg-3)}.toolbar2{border-bottom:1px solid #555;background:var(--bg-4)}.contextMenu{width:auto;background:rgba(255,255,255,.4666666667);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:auto;position:absolute;display:inline-block;z-index:1000;padding:0;border-radius:var(--border-radius);border:1px solid var(--themecolor);box-sizing:border-box;min-width:130px;min-height:1rem}.contextMenu hr{margin:0;padding:0;border:none;border-bottom:1px solid var(--themecolor)}.contextMenu a{display:block;padding:3px 8px;text-decoration:none;cursor:pointer}.contextMenu a:last-of-type{border-bottom:none}*[disabled],*[disabled=disabled]{filter:contrast(0.4) brightness(0.6) grayscale(0.1);cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;pointer-events:none}.hidden{display:none !important}@media(prefers-color-scheme: dark){body{background:rgba(0,0,0,0);color:#fff;background-color:var(--bg-1);color-scheme:dark}*{color:#fff}.altbar{background:var(--altbarcolor);border-bottom:none;transition:.1s}input,select,button,textarea{color:#fff;background:var(--black2);border:1px solid #444}.contextMenu{background:rgba(0,0,0,.6666666667)}.contextMenu a{color:#fff}.contextMenu a:last-of-type{border-bottom:none}::-webkit-scrollbar{background:var(--black);width:initial}::-webkit-scrollbar-thumb{background:var(--black3);border:1px solid var(--themecolor)}::-webkit-scrollbar-corner{background:var(--black)}}@media(prefers-color-scheme: light){:root{--bg-1: var(--beige4);--bg-2: var(--beige);--bg-3: var(--beige2);--bg-4: var(--beige3);--bg-5: var(--beige4)}}/*# sourceMappingURL=helper.min.css.map */
Severity: Minor
Found in helper.min.css by csslint

Colon after property should be followed by one space
Open

  position:absolute;

Expected RBRACE at line 1, col 4639.
Open

:root{--themecolor: #940;--font: sans-serif;--black: #000;--black2: #151515;--black3: #444;--black4: #555;--black5: #666;--hovercolor: #ffaa0077;--hovercolornontransparent: #ffaa00;--beige: #ddb;--beige2: #cca;--beige3: #bb7;--beige4: #fdfdfa;--altbarheight: 30px;--altbarcolor: var(--themecolor);--border-radius: 2px;--font-size-base: 1em;--taskbarheight: 45px;--glassyElementSpacing: 15px;--glassyElementBlur: 25px;--glassyElementBackground: rgba(30,30,30,.5);--bg-1: var(--black);--bg-2: var(--black2);--bg-3: var(--black3);--bg-4: var(--black4);--bg-5: var(--black5)}html,body{background-color:rgba(0,0,0,0)}html{font-size:var(--font-size-base);overflow:clip}body{background:var(--beige4);color:#000;margin:0;padding:0;font-family:var(--font);accent-color:var(--themecolor);font-size:1rem;color-scheme:light}*{color:#000;font-family:var(--font)}*::-moz-selection{background-color:var(--hovercolor)}*::selection{background-color:var(--hovercolor)}body button:not([disabled]),body input:not([disabled]),body select:not([disabled]),body .has_hover:not([disabled]),body .contextMenu a:not([disabled]){transition:background-color .1s,filter .1s}body button:not([disabled]):hover,body button:not([disabled]):focus-visible,body input:not([disabled]):hover,body input:not([disabled]):focus-visible,body select:not([disabled]):hover,body select:not([disabled]):focus-visible,body .has_hover:not([disabled]):hover,body .has_hover:not([disabled]):focus-visible,body .contextMenu a:not([disabled]):hover,body .contextMenu a:not([disabled]):focus-visible{background-color:var(--hovercolor);filter:brightness(1.2)}body button:not([disabled]):hover:not(input),body button:not([disabled]):focus-visible:not(input),body input:not([disabled]):hover:not(input),body input:not([disabled]):focus-visible:not(input),body select:not([disabled]):hover:not(input),body select:not([disabled]):focus-visible:not(input),body .has_hover:not([disabled]):hover:not(input),body .has_hover:not([disabled]):focus-visible:not(input),body .contextMenu a:not([disabled]):hover:not(input),body .contextMenu a:not([disabled]):focus-visible:not(input){cursor:pointer}body .has_hover:not([disabled]){transition:background-color .1s,filter .1s !important}body .has_hover:not([disabled]):hover,body .has_hover:not([disabled]):focus-visible{outline:1px solid var(--themecolor);outline-offset:-1px;background-color:rgba(85,85,85,.8) !important;filter:brightness(1.2) !important}input,select,button,textarea{background:var(--beige4);color:#000;font-size:1em;border-radius:var(--border-radius)}button{line-height:2}meter{box-sizing:border-box;display:inline-block;position:relative;width:100%;height:8px;border:0}meter::-webkit-meter-optimum-value{background:var(--themecolor)}meter::-moz-meter-bar{background:var(--themecolor)}.altbar{height:var(--altbarheight);width:100%;border-bottom:1px solid #555;background:var(--beige);position:sticky;display:flex;flex-direction:row;top:0;box-sizing:border-box;padding:1px}.altbar button{line-height:revert;background:rgba(0,0,0,0);border:0;padding:0 .4em;height:100%;border-radius:1px}.toolbar{border-bottom:1px solid #555;background:var(--bg-3)}.toolbar2{border-bottom:1px solid #555;background:var(--bg-4)}.contextMenu{width:auto;background:rgba(255,255,255,.4666666667);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:auto;position:absolute;display:inline-block;z-index:1000;padding:0;border-radius:var(--border-radius);border:1px solid var(--themecolor);box-sizing:border-box;min-width:130px;min-height:1rem}.contextMenu hr{margin:0;padding:0;border:none;border-bottom:1px solid var(--themecolor)}.contextMenu a{display:block;padding:3px 8px;text-decoration:none;cursor:pointer}.contextMenu a:last-of-type{border-bottom:none}*[disabled],*[disabled=disabled]{filter:contrast(0.4) brightness(0.6) grayscale(0.1);cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;pointer-events:none}.hidden{display:none !important}@media(prefers-color-scheme: dark){body{background:rgba(0,0,0,0);color:#fff;background-color:var(--bg-1);color-scheme:dark}*{color:#fff}.altbar{background:var(--altbarcolor);border-bottom:none;transition:.1s}input,select,button,textarea{color:#fff;background:var(--black2);border:1px solid #444}.contextMenu{background:rgba(0,0,0,.6666666667)}.contextMenu a{color:#fff}.contextMenu a:last-of-type{border-bottom:none}::-webkit-scrollbar{background:var(--black);width:initial}::-webkit-scrollbar-thumb{background:var(--black3);border:1px solid var(--themecolor)}::-webkit-scrollbar-corner{background:var(--black)}}@media(prefers-color-scheme: light){:root{--bg-1: var(--beige4);--bg-2: var(--beige);--bg-3: var(--beige2);--bg-4: var(--beige3);--bg-5: var(--beige4)}}/*# sourceMappingURL=helper.min.css.map */
Severity: Minor
Found in helper.min.css by csslint

Colon after property should be followed by one space
Open

    display:inline-block;

Properties should be ordered left, margin, padding, position
Open

    padding:.1rem 0 .1rem .2rem;

Line length
Open

I started MainOS at work a few years ago, because my boss told me to learn CSS. Since that day I work on MainOS.
Severity: Info
Found in README.md by markdownlint

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Colon after property should be followed by one space
Open

    left:0;

Properties should be ordered --background-color, --background-color-type-2, --border-width, --color-type-2, --font
Open

    --color-type-2: #fff;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    --border-radius: 2px;
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    --glassyElementBackground: rgba(30,30,30,.5);
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    --border-width: 2px;

Avoid using id selectors
Open

#start {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border: 0;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border: 1px solid #555555;

Properties should be ordered aspect-ratio, background, box-sizing, display, height, margin, overflow, padding, position
Open

            position: relative;

Selector should have depth of applicability no greater than 3, but was 4
Open

            &>span {

Selector should have depth of applicability no greater than 3, but was 5
Open

                span {

Selector should have depth of applicability no greater than 3, but was 5
Open

                img {

Avoid using id selectors
Open

#start #center #left #moreandinfo {
Severity
Category
Status
Source
Language