ImpressCMS/impresscms

View on GitHub
htdocs/themes/iTheme/rtl/content.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#mainmenu a.menuSub {padding-right: 27px;}

Don't use IDs in selectors.
Open

#usermenu {font-size: .75em;}

Don't use IDs in selectors.
Open

#mainmenu {font-size: .75em;}

Don't use IDs in selectors.
Open

#mainmenu a {display: block; margin: 0; padding: 2px; border-bottom: 1px dashed #bbb; color: #666;}

Don't use IDs in selectors.
Open

#mainmenu a.menuSub:hover {}

Don't use IDs in selectors.
Open

#usermenu a {display: block; margin: 0; padding: 2px; border-bottom: 1px dashed #bbb; color: #666; padding-right: 15px;}

Don't use IDs in selectors.
Open

#usermenu a.menuTop {padding-right: 15px;}

Don't use IDs in selectors.
Open

#mainmenu a.menuTop {padding-right: 15px;}

Don't use IDs in selectors.
Open

#mainmenu a.menuMain {padding-right: 15px;}

Don't use IDs in selectors.
Open

#usermenu a.highlight {background: url(../img/nav_bg_right.gif) no-repeat; background-position: right; color: #59BBE6;}

Don't use IDs in selectors.
Open

#usermenu a:hover {color: #000; background: url(../img/nav_bg_right.gif) no-repeat; background-position: right;}

Don't use IDs in selectors.
Open

#mainmenu a:hover {color: #000; background: url(../img/nav_bg_right.gif) no-repeat; background-position: right;}

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

#mainmenu a.menuMain {padding-right: 15px;}

Background image '../img/nav_bg_right.gif' was used multiple times, first declared at line 5, col 33.
Open

#usermenu a:hover {color: #000; background: url(../img/nav_bg_right.gif) no-repeat; background-position: right;}

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

#usermenu a.highlight {background: url(../img/nav_bg_right.gif) no-repeat; background-position: right; color: #59BBE6;}

Background image '../img/nav_bg_right.gif' was used multiple times, first declared at line 5, col 33.
Open

#usermenu a.highlight {background: url(../img/nav_bg_right.gif) no-repeat; background-position: right; color: #59BBE6;}

Rule is empty.
Open

.outer {}

Rule is empty.
Open

.comUserName {}

Rule is empty.
Open

#mainmenu a.menuSub:hover {}

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

#mainmenu a {display: block; margin: 0; padding: 2px; border-bottom: 1px dashed #bbb; color: #666;}

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

