From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/ite/manual.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 support/ite/manual.css (limited to 'support/ite/manual.css') diff --git a/support/ite/manual.css b/support/ite/manual.css new file mode 100644 index 0000000000..beaf9ad6e4 --- /dev/null +++ b/support/ite/manual.css @@ -0,0 +1,15 @@ +p { } + +body { background-color:#fffff0; } + +span.ite { font-weight:bold } + +pre { background-color:#fff0ff; } + +.command { + font-size:large; + background-color:#f0ffff; border-bottom-style:solid; border-left-style:solid; + border-width:1pt; margin-top:24pt; +} + +td.menu { background-color:lightblue; } -- cgit v1.2.3