rikai/Showbot

View on GitHub
public/css/showbot.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#content {
Severity: Minor
Found in public/css/showbot.css by csslint

Don't use IDs in selectors.
Open

  #header h1.logo a {
Severity: Minor
Found in public/css/showbot.css by csslint

Don't use IDs in selectors.
Open

    #header h1.logo a:hover {
Severity: Minor
Found in public/css/showbot.css by csslint

Use of !important
Open

  height: auto !important;
Severity: Minor
Found in public/css/showbot.css by csslint

Don't use IDs in selectors.
Open

    #header h1.logo .heart span {
Severity: Minor
Found in public/css/showbot.css by csslint

Don't use IDs in selectors.
Open

    #header h1.logo .heart:hover {
Severity: Minor
Found in public/css/showbot.css by csslint

Don't use IDs in selectors.
Open

#wrap {
Severity: Minor
Found in public/css/showbot.css by csslint

Don't use IDs in selectors.
Open

  #header h1.logo:hover .heart {
Severity: Minor
Found in public/css/showbot.css by csslint

Don't use IDs in selectors.
Open

#header h1.logo {
Severity: Minor
Found in public/css/showbot.css by csslint

Don't use IDs in selectors.
Open

  #header h1.logo .heart {
Severity: Minor
Found in public/css/showbot.css by csslint

Don't use IDs in selectors.
Open

#footer {
Severity: Minor
Found in public/css/showbot.css by csslint

Don't use IDs in selectors.
Open

#bot_love {
Severity: Minor
Found in public/css/showbot.css by csslint

Don't use IDs in selectors.
Open

    #footer a:hover {
Severity: Minor
Found in public/css/showbot.css by csslint

Don't use IDs in selectors.
Open

  #footer p {
Severity: Minor
Found in public/css/showbot.css by csslint

Don't use IDs in selectors.
Open

  #footer a {
Severity: Minor
Found in public/css/showbot.css by csslint

Use of !important
Open

  width: 444px !important;
Severity: Minor
Found in public/css/showbot.css by csslint

Using height with padding can sometimes make elements larger than you expect.
Open

  padding: 1px;
Severity: Minor
Found in public/css/showbot.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

    border: solid 2px #777; }
Severity: Minor
Found in public/css/showbot.css by csslint

Expected (visible | hidden | scroll | auto) but found 'none'.
Open

  overflow: none;
Severity: Minor
Found in public/css/showbot.css by csslint

Using height with border can sometimes make elements larger than you expect.
Open

  border: 1px solid #444;
Severity: Minor
Found in public/css/showbot.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

  padding: 1px;
Severity: Minor
Found in public/css/showbot.css by csslint

float can't be used with display: inline-block.
Open

  float: right;
Severity: Minor
Found in public/css/showbot.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

  border: 1px solid #444;
Severity: Minor
Found in public/css/showbot.css by csslint

Expected (<opacity-value>) but found '60'.</opacity-value>
Open

  opacity: 60; }
Severity: Minor
Found in public/css/showbot.css by csslint

Expected (<opacity-value>) but found '60%'.</opacity-value>
Open

  opacity: 60%; }
Severity: Minor
Found in public/css/showbot.css by csslint

Duplicate property 'font-size' found.
Open

      font-size: 1.5em; }
Severity: Minor
Found in public/css/showbot.css by csslint

Duplicate property 'font-weight' found.
Open

  font-weight: bold;
Severity: Minor
Found in public/css/showbot.css by csslint

float can't be used with display: inline-block.
Open

  float: left;
Severity: Minor
Found in public/css/showbot.css by csslint

Using height with padding-top can sometimes make elements larger than you expect.
Open

  padding-top: 20px;
Severity: Minor
Found in public/css/showbot.css by csslint

