W3C CSS Validator results for http://jacob.boo.pl/txt/styl2.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://jacob.boo.pl/txt/styl2.css&profile=css3&usermedium=all&warning=1&vextwarning=
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 (28)

URI : http://jacob.boo.pl/txt/styl2.css

28 div.lewy Same color for background-color and border-top-color
28 div.lewy Same color for background-color and border-right-color
28 div.lewy Same color for background-color and border-bottom-color
28 div.lewy Same color for background-color and border-left-color
217 div.abc4 Same color for background-color and border-top-color
217 div.abc4 Same color for background-color and border-right-color
217 div.abc4 Same color for background-color and border-bottom-color
217 div.abc4 Same color for background-color and border-left-color
306 Same colors for color and background-color in two contexts div.abc4:hover and a.bialy
306 Same colors for color and background-color in two contexts div.gora and a.bialy
306 Same colors for color and background-color in two contexts div.gora1 and a.bialy
306 Same colors for color and background-color in two contexts div.gora1:hover and a.bialy
306 Same colors for color and background-color in two contexts div.gora:hover and a.bialy
311 Same colors for color and background-color in two contexts div.abc4:hover and a.bialy:visited
311 Same colors for color and background-color in two contexts div.gora and a.bialy:visited
311 Same colors for color and background-color in two contexts div.gora1 and a.bialy:visited
311 Same colors for color and background-color in two contexts div.gora1:hover and a.bialy:visited
311 Same colors for color and background-color in two contexts div.gora:hover and a.bialy:visited
315 Same colors for color and background-color in two contexts div.abc4:hover and a.bialy:hover
315 Same colors for color and background-color in two contexts div.gora and a.bialy:hover
315 Same colors for color and background-color in two contexts div.gora1 and a.bialy:hover
315 Same colors for color and background-color in two contexts div.gora1:hover and a.bialy:hover
315 Same colors for color and background-color in two contexts div.gora:hover and a.bialy:hover
320 Same colors for color and background-color in two contexts div.abc4:hover and a.bialy:active
320 Same colors for color and background-color in two contexts div.gora and a.bialy:active
320 Same colors for color and background-color in two contexts div.gora1 and a.bialy:active
320 Same colors for color and background-color in two contexts div.gora1:hover and a.bialy:active
320 Same colors for color and background-color in two contexts div.gora:hover and a.bialy:active

↑ Top

Valid CSS information

