summaryrefslogtreecommitdiff
path: root/app/doc/xtrkcad_win.css
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-12-28 16:52:56 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-12-28 16:52:56 +0100
commit7b358424ebad9349421acd533c2fa1cbf6cf3e3e (patch)
tree686678532eefed525c242fd214d0cfb2914726c5 /app/doc/xtrkcad_win.css
Initial import of xtrkcad version 1:4.0.2-2
Diffstat (limited to 'app/doc/xtrkcad_win.css')
-rw-r--r--app/doc/xtrkcad_win.css59
1 files changed, 59 insertions, 0 deletions
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