W3C CSS Validator results for http://www.fabionakatani.com/portfolio.css (CSS level 2.1)

Congratulations! No Error Found.

This document validates as CSS level 2.1 !

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%2Fwww.fabionakatani.com%2Fportfolio.css&profile=css21&usermedium=all&warning=1
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

Valid CSS information

body {
margin : 0;
margin-top : 3px;
background : #fafafa url(images/body_BG.gif) repeat-x left top;
font-family : Arial, Helvetica, sans-serif;
}
h1 {
background : #f7f7f7 url(images/H1_bg.gif) repeat-x;
width : inherit;
border : 1px solid #cccccc;
text-align : right;
font-size : 10px;
}
h2 {
font-size : 12px;
font-weight : bold;
display : block;
width : 300px;
border-bottom : 1px dashed #dddddd;
border-left : 1px solid #dddddd;
}
code {
border : 1px dashed #cc0000;
display : block;
background : #fafafa url(images/code.gif) no-repeat left top;
font-size : 11px;
padding : 20px;
margin : 10px;
}
#container {
margin : 0 auto;
background : #ffffff;
display : block;
border : 1px solid #e8e8e8;
width : 85%;
}
#header {
background : #ffffff url(images/H_fundo.gif) repeat-x top;
display : block;
color : #e0e0e0;
font-size : 3em;
height : 85px;
font-family : Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
}
#conteudo {
background : url(images/C_fundo.gif) repeat-x top;
}
#conteudoEsquerda {
margin : 5px;
text-align : center;
width : 110px;
}
#conteudoDireita {
margin : 5px;
font-size : 11px;
color : #666666;
width : 97%;
}
#footer {
margin : 0 auto;
margin-top : 15px;
display : block;
border : 1px solid #e8e8e8;
width : 85%;
background : #ffffff;
color : #666666;
font-family : verdana;
font-size : 10px;
text-align : right;
}
#contador {
width : 100px;
display : block;
border : 1px solid #e8e8e8;
color : #666666;
font-family : verdana;
font-size : 10px;
background-color : #ffffff;
margin-left : 5px;
}
#validation {
width : 100px;
display : block;
border : 1px solid #e8e8e8;
color : #666666;
font-family : verdana;
font-size : 10px;
background-color : #ffffff;
margin-left : 5px;
}
#validation ul {
list-style : none;
margin : 0;
padding : 0;
}
#validation ul li {
margin : 2px;
display : block;
}
#validation a {
background : url(images/cert.gif) no-repeat;
width : 95px;
height : 20px;
display : block;
text-align : right;
font-size : 0.8em;
font-weight : bold;
padding-top : 5px;
color : #000000;
text-decoration : none;
}
#validation a:hover {
background : url(images/cert_hover.gif) no-repeat;
color : #666666;
}
#contensor {
width : 100%;
}
#contensor .linha {
text-align : justify;
display : block;
text-align : center;
margin : 0 auto;
}
#contensor .linha img {
border : 1px solid #cccccc;
padding : 5px;
}
#contensor .linha img:hover, .over {
border : 1px solid #999999 !important ;
}
#erro {
display : block;
margin : 0 auto;
width : 350px;
height : 90px;
background : #f2f2f2;
text-align : center;
border : 1px dashed #cc3300;
font-weight : bold;
}
#erro a {
text-decoration : none;
color : #cccccc;
}
#erro a:hover {
color : #cc0000;
}
#contato {
background : #ffffff url(images/H_fundo_C.gif) repeat-x top;
display : block;
color : #000;
font-size : 1.2em;
font-family : Arial, Helvetica, sans-serif;
}
#contato input {
border : 1px solid #999999;
background : #fff url(images/input_bg.gif) repeat-x top;
font-family : verdana;
font-size : 10px;
}
#contato textarea {
border : 1px solid #999999;
background : #fff url(images/input_bg.gif) repeat-x top;
font-family : verdana;
font-size : 10px;
}
#blog {
width : 70%;
margin : 0 auto;
background : #fafafa;
}
#blog a {
color : #3399cc;
text-decoration : none;
font-weight : bold;
}
#blog a:hover {
color : #000099;
text-decoration : underline;
}
#blog table {
width : 100%;
border : 1px solid #f2f2f2;
background-color : #fff;
}
#blog .title {
font-size : 20px;
border-bottom : 1px dashed #eee;
color : #333333;
}
#blog .post {
font-size : 11px;
}
#blog .author {
font-size : 10px;
background : #fafafa;
}
#comentario {
background : #ffffff url(images/H_fundo_C.gif) repeat-x top;
display : block;
color : #000;
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
}
#comentario .autor {
padding-top : 10px;
}
#comentario .data {
font-size : 10px;
text-align : right;
border-bottom : 1px dashed #ccc;
}
#comentario input {
border : 1px solid #999999;
background : #fff url(images/input_bg.gif) repeat-x top;
font-family : verdana;
font-size : 10px;
}
#comentario textarea {
border : 1px solid #999999;
background : #fff url(images/input_bg.gif) repeat-x top;
font-family : verdana;
font-size : 10px;
}
#comentario a {
color : #000;
text-decoration : none;
}
#comentario a:hover {
color : #999;
text-decoration : underline;
}
#menu {
border : 1px solid #e8e8e8;
width : 100px;
margin-left : 5px;
}
#menu a {
display : block;
color : #606060;
font-size : 11px;
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
}
#menu a:hover {
background : url(images/MBG_H.gif) repeat-x;
font-family : verdana;
font-size : 11px;
color : #606060;
background-color : #f7f7f7;
text-decoration : underline;
width : 100px;
}
#menu a:active {
background : url(images/MBG_H.gif) repeat-x;
font-family : verdana;
font-size : 11px;
color : #606060;
background-color : #f7f7f7;
text-decoration : underline;
width : 100px;
}
body > #menu a {
width : 100px;
}
.frame {
border : 1px solid #e8e8e8;
color : #666666;
font-family : verdana;
font-size : 10px;
background-color : #ffffff;
text-align : right;
}
.frame2 {
width : 700px;
border : 1px solid #e8e8e8;
color : #666666;
font-family : verdana;
font-size : 10px;
background-color : #ffffff;
text-align : right;
}
.total {
color : #990000;
font-weight : bold;
}
.hoje {
color : #336600;
font-weight : bold;
}
.web {
text-align : center;
padding : 2px;
float : left;
}
.old {
text-decoration : line-through;
}
.contato {
font-size : 10px;
color : #000000;
}

↑ Top