W3C CSS Validator results for http://www.hsdn.org/_css/all.css (CSS level 3)

Congratulations! No Error Found.

This document validates as CSS level 3 !

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)

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?uri=http%3A%2F%2Fwww.hsdn.org/_css/all.css&usermedium=all
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

Valid CSS information

body, html {
height : 100%;
}
body {
margin : 0;
padding : 0;
background : #fff;
font : 14px normal Arial, Helvetica, sans-serif;
color : #000;
}
form {
margin : 0;
padding : 0;
}
h1, h2, h3, p, ul, ol {
margin : 0 0 20px 0;
}
h1 {
font-weight : normal;
font-size : 20px;
}
h2 {
font-weight : normal;
font-size : 18px;
}
h3 {
font-weight : bold;
font-size : 14px;
}
ul, ol {
padding : 0 0 0 10px;
list-style : none;
}
a:link, a:visited {
color : #3366cc;
}
a:hover {
color : #dd0000;
}
img {
border : 0;
}
input, button, select {
font-size : 12px;
}
.red {
color : #dd0000;
}
#right-wrapper #content {
width : 630px;
}
#right-wrapper #content p {
line-height : 1.6;
}
#right-wrapper #content h1 {
margin : 0 0 20px 0;
}
#right-wrapper #content img, #right-wrapper #content object {
border : #f7f7f9 solid 5px;
}
#right-wrapper #content img.right {
float : right;
margin : 5px 0 10px 20px;
}
#right-wrapper #content img.left {
float : left;
margin : 5px 25px 10px 0;
}
#right-wrapper #content .section {
margin-bottom : 30px;
}
#right-wrapper #content .note {
color : #484848;
font-size : 12px;
}
#right-wrapper #content .link {
margin-bottom : 10px;
font-size : 12px;
color : #484848;
}
#right-wrapper #content ul.list {
padding : 0;
}
#right-wrapper #content .screen {
border : 0;
margin : 0 0 10px 0;
}
#right-wrapper #content ul.list li {
margin : 5px 0 0 0;
padding : 0;
}
#right-wrapper #content #welcome {
text-align : center;
}
#right-wrapper #content #welcome img {
margin : 5px 25px 0 25px;
}
#right-wrapper #content #welcome .link {
text-align : right;
margin : 20px 0 0 0;
}
#right-wrapper #content #news {
margin-bottom : 30px;
}
#right-wrapper #content #news .date {
margin-bottom : 5px;
font-size : 12px;
color : #484848;
}
#right-wrapper #content #projects {
margin-bottom : 30px;
}
#right-wrapper #content #projects .section {
height : 155px;
margin-bottom : 20px;
}
#right-wrapper #content #projects p {
margin : 10px 0 0 0;
}
#right-wrapper #content #projects img {
float : right;
margin : 0 0 0 20px;
}
#right-wrapper #content #gallery {
text-align : center;
margin-bottom : 10px;
}
#right-wrapper #content #gallery img.thumb {
margin : 0 25px 30px 25px;
}
#right-wrapper #content #gallery img.prev {
margin-bottom : 10px;
vertical-align : middle;
}
#right-wrapper #content #gallery a.control:link, #right-wrapper #content #gallery a.control:visited, #right-wrapper #content #gallery a.control:hover, #right-wrapper #content #webcam span.control {
font-size : 20px;
text-decoration : none;
cursor : pointer;
color : #3366cc;
}
#right-wrapper #content #webcam {
text-align : center;
margin-bottom : 10px;
}
#right-wrapper #content #webcam img.thumb {
margin : 0 25px 30px 25px;
}
#right-wrapper #content #webcam img, #right-wrapper #content #webcam object {
margin-top : 5px;
vertical-align : middle;
cursor : pointer;
}
#right-wrapper #content #contacts {
margin-bottom : 30px;
}
#right-wrapper #content #contacts img {
float : left;
margin : 0 25px 0 0;
}
#right-wrapper #content #contacts p {
margin : 20px 0 0 0;
}
#right-wrapper #content #contacts .link {
color : #000;
}
#right-wrapper #content #contacts .section {
margin-bottom : 30px;
height : 166px;
}
#right-wrapper #content #sitemap {
margin-bottom : 30px;
}
#right-wrapper #content #sitemap ul {
margin : 0;
padding : 0;
}
#right-wrapper #content #sitemap ul li {
margin : 5px 0;
font-weight : bold;
}
#right-wrapper #content #sitemap ul li ul {
margin : 0 0 10px 20px;
}
#right-wrapper #content #sitemap ul li ul li {
margin : 5px 0;
font-weight : normal;
}

↑ Top