W3C CSS Validator results for http://www.studiomds.com/ (CSS level 2.1)

Sorry! We found the following errors (10)

URI : http://www.studiomds.com/css/1140.css

106 MediarestrictorMedia features are not defined in this CSS level screen and (max-width: 1023px) { body { /* font-size: 0.8em; line-height: 1.5em; */ } }
136 MediarestrictorMedia features are not defined in this CSS level screen and (max-width: 767px) { body { font-size: 16px; -webkit-text-size-adjust: none; } .row, body, .container { width: 100%; min-width: 0; margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px; } .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol { width: auto; float: none; margin-left: 0px; margin-right: 0px; padding-left: 20px; padding-right: 20px; } }

URI : http://www.studiomds.com/css/splash.css

7 The pseudo-element ::selection can't appear here in the context css21 [selection]
8 The pseudo-element ::-moz-selection can't appear here in the context css21 [-moz-selection]
9 The pseudo-element ::selection can't appear here in the context css21 [selection]
10 The pseudo-element ::-moz-selection can't appear here in the context css21 [-moz-selection]
11 body Property -webkit-tap-highlight-color doesn't exist : rgb(255, 100, 255)
82 MediarestrictorMedia features are not defined in this CSS level screen and (max-width: 1023px) { body { font-size: 0.8em; line-height: 1.5em; } }
95 MediarestrictorMedia features are not defined in this CSS level screen and (max-width: 767px) { }
109 MediarestrictorMedia features are not defined in this CSS level screen and (-webkit-min-device-pixel-ratio: 2) { /* .logo { background: url(logo2x.jpg) no-repeat; background-size: 212px 303px; }*/ }

↑ Top

Valid CSS information

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border : 0;
margin : 0;
padding : 0;
}
article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
display : block;
}
a img {
border : 0;
}
figure {
position : relative;
}
figure img {
width : 100%;
}
ul {
list-style-type : none;
}
.container {
padding-left : 20px;
padding-right : 20px;
}
.row {
width : 100%;
max-width : 1140px;
min-width : 755px;
margin : 0 auto;
overflow : hidden;
}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right : 3.5%;
float : left;
min-height : 1px;
}
.row .onecol {
width : 4.85%;
}
.row .twocol {
width : 13.45%;
}
.row .threecol {
width : 22.05%;
}
.row .fourcol {
width : 30.75%;
}
.row .fivecol {
width : 39.45%;
}
.row .sixcol {
width : 48%;
}
.row .sevencol {
width : 56.75%;
}
.row .eightcol {
width : 65.25%;
}
.row .ninecol {
width : 74.05%;
}
.row .tencol {
width : 82.7%;
}
.row .elevencol {
width : 91.35%;
}
.row .twelvecol {
width : 99.8%;
float : left;
}
.last {
margin-right : 0;
}
img, object, embed {
max-width : 100%;
}
img {
height : auto;
}
html {
background-color : #111;
}
body {
background : url(../img/bg.gif) repeat-x;
}
#logo {
margin : auto;
position : relative;
text-align : center;
}
img {
margin-top : 40px;
text-align : center;
}
h1 {
font-family : klavika-web, sans-serif;
color : #fff;
text-align : center;
font-size : 400%;
font-weight : 300;
margin-top : 10%;
line-height : 1em;
}
p {
font-family : ff-meta-serif-web-pro, serif;
color : #fff;
text-align : center;
font-size : 128%;
font-weight : normal;
margin-top : 0;
line-height : 1em;
height : 75px;
}
a {
color : #0099ff;
text-decoration : none;
}
a:hover {
text-decoration : underline;
}

↑ Top