Validen CSS
W3C CSS Validator Rezultati
W3C CSS Validator Rezultati za http://tadejpersic.50webs.org/index.html
Čestitke!
Validen CSS! Ta dokument je veljaven kot CSS!
...
Da bi deloval, kot je mišljeno, mora tvoj CSS style sheet uporabljati pravilno dokumentovo opredelitveno drevo. To pomeni, da moraš uporabljati validen HTML.
...
Opozorila
URI :
http://tadejpersic.50webs.org/css1.css
* Line : 4 (Level : 1) You have no background-color with your color : a
* Line : 12 (Level : 1) You have no background-color with your color : a:link
* Line : 19 (Level : 1) You have no background-color with your color : a:visited
* Line : 34 (Level : 1) You have no background-color with your color : a:active
Veljavne CSS informacije
*{
font-family : tahoma, verdana, sans-serif;
}
a {
color : #000000;
font-size : 12px;
}
a:link {
color : #000000;
cursor : pointer;
}
a:visited {
color : #000000;
font-weight : normal;
text-decoration : line-through;
}
a:hover {
background-color : #000000;
color : #ffffff;
text-decoration : none;
}
a:active {
cursor : default;
}
abbr.akronim {
cursor : help;
font-size : 11px;
}
body {
background-color : #000000;
font-size : 11px;
margin : 10px;
}
br {
line-height : 8px;
}
div#levica {
text-align : left;
}
div#meni {
float : left;
height : 450px;
width : 150px;
}
div#notranjost {
float : left;
height : 112px;
text-align : center;
width : 110px;
}
div#vsebina {
float : right;
margin-left : 10px;
padding-right : 20px;
height : 450px;
width : 640px;
}
div#zavitek {
background-color : #ffffff;
font-size : 11px;
margin : 0 auto;
width : 820px;
}
div.sredina {
text-align : center;
}
h1 {
font-size : 16px;
}
h2 {
font-size : 14px;
}
img.gumb {
border : 0;
height : 16px;
width : 16px;
}
span#inicialka {
font-size : 1.4em;
font-weight : bold;
}
span.desetpx {
font-size : 10px;
}
ul#navmeni {
margin-left : 18px;
padding-left : 20px;
text-align : left;
}