CSS/wiki/skins/common/draft.css

From XForms Users Community Group

body {

  background-image:url("http://www.w3.org/StyleSheets/TR/logo-ED");

}

pre {

 background-color:inherit;
 border:none;
 color:inherit;
 line-height:inherit;
 padding:inherit;

}


dl {

 background:inherit;
 border-bottom:inherit;
 border-top:inherit;
 margin:inherit;
 padding:inherit;
 width:inherit;

}

dt {

 color:inherit;

}

blockquote {

 background:inherit;
 border-bottom:inherit;
 border-top:inherit;
 margin:1em 40px;
 overflow:inherit;
 padding:inherit;
 width:inherit;

}


var, code {

 background:inherit;
 color:inherit;
 font-style:inherit;

}