Resultados del Validador CSS del W3C para http://www.bockelmind.de/edit-hlp-url.php (CSS versión 3)

¡Enhorabuena! No error encontrado.

¡Este documento es CSS versión 3 válido!

Puede mostrar este icono en cualquier página que valide para que los usuarios vean que se ha preocupado por crear una página Web interoperable. A continuación se encuentra el XHTML que puede usar para añadir el icono a su página Web:

¡CSS Válido!
<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="¡CSS Válido!" />
    </a>
</p>
            
¡CSS Válido!
<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="¡CSS Válido!" />
    </a>
</p>
        

(cierre la etiqueta img con > en lugar de /> si utiliza HTML <= 4.01)

Si lo desea, puede descargar una copia de la imagen para guardarla en su directorio web local y cambiar el fragmento anterior de XHTML para referenciar a la imagen en local en lugar de a la de éste servidor.

Si desea crear un enlace con esta página (es decir, con los resultados de la validación) para hacer que sea más fácil revalidar la página en el futuro, o para permitir que otras personas validen su página, el URI es:

http://jigsaw.w3.org/css-validator/validator?lang=es&profile=css3&uri=http%3A%2F%2Fwww.bockelmind.de%2Fedit-hlp-url.php
or
http://jigsaw.w3.org/css-validator/check/referer (para documentos HTML/XML únicamente)

(O, simplemente, puede añadir la página actual a su lista de marcadores o favoritos.)

↑ Top

Información de CSS válida

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