aboutsummaryrefslogtreecommitdiff
path: root/documentation/3.0/api/lib/ref-index.css
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/3.0/api/lib/ref-index.css')
-rw-r--r--documentation/3.0/api/lib/ref-index.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/documentation/3.0/api/lib/ref-index.css b/documentation/3.0/api/lib/ref-index.css
new file mode 100644
index 0000000..7d64b9c
--- /dev/null
+++ b/documentation/3.0/api/lib/ref-index.css
@@ -0,0 +1,30 @@
+body {
+ font-size: 10pt;
+ font-family: Arial, sans-serif;
+}
+
+a {
+ color:#315479;
+}
+
+.letters {
+ width:100%;
+ text-align:center;
+ margin:0.6em;
+ padding:0.1em;
+ border-bottom:1px solid gray;
+}
+
+.entry {
+ border-bottom: 1px solid lightgray;
+ padding: 5px 0 8px;
+}
+
+.name {
+ /* background-color:#E5E5E5; */
+}
+
+.occurrences {
+ margin-left: 1em;
+ margin-top: 5px;
+} \ No newline at end of file