mambax7/publisher

View on GitHub
assets/css/publisher.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#publisher_container {
Severity: Minor
Found in assets/css/publisher.css by csslint

Don't use IDs in selectors.
Open

#pub_slideshow1-caption p {
Severity: Minor
Found in assets/css/publisher.css by csslint

Use of !important
Open

    list-style: none !important;
Severity: Minor
Found in assets/css/publisher.css by csslint

Don't use IDs in selectors.
Open

#publisher_rpublisher_feed {
Severity: Minor
Found in assets/css/publisher.css by csslint

Use of !important
Open

    padding: 0 !important;
Severity: Minor
Found in assets/css/publisher.css by csslint

Use of !important
Open

    list-style: none !important;
Severity: Minor
Found in assets/css/publisher.css by csslint

Use of !important
Open

    padding: 15px 10px !important;
Severity: Minor
Found in assets/css/publisher.css by csslint

Don't use IDs in selectors.
Open

#pub_slideshow1-caption .pub_slideshow1-caption-container {
Severity: Minor
Found in assets/css/publisher.css by csslint

Don't use IDs in selectors.
Open

#pub_slideshow1-caption h3 {
Severity: Minor
Found in assets/css/publisher.css by csslint

Don't use IDs in selectors.
Open

#pub_slideshow1-caption {
Severity: Minor
Found in assets/css/publisher.css by csslint

Use of !important
Open

    list-style: none !important;
Severity: Minor
Found in assets/css/publisher.css by csslint

Use of !important
Open

    list-style: none !important;
Severity: Minor
Found in assets/css/publisher.css by csslint

Don't use IDs in selectors.
Open

#publisher_embeded_files {
Severity: Minor
Found in assets/css/publisher.css by csslint

Use of !important
Open

    font-weight: normal !important;
Severity: Minor
Found in assets/css/publisher.css by csslint

Use of !important
Open

    list-style: none !important;
Severity: Minor
Found in assets/css/publisher.css by csslint

Use of !important
Open

    list-style: none !important;
Severity: Minor
Found in assets/css/publisher.css by csslint

Use of !important
Open

    margin: 0 !important;
Severity: Minor
Found in assets/css/publisher.css by csslint

Use of !important
Open

    padding: 0 !important;
Severity: Minor
Found in assets/css/publisher.css by csslint

Use of !important
Open

    list-style: none !important;
Severity: Minor
Found in assets/css/publisher.css by csslint

Use of !important
Open

    margin: 0 !important;
Severity: Minor
Found in assets/css/publisher.css by csslint

Don't use IDs in selectors.
Open

#publisher_upload_button {
Severity: Minor
Found in assets/css/publisher.css by csslint

Element (h2.no-top-margin) is overqualified, just use .no-top-margin without element name.
Open

