I am using Etomite for 2 months now and i like it a lot :-)
I am using the default template and changed some things to my own needs.
My html is now w3c valid
But now i want to validate the css part with the w3c css validator. W3c css-validator
After the online check this is the result:
Warnings
URI : file://localhost/style.css
* Line : 33 (Level : 1) You have no color with your background-color : .mainTable
* Line : 57 (Level : 1) You have no background-color with your color : th
* Line : 57 (Level : 1) You have no background-color with your color : th
* Line : 73 (Level : 1) You have no background-color with your color : a
* Line : 83 (Level : 1) You have no background-color with your color : a:hover
* Line : 101 (Level : 1) You have no color with your background-color : .navigation
* Line : 113 (Level : 2) Redefinition of margin-bottom : .navigation a
* Line : 113 (Level : 2) Redefinition of margin-bottom : .navigation a:hover
* Line : 115 (Level : 2) Redefinition of margin-top : .navigation a:hover
* Line : 115 (Level : 2) Redefinition of margin-top : .navigation a
* Line : 123 (Level : 1) Same colors for background-color and border-top-color : .navigation a:hover
* Line : 123 (Level : 1) Same colors for background-color and border-left-color : .navigation a:hover
* Line : 123 (Level : 1) Same colors for background-color and border-top-color : .navigation a:hover
* Line : 123 (Level : 1) Same colors for background-color and border-left-color : .navigation a:hover
* Line : 123 (Level : 1) Same colors for background-color and border-right-color : .navigation a:hover
* Line : 123 (Level : 1) Same colors for background-color and border-right-color : .navigation a:hover
* Line : 157 (Level : 1) You have no background-color with your color : .headers a:hover
* Line : 157 (Level : 1) You have no background-color with your color : .headers a:hover
* Line : 167 (Level : 1) You have no color with your background-color : .highLight
* Line : 179 (Level : 1) You have no color with your background-color : .fancyRow
* Line : 187 (Level : 1) You have no color with your background-color : .fancyRow2
* Line : 273 (Level : 1) You have no background-color with your color : .silent
* Line : 283 (Level : 1) You have no background-color with your color : .silent:hover
* Line : 299 (Level : 1) You have no color with your background-color : .logoBox
* Line : 375 (Level : 1) You have no color with your background-color : td.basic
* Line : 381 (Level : 1) Family names containing whitespace should be quoted. If quoting is omitted, any whitespace characters before and after the name are ignored and any sequence of whitespace characters inside the name is converted to a single space. : .fauxbutton
* Line : 403 (Level : 1) You have no background-color with your color : h1
* Line : 423 (Level : 1) You have no background-color with your color : .boldtitle
Valid CSS information
* body {
o text-align : center;
o background-color : #ffffff;
o color : #000000;
o font-family : Verdana, Arial, Helvetica, sans-serif;
}
* .w22 {
o width : 22%;
}
* .mainTable {
o border-top : 1px solid #003399;
o border-left : 1px solid #003399;
o border-right : 1px solid #003399;
o width : 740px;
o background : #fff url(../../manager/media/images/bg/section.jpg) no-repeat top right;
o margin : 0 auto;
o text-align : left;
}
* .mainTable tr td {
o padding : 4px;
}
* body, td, th {
o font-size : 11px;
o color : #000;
}
* a, a:hover {
o text-decoration : underline;
}
* a {
o color : #821517;
o text-decoration : none;
}
* a:hover {
o color : #821517;
o text-decoration : underline;
}
* .navigation {
o padding : 0;
o margin : 0;
o height : 100%;
o border : 1px solid #003399;
o background : #fff url(../../manager/media/images/bg/section.jpg) no-repeat top right;
}
* .navigation a, .navigation a:hover {
o padding : 4px;
o margin : 6px;
o margin-bottom : 2px;
o margin-top : 2px;
o display : block;
o color : #000000;
o border : 1px solid #ffffff;
o background : #fff url(../../manager/media/images/bg/section.jpg) no-repeat top right;
}
* .navigation a:hover {
o padding : 4px;
o text-decoration : none;
o color : #821517;
o background : #fff url(../../manager/media/images/misc/buttonbar.gif) repeat-x top;
o border : 1px solid #003399;
}
* .headers {
o font-size : 12px;
o font-weight : bold;
}
* .headers a, .headers a:hover {
o color : #000000;
o text-decoration : none;
}
* .highLight {
o background : #fff url(../../manager/media/images/misc/buttonbar.gif) repeat-x top;
o font-weight : bold;
o border : 1px solid #000000;
}
* .fancyRow {
o background : #fff url(../../manager/media/images/misc/buttonbar_gs.gif) repeat-x top;
}
* .fancyRow2 {
o background : #fff url(../../manager/media/images/misc/buttonbar.gif) repeat-x top;
}
* body {
o background : #fff url(../../manager/media/images/bg/treeback.jpg) repeat-x top;
}
* .border-top-bottom {
o border-top : 1px solid #003399;
o border-bottom : 1px solid #003399;
}
* .navigationHead {
o text-align : center;
o font-weight : bold;
o border-top : 1px solid #003399;
o border-left : 1px solid #003399;
o border-right : 1px solid #003399;
}
* .smallText {
o font-size : 9px;
}
* .text {
o width : 154px;
}
* img {
o border : 0;
}
* li {
o padding : 0;
o margin : 6px 0 0 15px;
o list-style : disc url("../../manager/media/images/misc/li.gif");
}
* ul {
o margin : 0 0 0 20px;
}
* .silent {
o color : #000000;
o text-decoration : none;
}
* .silent:hover {
o color : #000000 !important;
o text-decoration : none !important;
}
* .logoBox {
o padding : 4px;
o margin : 4px;
o border : 1px solid #003399;
o background : #fff url(../../manager/media/images/bg/section.jpg) no-repeat top right;
}
* fieldset {
o padding : 5px;
}
* legend {
o font-weight : bold;
}
* legend a, legend a:hover {
o display : block;
o text-decoration : none;
}
* .u {
o text-decoration : underline;
}
* .strike {
o text-decoration : line-through;
}
* .content {
o width : 84%;
o height : 206px;
}
* .mono {
o font-family : "Courier New", Courier, mono, sans-serif;
}
* td.basic {
o background-color : #ffffff;
o vertical-align : top;
}
* .fauxbutton {
o font : 11px Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
o border : 1px solid #003399;
o background-color : #f7cc76;
o padding : 2px;
o color : #000000;
}
* .boldtext {
o font-weight : bold;
}
* h1 {
o font-size : 13px;
o color : #003399;
o margin-left : 0;
o margin-top : 0;
o margin-right : 0;
o margin-bottom : 6px;
}
* .boldtitle {
o font-size : 12px;
o font-weight : bold;
o color : #003399;
o margin-left : 0;
o margin-top : 4px;
o margin-right : 0;
o margin-bottom : 4px;
}
* p.notop {
o margin-top : 0;
}
* acronym {
o cursor : pointer;
o border-bottom : 1px dashed #000000;
}
* #countdown1 {
o font-weight : bold;
o font-size : 16px;
}
Is there a css specialist out there who can help me validating the style.css ?
i am using the standard style.css provide with the default template.
I have read some post about validating css and yes i have to go to css school
[ my html is valid right now
Laurens











