summaryrefslogtreecommitdiff
path: root/docs/reference/webhelper/eos.css.in
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2013-09-17 16:47:30 -0700
committerPhilip Chimento <philip@endlessm.com>2013-09-19 14:24:11 -0700
commit4549971954b8b67ed714048730060c9f66f4f56f (patch)
tree8643ba92fb425b0011c4468dbf76915eac989c83 /docs/reference/webhelper/eos.css.in
parentbf158e4986b6bf5570de2f6bd9de9e4be9b96608 (diff)
Documentation for WebHelper
This adds the infrastructure for autogenerating HTML documentation from a Javascript module using NaturalDocs, and then adds documentation comments to webhelper.js. [endlessm/eos-sdk#302]
Diffstat (limited to 'docs/reference/webhelper/eos.css.in')
-rw-r--r--docs/reference/webhelper/eos.css.in46
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/reference/webhelper/eos.css.in b/docs/reference/webhelper/eos.css.in
new file mode 100644
index 0000000..7307859
--- /dev/null
+++ b/docs/reference/webhelper/eos.css.in
@@ -0,0 +1,46 @@
+* {
+ font-family: "Source Sans Pro";
+}
+
+p {
+ font-size: 16pt;
+ text-indent: 0;
+ margin-bottom: 1em;
+}
+
+.STitle,
+.CTitle,
+.CGroup .CTitle {
+ font-size: 18pt;
+}
+
+.CHeading {
+ font-size: 14pt;
+}
+
+.SMain td,
+.SClass td,
+.STable,
+.CDLEntry,
+.CDLDescription {
+ font-size: 12pt;
+}
+
+.ContentPage #Content,
+.IndexPage #Index {
+ margin-left: 55ex;
+}
+
+.ContentPage #Menu,
+.IndexPage #Menu {
+ font-size: 12pt;
+ width: 41ex;
+}
+
+.Prototype *,
+.prettyprint *,
+.CBody pre,
+.CDLEntry {
+ font-family: "DejaVu Sans Mono";
+ font-size: 13pt;
+} \ No newline at end of file