denny/ShinyCMS-ruby

View on GitHub

Showing 657 of 658 total issues

Use // comments everywhere
Open

/* ========== ( user profiles ) ========== */

Avoid vendor prefixes.
Open

  background-image: -webkit-linear-gradient(top,$button-bg-hover, $dark-red);

Each selector in a comma sequence should be on its own single line
Open

strong, b {

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

nav .sm li li a:hover {

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

nav .sm li li li {

Color literals like rgba(255, 96, 96, 0.85) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(255, 192, 192, 0.5), inset 0 0 0 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);

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

nav .sm li li:last-child a {

Avoid using id selectors
Open

#footer {

Avoid using id selectors
Open

#footer a:hover {

Commas in function arguments should be followed by one space
Open

  background-image: -moz-linear-gradient(top,$button-bg-hover, $dark-red);

Color literals like rgba(0, 0, 0, 0.75) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(255, 192, 192, 0.5), inset 0 0 0 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);

Color literals like rgba(255, 192, 192, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(255, 192, 192, 0.5), inset 0 0 0 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);

Color literals like rgba(255, 96, 96, 0.85) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(255, 192, 192, 0.5), inset 0 0 0 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);

Color literals like rgba(255, 96, 96, 0.85) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(255, 192, 192, 0.5), inset 0 0 0 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);

Each selector in a comma sequence should be on its own single line
Open

nav ul, .sidebar ul, .header ul, .footer ul {

Avoid vendor prefixes.
Open

  background-image: -moz-linear-gradient(top,$button-bg-hover, $dark-red);

Avoid vendor prefixes.
Open

  background-image: -webkit-linear-gradient(top, $button-bg-active, $red);

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

nav .sm li li {

Selector comment_form should be written in lowercase with hyphens
Open

.comment_form {

Selector comment_form should be written in lowercase with hyphens
Open

.comment_form .author {
Severity
Category
Status
Source
Language