Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/xaoshelp.css
diff options
context:
space:
mode:
Diffstat (limited to 'help/xaoshelp.css')
-rw-r--r--help/xaoshelp.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/help/xaoshelp.css b/help/xaoshelp.css
new file mode 100644
index 0000000..b7f8857
--- /dev/null
+++ b/help/xaoshelp.css
@@ -0,0 +1,18 @@
+body {
+ font-size: 9pt;
+ font-family: "Lucida Grande", "Segoe UI", Arial, sans-serif;
+}
+
+a {
+ color: #778fbd;
+ font-weight: bold;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+dt {
+ font-weight: bold;
+}