W3C CSS Validator results for http://2478996.ru (CSS level 3)

Sorry! We found the following errors (9)

URI : http://2478996.ru/css-js/ssd.css

25 #topsection Value Error : color #ooo is not a valid color 3 or 6 hexadecimals numbers #ooo
52 #footer Value Error : color #ooo is not a valid color 3 or 6 hexadecimals numbers #ooo
70 .mypets Value Error : cursor hand is not a cursor value : hand hand
82 .technology Value Error : cursor hand is not a cursor value : hand hand
90 .technology Parse Error [empty string]
100 .closedlanguage Value Error : color #ooo is not a valid color 3 or 6 hexadecimals numbers #ooo
104 thelanguage Parse Error thelanguage.{ padding:25px; }
119 thelanguage Parse Error (max-width: 300px){ #contentwrapper{ float: none; } #contentcolumn{ float:left; margin-left: 1px; } #topsection{ font-family: "Garamond"; font-weight:500; font-size:24px; } }
134 Parse Error }}

↑ Top

Valid CSS information

body {
margin : 0;
padding : 0;
line-height : 1.5em;
font-family : "Garamond";
}
b {
font-size : 110%;
}
em {
color : red;
}
img {
margin-bottom : 5px;
}
hr {
color : #fff;
border-bottom : 0.1pt solid red;
}
h1, h2, h3, h4, h5, h6 {
font-size : 14px;
padding : 0;
margin : 0;
font-size-adjust : none;
}
a {
text-decoration : none;
}
#maincontainer {
width : 99%;
margin : 0 auto;
padding-top : 60px;
}
#phone {
font-family : "Garamond";
color : #f60;
font-weight : bold;
}
#phone a {
text-decoration : underline;
}
#topsection {
float : left;
width : 100%;
text-align : center;
padding : 1px 0;
font-family : "Garamond";
font-weight : 500;
font-size : 36px;
height : 50px;
border-bottom : 1px solid #f60;
}
#space {
height : 100px;
}
#contentwrapper {
float : left;
width : 100%;
}
#contentcolumn {
float : left;
width : 99%;
}
#footer {
clear : left;
width : 100%;
text-align : center;
padding : 1px 0;
font-family : "Garamond";
font-size : 18px;
}
#footer a {
color : #000;
text-decoration : underline;
}
.innertube {
margin : 15px;
margin-top : 0;
}
.mypets {
cursor : pointer;
padding : 2px 5px;
border : 1px solid gray;
background : #ccc;
}
.openpet {
background : yellow;
}
.technology {
cursor : pointer;
font : bold 14px Verdana;
margin : 10px 0;
text-align : center;
padding : 5px;
border : 1px solid #999;
color : #000;
}
.openlanguage {
color : #fff;
background : #333;
}
@media screen and (max-width : 480px) {
#contentwrapper {
float : none;
}
#contentcolumn {
float : left;
margin-left : 1px;
}
#topsection {
font-family : "Garamond";
font-weight : 500;
font-size : 24px;
}
}

↑ Top