W3C CSS Validator results for http://selmiak.bplaced.net/forum/ (CSS level 3 + SVG)

Sorry! We found the following errors (8)

URI : http://www.schmutzschild.de/forum/Themes/old-gf/style.css?fin11

30 table Property backgound-color doesn't exist. The closest matching property name is background-color : #ffffff
38 body, td Property backgound-color doesn't exist. The closest matching property name is background-color : #ffffff
63 input.check Property backgound-color doesn't exist. The closest matching property name is background-color : #ffffff
89 .quote Property backgound-color doesn't exist. The closest matching property name is background-color : #ffffff
100 .code Property backgound-color doesn't exist. The closest matching property name is background-color : #ffffff
115 .quoteheader, .codeheader Property backgound-color doesn't exist. The closest matching property name is background-color : #ffffff
169 .titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited Value Error : font-style arial is not a font-style value : arial
230 #headerarea Value Error : background-color Unknown dimension 6565ff

↑ Top

Valid CSS information

a:link {
color : #000000;
text-decoration : underline;
}
a:visited, a:hover {
color : #000000;
text-decoration : underline;
}
.nav, .nav:link, .nav:visited {
color : #000000;
text-decoration : none;
}
a.nav:hover {
font-weight : bold;
color : #cc3333;
text-decoration : underline;
}
table {
empty-cells : show;
}
body, td {
color : #000000;
font-size : small;
font-family : Tahoma, arial, helvetica, serif;
}
body {
background-color : white;
margin : 0;
padding : 0;
}
input, textarea, button {
font-size : 9pt;
color : #000000;
background-color : white;
font-family : Tahoma, arial, helvetica, serif;
}
select {
font-size : 8pt;
font-weight : normal;
color : #000000;
background-color : white;
font-family : Tahoma, arial, helvetica, serif;
}
hr, .hrcolor {
height : 0;
border : 0;
color : #666666;
background-color : #666666;
}
.quote {
color : #000000;
border : #000000 solid 1px;
margin : 1px;
padding : 1px;
font-size : x-small;
}
.code {
color : #000000;
border : #000000 solid 1px;
padding : 1px;
font-family : "courier new", helvetica, "times new roman", serif;
font-size : x-small;
width : 99%;
margin : 1px auto 1px auto;
white-space : nowrap;
overflow : auto;
}
.quoteheader, .codeheader {
color : #000000;
text-decoration : none;
font-style : normal;
font-weight : bold;
font-size : x-small;
}
.help {
cursor : help;
}
.meaction {
color : red;
}
.editor {
width : 96%;
}
.highlight {
background-color : yellow;
font-weight : bold;
color : black;
}
.windowbg {
color : #000000;
background-color : #ffffff;
}
.windowbg2 {
color : #000000;
background-color : #ffffff;
}
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited {
color : white;
font-weight : bold;
background-color : #6565ff;
}
.titlebg a:hover {
color : #ffffff;
}
.catbg {
background-image : url(images/catbg.jpg);
background-color : white;
}
.catbg2 {
background-image : url(images/catbg2.jpg);
}
.catbg, .catbg2 {
font-weight : bold;
background-color : #6565ff;
color : white;
}
.bordercolor {
background-color : #828181;
}
.tborder {
border : #828181 solid 2px;
background-color : #FFFFFF;
padding : 2px;
}
.smalltext {
font-size : x-small;
font-family : Tahoma, arial, helvetica, serif;
}
.normaltext {
font-size : small;
}
.largetext {
font-size : large;
}
#headerarea {
border-bottom : 1px solid gray;
}
#bodyarea {
background-color : #ffffff;
}
#footerarea {
color : black;
background-color : white;
border-top : 21px solid #6565ff;
}
.headertitles {
color : white;
background-color : #6565ff;
border : #6B8EAE solid 0;
}
.headerbodies {
border : #7A7777 solid 0;
color : #000000;
background-color : #dfdfdf;
background-repeat : repeat-x;
background-position : bottom;
}
#headerarea {
display : none;
}
.tborder {
border : none;
}

↑ Top