FC-softwares/baseball-scoreboard

View on GitHub
app/css/prepost.css

Summary

Maintainability
Test Coverage

Showing 124 of 124 total issues

Don't use IDs in selectors.
Open

.scoreboard > div.teamLogo#home {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard.disabled#postgame > div.teamName#away {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard#postgame > div.teamLogo#home {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard#postgame > div.teamName#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

.teamName#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

.scoreboard > div.teamName#away {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard#postgame > div.teamName#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

#bg {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

.teamScore#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

.teamScore#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

.scoreboard > div.teamColor#home {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard.disabled#postgame > div.teamScore#away {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.teamName#home > #bg > span {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard.disabled#postgame > div.teamColor#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

.teamColor#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

.teamLogo#away > img {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

.scoreboard > div.teamColor#away {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard.disabled#postgame > div.teamColor#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

.scoreboard > div.teamName#home {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard#postgame > div.teamLogo#away {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard#postgame > div.teamColor#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

.scoreboard#pregame {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

.scoreboard > div.teamLogo#home > img {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard#postgame > div.teamScore#away {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard.disabled#postgame > div.teamName#home {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard.disabled#postgame > div.teamLogo#away {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard.disabled#postgame > div.teamLogo#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

.teamName#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

.scoreboard > div.teamLogo#away {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard.disabled#postgame > div.teamScore#home {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard#postgame > div.teamColor#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

#bg.bg-dark {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

.teamLogo#home > img {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

.scoreboard#postgame {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard#postgame > div.teamScore#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

.teamColor#home {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.teamName#away > #bg > span {
Severity: Minor
Found in app/css/prepost.css by csslint

Rule is empty.
Open

