W3C CSS Validator results for http://home.zcu.cz/~mijeska/ (CSS level 3 + SVG)

Congratulations! No Error Found.

This document validates as CSS level 3 + SVG !

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%2Fhome.zcu.cz%2F%7Emijeska%2F
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 {
background-color : white;
background-image : url("./obrazky/pozadi.png");
background-repeat : repeat-x;
background-attachment : fixed;
}
div {
padding : 0;
border : 0;
position : relative;
}
h1 {
background : #ff57d9;
width : 780px;
height : 30px;
vertical-align : middle;
color : #540068;
font-size : 25px;
margin : 0 0 15px 0;
padding : 10px;
float : right;
border : black solid 1px;
}
h2 {
color : #740090;
border-bottom : 1px solid #740090;
}
h3 {
color : #9400b8;
}
#stranka {
width : 1022px;
background : none;
margin : 10px auto 0 auto;
}
#hlavicka {
background : #ff57d9;
width : 1022px;
height : 100px;
float : left;
text-align : center;
border : black solid 1px;
}
#logo {
margin : 0;
padding : 0;
border : 0;
}
#telo {
width : 1024px;
margin : 15px 0 15px 0;
float : left;
}
#menu {
background : #ff57d9;
width : 200px;
float : left;
border : black solid 1px;
}
#menu a {
color : #540068;
width : 190px;
text-decoration : none;
padding : 10px 5px 10px 5px;
display : block;
font-weight : bold;
}
#menu a.lichy {
background : #ff84e3;
}
#obsah {
background : #ffc8f3;
width : 780px;
float : right;
padding : 10px;
border : black solid 1px;
font-size : 10pt;
}
#obsah p {
text-align : justify;
}
#obsah a, #obsah a:link {
color : #0645ad;
text-decoration : none;
}
#obsah a:hover {
text-decoration : underline;
}
#obsah a:visited {
color : #0b0080;
}
#obsah a:active {
color : #faa700;
}
#obsah table {
border : black solid 1px;
border-collapse : collapse;
}
#obsah th {
border : black solid 1px;
background : #C0C0C0;
padding : 5px;
}
#obsah td {
border : black solid 1px;
text-align : center;
padding : 5px;
}
#menu-obsah {
padding : 10px;
border : black solid 1px;
}
#nadpis-obsah {
font-weight : bold;
font-size : 12pt;
}
.odsazeni {
margin-top : 5px;
margin-left : 15px;
}
.foto {
width : 200px;
margin : 0;
padding : 0;
border : #740090 solid 2px;
}
#paticka {
background : #ff57d9;
width : 1002px;
height : 30px;
float : left;
margin-bottom : 10px;
padding : 10px;
border : black solid 1px;
text-align : center;
}

↑ Top