Files
Mozilla/mozilla/extensions/xmlterm/ui/skin/xmltpage.css
svn%xmlterm.org a92e783741 xmlterm changes only (not part of the default build).
Added workaround for annoying cursor positioning problem using mouse click event.
Added tips/news feature.


git-svn-id: svn://10.0.0.236/trunk@61968 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 15:50:23 +00:00

34 lines
1.2 KiB
CSS

/* 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}