htdocs/themes/iTheme/rtl/style.css
Don't use IDs in selectors. Open
Open
#xo-headerlogo {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-canvas-content li {margin-left: 5px; color: #000; background-color: inherit; line-height: 1.4em; list-style: circle;}
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-canvas {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-canvas-leftcolumn a:hover {}
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-canvas-leftcolumn a {}
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-headerbanner {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-footer a:hover {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-redirect {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-logger-output {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-globalnav {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-page {}
- Exclude checks
Don't use IDs in selectors. Open
Open
#controlbar {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-canvas-rightcolumn a {}
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-siteclose-login {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-siteclose-login span.left {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-header {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-globalnav a {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-globalnav a:hover {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-canvas-rightcolumn {}
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-content {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-siteclose-login div{
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-siteclose-login div.button {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-canvas-content {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-canvas-content ul {margin: 5px; padding: 2px; list-style: decimal inside; text-align: left;}
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-canvas-rightcolumn a:hover {}
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-siteclose-login form {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-siteclose-login span.right {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-footer a {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-canvas-leftcolumn {}
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-siteclose-login h2 {
- Exclude checks
Don't use IDs in selectors. Open
Open
#xo-footer {
- Exclude checks
@import prevents parallel downloads, use <link> instead. Open
Open
@import url(blocks.css);
- Exclude checks
The properties padding-top, padding-bottom, padding-left, padding-right can be replaced by padding. Open
Open
#xo-globalnav a {
- Exclude checks
Values of 0 shouldn't have units specified. Open
Open
padding-right: 0px;
- Exclude checks
Values of 0 shouldn't have units specified. Open
Open
margin: 0px;
- Exclude checks
@import prevents parallel downloads, use <link> instead. Open
Open
@import url(content.css);
- Exclude checks
Element (span.right) is overqualified, just use .right without element name. Open
Open
#xo-siteclose-login span.right {
- Exclude checks
Values of 0 shouldn't have units specified. Open
Open
margin-bottom: 0px;
- Exclude checks
Element (span.left) is overqualified, just use .left without element name. Open
Open
#xo-siteclose-login span.left {
- Exclude checks
Element (div.button) is overqualified, just use .button without element name. Open
Open
#xo-siteclose-login div.button {
- Exclude checks
Values of 0 shouldn't have units specified. Open
Open
margin-top: 0px;
- Exclude checks
Element (span.helptext) is overqualified, just use .helptext without element name. Open
Open
span.helptext {position: absolute; left: 50px; z-index: 9000; background-color:#000; outline:1px solid #669; border:2px solid #fff; padding:10px 15px; width:200px; display:none; color:#fff; text-align:left; font-size:12px; font-weight:normal;
- Exclude checks
The properties margin-top, margin-bottom, margin-left, margin-right can be replaced by margin. Open
Open
#xo-siteclose-login {
- Exclude checks
@import prevents parallel downloads, use <link> instead. Open
Open
@import url(layout.css);
- Exclude checks
Values of 0 shouldn't have units specified. Open
Open
padding: 0px;
- Exclude checks
Duplicate property 'background' found. Open
Open
background: url(../img/body_bg.jpg) no-repeat;
- Exclude checks
Rule is empty. Open
Open
#xo-canvas-rightcolumn a:hover {}
- Exclude checks
Rule is empty. Open
Open
#xo-canvas-leftcolumn a:hover {}
- Exclude checks
Rule is empty. Open
Open
#xo-page {}
- Exclude checks
Unknown property 'outline-radius'. Open
Open
outline-radius:4px;
- Exclude checks
Rule is empty. Open
Open
#xo-canvas-rightcolumn a {}
- Exclude checks
Rule is empty. Open
Open
#xo-canvas-leftcolumn a {}
- Exclude checks
Expected (<filter-function-list> | none) but found 'alpha(opacity=70)'.</filter-function-list> Open
Open
filter:alpha(opacity=70);
- Exclude checks
Rule is empty. Open
Open
#xo-canvas-leftcolumn {}
- Exclude checks
Using width with padding can sometimes make elements larger than you expect. Open
Open
span.helptext {position: absolute; left: 50px; z-index: 9000; background-color:#000; outline:1px solid #669; border:2px solid #fff; padding:10px 15px; width:200px; display:none; color:#fff; text-align:left; font-size:12px; font-weight:normal;
- Exclude checks
Using width with border can sometimes make elements larger than you expect. Open
Open
border: 2px solid #DDDDFF;
- Exclude checks
Using width with border can sometimes make elements larger than you expect. Open
Open
border:1px solid #DDDDFF;
- Exclude checks
Duplicate property 'text-align' found. Open
Open
text-align: center;
- Exclude checks
Rule is empty. Open
Open
#xo-canvas-rightcolumn {}
- Exclude checks
Using width with padding can sometimes make elements larger than you expect. Open
Open
padding: 10px;
- Exclude checks
Using width with border can sometimes make elements larger than you expect. Open
Open
span.helptext {position: absolute; left: 50px; z-index: 9000; background-color:#000; outline:1px solid #669; border:2px solid #fff; padding:10px 15px; width:200px; display:none; color:#fff; text-align:left; font-size:12px; font-weight:normal;
- Exclude checks
Heading (h2) has already been defined. Open
Open
#xo-siteclose-login h2 {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#xo-globalnav {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#xo-canvas {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#xo-siteclose-login div.button {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#controlbar {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#xo-siteclose-login span.right {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#xo-canvas-content ul {margin: 5px; padding: 2px; list-style: decimal inside; text-align: left;}
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#xo-globalnav a:hover {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#xo-redirect {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#xo-siteclose-login h2 {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#xo-siteclose-login form {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
span.helptext {position: absolute; left: 50px; z-index: 9000; background-color:#000; outline:1px solid #669; border:2px solid #fff; padding:10px 15px; width:200px; display:none; color:#fff; text-align:left; font-size:12px; font-weight:normal;
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#xo-headerbanner {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
table td {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#xo-canvas-content li {margin-left: 5px; color: #000; background-color: inherit; line-height: 1.4em; list-style: circle;}
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
a {
- Exclude checks
Heading (h2) should not be qualified. Open
Open
#xo-siteclose-login h2 {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#xo-header {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#xo-globalnav a {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#xo-footer {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
html, body {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#xo-siteclose-login {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
background: #FFF;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-canvas {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
a {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
h2 {font-size: 1.2em;}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
/* ------ General styles ------ */
- Exclude checks
Incorrect end of line character(s) found. Open
Open
background-repeat: no-repeat;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-globalnav {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
margin-right: auto;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
width: 85%;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
@import url(blocks.css);
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
border-width: 0;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
color: #8e8e8e;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-headerbanner {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
border-bottom: 1px dashed #8DBDE1;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-canvas-leftcolumn a {}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-redirect {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
font-family: Tahoma, Arial, Helvetica, sans-serif;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
border: 0;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
h5 {font-size: .9em;}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
clear: both;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
/* ---------- Redirect ------------ */
- Exclude checks
Incorrect end of line character(s) found. Open
Open
border:1px solid #DDDDFF;
- Exclude checks
Unexpected trailing spaces found. Open
Open
border:1px solid #DDDDFF;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-siteclose-login span.left {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
background-color: #59b9e4;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
margin: 0;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
float: right;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-footer a {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
-webkit-outline-radius:4px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Unexpected trailing spaces found. Open
Open
/* opacity for tooltip box */
- Exclude checks
Incorrect end of line character(s) found. Open
Open
@import url(content.css);
- Exclude checks
Incorrect end of line character(s) found. Open
Open
filter:alpha(opacity=70);
- Exclude checks
Incorrect end of line character(s) found. Open
Open
table td {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
/* ------ Header top menu navigation rules ------ */
- Exclude checks
Incorrect end of line character(s) found. Open
Open
h3 {font-size: 1em;}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
h6 {font-size: .8em;}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
background-color: #8bbcdd;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding: 10px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
border: 2px solid #DDDDFF;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
margin-right: auto;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
margin: 40px 0;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
font-size: 1em;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
margin-left: auto;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
margin: 0px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
margin-left: auto;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding-bottom: 3px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding-bottom: 3px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
.spacer {margin: 5px auto;}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
text-align: center;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
/* ---------- Tooltip box ---------- */
- Exclude checks
Incorrect end of line character(s) found. Open
Open
background: url(../img/foot_bg.jpg) repeat-x;
- Exclude checks
Unexpected trailing spaces found. Open
Open
/* outline radius for mozilla/firefox only */
- Exclude checks
Incorrect end of line character(s) found. Open
Open
color: #333;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-logger-output {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
.caption-text img {float: left; padding-top: 2px;}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
h4 {font-size: 1em;}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
position: relative;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
float: left;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
margin-top: 40px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-globalnav a:hover {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
font-weight: bold;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-page {}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
color: #222;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
font-weight: bold;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
text-align: center;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-siteclose-login {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-siteclose-login div.button {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
font-size: 70%;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
background: url(../img/body_bg.jpg) no-repeat;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
margin-left: 35px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-globalnav a {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
color: #fff;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
border-top: 4px solid #F3AC03;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-canvas-leftcolumn {}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
background-color: #F2F2F2;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
width: 270px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
font-weight: bold;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
margin-top: 0px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding-right: 0px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-footer {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding-top: 10px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
margin-top: 5px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
a:hover {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
h1 {font-size: 1.4em; }
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding-right: 10px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding-bottom: 3px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
/* ------ Main content ------ */
- Exclude checks
Incorrect end of line character(s) found. Open
Open
line-height: 1.3em;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
text-align: center;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
/* ---------- Site close ------------ */
- Exclude checks
Unexpected trailing spaces found. Open
Open
padding: 2px;
- Exclude checks
Unexpected trailing spaces found. Open
Open
margin: 0px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-siteclose-login span.right {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
clear: both;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
/* ---------- Footer rules ---------- */
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
background: url(../img/right_bg.jpg);
- Exclude checks
Incorrect end of line character(s) found. Open
Open
table {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
height: 78px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
color: white;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
text-align: right;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
/* ---------- mode debug ---------- */
- Exclude checks
Incorrect end of line character(s) found. Open
Open
opacity: 0.75;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
width: 100%;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
text-decoration: none;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
/* ------ Header rules ------ */
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-header {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
left:120px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding-left: 11px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-canvas-rightcolumn a {}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-canvas-content li {margin-left: 5px; color: #000; background-color: inherit; line-height: 1.4em; list-style: circle;}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-content {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
margin-bottom: 0px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-footer a:hover {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
font-weight: bold;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#controlbar {
- Exclude checks
Unexpected trailing spaces found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-siteclose-login h2 {
- Exclude checks
Unexpected trailing spaces found. Open
Open
text-align: center;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-siteclose-login form {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Unexpected trailing spaces found. Open
Open
clear: both;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding: 0;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
position:relative;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
/* outline radius for mozilla/firefox only */
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
clear: both;
- Exclude checks
Unexpected trailing spaces found. Open
Open
outline-radius:4px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
text-align: center;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
/* opacity for tooltip box */
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-canvas-rightcolumn a:hover {}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
color: #666;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding: 0;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
vertical-align: top;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
color: #666;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
background: url(../img/header_bg.jpg) repeat-x;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-headerlogo {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
top:10px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding-bottom: 7px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
text-decoration: none;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
color: #F3AC03;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-canvas-rightcolumn {}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-canvas-leftcolumn a:hover {}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
/* lists */
- Exclude checks
Incorrect end of line character(s) found. Open
Open
/* ---------- Module display rules ---------- */
- Exclude checks
Incorrect end of line character(s) found. Open
Open
span.helptext {position: absolute; left: 50px; z-index: 9000; background-color:#000; outline:1px solid #669; border:2px solid #fff; padding:10px 15px; width:200px; display:none; color:#fff; text-align:left; font-size:12px; font-weight:normal;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
color: #000;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
font-size: 10pt;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
background-position: top right;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
float: right;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
margin-right: 35px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
display: inline;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding-left: 10px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding-bottom: 7px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
/* ---------- Column left/right rules ---------- */
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-canvas-content {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-canvas-content ul {margin: 5px; padding: 2px; list-style: decimal inside; text-align: left;}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
font-size: 80%;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
outline-radius:4px;
- Exclude checks
Unexpected trailing spaces found. Open
Open
-moz-outline-radius:4px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
-moz-opacity:0.75;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
@import url(layout.css);
- Exclude checks
Incorrect end of line character(s) found. Open
Open
html, body {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
background: inherit;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
img {
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Unexpected trailing spaces found. Open
Open
#xo-canvas-content {
- Exclude checks
Unexpected trailing spaces found. Open
Open
margin-right: auto;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
margin-bottom: 20px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
background-color: #f2f2f2;
- Exclude checks
Unexpected trailing spaces found. Open
Open
font-size: 1em;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
float: right;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
text-align: center;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding: 2px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding: 6px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
-moz-outline-radius:4px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
#xo-siteclose-login div{
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding-right: 3px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
width: 100%;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
color: #fff;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
}
- Exclude checks
Incorrect end of line character(s) found. Open
Open
-khtml-opacity: 0.75;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding-top: 2px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding: 15px 1%;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
margin-top: 40px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
padding: 0px;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
float: left;
- Exclude checks
Incorrect end of line character(s) found. Open
Open
- Exclude checks