ImpressCMS/impresscms

View on GitHub
htdocs/icms.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#xo-logger-output{ font-size: .8em;} /* only needed until logger.php and logger_render.php are modified */
Severity: Minor
Found in htdocs/icms.css by csslint

Don't use IDs in selectors.
Open

#http_error_searchform{padding-top: 5px; line-height: 5px; padding-bottom: 0px;}
Severity: Minor
Found in htdocs/icms.css by csslint

Don't use IDs in selectors.
Open

div#disclaimer{
Severity: Minor
Found in htdocs/icms.css by csslint

Use of !important
Open

    height: 70px !important;
Severity: Minor
Found in htdocs/icms.css by csslint

Don't use IDs in selectors.
Open

#http_error li{color: black; padding-top: 5px; padding-bottom: 5px;}
Severity: Minor
Found in htdocs/icms.css by csslint

Don't use IDs in selectors.
Open

#xoopsHiddenText {
Severity: Minor
Found in htdocs/icms.css by csslint

Use of !important
Open

    width: 70px !important;
Severity: Minor
Found in htdocs/icms.css by csslint

Don't use IDs in selectors.
Open

#http_error_text {padding-top: 5px; padding-bottom: 5px; text-align: left;}
Severity: Minor
Found in htdocs/icms.css by csslint

Don't use IDs in selectors.
Open

#login_window  h2 {
Severity: Minor
Found in htdocs/icms.css by csslint

Don't use IDs in selectors.
Open

#bannerstats td {
Severity: Minor
Found in htdocs/icms.css by csslint

Don't use IDs in selectors.
Open

#icms_rating_container {}
Severity: Minor
Found in htdocs/icms.css by csslint

Don't use IDs in selectors.
Open

#http_error_title {padding-top: 5px; padding-bottom: 5px; font-size: 20px; font-weight: bold;}
Severity: Minor
Found in htdocs/icms.css by csslint

Use of !important
Open

    z-index:100 !important;
Severity: Minor
Found in htdocs/icms.css by csslint

Don't use IDs in selectors.
Open

#login_window  {
Severity: Minor
Found in htdocs/icms.css by csslint

Don't use IDs in selectors.
Open

#icms_rating_container .item {
Severity: Minor
Found in htdocs/icms.css by csslint

Don't use IDs in selectors.
Open

#icms_rating_container .odd {
Severity: Minor
Found in htdocs/icms.css by csslint

Don't use IDs in selectors.
Open

#bannerstats {}
Severity: Minor
Found in htdocs/icms.css by csslint

Don't use IDs in selectors.
Open

#icms_rating_container .itemHead {
Severity: Minor
Found in htdocs/icms.css by csslint

Element (td.head) is overqualified, just use .head without element name.
Open