:root {
Severity: Minor
Found in app/css/prepost.css by csslint

Expected (<box>#) but found 'text'.</box>
Open

background-clip: text;
Severity: Minor
Found in app/css/prepost.css by csslint

Expected (flex-start | flex-end | center | space-between | space-around) but found 'end'.
Open

justify-content: end;
Severity: Minor
Found in app/css/prepost.css by csslint

Expected (<box>#) but found 'text'.</box>
Open

background-clip: text;
Severity: Minor
Found in app/css/prepost.css by csslint

Expected (<color>) but found 'var(--c-score-home)'.</color>
Open

color: var(--c-score-home);
Severity: Minor
Found in app/css/prepost.css by csslint

Expected (<color>) but found 'var(--c-score-away)'.</color>
Open

color: var(--c-score-away);
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamName#away) is overqualified, just use #away without element name.
Open

.scoreboard > div.teamName#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamLogo#away) is overqualified, just use #away without element name.
Open

.scoreboard.disabled#postgame > div.teamLogo#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamName#home) is overqualified, just use #home without element name.
Open

.scoreboard > div.teamName#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamColor#away) is overqualified, just use #away without element name.
Open

.scoreboard.disabled#postgame > div.teamColor#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamLogo#home) is overqualified, just use #home without element name.
Open

.scoreboard > div.teamLogo#home > img {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamLogo#away) is overqualified, just use #away without element name.
Open

.scoreboard > div.teamLogo#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamLogo#home) is overqualified, just use #home without element name.
Open

.scoreboard > div.teamLogo#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamColor#home) is overqualified, just use #home without element name.
Open

.scoreboard.disabled#postgame > div.teamColor#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamScore#home) is overqualified, just use #home without element name.
Open

.scoreboard#postgame > div.teamScore#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamName#away) is overqualified, just use #away without element name.
Open

.scoreboard#postgame > div.teamName#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamName#away) is overqualified, just use #away without element name.
Open

.scoreboard.disabled#postgame > div.teamName#away {
Severity: Minor
Found in app/css/prepost.css by csslint

@import prevents parallel downloads, use <link> instead.
Open

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamScore#away) is overqualified, just use #away without element name.
Open

.scoreboard.disabled#postgame > div.teamScore#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamColor#home) is overqualified, just use #home without element name.
Open

.scoreboard#postgame > div.teamColor#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamColor#away) is overqualified, just use #away without element name.
Open

.scoreboard > div.teamColor#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamLogo#home) is overqualified, just use #home without element name.
Open

.scoreboard.disabled#postgame > div.teamLogo#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamColor#away) is overqualified, just use #away without element name.
Open

.scoreboard#postgame > div.teamColor#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamScore#away) is overqualified, just use #away without element name.
Open

.scoreboard#postgame > div.teamScore#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamColor#home) is overqualified, just use #home without element name.
Open

.scoreboard > div.teamColor#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamName#home) is overqualified, just use #home without element name.
Open

.scoreboard.disabled#postgame > div.teamName#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamLogo#home) is overqualified, just use #home without element name.
Open

.scoreboard#postgame > div.teamLogo#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamName#home) is overqualified, just use #home without element name.
Open

.scoreboard#postgame > div.teamName#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamScore#home) is overqualified, just use #home without element name.
Open

.scoreboard.disabled#postgame > div.teamScore#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamLogo#away) is overqualified, just use #away without element name.
Open

.scoreboard#postgame > div.teamLogo#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamName#home
Open

.scoreboard.disabled#postgame > div.teamName#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamName#away
Open

.scoreboard.disabled#postgame > div.teamName#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamColor#home
Open

.scoreboard.disabled#postgame > div.teamColor#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled > div.teamColor
Open

.scoreboard.disabled > div.teamName, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamLogo {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled > div.vs
Open

.scoreboard.disabled > div.vs {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamLogo#away
Open

.scoreboard.disabled#postgame > div.teamLogo#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled > div.teamLogo
Open

.scoreboard.disabled > div.teamName, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamLogo {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled > div.teamName
Open

.scoreboard.disabled > div.teamName, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamLogo {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled > div.teamScore
Open

.scoreboard.disabled > div.teamScore {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamScore#home
Open

.scoreboard.disabled#postgame > div.teamScore#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamScore#away
Open

.scoreboard.disabled#postgame > div.teamScore#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamName#away
Open

.scoreboard.disabled#postgame > div.teamName#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamColor#away
Open

.scoreboard.disabled#postgame > div.teamColor#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled > div.div
Open

.scoreboard.disabled > div.div{
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamName#home
Open

.scoreboard.disabled#postgame > div.teamName#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled > div.teamColor
Open

.scoreboard.disabled > div.teamName, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamLogo {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamScore#home
Open

.scoreboard.disabled#postgame > div.teamScore#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamLogo#home
Open

.scoreboard.disabled#postgame > div.teamLogo#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamColor#away
Open

.scoreboard.disabled#postgame > div.teamColor#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamScore#away
Open

.scoreboard.disabled#postgame > div.teamScore#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamLogo#away
Open

.scoreboard.disabled#postgame > div.teamLogo#away {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamLogo#home
Open

.scoreboard.disabled#postgame > div.teamLogo#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamColor#home
Open

.scoreboard.disabled#postgame > div.teamColor#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 15, col 5.
Open

--c-away: #000000;
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 10, col 5.
Open

--w-div: 7px;
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 20, col 5.
Open

--g-away: linear-gradient(0deg, var(--c-away) 0%, rgba(255,255,255,0.4) 100%), var(--c-away);
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 21, col 5.
Open

--g-def: linear-gradient(0deg, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 100%);
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 14, col 5.
Open

--c-home: #000000;
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 16, col 5.
Open

--c-score-home: #000000;
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 17, col 5.
Open

--c-score-away: #000000;
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 9, col 5.
Open

--w-score: 55px;
Severity: Minor
Found in app/css/prepost.css by csslint

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

.scoreboard > div.teamName, .scoreboard > div.teamColor, .scoreboard > div.teamLogo {
Severity: Minor
Found in app/css/prepost.css by csslint

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

.scoreboard.disabled > div.teamName, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamLogo {
Severity: Minor
Found in app/css/prepost.css by csslint

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

.scoreboard > div.teamLogo#home {
Severity: Minor
Found in app/css/prepost.css by csslint

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

.teamName#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 7, col 5.
Open

--w-teamname: 210px;
Severity: Minor
Found in app/css/prepost.css by csslint

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

.scoreboard#postgame > div.teamLogo#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 12, col 5.
Open

--h-row: 40px;
Severity: Minor
Found in app/css/prepost.css by csslint

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

.scoreboard > div.teamScore {
Severity: Minor
Found in app/css/prepost.css by csslint

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

.vs, .div {
Severity: Minor
Found in app/css/prepost.css by csslint

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

.teamLogo > img {
Severity: Minor
Found in app/css/prepost.css by csslint

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

html {
Severity: Minor
Found in app/css/prepost.css by csslint

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

#bg {
Severity: Minor
Found in app/css/prepost.css by csslint

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

.scoreboard.disabled > div.div{
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 8, col 5.
Open

--w-teamlogo: 40px;
Severity: Minor
Found in app/css/prepost.css by csslint

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

.scoreboard.disabled > div.vs {
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 6, col 5.
Open

--w-teamcolor: 7px;
Severity: Minor
Found in app/css/prepost.css by csslint

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

.scoreboard#postgame > div.teamLogo#away {
Severity: Minor
Found in app/css/prepost.css by csslint

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

.teamName#home > #bg > span {
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 19, col 5.
Open

--g-home: linear-gradient(0deg, var(--c-home) 0%, rgba(255,255,255,0.4) 100%), var(--c-home);
Severity: Minor
Found in app/css/prepost.css by csslint

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

.scoreboard.disabled > div.teamScore {
Severity: Minor
Found in app/css/prepost.css by csslint

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

.scoreboard > div.vs {
Severity: Minor
Found in app/css/prepost.css by csslint

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

.teamName#away > #bg > span {
Severity: Minor
Found in app/css/prepost.css by csslint

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

body {
Severity: Minor
Found in app/css/prepost.css by csslint

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

.scoreboard > div.teamLogo#away {
Severity: Minor
Found in app/css/prepost.css by csslint

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

.teamColor#away {
Severity: Minor
Found in app/css/prepost.css by csslint

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

.teamColor#home {
Severity: Minor
Found in app/css/prepost.css by csslint
Category
Status