W3C CSS 校验器结果: http://cloc3.net/laFisicaDellaCarrucola (CSS 版本 3)

恭喜恭喜

恭喜恭喜,此文档已经通过 CSS 版本 3 校验!

为了告诉你的访客你曾致力于建立交互性的网页 你可以显示这个图标在任意经过检验的网页上。这里是 你用作加入图标到你的网页上的HTML代码:

Valid CSS!
<p>
    <a href="http://css-validator.org/check/referer">
        <img style="border:0;width:88px;height:31px"
            src="http://css-validator.org/images/vcss.png"
            alt="Valid CSS!" />
    </a>
</p>
            
Valid CSS!
<p>
<a href="http://css-validator.org/check/referer">
    <img style="border:0;width:88px;height:31px"
        src="http://css-validator.org/images/vcss-blue.png"
        alt="Valid CSS!" />
</a>
</p>
        

(close the img tag with > instead of /> if using HTML <= 4.01)

如果你喜欢的话,你可以下载这个图象到你的网站目录下,并且 改变以上的代码段以关联到你的当地图象而不是这个服务器。

如果你愿意建立连接到此页 (例如,这个校验结果) 以便以后更加容易地再校验次页,或者容许其它人校验 你的网页,其 URI 是:

http://css-validator.org/validator?uri=cloc3.net%2FlaFisicaDellaCarrucola&profile=css3
or
http://css-validator.org/check/referer (仅使用于HTML文档)

(或者,你可以加入当前也到你的书签或列表中。)

↑ Top

你已经校验的层叠样式表:

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin : 0;
padding : 0;
border : 0;
font-size : 100%;
font : inherit;
vertical-align : baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display : block;
}
body {
line-height : 1;
}
ol, ul {
list-style : none;
}
blockquote, q {
quotes : none;
}
blockquote:before, blockquote:after, q:before, q:after {
content : '';
content : none;
}
table {
border-collapse : collapse;
border-spacing : 0;
}
@font-face {
{
font-family : "'Crafty Girls'";
font-style : normal;
font-weight : 400;
src : local('Crafty Girls'), local('CraftyGirls'), url(../fonts/craftGirls.ttf) format('truetype');
}
}
@font-face {
{
font-family : "'Pacifico'";
font-style : normal;
font-weight : 400;
src : local('Pacifico Regular'), local('Pacifico-Regular'), url(../fonts/pacifico.ttf) format('truetype');
}
}
@font-face {
{
font-family : "'Ubuntu'";
font-style : normal;
font-weight : 400;
src : local('Ubuntu'), url(ubuntu.ttf) format('truetype');
}
}
html {
text-align : justify;
font-family : "Arial";
font-size : 9pt;
}
table.sopra {
vertical-align : baseline;
line-height : 1.2;
}
td {
border-bottom-width : 1pt;
border-top-style : solid;
border-right-style : solid;
padding : 5pt 5pt 5pt 5pt;
border-bottom-color : #000000;
border-top-width : 1pt;
border-bottom-style : solid;
vertical-align : top;
border-top-color : #000000;
border-left-color : #000000;
border-right-color : #000000;
border-left-style : solid;
border-right-width : 1pt;
border-left-width : 1pt;
}
li {
padding-left : 4pt;
}
.primaColonna {
width : 15%;
}
.secondaColonna {
width : 23%;
}
.grassetto {
font-weight : bold;
}
.italic {
font-style : italic;
}
.corpo {
margin : 0 auto;
max-width : 756.9pt;
background-color : #ffffff;
padding : 22.7pt 42.5pt 22.7pt 42.5pt;
}
.bordiUniti {
margin-right : auto;
border-collapse : collapse;
}
.corsivo1 {
font-size : 18pt;
font-family : "Crafty Girls";
}
.corsivo2 {
font-size : 14pt;
font-family : "Pacifico";
}
.centrato {
text-align : center;
}
.puntoNero > li:before {
content : "\0025cf ";
}

↑ Top