about summary refs log tree commit diff
path: root/docs/tool/Help/examples.css
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-08-02 08:21:29 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-08-02 08:21:29 +0000
commit61bfe2d70cae6be8c4086a210a5451135ccca9ea (patch)
tree62bf7808b1b2bfe5f56fe1e329871fb0991d0687 /docs/tool/Help/examples.css
parenta13b94f9e0bca8ea892311d9d9e0c0bc48616ea7 (diff)
downloadzcatch-61bfe2d70cae6be8c4086a210a5451135ccca9ea.tar.gz
zcatch-61bfe2d70cae6be8c4086a210a5451135ccca9ea.zip
added doc tool
Diffstat (limited to 'docs/tool/Help/examples.css')
-rw-r--r--docs/tool/Help/examples.css90
1 files changed, 90 insertions, 0 deletions
diff --git a/docs/tool/Help/examples.css b/docs/tool/Help/examples.css
new file mode 100644
index 00000000..f61d06b6
--- /dev/null
+++ b/docs/tool/Help/examples.css
@@ -0,0 +1,90 @@
+@import URL(example/Default.css);

+

+

+.NDContent {

+    color: #000000; background-color: #FFFFFF;

+    padding: 15px 0;

+    border-style: solid;

+    border-width: 1px 3px 3px 1px;

+    border-color: #c0c0c0 #808080 #808080 #c0c0c0;

+    margin: 1em 5ex;

+    -moz-border-radius: 12px;

+    }

+

+    .NDContent p,

+    .NDContent li,

+    .NDContent td,

+    .NDMenu td,

+    .NDSummary td,

+    .NDIndex td {

+        font-size: 10pt;

+        line-height: normal;

+        }

+    .NDContent .CTopic {

+        padding-bottom: 0;

+        }

+    .Prototype td {

+        font: 10pt Courier New, monospace;

+        }

+    .NDIndex .IHeading {

+        font-size: 16pt;

+        }

+

+

+.NDMenu {

+    font: 9pt Verdana, Arial, sans-serif;

+    color: #000000; background-color: #E8E8E8;

+    width: 27ex;

+    padding: 10px 0;

+    border-style: solid;

+    border-width: 1px 3px 3px 1px;

+    border-color: #808080 #606060 #606060 #808080;

+    margin: 1em 0 1em 5ex;

+    -moz-border-radius: 12px;

+    }

+

+

+.NDFooter {

+    font: 8pt Verdana, Arial, sans-serif;

+    color: #909090; background-color: #E8E8E8;

+    border-style: solid;

+    border-width: 1px 3px 3px 1px;

+    border-color: #808080 #606060 #606060 #808080;

+    margin: 1em 0 1em 5ex;

+    -moz-border-radius: 12px;

+    }

+.NDFooter td {

+	font-size: 8pt;

+    padding: 0 2ex;

+	}

+

+    .NDFooter a:link,

+    .NDFooter a:hover,

+    .NDFooter a:visited { color: #909090 }

+    .NDFooter a:active { color: #A00000 }

+

+

+.NDSummary {

+    padding: 15px;

+    border-style: solid;

+    border-width: 1px 3px 3px 1px;

+    border-color: #c0c0c0 #808080 #808080 #c0c0c0;

+    margin: 1em 5ex;

+    -moz-border-radius: 12px;

+    }

+

+    .NDSummary .Summary {

+        margin-top: 0;

+        }

+

+

+.NDIndex {

+    color: #000000; background-color: #FFFFFF;

+    padding: 15px;

+    border-style: solid;

+    border-width: 1px 3px 3px 1px;

+    border-color: #c0c0c0 #808080 #808080 #c0c0c0;

+    margin: 1em 5ex;

+    -moz-border-radius: 12px;

+    }

+