htdocs/icms.css
Don't use IDs in selectors. Open
Open
#xo-logger-output{ font-size: .8em;} /* only needed until logger.php and logger_render.php are modified */
- Exclude checks
Don't use IDs in selectors. Open
Open
#http_error_searchform{padding-top: 5px; line-height: 5px; padding-bottom: 0px;}
- Exclude checks
Don't use IDs in selectors. Open
Open
div#disclaimer{
- Exclude checks
Use of !important Open
Open
height: 70px !important;
- Exclude checks
Don't use IDs in selectors. Open
Open
#http_error li{color: black; padding-top: 5px; padding-bottom: 5px;}
- Exclude checks
Don't use IDs in selectors. Open
Open
#xoopsHiddenText {
- Exclude checks
Use of !important Open
Open
width: 70px !important;
- Exclude checks
Don't use IDs in selectors. Open
Open
#http_error_text {padding-top: 5px; padding-bottom: 5px; text-align: left;}
- Exclude checks
Don't use IDs in selectors. Open
Open
#login_window h2 {
- Exclude checks
Don't use IDs in selectors. Open
Open
#bannerstats td {
- Exclude checks
Don't use IDs in selectors. Open
Open
#icms_rating_container {}
- Exclude checks
Don't use IDs in selectors. Open
Open
#http_error_title {padding-top: 5px; padding-bottom: 5px; font-size: 20px; font-weight: bold;}
- Exclude checks
Use of !important Open
Open
z-index:100 !important;
- Exclude checks
Don't use IDs in selectors. Open
Open
#login_window {
- Exclude checks
Don't use IDs in selectors. Open
Open
#icms_rating_container .item {
- Exclude checks
Don't use IDs in selectors. Open
Open
#icms_rating_container .odd {
- Exclude checks
Don't use IDs in selectors. Open
Open
#bannerstats {}
- Exclude checks
Don't use IDs in selectors. Open
Open
#icms_rating_container .itemHead {
- Exclude checks
Element (td.head) is overqualified, just use .head without element name. Open
Open
.xo-theme-form td.head {
- Exclude checks
Values of 0 shouldn't have units specified. Open
Open
#http_error_searchform{padding-top: 5px; line-height: 5px; padding-bottom: 0px;}
- Exclude checks
Values of 0 shouldn't have units specified. Open
Open
padding:0px 0px 12px 10px;
- Exclude checks
Values of 0 shouldn't have units specified. Open
Open
margin: 0px 0px 0px 20px;
- Exclude checks
Element (span.disabled) is overqualified, just use .disabled without element name. Open
Open
div.pagination.default span.disabled {
- Exclude checks
Values of 0 shouldn't have units specified. Open
Open
padding:0px 0px 12px 10px;
- Exclude checks
Element (span.current) is overqualified, just use .current without element name. Open
Open
div.pagination.default span.current {
- Exclude checks
Element (div#disclaimer) is overqualified, just use #disclaimer without element name. Open
Open
div#disclaimer{
- Exclude checks
Values of 0 shouldn't have units specified. Open
Open
margin: 0px 0px 0px 20px;
- Exclude checks
Values of 0 shouldn't have units specified. Open
Open
margin: 0px 0px 0px 20px;
- Exclude checks
Element (table.outer) is overqualified, just use .outer without element name. Open
Open
table.outer {
- Exclude checks
Background image 'images/red.png' was used multiple times, first declared at line 321, col 2. Open
Open
background:url(images/red.png) no-repeat bottom right;
- Exclude checks
Element (span.unor) is overqualified, just use .unor without element name. Open
Open
div.cpicon span.unor{
- Exclude checks
Background image 'images/yellow.png' was used multiple times, first declared at line 333, col 2. Open
Open
background:url(images/yellow.png) no-repeat bottom right;
- Exclude checks
Background image 'images/green.png' was used multiple times, first declared at line 339, col 2. Open
Open
background:url(images/green.png) no-repeat bottom right;
- Exclude checks
Element (span.uno) is overqualified, just use .uno without element name. Open
Open
div.cpicon span.uno{
- Exclude checks
Background image 'images/red.png' was used multiple times, first declared at line 321, col 2. Open
Open
background:url(images/red.png) no-repeat bottom right;
- Exclude checks
Background image 'images/red.png' was used multiple times, first declared at line 321, col 2. Open
Open
background:url(images/red.png) no-repeat 0 0;
- Exclude checks
Using width with padding can sometimes make elements larger than you expect. Open
Open
padding: 1px;
- Exclude checks
Using width with padding can sometimes make elements larger than you expect. Open
Open
padding: 2px 5px 1px 5px;
- Exclude checks
Using height with padding can sometimes make elements larger than you expect. Open
Open
padding: 2px;
- Exclude checks
Duplicate property 'width' found. Open
Open
width: 70px;
- Exclude checks
Using height with padding can sometimes make elements larger than you expect. Open
Open
padding: 2px 5px 1px 5px;
- Exclude checks
Rule is empty. Open
Open
div.pagination.default span.current {
- Exclude checks
Rule is empty. Open
Open
.top_shortPass span{
- Exclude checks
Using height with border can sometimes make elements larger than you expect. Open
Open
border: #CCC 1px solid;
- Exclude checks
Using width with border can sometimes make elements larger than you expect. Open
Open
border: #CCC 1px solid;
- Exclude checks
Using width with border can sometimes make elements larger than you expect. Open
Open
border: 1px solid #000;
- Exclude checks
Using height with border can sometimes make elements larger than you expect. Open
Open
border: 1px solid #CCCCCC;
- Exclude checks
Duplicate property 'height' found. Open
Open
height: 70px;
- Exclude checks
Rule is empty. Open
Open
.top_strongPass span{
- Exclude checks
Using width with padding can sometimes make elements larger than you expect. Open
Open
padding: 2px;
- Exclude checks
Rule is empty. Open
Open
#icms_rating_container {}
- Exclude checks
Rule is empty. Open
Open
#bannerstats {}
- Exclude checks
Rule is empty. Open
Open
div.pagination.default a:hover, div.pagination.default a:active {
- Exclude checks
Using width with border can sometimes make elements larger than you expect. Open
Open
border: 1px solid #CCCCCC;
- Exclude checks
Rule is empty. Open
Open
.top_goodPass span{
- Exclude checks
Using height with border-bottom can sometimes make elements larger than you expect. Open
Open
border-bottom: 3px solid #1E90FF;
- Exclude checks
Using height with padding can sometimes make elements larger than you expect. Open
Open
padding:0px 0px 12px 10px;
- Exclude checks
Using height with padding can sometimes make elements larger than you expect. Open
Open
padding: 10px 0 0 50px;
- Exclude checks
Rule is empty. Open
Open
.top_badPass span{
- Exclude checks
Adjoining classes: div.pagination.default a:active Open
Open
div.pagination.default a:hover, div.pagination.default a:active {
- Exclude checks
Adjoining classes: div.pagination.default a:hover Open
Open
div.pagination.default a:hover, div.pagination.default a:active {
- Exclude checks
Adjoining classes: div.pagination.default a Open
Open
div.pagination.default a {
- Exclude checks
Adjoining classes: div.pagination.default span.disabled Open
Open
div.pagination.default span.disabled {
- Exclude checks
Adjoining classes: div.pagination.default Open
Open
div.pagination.default{
- Exclude checks
Adjoining classes: div.pagination.default span.current Open
Open
div.pagination.default span.current {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#xoopsHiddenText {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#http_error_title {padding-top: 5px; padding-bottom: 5px; font-size: 20px; font-weight: bold;}
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.testresult{
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.pagneutral {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.xoops-form-element-caption-required .caption-marker {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.login_form .credentials {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
div.cpicon span {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.login_form .credentials label {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
p {padding: 0; margin: 0;}
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#login_window {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.CPbigTitle{
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
div.cpicon span.uno{
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#http_error_text {padding-top: 5px; padding-bottom: 5px; text-align: left;}
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
div#disclaimer{
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
div.pagination.default{
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.top_testresult{
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.testresult span{
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#icms_rating_container .item {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.login_form .credentials input {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.ed_block_box {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.top_testresult span{
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.pagact {
- Exclude checks
Heading (h2) should not be qualified. Open
Open
#login_window h2 {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.xoops-form-element-help {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#login_window h2 {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#icms_rating_container .odd {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#http_error_searchform{padding-top: 5px; line-height: 5px; padding-bottom: 0px;}
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
div.cpicon{
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
div.cpicon img { margin-top: 1px; margin-bottom: 1px; width: 32px; height: 32px;}
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.ed_block_box a{
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.CPmediumTitle{
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
div.cpicon a {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
div.cpicon span.unor{
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.paginact {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#http_error li{color: black; padding-top: 5px; padding-bottom: 5px;}
- Exclude checks
Unexpected spaces found. Open
Open
height: 19px;
- Exclude checks
Unexpected spaces found. Open
Open
text-decoration: none;
- Exclude checks
Unexpected spaces found. Open
Open
width: 30%;
- Exclude checks
Unexpected spaces found. Open
Open
vertical-align: middle;
- Exclude checks
Unexpected spaces found. Open
Open
text-decoration: none;
- Exclude checks
Unexpected spaces found. Open
Open
font-style: normal;
- Exclude checks
Unexpected spaces found. Open
Open
width: 16px;
- Exclude checks
Unexpected spaces found. Open
Open
background-image: url(./images/paginact.gif);
- Exclude checks
Unexpected spaces found. Open
Open
cursor: help;
- Exclude checks
Unexpected spaces found. Open
Open
visibility: hidden;
- Exclude checks
Unexpected spaces found. Open
Open
color: #000000;
- Exclude checks
Unexpected spaces found. Open
Open
height: 19px;
- Exclude checks
Unexpected spaces found. Open
Open
border: 0;
- Exclude checks
Unexpected spaces found. Open
Open
font-size: 10px;
- Exclude checks
Unexpected spaces found. Open
Open
font-weight: normal;
- Exclude checks
Unexpected spaces found. Open
Open
width: 16px;
- Exclude checks
Unexpected spaces found. Open
Open
/*CSS Style for the mouse hover of the links inside the pagination div*/
- Exclude checks
Unexpected spaces found. Open
Open
margin-bottom: 10px;
- Exclude checks
Unexpected spaces found. Open
Open
/*CSS Style for the link of the current page*/
- Exclude checks
Unexpected spaces found. Open
Open
text-align: center;
- Exclude checks
Unexpected spaces found. Open
Open
font-weight: normal;
- Exclude checks
Unexpected spaces found. Open
Open
font-size: 10px;
- Exclude checks
Unexpected spaces found. Open
Open
display: none;
- Exclude checks
Unexpected spaces found. Open
Open
width: 16px;
- Exclude checks
Unexpected spaces found. Open
Open
text-align: center;
- Exclude checks
Unexpected spaces found. Open
Open
font-size: 10px;
- Exclude checks
Unexpected spaces found. Open
Open
padding-top: 5px;
- Exclude checks
Unexpected spaces found. Open
Open
margin-top: 20px;
- Exclude checks
Unexpected spaces found. Open
Open
height: 19px;
- Exclude checks
Unexpected spaces found. Open
Open
background-image: url(./images/pagact.gif);
- Exclude checks
Unexpected spaces found. Open
Open
background-image: url(./images/pagneutral.gif);
- Exclude checks
Unexpected spaces found. Open
Open
display: none;
- Exclude checks
Unexpected spaces found. Open
Open
width: 100%;
- Exclude checks
Unexpected spaces found. Open
Open
text-align: center;
- Exclude checks