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
34 lines
1.2 KiB
CSS
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}
|