.pub_article_t_bottom h2.no-top-margin {
Severity: Minor
Found in assets/css/publisher.css by csslint

Element (h4.pub_last_articles_list) is overqualified, just use .pub_last_articles_list without element name.
Open

h4.pub_last_articles_list {
Severity: Minor
Found in assets/css/publisher.css by csslint

Background image '../images/starrating.gif' was used multiple times, first declared at line 510, col 5.
Open

    background: url(../images/starrating.gif) left center;
Severity: Minor
Found in assets/css/publisher.css by csslint

Element (h4.pub_last_articles_wf) is overqualified, just use .pub_last_articles_wf without element name.
Open

h4.pub_last_articles_wf {
Severity: Minor
Found in assets/css/publisher.css by csslint

Element (h4.pub_last_articles_full) is overqualified, just use .pub_last_articles_full without element name.
Open

h4.pub_last_articles_full {
Severity: Minor
Found in assets/css/publisher.css by csslint

Background image '../images/starrating.gif' was used multiple times, first declared at line 510, col 5.
Open

    background: url(../images/starrating.gif) left bottom;
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.pub_article_t_top h2 a.titlelink {
Severity: Minor
Found in assets/css/publisher.css by csslint

Element (div.publisher_current-rating) is overqualified, just use .publisher_current-rating without element name.
Open

.publisher_unit-rating div.publisher_current-rating {
Severity: Minor
Found in assets/css/publisher.css by csslint

Element (li.show) is overqualified, just use .show without element name.
Open

ul.pub_slideshow1 li.show {
Severity: Minor
Found in assets/css/publisher.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box;
Severity: Minor
Found in assets/css/publisher.css by csslint

Negative text-indent doesn't work well with RTL. If you use text-indent for image replacement explicitly set direction for that item to ltr.
Open

    text-indent: -90000px;
Severity: Minor
Found in assets/css/publisher.css by csslint

Negative text-indent doesn't work well with RTL. If you use text-indent for image replacement explicitly set direction for that item to ltr.
Open

    text-indent: -9000px;
Severity: Minor
Found in assets/css/publisher.css by csslint

Negative text-indent doesn't work well with RTL. If you use text-indent for image replacement explicitly set direction for that item to ltr.
Open

    text-indent: -9000px;
Severity: Minor
Found in assets/css/publisher.css by csslint

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

    padding: 1px;
Severity: Minor
Found in assets/css/publisher.css by csslint

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

    padding-top: 5px;
Severity: Minor
Found in assets/css/publisher.css by csslint

Rule is empty.
Open

.publisher_tree .publisher_tree_category {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

    border: #F4F4F4 solid 1px;
Severity: Minor
Found in assets/css/publisher.css by csslint

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

    border: #C5C5C5 solid 1px;
Severity: Minor
Found in assets/css/publisher.css by csslint

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

    border: 1px solid #CCCCCC;
Severity: Minor
Found in assets/css/publisher.css by csslint

Rule is empty.
Open

.publisher_voted {
Severity: Minor
Found in assets/css/publisher.css by csslint

Rule is empty.
Open

.lof-navigator li:hover {
Severity: Minor
Found in assets/css/publisher.css by csslint

vertical-align can't be used with display: block.
Open

    vertical-align: middle;
Severity: Minor
Found in assets/css/publisher.css by csslint

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

    border: 1px solid #CCC;
Severity: Minor
Found in assets/css/publisher.css by csslint

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

    border: #F4F4F4 solid 1px;
Severity: Minor
Found in assets/css/publisher.css by csslint

vertical-align can't be used with display: block.
Open

    vertical-align: baseline;
Severity: Minor
Found in assets/css/publisher.css by csslint

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

    padding: 3px;
Severity: Minor
Found in assets/css/publisher.css by csslint

vertical-align can't be used with display: block.
Open

    vertical-align: middle;
Severity: Minor
Found in assets/css/publisher.css by csslint

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

    padding: 3px;
Severity: Minor
Found in assets/css/publisher.css by csslint

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

    border-top: 1px solid #E1E1E1;
Severity: Minor
Found in assets/css/publisher.css by csslint

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

    border: #C5C5C5 solid 1px;
Severity: Minor
Found in assets/css/publisher.css by csslint

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

    padding: 3px;
Severity: Minor
Found in assets/css/publisher.css by csslint

Rule is empty.
Open

.publisher_ratingblock {
Severity: Minor
Found in assets/css/publisher.css by csslint

Rule is empty.
Open

.publisher-box:hover div.publisher-section a span, .hover div.publisher-section a span {
Severity: Minor
Found in assets/css/publisher.css by csslint

Rule is empty.
Open

.publisher_tree .publisher_tree_item {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

    padding: 20px;
Severity: Minor
Found in assets/css/publisher.css by csslint

Rule is empty.
Open

h2.publisher-title a, h4.publisher-title a {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

    border: 1px solid #bbb;
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h2) has already been defined.
Open

.pub_article_t_bottom h2.no-top-margin {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h2) has already been defined.
Open

.pub_article_t_top h2 {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h4) has already been defined.
Open

h4.pub_last_articles_full {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h2) has already been defined.
Open

h2.publisher-title, h4.publisher-title {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h3) has already been defined.
Open

.lof-navigator li.active h3 {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h3) has already been defined.
Open

#pub_slideshow1-caption h3 {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h4) has already been defined.
Open

h2.publisher-title, h4.publisher-title {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h3) has already been defined.
Open

.article_list_title h3 {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h4) has already been defined.
Open

h4.pub_last_articles_list {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h3) has already been defined.
Open

.lof-navigator li h3 {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h2) should not be qualified.
Open

.pub_article_t_bottom h2.no-top-margin {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h2) should not be qualified.
Open

.pub_article_t_bottom header h2 {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.pub_article_t_bottom_info {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.pub_pagenav {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

h4.pub_last_articles_wf {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

h4.pub_last_articles_full {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_category_index_list {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_category_dsc {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_itemFoot {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_unit-rating div.publisher_current-rating {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

div.publisher-section {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

#publisher_upload_button {
Severity: Minor
Found in assets/css/publisher.css by csslint

Outlines should only be modified using :focus.
Open

.pub_article_t_top h2 a.titlelink {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.pub_article_t_top h2 a.titlelink {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.article_full_category_b5 {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

ul.publisher_breadcrumb li+li:before {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_subcats {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_adminlinks {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_spotlight_readmore {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_item_head_who {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

ul.lof-main-wapper li {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h2) should not be qualified.
Open

.pub_article_t_top h2 {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_headertable {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_category_header {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

ul.publisher-links li {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.article_list_img {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_collaps_title {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

div.publisher-section a {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h3) should not be qualified.
Open

.lof-navigator li h3 {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.lof-navigator li img {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.article_wf_title font {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_modulename {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

h2.publisher-title, h4.publisher-title {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher-more {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.lof-main-outer {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.article_wf_img {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h3) should not be qualified.
Open

.article_list_title h3 {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.spot_article_wf_img img {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_infotext {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_category_image {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_unit-rating div a {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher-clearfix:after {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.lof-navigator-outer {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.lof-navigator li div {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.article_wf_title h3 {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_items_list_item {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.article_full {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_pagenav_top {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

#publisher_embeded_files {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

#publisher_container {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

ul.lof-main-wapper li img {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

ul.lof-navigator li {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h3) should not be qualified.
Open

.article_wf_title h3 {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.article_list {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_modfooter {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

#publisher_rpublisher_feed {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_loading {
Severity: Minor
Found in assets/css/publisher.css by csslint

Outlines should only be modified using :focus.
Open

.publisher_unit-rating div a {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h3) should not be qualified.
Open

#pub_slideshow1-caption h3 {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.lof-slidecontent {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h3) should not be qualified.
Open

.lof-navigator li.active h3 {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h2) should not be qualified.
Open

.pub_article_t_top h2 a.titlelink {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.article_wf {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.article_list_title h3 {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.spot_article_wf_img {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_item_head_cat {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_categoryname {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_unit-rating div {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

ul.pub_slideshow1 li {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_subcats_info {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_items_link {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

#pub_slideshow1-caption {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.lof-opacity li {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

ul.pub_slideshow1 {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

#pub_slideshow1-caption .pub_slideshow1-caption-container {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.article_list_title font {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

div.publisher-section a span {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_infotitle {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_unit-rating {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

ul.lof-main-wapper {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

ul.lof-navigator {
Severity: Minor
Found in assets/css/publisher.css by csslint

Heading (h3) should not be qualified.
Open

.lof-navigator li h3 a {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.article_full_img_div {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.article_full_category {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

h4.pub_last_articles_list {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

ul.publisher_breadcrumb {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_pagenav_bottom {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_unit-rating div a:hover {
Severity: Minor
Found in assets/css/publisher.css by csslint

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

.publisher_indexfooter, .publisher_itemfooter {
Severity: Minor
Found in assets/css/publisher.css by csslint

There are no issues that match your filters.

Category
Status