W3C CSS Validator results for http://users.humboldt.edu/ahampel (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%3A%2F%2Fusers.humboldt.edu%2Fahampel
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 (14)

URI : http://users.humboldt.edu/ahampel/styles/normalize.css

11 Property -ms-text-size-adjust is an unknown vendor extension
12 Property -webkit-text-size-adjust is an unknown vendor extension
208 Property -moz-box-sizing is an unknown vendor extension
290 Property -webkit-appearance is an unknown vendor extension
307 ::-moz-focus-inner is an unknown vendor extended pseudo-element
308 ::-moz-focus-inner is an unknown vendor extended pseudo-element
342 ::-webkit-inner-spin-button is an unknown vendor extended pseudo-element
343 ::-webkit-outer-spin-button is an unknown vendor extended pseudo-element
354 Property -webkit-appearance is an unknown vendor extension
355 Property -moz-box-sizing is an unknown vendor extension
356 Property -webkit-box-sizing is an unknown vendor extension
366 ::-webkit-search-cancel-button is an unknown vendor extended pseudo-element
367 ::-webkit-search-decoration is an unknown vendor extended pseudo-element
368 Property -webkit-appearance is an unknown vendor extension

↑ Top

Valid CSS information

html {
font-family : sans-serif;
}
body {
margin : 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display : block;
}
audio, canvas, progress, video {
display : inline-block;
vertical-align : baseline;
}
audio:not([controls]) {
display : none;
height : 0;
}
[hidden], template {
display : none;
}
a {
background : transparent;
}
a:active, a:hover {
outline : 0;
}
abbr[title] {
border-bottom : 1px dotted;
}
b, strong {
font-weight : bold;
}
dfn {
font-style : italic;
}
h1 {
font-size : 2em;
margin : 0.67em 0;
}
mark {
background : #ff0;
color : #000;
}
small {
font-size : 80%;
}
sub, sup {
font-size : 75%;
line-height : 0;
position : relative;
vertical-align : baseline;
}
sup {
top : -0.5em;
}
sub {
bottom : -0.25em;
}
img {
border : 0;
}
svg:not(:root) {
overflow : hidden;
}
figure {
margin : 1em 40px;
}
hr {
box-sizing : content-box;
height : 0;
}
pre {
overflow : auto;
}
code, kbd, pre, samp {
font-family : monospace, monospace;
font-size : 1em;
}
button, input, optgroup, select, textarea {
color : inherit;
font : inherit;
margin : 0;
}
button {
overflow : visible;
}
button, select {
text-transform : none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
cursor : pointer;
}
button[disabled], html input[disabled] {
cursor : default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border : 0;
padding : 0;
}
input {
line-height : normal;
}
input[type="checkbox"], input[type="radio"] {
box-sizing : border-box;
padding : 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height : auto;
}
input[type="search"] {
box-sizing : content-box;
}
fieldset {
border : #c0c0c0 solid 1px;
margin : 0 2px;
padding : 0.35em 0.625em 0.75em;
}
legend {
border : 0;
padding : 0;
}
textarea {
overflow : auto;
}
optgroup {
font-weight : bold;
}
table {
border-collapse : collapse;
border-spacing : 0;
}
td, th {
padding : 0;
}
body {
background-color : #FFFFDC;
}
.centered {
text-align : center;
}
.centered table {
margin-left : auto;
margin-right : auto;
text-align : left;
}
h1, h2, th {
color : #006600;
}
h1 {
font-family : verdana;
font-size : 1.5em;
font-weight : bold;
}
h2 {
font-family : verdana;
font-size : 1.0em;
font-weight : bold;
}
table {
border-collapse : collapse;
}
table, th, td {
border : black solid 1px;
}
caption {
font-family : verdana;
font-weight : bold;
}
th {
text-align : center;
font-family : verdana;
font-weight : bold;
}
td {
text-align : center;
}

↑ Top