W3C CSS Validator results for http://albion-hra.wz.cz/?page=download (CSS level 3 + SVG)

Congratulations! No Error Found.

This document validates as CSS level 3 + SVG !

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%2Falbion-hra.wz.cz%2F%3Fpage%3Ddownload
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

html, body {
background : #458245;
color : #E0EBF9;
padding : 0;
margin : 0;
cursor : url("/res/normal.cur"), default;
}
a {
cursor : url("/res/special.cur"), pointer;
}
a:link {
color : teal;
}
a:visited {
color : #ffd700;
}
a:active {
color : red;
}
td, th {
font-family : verdana, arial, "ms sans serif", sans-serif;
font-size : 10px;
}
#footer {
background-color : #194C18;
border-top : 3px solid #458245;
color : #ABC2E0;
font-size : 10px;
letter-spacing : 1px;
padding : 5px;
}
.side-border-left {
background : url("/res/side-left.png") top right repeat-y #194C18;
border-left : 1px solid #192B3F;
padding-right : 6px;
}
.main-bg {
background-color : #194C18;
border-left : 1px solid #054205;
border-right : 1px solid #054205;
}
.side-border-right {
background : url("/res/side-right.png") top left repeat-y #194C18;
border-right : 1px solid #192B3F;
padding-left : 6px;
}
.centerTitle {
background : url("/res/title.png") top left repeat-x #194C18;
}
.centerTitleOverlay {
background : url("/res/title.png") top left no-repeat transparent;
color : #E0EBF9;
font-size : 11px;
font-variant : small-caps;
font-weight : bold;
letter-spacing : 1px;
line-height : 25px;
padding-left : 6px;
}
.centerContent {
background-color : #194C18;
font-size : 10px;
padding : 6px;
max-width : 508px;
overflow : hidden;
}
.sideTitle {
background : url("/res/title.png") top left repeat-x #194C18;
}
.sideTitleOverlay {
color : #E0EBF9;
font-size : 11px;
font-variant : small-caps;
font-weight : bold;
letter-spacing : 1px;
line-height : 25px;
}
.sideTitleArticle {
background : url("/res/article.png") top left no-repeat #194C18;
}
.sideContent {
background : none 0 0 repeat scroll #194C18;
font-size : 10px;
padding : 6px;
}
.pageLeft {
background : url("/res/shadow-l.png") left top repeat-y scroll transparent;
padding-left : 15px;
}
.pageRight {
background : url("/res/shadow-r.png") right top repeat-y scroll transparent;
padding-right : 15px;
}
input {
color : white;
cursor : url("/res/special.cur"), pointer;
}
a.input {
text-decoration : none;
}
input.button {
background-image : url(/res/button1.png);
width : 104px;
height : 26px;
border : 0;
}
input.button:hover {
background-image : url(/res/button3.png);
}
input.button:active {
background-image : url(/res/button2.png);
}
.hidden {
display : none;
}
p {
margin : 0;
}
table, tr, td {
overflow : hidden;
}
img.map {
cursor : url("/res/3dnormal.cur"), crosshair;
border : 0;
}
area {
cursor : url("/res/3dclick.cur"), pointer;
}
.area {
border : #194C18 solid 2px;
padding : 0;
background : white;
}
.itemicon {
width : 32px;
height : 32px;
background : url("/res/items.png") 0 32px no-repeat scroll transparent;
}
.itemtable {
border-collapse : collapse;
border : #458245 ridge 3px;
}
.itemtable td, .itemtable th {
border : #458245 ridge 3px;
}
.itemtable .empty {
border-style : solid;
border-width : 1px;
}
hr {
border : none;
border-top : 3px ridge green;
}
span.label {
position : absolute;
opacity : 0.6;
font-weight : bold;
font-family : arial, "ms sans serif", sans-serif !important ;
font-size : 12pt;
text-shadow : 2px 2px 1px black;
box-shadow : 2px 2px 1px black;
color : white;
border : white solid 2px;
border-radius : 12px;
text-align : center;
width : 21px;
height : 21px;
}
span.label:hover {
opacity : 1;
cursor : url("/res/special.cur"), pointer;
}
div.map {
position : relative;
}
#qadserve_728x90_StayOn_div {
display : none !important ;
}

↑ Top