Expected (none | <shadow>#) but found 'inner 0 2px 5px #888'.</shadow>
Open

  box-shadow: inner 0 2px 5px #888;
Severity: Minor
Found in public/css/showbot.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

  padding: 8px 8px 8px 8px;
Severity: Minor
Found in public/css/showbot.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

    background-color: rgba(255, 255, 255, 0.2);
Severity: Minor
Found in public/css/showbot.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

      background-color: rgba(255, 255, 255, 0.1);
Severity: Minor
Found in public/css/showbot.css by csslint

Adjoining classes: .vote_arrow.launch
Open

  .vote_arrow.launch {
Severity: Minor
Found in public/css/showbot.css by csslint

Missing vendor-prefixed CSS gradients for Old Webkit (Safari 4+, Chrome).
Open

  .bubble .title_container {
Severity: Minor
Found in public/css/showbot.css by csslint

Adjoining classes: .vote_count.voted
Open

  .vote_count.voted {
Severity: Minor
Found in public/css/showbot.css by csslint

Adjoining classes: .bubble:hover .show.hover
Open

  .bubble:hover .show.hover {
Severity: Minor
Found in public/css/showbot.css by csslint

Adjoining classes: .vote_count.error
Open

  .vote_count.error {
Severity: Minor
Found in public/css/showbot.css by csslint

Adjoining classes: li.link .link_box a.uri.big
Open

      li.link .link_box a.uri.big {
Severity: Minor
Found in public/css/showbot.css by csslint

Fallback background (hex or RGB) should precede RGBA background.
Open

  background: rgba(204, 204, 204, 0.3);
Severity: Minor
Found in public/css/showbot.css by csslint

Fallback background (hex or RGB) should precede RGBA background.
Open

  background: rgba(204, 204, 204, 0.3) url(/images/link.png) no-repeat 50% 50%; }
Severity: Minor
Found in public/css/showbot.css by csslint

The universal selector (*) is known to be slow.
Open

* {
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

        text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
Severity: Minor
Found in public/css/showbot.css by csslint

Element (hr.push) is overqualified, just use .push without element name.
Open

hr.push {
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    left: 0px;
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

        text-shadow: 0px 2px 3px #888;
Severity: Minor
Found in public/css/showbot.css by csslint

Element (td.cluster-votes) is overqualified, just use .cluster-votes without element name.
Open

    .suggestions_table table td.cluster-votes {
Severity: Minor
Found in public/css/showbot.css by csslint

Element (span.code) is overqualified, just use .code without element name.
Open

span.code {
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px 1px 0px #fff;
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

  text-shadow: 0px 1px 0px #fff;
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9); }
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px 1px 0px #fff;
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9); }
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

      padding: 0 5px 5px 0px; }
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px 1px 0px #fff;
Severity: Minor
Found in public/css/showbot.css by csslint

Background image '/images/main_bg.png' was used multiple times, first declared at line 10, col 3.
Open

  background: #607082 url("/images/main_bg.png") top center;
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    top: 0px; }
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9); }
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px 1px 0px #fff;
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9); }
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9); }
Severity: Minor
Found in public/css/showbot.css by csslint

Element (a.uri.big) is overqualified, just use .big without element name.
Open

      li.link .link_box a.uri.big {
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px 1px 0px #fff;
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9); }
Severity: Minor
Found in public/css/showbot.css by csslint

Element (span.arrow) is overqualified, just use .arrow without element name.
Open

  .bubble .arrow_user span.arrow {
Severity: Minor
Found in public/css/showbot.css by csslint

Element (pre.session) is overqualified, just use .session without element name.
Open

.development pre.session {
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

  text-shadow: 0px 1px 3px #000;
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

  text-shadow: 0px 1px 0px #fff;
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px 1px 0px #fff;
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px 1px 0px #fff;
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9); }
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px 1px 0px #fff;
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9); }
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9); }
Severity: Minor
Found in public/css/showbot.css by csslint

Values of 0 shouldn't have units specified.
Open

  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9); }
Severity: Minor
Found in public/css/showbot.css by csslint

Heading (h1) should not be qualified.
Open

#header h1.logo {
Severity: Minor
Found in public/css/showbot.css by csslint

Heading (h1) should not be qualified.
Open

  #header h1.logo .heart {
Severity: Minor
Found in public/css/showbot.css by csslint

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

