/* xmltpage.css: default style sheet for xmlterm.html */ BODY { font-family: monaco, courier, elite, monospace; background-color: #FFFFFF; } DIV, PRE, SPAN { margin: 0; padding-top: 0; padding-bottom: 0 } PRE { font-family: monaco; line-height: 120% } /* Input components */ SPAN.prompt { color: blue } SPAN.command { color: blue } /* Screen display */ PRE.row { margin: 0; padding-top: 0; padding-bottom: 0 } SPAN.row { margin: 0; padding-top: 0; padding-bottom: 0 } /* Tips */ SPAN.tips { font-family: sans-serif } SPAN.moretips { font-family: sans-serif; color: blue; cursor: hand; font-weight: bold; text-decoration: underline }; /* Highlighting */ DIV.textlink { font-family: monaco; color: blue; cursor: hand } SPAN.textlink { font-family: monaco; color: blue; cursor: hand } SPAN.directory { font-family: monaco; color: blue; cursor: hand } SPAN.executable { font-family: monaco; color: blue; cursor: hand } SPAN.plainfile { font-family: monaco; color: blue; cursor: hand} SPAN.imagefile { font-family: monaco; color: blue; cursor: hand} SPAN.urlfile { font-family: monaco; color: blue; cursor: hand}