W3C CSS 校验器结果: http://www.bockelmind.de/edit-hlp-url.php (CSS 版本 3)

恭喜恭喜

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

为了告诉你的访客你曾致力于创建具有交互性的网页,你可以在任意经过检验的网页上显示这个图标。添加图标的HTML代码:

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)

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

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

http://jigsaw.w3.org/css-validator/validator?lang=zh-cn&profile=css3&uri=http%3A%2F%2Fwww.bockelmind.de%2Fedit-hlp-url.php
or
http://jigsaw.w3.org/css-validator/check/referer (仅使用于HTML文档)

(或者,你可以把当前页添加到你的书签或列表中。)

↑ Top

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

body {
text-align : center;
font-family : sans-serif;
font-size : smaller;
}
a {
text-decoration : underline;
color : black;
}
address {
font-style : normal;
display : inline;
}
hr {
width : 85%;
}
table {
border-collapse : collapse;
background-color : #ffffff;
}
table > tbody > tr > th:first-child {
border-top-left-radius : 5px;
border-bottom-left-radius : 5px;
}
table > tbody > tr > th:last-child {
border-top-right-radius : 5px;
border-bottom-right-radius : 5px;
}
table > tbody > tr:first-child > td:first-child {
border-top-left-radius : 5px;
}
table > tbody > tr:first-child > td:last-child {
border-top-right-radius : 5px;
}
table > tbody > tr:nth-child(2) > td:first-child {
border-top-left-radius : 5px;
}
table > tbody > tr:nth-child(2) > td:last-child {
border-top-right-radius : 5px;
}
table > tbody > tr:last-child > td:first-child {
border-bottom-left-radius : 5px;
}
table > tbody > tr:last-child > td:last-child {
border-bottom-right-radius : 5px;
}
tr {
border-top : 2px solid white;
}
th {
font-weight : normal;
}
ul {
list-style-type : square;
}
header > h1 {
font-size : xx-large;
font-weight : bold;
display : inline;
padding-left : 5px;
}
header > h1 > a {
text-decoration : none;
}
header > h1 > a > span {
font-size : small;
font-style : italic;
}
table.header {
width : 100%;
}
table.header > tbody > tr > td.l {
font-size : small;
padding-top : 14px;
visibility : hidden;
}
table.header > tbody > tr > td.c > h1 {
font-size : xx-large;
font-weight : bold;
display : inline;
padding-left : 5px;
}
table.header > tbody > tr > td.c > h1 > a {
text-decoration : none;
}
table.header > tbody > tr > td.c > h1 > a > span {
font-size : small;
font-style : italic;
}
table.header > tbody > tr > td.c > span {
font-size : small;
font-style : italic;
}
table.header > tbody > tr > td.r {
font-size : small;
padding-top : 14px;
text-align : right;
}
body > h2 {
font-size : medium;
font-weight : normal;
display : inline;
}
nav > h3 {
font-size : medium;
font-weight : bold;
display : inline;
}
table.main {
max-width : 85%;
margin-left : auto;
margin-right : auto;
text-align : left;
}
table.main {
max-width : 85%;
margin-left : auto;
margin-right : auto;
text-align : left;
}
table.main {
max-width : 85%;
margin-left : auto;
margin-right : auto;
text-align : left;
}
table.main > tbody > tr > td {
padding : 20px 20px 20px 20px;
}
table.main > tbody > tr > td.mainLeft1 {
background-color : #dfdfdf;
}
table.main > tbody > tr > td.mainLeft1 > span {
font-size : medium;
font-weight : bold;
}
table.main > tbody > tr > td.mainLeft2 {
text-align : center;
background-color : #dfdfdf;
font-weight : bold;
}
table.main > tbody > tr > td.mainLeft2 > span {
font-size : medium;
font-weight : bold;
}
table.main > tbody > tr > td.mainLeft2 > span > a {
text-decoration : none;
}
table.main > tbody > tr > td.mainLeft2 > span > a:hover {
text-decoration : underline;
}
table.main > tbody > tr > td.mainRight1 {
background-color : #efefef;
padding : 10px 20px 10px 0;
}
table.main > tbody > tr > td.mainRight2 {
background-color : #efefef;
}
table.main > tbody > tr > td.mainRight2 > section > span {
font-weight : bold;
}
table.main > tbody > tr > td.mainRight2 > section > a {
text-decoration : none;
}
table.main > tbody > tr > td.mainRight2 > section > a:hover {
text-decoration : underline;
}
tr.jswarn {
border-top : 1px solid red;
border-bottom : 1px solid red;
}
tr.jswarn > td {
color : red;
font-weight : bold;
}
td.jswarn {
background-color : #ffffff;
height : 15px;
}
table.outer {
width : 85%;
margin-left : auto;
margin-right : auto;
}
table.outer > tbody > tr > td.spacer {
background-color : #ffffff;
height : 9px;
}
table.outer > tbody > tr > td.spacer2 {
background-color : #ffffff;
height : 18px;
}
table.search {
width : 100%;
}
table.search > tbody > tr > th {
background-color : #dfdfdf;
padding : 2px 5px 2px 5px;
white-space : normal;
}
table.search > tbody > tr > th > span {
font-weight : bold;
}
table.inner {
width : 100%;
}
table.inner > tbody > tr > th {
background-color : #dfdfdf;
padding : 2px 5px 2px 5px;
white-space : normal;
}
table.inner > tbody > tr > th > span {
font-weight : bold;
}
table.inner > tbody > tr > th > span > a > img {
border-bottom : 1px solid black;
vertical-align : -2px;
padding-bottom : 2px;
}
table.inner > tbody > tr > td {
text-align : left;
background-color : #efefef;
padding : 2px 5px 2px 5px;
white-space : nowrap;
}
table.inner > tbody > tr > td > input[type="text"] {
width : 99.5%;
}
input[type="checkbox"] {
vertical-align : bottom;
margin-bottom : 1px;
}
label > span {
display : none;
}
span.title {
background-color : #dfdfdf;
}
td.filter0 > label > input.v1 {
width : 99.5%;
display : none;
}
td.filter0 > label > input.v2 {
width : 49.15%;
display : none;
}
td.filter1 > label > input.v1 {
width : 99.5%;
}
td.filter1 > label > input.v2 {
width : 49.15%;
display : none;
}
td.filter2 > label > input.v1 {
width : 49.15%;
}
td.filter2 > label > input.v2 {
width : 49.15%;
}
img.filter {
display : block;
}
input[type="radio"] {
vertical-align : bottom;
margin-bottom : 1px;
}
table.inner > tbody > tr > td {
padding-top : 10px !important ;
padding-bottom : 10px !important ;
white-space : normal;
}

↑ Top