W3C CSS Validator results for http://bueltge.de/test/index.php (CSS level 2)
Sorry! We found the following errors (6)
47 .item Property -moz-border-radius doesn't exist : 0.5em
48 .item Property -webkit-border-radius doesn't exist : 0.5em
49 .item Property -border-radius doesn't exist : 0.5em
56 .folder Property -moz-border-radius doesn't exist : 0.5em
57 .folder Property -webkit-border-radius doesn't exist : 0.5em
58 .folder Property -border-radius doesn't exist : 0.5em
↑ Top
Warnings (3)
50 .item You have no color set (or color is set to transparent) but you have set a background-color. Make sure that cascading of colors keeps the text reasonably legible.
59 .folder You have no color set (or color is set to transparent) but you have set a background-color. Make sure that cascading of colors keeps the text reasonably legible.
63 a You have no background-color set (or background-color is set to transparent) but you have set a color. Make sure that cascading of colors keeps the text reasonably legible.
↑ Top
Valid CSS information
body {
margin : 0;
padding : 0;
font-size : 100.1%;
font-family : Arial, Helvetica, sans-serif;
}
#all {
margin : 3em;
padding : 10px;
}
#all p, h3 {
margin : 10px 0;
}
h2 {
font-size : 2em;
margin : 10px 0 0 0;
}
#footer {
text-align : center;
font-size : 0.8em;
}
small {
font-size : 0.8em;
}
.item {
border : 1px solid #cbcac1;
margin-bottom : 0.5em;
padding : 3px 7px;
background : #f9f9f9;
}
.folder {
border : 1px solid #cbcac1;
margin-bottom : 1em;
padding : 5px 23px 5px 7px;
background : #fff;
}
a {
color : #8c3a31;
text-decoration : none;
}
a:focus, a:hover, a:active {
background-color : #e8e8d7;
color : #555;
text-decoration : underline;
}
↑ Top
You are viewing a mobilized version of this site...
View original page here