From 7b358424ebad9349421acd533c2fa1cbf6cf3e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 28 Dec 2016 16:52:56 +0100 Subject: Initial import of xtrkcad version 1:4.0.2-2 --- app/doc/xtrkcad_win.css | 59 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 app/doc/xtrkcad_win.css (limited to 'app/doc/xtrkcad_win.css') diff --git a/app/doc/xtrkcad_win.css b/app/doc/xtrkcad_win.css new file mode 100644 index 0000000..b2115e4 --- /dev/null +++ b/app/doc/xtrkcad_win.css @@ -0,0 +1,59 @@ +/************************************************************************************ +Window Help File colour and fonts are done here. Halibut controls margins, line spacing and indents. +*************************************************************************************/ + +BODY { + background: white; + font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; + font-size: 9pt; + color: #333; + font-weight: normal; + line-height: 1.4em; +} + +A:link { + text-decoration: none; + color: #7DA1BF; + font-weight: bold; +} /* unvisited link */ + +A:visited { + text-decoration: none; + color: #1d4e89; + font-weight: bold; +} /* visited links */ + +A:active { + text-decoration: none; + font-weight: bold; + color: red; + } /* active links */ + +a:hover { + text-decoration: underline; + color: #F69256; + } + +H1 { + text-align: left; + font-size: large; + font-style: italic; + font-weight: bold; + padding: 3px 6px; +} + +H2 { + text-align: left; + font-size: medium; + font-style: italic; + font-weight: bold; + padding: 3px 6px; +} + +H3 { + text-align: left; + font-size: small; + font-style: italic; + font-weight: bold; + padding: 3px 6px; +} \ No newline at end of file -- cgit v1.2.3