mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
76 lines
2.6 KiB
CSS
76 lines
2.6 KiB
CSS
/* xmltpage.css: default style sheet for xmlterm.html */
|
|
|
|
*[xmlt-block-collapsed="true"],
|
|
*[xmlt-inline-collapsed="true"] {
|
|
display: none;
|
|
}
|
|
|
|
*[xmlt-underline="true"] {
|
|
text-decoration: underline
|
|
}
|
|
|
|
BODY { font-family: monaco, courier, elite, monospace;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
DIV, PRE, SPAN { margin: 0; padding-top: 0; padding-bottom: 0 }
|
|
|
|
PRE { line-height: 120% }
|
|
|
|
/* Input components */
|
|
SPAN.prompt { color: blue }
|
|
SPAN.command { color: blue }
|
|
|
|
/* Error messages */
|
|
DIV.errmsg { color: red }
|
|
|
|
/* Explicit hyperlinks (underlined) */
|
|
DIV.textlink { font-family: monaco; color: blue; cursor: pointer;
|
|
text-decoration: underline }
|
|
SPAN.textlink { font-family: monaco; color: blue; cursor: pointer;
|
|
text-decoration: underline }
|
|
|
|
/* Imlicit hyperlinks (highlighted) */
|
|
SPAN.highlight { font-family: monaco; color: blue; cursor: pointer }
|
|
SPAN.directory { font-family: monaco; color: blue; cursor: pointer }
|
|
SPAN.executable { font-family: monaco; color: blue; cursor: pointer }
|
|
SPAN.plainfile { font-family: monaco; color: blue; cursor: pointer }
|
|
SPAN.imagefile { font-family: monaco; color: blue; cursor: pointer }
|
|
SPAN.urlfile { font-family: monaco; color: blue; cursor: pointer }
|
|
|
|
/* Screen display */
|
|
PRE.row { margin: 0; padding-top: 0; padding-bottom: 0 }
|
|
SPAN.row { margin: 0; padding-top: 0; padding-bottom: 0 }
|
|
SPAN.boldstyle { font-weight: bold; margin: 0;
|
|
padding-top: 0; padding-bottom: 0 }
|
|
SPAN.underlinestyle { text-decoration: underline; margin: 0;
|
|
padding-top: 0; padding-bottom: 0 }
|
|
SPAN.blinkstyle { font-weight: bold; margin: 0;
|
|
padding-top: 0; padding-bottom: 0 }
|
|
SPAN.inversestyle { font-weight: bold; margin: 0;
|
|
padding-top: 0; padding-bottom: 0 }
|
|
|
|
/* Forms */
|
|
FORM { margin: 0; padding-top: 0; padding-bottom: 0 }
|
|
SPAN.formhead { font-family: sans-serif; font-weight: bold }
|
|
|
|
/* Tips */
|
|
SPAN.tipdata { font-family: sans-serif; background-color: #DDDDDD }
|
|
TABLE.tiptable { background-color: #DDDDDD }
|
|
DIV.tipelement { font-family: sans-serif }
|
|
|
|
/* Help links */
|
|
SPAN.helphighlight { font-family: sans-serif; color: green; cursor: pointer }
|
|
SPAN.helplink { font-family: sans-serif; color: blue; cursor: pointer;
|
|
text-decoration: underline }
|
|
|
|
/* Level style */
|
|
DIV.intermediate {display: none}
|
|
DIV.beginner {display: none}
|
|
|
|
/* Icons style */
|
|
SPAN.noicons {display: inline}
|
|
SPAN.icons {display: none}
|
|
IMG.icons {display: none}
|
|
TR.icons {display: none}
|