.head {background-color: #f2f2f2; color:inherit; padding: 5px; font-weight: bold;}

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

.foot {background-color: #f5e9cd; color:inherit; padding: 5px; font-weight: bold;}

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

.errorMsg { background-color: #FFCCCC;  color:inherit; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa;font-weight: bold; padding: 10px;}

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

.itemHead {padding-left: 3px; color: #639ACE; border-bottom: 1px solid #bbb; font-size: .8em;}

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

table td {padding: 0; border-width: 0;    vertical-align: top;}

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

.itemFoot {text-align: right; padding: 3px; background-color: #efefef; color:inherit;}

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

.comUserStatus {margin-left: 2px; margin-top: 10px; background-color: inherit; color: #639ACE; font-weight:bold; font-size: .8em;}

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

.comDateCaption {font-weight: bold; font-style: normal; font-size: .8em}

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

.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa;font-weight: bold; padding: 10px;}

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

.itemInfo {text-align: right; padding: 3px; background-color: #efefef; color:inherit;}

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

#usermenu a {display: block; margin: 0; padding: 2px; border-bottom: 1px dashed #bbb; color: #666; padding-right: 15px;}

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

#usermenu a:hover {color: #000; background: url(../img/nav_bg_right.gif) no-repeat; background-position: right;}

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

.itemText {margin-top: 5px; margin-bottom: 5px; line-height: 1.5em;}

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

#mainmenu a:hover {color: #000; background: url(../img/nav_bg_right.gif) no-repeat; background-position: right;}

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

.xoopsCode { background-color: #fff; color:inherit; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0 6px 6px 6px; max-height: 200px; overflow: auto;}

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

.xoopsQuote { background-color: #fff; color:inherit; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; font-style:italic; padding: 0 6px 6px 6px;}

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

.itemTitle a {font-size: 1.1em; font-weight: bold; font-variant: small-caps; color: #fff; background-color: transparent;}

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

.comDate {font-weight: normal; font-style: italic; font-size: .8em}

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

.resultMsg { background-color : #bbb; color: #333; text-align: center; border-top: 1px solid #ccc; border-left: 1px solid #ccc; font-weight: bold; border-right: 1px solid #666; border-bottom: 1px solid #666; padding: 10px;}

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

.comUserStat {font-size: .7em; color: #639ACE; font-weight:bold; border: 1px solid #ccc; background-color: #fff; margin: 2px; padding: 2px;}

Incorrect end of line character(s) found.
Open

#mainmenu a.menuMain {padding-right: 15px;}

Incorrect end of line character(s) found.
Open

#usermenu a {display: block; margin: 0; padding: 2px; border-bottom: 1px dashed #bbb; color: #666; padding-right: 15px;}

Incorrect end of line character(s) found.
Open

/* tables and cells */

Incorrect end of line character(s) found.
Open

th {border-bottom: 4px solid #F3AC03;}

Incorrect end of line character(s) found.
Open

#mainmenu a.menuSub {padding-right: 27px;}

Incorrect end of line character(s) found.
Open

#usermenu a.menuTop {padding-right: 15px;}

Incorrect end of line character(s) found.
Open

tr.odd td {background-color: #E9E9E9; color:inherit; padding: 5px;}

Incorrect end of line character(s) found.
Open

.errorMsg { background-color: #FFCCCC;  color:inherit; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa;font-weight: bold; padding: 10px;}

Incorrect end of line character(s) found.
Open

.xoopsCode { background-color: #fff; color:inherit; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0 6px 6px 6px; max-height: 200px; overflow: auto;}

Incorrect end of line character(s) found.
Open

.outer {}

Incorrect end of line character(s) found.
Open

/* articles */

Incorrect end of line character(s) found.
Open

.itemPostDate {font-size: .9em; font-style:italic;}

Incorrect end of line character(s) found.
Open

/* forums */

Incorrect end of line character(s) found.
Open

#mainmenu a:hover {color: #000; background: url(../img/nav_bg_right.gif) no-repeat; background-position: right;}

Incorrect end of line character(s) found.
Open

.itemStats {font-size: .9em; font-style:italic;}

Incorrect end of line character(s) found.
Open

.signature { font-size:.8em; font-style:italic;}

Incorrect end of line character(s) found.
Open

#usermenu {font-size: .75em;}

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

.itemText:first-letter {font-size: 1.3em; font-weight: bold;}

Incorrect end of line character(s) found.
Open

.comTitle { font-weight: bold; margin-bottom: 2px;}

Incorrect end of line character(s) found.
Open

.comUserStat {font-size: .7em; color: #639ACE; font-weight:bold; border: 1px solid #ccc; background-color: #fff; margin: 2px; padding: 2px;}

Incorrect end of line character(s) found.
Open

.comUserImg {margin: 2px;}

Incorrect end of line character(s) found.
Open

#mainmenu a.menuSub:hover {}

Incorrect end of line character(s) found.
Open

.odd {background-color: #E9E9E9; color:inherit; padding: 5px;}

Incorrect end of line character(s) found.
Open

.resultMsg { background-color : #bbb; color: #333; text-align: center; border-top: 1px solid #ccc; border-left: 1px solid #ccc; font-weight: bold; border-right: 1px solid #666; border-bottom: 1px solid #666; padding: 10px;}

Incorrect end of line character(s) found.
Open

.itemBody {padding-left: 5px;}

Incorrect end of line character(s) found.
Open

.comDate {font-weight: normal; font-style: italic; font-size: .8em}

Incorrect end of line character(s) found.
Open

#mainmenu a.menuTop {padding-right: 15px;}

Incorrect end of line character(s) found.
Open

.foot {background-color: #f5e9cd; color:inherit; padding: 5px; font-weight: bold;}

Incorrect end of line character(s) found.
Open

.itemInfo {text-align: right; padding: 3px; background-color: #efefef; color:inherit;}

Incorrect end of line character(s) found.
Open

.itemTitle a {font-size: 1.1em; font-weight: bold; font-variant: small-caps; color: #fff; background-color: transparent;}

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

/* core messages */

Incorrect end of line character(s) found.
Open

table {    width: 100%;}

Incorrect end of line character(s) found.
Open

.head {background-color: #f2f2f2; color:inherit; padding: 5px; font-weight: bold;}

Incorrect end of line character(s) found.
Open

tr.even td {background-color: #e8e6e2; color:inherit; padding: 5px;}

Incorrect end of line character(s) found.
Open

.comText {padding: 2px;}

Incorrect end of line character(s) found.
Open

.comUserRankImg {border: 0;}

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

.comUserStatCaption {font-weight: normal;}

Incorrect end of line character(s) found.
Open

/* Start Main Menu */

Incorrect end of line character(s) found.
Open

th {color: #0066CC; padding : 2px; vertical-align : middle;}

Incorrect end of line character(s) found.
Open

.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa;font-weight: bold; padding: 10px;}

Incorrect end of line character(s) found.
Open

.xoopsQuote { background-color: #fff; color:inherit; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; font-style:italic; padding: 0 6px 6px 6px;}

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

.item {border: 1px solid #ccc;}

Incorrect end of line character(s) found.
Open

#mainmenu a {display: block; margin: 0; padding: 2px; border-bottom: 1px dashed #bbb; color: #666;}

Incorrect end of line character(s) found.
Open

.even {background-color: #e8e6e2; color:inherit; padding: 5px;}

Incorrect end of line character(s) found.
Open

.itemPermaLink {font-size: .9em;}

Incorrect end of line character(s) found.
Open

.comUserRankText {font-size: .8em; font-weight:bold;}

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

#usermenu a:hover {color: #000; background: url(../img/nav_bg_right.gif) no-repeat; background-position: right;}

Incorrect end of line character(s) found.
Open

#usermenu a.highlight {background: url(../img/nav_bg_right.gif) no-repeat; background-position: right; color: #59BBE6;}

Incorrect end of line character(s) found.
Open

.itemPoster {font-size: .9em; font-style:italic;}

Incorrect end of line character(s) found.
Open

.comDateCaption {font-weight: bold; font-style: normal; font-size: .8em}

Incorrect end of line character(s) found.
Open

.itemHead {padding-left: 3px; color: #639ACE; border-bottom: 1px solid #bbb; font-size: .8em;}

Incorrect end of line character(s) found.
Open

.itemFoot {text-align: right; padding: 3px; background-color: #efefef; color:inherit;}

Incorrect end of line character(s) found.
Open

/* Start User Menu */

Incorrect end of line character(s) found.
Open

/* End User Menu */

Incorrect end of line character(s) found.
Open

table td {padding: 0; border-width: 0;    vertical-align: top;}

Incorrect end of line character(s) found.
Open

.comUserStatus {margin-left: 2px; margin-top: 10px; background-color: inherit; color: #639ACE; font-weight:bold; font-size: .8em;}

Incorrect end of line character(s) found.
Open

/* codes and quotes */

Incorrect end of line character(s) found.
Open

.comUserRank {margin: 2px;}

Incorrect end of line character(s) found.
Open

.comUserName {}

Incorrect end of line character(s) found.
Open

#mainmenu {font-size: .75em;}

Incorrect end of line character(s) found.
Open

/* End Main Menu */

Incorrect end of line character(s) found.
Open

.itemText {margin-top: 5px; margin-bottom: 5px; line-height: 1.5em;}

Incorrect end of line character(s) found.
Open

.itemAdminLink {font-size: .9em;}

There are no issues that match your filters.

Category
Status