.xo-theme-form td.head {
Severity: Minor
Found in htdocs/icms.css by csslint

Values of 0 shouldn't have units specified.
Open

#http_error_searchform{padding-top: 5px; line-height: 5px; padding-bottom: 0px;}
Severity: Minor
Found in htdocs/icms.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding:0px 0px 12px 10px;
Severity: Minor
Found in htdocs/icms.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin: 0px 0px 0px 20px;
Severity: Minor
Found in htdocs/icms.css by csslint

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

div.pagination.default span.disabled {
Severity: Minor
Found in htdocs/icms.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding:0px 0px 12px 10px;
Severity: Minor
Found in htdocs/icms.css by csslint

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

div.pagination.default span.current {
Severity: Minor
Found in htdocs/icms.css by csslint

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

div#disclaimer{
Severity: Minor
Found in htdocs/icms.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin: 0px 0px 0px 20px;
Severity: Minor
Found in htdocs/icms.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin: 0px 0px 0px 20px;
Severity: Minor
Found in htdocs/icms.css by csslint

Element (table.outer) is overqualified, just use .outer without element name.
Open

table.outer {
Severity: Minor
Found in htdocs/icms.css by csslint

Background image 'images/red.png' was used multiple times, first declared at line 321, col 2.
Open

    background:url(images/red.png) no-repeat bottom right;
Severity: Minor
Found in htdocs/icms.css by csslint

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

div.cpicon span.unor{
Severity: Minor
Found in htdocs/icms.css by csslint

Background image 'images/yellow.png' was used multiple times, first declared at line 333, col 2.
Open

    background:url(images/yellow.png) no-repeat bottom right;
Severity: Minor
Found in htdocs/icms.css by csslint

Background image 'images/green.png' was used multiple times, first declared at line 339, col 2.
Open

    background:url(images/green.png) no-repeat bottom right;
Severity: Minor
Found in htdocs/icms.css by csslint

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

div.cpicon span.uno{
Severity: Minor
Found in htdocs/icms.css by csslint

Background image 'images/red.png' was used multiple times, first declared at line 321, col 2.
Open

    background:url(images/red.png) no-repeat bottom right;
Severity: Minor
Found in htdocs/icms.css by csslint

Background image 'images/red.png' was used multiple times, first declared at line 321, col 2.
Open

    background:url(images/red.png) no-repeat 0 0;
Severity: Minor
Found in htdocs/icms.css by csslint

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

    padding:                            1px;
Severity: Minor
Found in htdocs/icms.css by csslint

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

    padding: 2px 5px 1px 5px;
Severity: Minor
Found in htdocs/icms.css by csslint

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

    padding: 2px;
Severity: Minor
Found in htdocs/icms.css by csslint

Duplicate property 'width' found.
Open

    width: 70px;
Severity: Minor
Found in htdocs/icms.css by csslint

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

    padding: 2px 5px 1px 5px;
Severity: Minor
Found in htdocs/icms.css by csslint

Rule is empty.
Open

div.pagination.default span.current {
Severity: Minor
Found in htdocs/icms.css by csslint

Rule is empty.
Open

.top_shortPass span{
Severity: Minor
Found in htdocs/icms.css by csslint

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

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

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

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

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

    border:                            1px solid #000;
Severity: Minor
Found in htdocs/icms.css by csslint

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

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

Duplicate property 'height' found.
Open

    height: 70px;
Severity: Minor
Found in htdocs/icms.css by csslint

Rule is empty.
Open

.top_strongPass span{
Severity: Minor
Found in htdocs/icms.css by csslint

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

    padding: 2px;
Severity: Minor
Found in htdocs/icms.css by csslint

Rule is empty.
Open

#icms_rating_container {}
Severity: Minor
Found in htdocs/icms.css by csslint

Rule is empty.
Open

#bannerstats {}
Severity: Minor
Found in htdocs/icms.css by csslint

Rule is empty.
Open

div.pagination.default a:hover, div.pagination.default a:active {
Severity: Minor
Found in htdocs/icms.css by csslint

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

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

Rule is empty.
Open

.top_goodPass span{
Severity: Minor
Found in htdocs/icms.css by csslint

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

    border-bottom: 3px solid #1E90FF;
Severity: Minor
Found in htdocs/icms.css by csslint

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

    padding:0px 0px 12px 10px;
Severity: Minor
Found in htdocs/icms.css by csslint

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

    padding: 10px 0 0 50px;
Severity: Minor
Found in htdocs/icms.css by csslint

Rule is empty.
Open

.top_badPass span{
Severity: Minor
Found in htdocs/icms.css by csslint

Adjoining classes: div.pagination.default a:active
Open

div.pagination.default a:hover, div.pagination.default a:active {
Severity: Minor
Found in htdocs/icms.css by csslint

Adjoining classes: div.pagination.default a:hover
Open

div.pagination.default a:hover, div.pagination.default a:active {
Severity: Minor
Found in htdocs/icms.css by csslint

Adjoining classes: div.pagination.default a
Open

div.pagination.default a {
Severity: Minor
Found in htdocs/icms.css by csslint

Adjoining classes: div.pagination.default span.disabled
Open

div.pagination.default span.disabled {
Severity: Minor
Found in htdocs/icms.css by csslint

Adjoining classes: div.pagination.default
Open

div.pagination.default{
Severity: Minor
Found in htdocs/icms.css by csslint

Adjoining classes: div.pagination.default span.current
Open

div.pagination.default span.current {
Severity: Minor
Found in htdocs/icms.css by csslint

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

#xoopsHiddenText {
Severity: Minor
Found in htdocs/icms.css by csslint

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

#http_error_title {padding-top: 5px; padding-bottom: 5px; font-size: 20px; font-weight: bold;}
Severity: Minor
Found in htdocs/icms.css by csslint

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

.testresult{
Severity: Minor
Found in htdocs/icms.css by csslint

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

.pagneutral {
Severity: Minor
Found in htdocs/icms.css by csslint

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

.xoops-form-element-caption-required .caption-marker {
Severity: Minor
Found in htdocs/icms.css by csslint

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

.login_form  .credentials {
Severity: Minor
Found in htdocs/icms.css by csslint

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

div.cpicon span {
Severity: Minor
Found in htdocs/icms.css by csslint

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

.login_form  .credentials label {
Severity: Minor
Found in htdocs/icms.css by csslint

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

p {padding: 0; margin: 0;}
Severity: Minor
Found in htdocs/icms.css by csslint

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

#login_window  {
Severity: Minor
Found in htdocs/icms.css by csslint

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

.CPbigTitle{
Severity: Minor
Found in htdocs/icms.css by csslint

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

div.cpicon span.uno{
Severity: Minor
Found in htdocs/icms.css by csslint

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

#http_error_text {padding-top: 5px; padding-bottom: 5px; text-align: left;}
Severity: Minor
Found in htdocs/icms.css by csslint

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

div#disclaimer{
Severity: Minor
Found in htdocs/icms.css by csslint

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

div.pagination.default{
Severity: Minor
Found in htdocs/icms.css by csslint

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

.top_testresult{
Severity: Minor
Found in htdocs/icms.css by csslint

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

.testresult span{
Severity: Minor
Found in htdocs/icms.css by csslint

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

#icms_rating_container .item {
Severity: Minor
Found in htdocs/icms.css by csslint

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

.login_form  .credentials input {
Severity: Minor
Found in htdocs/icms.css by csslint

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

.ed_block_box {
Severity: Minor
Found in htdocs/icms.css by csslint

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

.top_testresult span{
Severity: Minor
Found in htdocs/icms.css by csslint

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

.pagact {
Severity: Minor
Found in htdocs/icms.css by csslint

Heading (h2) should not be qualified.
Open

#login_window  h2 {
Severity: Minor
Found in htdocs/icms.css by csslint

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

.xoops-form-element-help {
Severity: Minor
Found in htdocs/icms.css by csslint

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

#login_window  h2 {
Severity: Minor
Found in htdocs/icms.css by csslint

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

#icms_rating_container .odd {
Severity: Minor
Found in htdocs/icms.css by csslint

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

#http_error_searchform{padding-top: 5px; line-height: 5px; padding-bottom: 0px;}
Severity: Minor
Found in htdocs/icms.css by csslint

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

div.cpicon{
Severity: Minor
Found in htdocs/icms.css by csslint

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

div.cpicon img { margin-top: 1px; margin-bottom: 1px; width: 32px; height: 32px;}
Severity: Minor
Found in htdocs/icms.css by csslint

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

.ed_block_box a{
Severity: Minor
Found in htdocs/icms.css by csslint

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

.CPmediumTitle{
Severity: Minor
Found in htdocs/icms.css by csslint

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

div.cpicon a {
Severity: Minor
Found in htdocs/icms.css by csslint

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

div.cpicon span.unor{
Severity: Minor
Found in htdocs/icms.css by csslint

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

.paginact {
Severity: Minor
Found in htdocs/icms.css by csslint

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

#http_error li{color: black; padding-top: 5px; padding-bottom: 5px;}
Severity: Minor
Found in htdocs/icms.css by csslint

Unexpected spaces found.
Open

    height:             19px;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    text-decoration:    none;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    width: 30%;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    vertical-align: middle;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    text-decoration: none;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    font-style:         normal;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    width:              16px;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    background-image:   url(./images/paginact.gif);
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    cursor:     help;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    visibility:         hidden;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    color:              #000000;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    height:             19px;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    border:     0;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    font-size:          10px;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    font-weight:        normal;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    width:              16px;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    /*CSS Style for the mouse hover of the links inside the pagination div*/
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    margin-bottom: 10px;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    /*CSS Style for the link of the current page*/
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    text-align:         center;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    font-weight:        normal;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    font-size:          10px;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    display:            none;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    width:              16px;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    text-align:         center;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    font-size:          10px;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    padding-top:        5px;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    margin-top: 20px;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    height:             19px;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    background-image:   url(./images/pagact.gif);
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    background-image:   url(./images/pagneutral.gif);
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    display: none;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    width:      100%;
Severity: Minor
Found in htdocs/icms.css by editorconfig

Unexpected spaces found.
Open

    text-align:         center;
Severity: Minor
Found in htdocs/icms.css by editorconfig

There are no issues that match your filters.

Category
Status