span.code {
Severity: Minor
Found in public/css/showbot.css by csslint

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

ul.segmented_controls {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  #header h1.logo a {
Severity: Minor
Found in public/css/showbot.css by csslint

Heading (h1) should not be qualified.
Open

    #header h1.logo a:hover {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  ul.segmented_controls a {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  ul.segmented_controls li {
Severity: Minor
Found in public/css/showbot.css by csslint

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

    ul.segmented_controls li:active a {
Severity: Minor
Found in public/css/showbot.css by csslint

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

table.sortable .headerSortUp:after {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  #header h1.logo .heart {
Severity: Minor
Found in public/css/showbot.css by csslint

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

.view_mode {
Severity: Minor
Found in public/css/showbot.css by csslint

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

    .suggestions_table table th {
Severity: Minor
Found in public/css/showbot.css by csslint

Heading (h1) should not be qualified.
Open

    #header h1.logo .heart span {
Severity: Minor
Found in public/css/showbot.css by csslint

Heading (h1) should not be qualified.
Open

    #header h1.logo .heart:hover {
Severity: Minor
Found in public/css/showbot.css by csslint

Heading (h1) should not be qualified.
Open

  #header h1.logo a {
Severity: Minor
Found in public/css/showbot.css by csslint

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

    .suggestions_table table td {
Severity: Minor
Found in public/css/showbot.css by csslint

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

.bubble {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  #header h1.logo:hover .heart {
Severity: Minor
Found in public/css/showbot.css by csslint

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

      nav ul li a {
Severity: Minor
Found in public/css/showbot.css by csslint

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

    ul.segmented_controls li.selected a {
Severity: Minor
Found in public/css/showbot.css by csslint

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

.suggestions_table {
Severity: Minor
Found in public/css/showbot.css by csslint

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

body {
Severity: Minor
Found in public/css/showbot.css by csslint

Heading (h1) should not be qualified.
Open

  #header h1.logo:hover .heart {
Severity: Minor
Found in public/css/showbot.css by csslint

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

#wrap {
Severity: Minor
Found in public/css/showbot.css by csslint

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

h2.subtitle {
Severity: Minor
Found in public/css/showbot.css by csslint

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

.cluster-arrow {
Severity: Minor
Found in public/css/showbot.css by csslint

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

table.sortable .headerSortDown:after,
Severity: Minor
Found in public/css/showbot.css by csslint

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

  table.sortable .header:after {
Severity: Minor
Found in public/css/showbot.css by csslint

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

.irc_help {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  .suggestions_table table {
Severity: Minor
Found in public/css/showbot.css by csslint

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

li.link {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  50% {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  li.link .bottom .user {
Severity: Minor
Found in public/css/showbot.css by csslint

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

    .bubble .votes_container .subtitle {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  100% {
Severity: Minor
Found in public/css/showbot.css by csslint

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

    li.link .link_box a.uri {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  40% {
Severity: Minor
Found in public/css/showbot.css by csslint

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

#footer {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  .bubble .qstart {
Severity: Minor
Found in public/css/showbot.css by csslint

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

    .bubble .title_container .title {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  .bubble .arrow_user .user {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  40% {
Severity: Minor
Found in public/css/showbot.css by csslint

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

.vote_arrow {
Severity: Minor
Found in public/css/showbot.css by csslint

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

    li.link .link_box .title {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  li.link .bottom .timeago {
Severity: Minor
Found in public/css/showbot.css by csslint

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

#bot_love {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  .bubble .timeago {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  50% {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  .vote_arrow.launch {
Severity: Minor
Found in public/css/showbot.css by csslint

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

.vote_count {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  .bubble .votes_container {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  .bubble .qend {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  100% {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  50% {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  li.link .show {
Severity: Minor
Found in public/css/showbot.css by csslint

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

.footer_push {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  .bubble .show {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  .bubble .arrow_user span.arrow {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  #footer a {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  40% {
Severity: Minor
Found in public/css/showbot.css by csslint

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

  100% {
Severity: Minor
Found in public/css/showbot.css by csslint

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

.development .banner {
Severity: Minor
Found in public/css/showbot.css by csslint

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

.show_break {
Severity: Minor
Found in public/css/showbot.css by csslint

There are no issues that match your filters.

Category
Status