W3C CSS Validator results for styles.css (CSS level 2.1)

Congratulations! No Error Found.

This document validates as CSS level 2.1 !

To show your readers that you've taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the XHTML you could use to add this icon to your Web page:

Valid CSS!
<p>
    <a href="http://jigsaw.w3.org/css-validator/check/referer">
        <img style="border:0;width:88px;height:31px"
            src="http://jigsaw.w3.org/css-validator/images/vcss"
            alt="Valid CSS!" />
    </a>
</p>
            
Valid CSS!
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
    <img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        alt="Valid CSS!" />
</a>
</p>
        

(close the img tag with > instead of /> if using HTML <= 4.01)

Does your site validate? Update your Web skills at W3Conf,
W3C's first-ever developer conference.
Register now!

Validators Donation Program LogoThe W3C validators rely on community support for hosting and development.
Donate and help us build better tools for a better web.

If you like, you can download a copy of this image to keep in your local web directory, and change the XHTML fragment above to reference your local image rather than the one on this server.

If you would like to create a link to this page (i.e., this validation result) to make it easier to re-validate this page in the future or to allow others to validate your page, the URI is:

http://jigsaw.w3.org/css-validator/validator$link
or
http://jigsaw.w3.org/css-validator/check/referer (for HTML/XML document only)

(Or, you can just add the current page to your bookmarks or hotlist.)

↑ Top

Warnings (1)

URI : styles.css

125 Same colors for color and background-color in two contexts body and #sidebar h2

↑ Top

Valid CSS information

body {
margin : 0;
padding : 0;
background : #ffffff url(images/bg.gif) repeat-x;
font-size : 13px;
color : #000000;
}
body, th, td, input, textarea, select, option {
font-family : Arial, Times, serif;
}
h1, h2, h3, page {
font-weight : normal;
color : #7d965d;
}
a {
color : #7d965d;
}
a:hover {
text-decoration : none;
color : #000000;
}
a:active {
text-decoration : none;
color : #4a7503;
}
#header {
width : 960px;
height : 262px;
margin : 0 auto;
background : url(images/img01.jpg) no-repeat [right, top];
}
#header h1, #header p {
margin : 0;
color : #000000;
}
#header h1 {
padding : 5px;
padding-top : 20px;
padding-left : 20px;
}
#header a {
color : #000000;
font-size : 18px;
font-weight : bold;
}
#page {
width : 960px;
margin : 0 auto;
}
#page a {
text-decoration : none;
}
#page a:hover {
text-decoration : none;
color : #000000;
}
#content {
float : right;
width : 690px;
}
#content2 {
float : left;
width : 690px;
}
table, th, td {
border : 1px solid black;
}
#sidebar {
float : left;
width : 240px;
}
#sidebar ul {
margin : 0;
padding : 0;
list-style : none;
}
#sidebar li ul {
padding : 15px 0;
}
#sidebar li {
padding-left : 20px;
padding-top : 10px;
border-bottom : 1px dotted #0f0f0f;
}
#sidebar h2 {
margin : 0;
padding : 20px 0 0 0;
background : url(images/menu.gif) repeat-x [bottom];
color : #ffffff;
text-align : center;
}
#sidebar a {
text-decoration : none;
}
#footer {
clear : both;
padding : 20px 0;
background : url(images/footer.gif) repeat-x;
text-align : center;
font-size : smaller;
}

↑ Top