body {
width : 900px;
margin-left : auto;
margin-right : auto;
background : url('DSCN9479.jpg') center;
background-color : #303030;
background-repeat : no-repeat round;
background-attachment : fixed;
}
div.lewy {
width : 75px;
height : 265px;
float : left;
overflow : hidden;
position : absolute;
left : 15px;
top : 5px;
background-image : url('logo2.jpg');
border-bottom-left-radius : 2px;
border-bottom-right-radius : 2px;
border-top-left-radius : 2px;
border-top-right-radius : 2px;
border-left : 1px solid #ffffff;
border-right : 1px solid #ffffff;
border-bottom : 1px solid #ffffff;
border-top : 1px solid #ffffff;
background-color : #ffffff;
}
div.gora {
overflow : hidden;
position : absolute;
left : 5%;
right : 5%;
top : 5%;
bottom : 5%;
border-left : 1px solid #333333;
border-right : 1px solid #333333;
border-bottom : 1px solid #333333;
border-top : 1px solid #333333;
background-color : #f1f1f1;
border-bottom-left-radius : 2px;
border-bottom-right-radius : 2px;
border-top-left-radius : 2px;
border-top-right-radius : 2px;
}
div.gora:hover {
border-left : 1px solid #69f323;
border-right : 1px solid #69f323;
border-bottom : 1px solid #69f323;
border-top : 1px solid #69f323;
background-color : #f1f1f1;
border-bottom-left-radius : 3px;
border-bottom-right-radius : 3px;
border-top-left-radius : 3px;
border-top-right-radius : 3px;
}
div.gora1 {
overflow : hidden;
position : relative;
left : 5%;
right : 5%;
top : 2%;
border-left : 1px solid #333333;
border-right : 1px solid #333333;
border-bottom : 1px solid #333333;
border-top : 1px solid #333333;
background-color : #f1f1f1;
border-bottom-left-radius : 2px;
border-bottom-right-radius : 2px;
border-top-left-radius : 2px;
border-top-right-radius : 2px;
}
div.gora1:hover {
border-left : 1px solid #69f323;
border-right : 1px solid #69f323;
border-bottom : 1px solid #69f323;
border-top : 1px solid #69f323;
background-color : #f1f1f1;
border-bottom-left-radius : 3px;
border-bottom-right-radius : 3px;
border-top-left-radius : 3px;
border-top-right-radius : 3px;
}
div.powieksz {
overflow : hidden;
width : 75px;
height : 23px;
position : absolute;
left : 15px;
top : 420px;
border-left : 1px solid #e2e2e2;
border-right : 1px solid #e2e2e2;
border-bottom : 1px solid #e2e2e2;
border-top : 1px solid #e2e2e2;
background-color : #ffffff;
border-bottom-left-radius : 2px;
border-bottom-right-radius : 2px;
border-top-left-radius : 2px;
border-top-right-radius : 2px;
}
div.powieksz:hover {
width : 300px;
border-left : 1px solid #3088da;
border-right : 1px solid #3088da;
border-bottom : 1px solid #3088da;
border-top : 1px solid #3088da;
background-color : #b1d9ff;
border-bottom-left-radius : 3px;
border-bottom-right-radius : 3px;
border-top-left-radius : 3px;
border-top-right-radius : 3px;
}
div.abc {
overflow : hidden;
position : absolute;
width : 250px;
height : 150px;
left : 20%;
top : 5%;
border-left : 1px solid #ffffff;
border-right : 1px solid #ffffff;
border-bottom : 1px solid #ffffff;
border-top : 1px solid #ffffff;
background-color : #010101;
border-bottom-left-radius : 1px;
border-bottom-right-radius : 1px;
border-top-left-radius : 1px;
border-top-right-radius : 1px;
opacity : 0.2;
}
div.abc:hover {
border-left : 1px solid #69f323;
border-right : 1px solid #69f323;
border-bottom : 1px solid #69f323;
border-top : 1px solid #69f323;
background-color : #444444;
border-bottom-left-radius : 3px;
border-bottom-right-radius : 3px;
border-top-left-radius : 3px;
border-top-right-radius : 3px;
opacity : 1.0;
}
div.abc2 {
overflow : hidden;
position : absolute;
width : 250px;
height : 150px;
left : 20%;
top : 200px;
border-left : 1px solid #ffffff;
border-right : 1px solid #ffffff;
border-bottom : 1px solid #ffffff;
border-top : 1px solid #ffffff;
background-color : #010101;
border-bottom-left-radius : 1px;
border-bottom-right-radius : 1px;
border-top-left-radius : 1px;
border-top-right-radius : 1px;
opacity : 0.2;
}
div.abc2:hover {
border-left : 1px solid #69f323;
border-right : 1px solid #69f323;
border-bottom : 1px solid #69f323;
border-top : 1px solid #69f323;
background-color : #444444;
border-bottom-left-radius : 3px;
border-bottom-right-radius : 3px;
border-top-left-radius : 3px;
border-top-right-radius : 3px;
opacity : 1.0;
}
div.abc3 {
overflow : hidden;
position : absolute;
width : 250px;
height : 150px;
left : 20%;
top : 360px;
border-left : 1px solid #ffffff;
border-right : 1px solid #ffffff;
border-bottom : 1px solid #ffffff;
border-top : 1px solid #ffffff;
background-color : #010101;
border-bottom-left-radius : 1px;
border-bottom-right-radius : 1px;
border-top-left-radius : 1px;
border-top-right-radius : 1px;
opacity : 0.2;
}
div.abc3:hover {
height : 220px;
border-left : 1px solid #69f323;
border-right : 1px solid #69f323;
border-bottom : 1px solid #69f323;
border-top : 1px solid #69f323;
background-color : #444444;
border-bottom-left-radius : 3px;
border-bottom-right-radius : 3px;
border-top-left-radius : 3px;
border-top-right-radius : 3px;
opacity : 1.0;
}
div.abc4 {
overflow : hidden;
position : absolute;
width : 350px;
height : 475px;
right : 20%;
top : 5%;
border-left : 1px solid #ffffff;
border-right : 1px solid #ffffff;
border-bottom : 1px solid #ffffff;
border-top : 1px solid #ffffff;
background-color : #ffffff;
border-bottom-left-radius : 1px;
border-bottom-right-radius : 1px;
border-top-left-radius : 1px;
border-top-right-radius : 1px;
opacity : 0.8;
}
div.abc4:hover {
border-left : 1px solid #69f323;
border-right : 1px solid #69f323;
border-bottom : 1px solid #69f323;
border-top : 1px solid #69f323;
background-color : #f1f1f1;
border-bottom-left-radius : 2px;
border-bottom-right-radius : 2px;
border-top-left-radius : 2px;
border-top-right-radius : 2px;
opacity : 1.0;
}
p {
font-size : 10pt;
margin-left : 5px;
margin-top : 5px;
margin-bottom : 5px;
margin-right : 5px;
font-family : Tahoma;
color : #000000;
text-align : justify;
}
p.belka {
font-size : 12pt;
margin-left : 2px;
margin-top : 2px;
margin-bottom : 2px;
margin-right : 2px;
font-family : Arial;
color : #000000;
text-align : left;
}
p.centracja {
font-size : 10pt;
margin-left : 2px;
margin-top : 2px;
margin-bottom : 2px;
margin-right : 2px;
font-family : Tahoma;
color : #000000;
text-align : center;
}
p.menu {
font-size : 12pt;
margin-left : 2px;
margin-top : 2px;
margin-bottom : 2px;
margin-right : 2px;
font-family : Arial;
color : #f5f5f5;
text-align : left;
}
p.menutxt {
font-size : 9pt;
margin-left : 2px;
margin-top : 2px;
margin-bottom : 2px;
margin-right : 2px;
font-family : Tahoma;
color : #f5f5f5;
text-align : left;
}
a:link {
color : #000000;
text-decoration : none;
}
a:visited {
text-decoration : none;
color : #000000;
}
a:hover {
text-decoration : none;
color : #000000;
text-shadow : #c0c0c0 3px 3px 10px, #c0c0c0 -3px 3px 10px, 3px -3px 10px;
}
a:active {
text-decoration : none;
color : #000000;
}
a.bialy {
color : #f1f1f1;
text-decoration : none;
}
a.bialy:visited {
text-decoration : none;
color : #f1f1f1;
}
a.bialy:hover {
text-decoration : none;
color : #f1f1f1;
text-shadow : #c0c0c0 3px 3px 10px, #c0c0c0 -3px 3px 10px, 3px -3px 10px;
}
a.bialy:active {
text-decoration : none;
color : #f1f1f1;
}

↑ Top