aboutsummaryrefslogtreecommitdiff
path: root/documentation/4.1/api/lib/ref-index.css
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/4.1/api/lib/ref-index.css')
-rw-r--r--documentation/4.1/api/lib/ref-index.css56
1 files changed, 56 insertions, 0 deletions
diff --git a/documentation/4.1/api/lib/ref-index.css b/documentation/4.1/api/lib/ref-index.css
new file mode 100644
index 0000000..7cdcd9d
--- /dev/null
+++ b/documentation/4.1/api/lib/ref-index.css
@@ -0,0 +1,56 @@
+/* fonts */
+@font-face {
+ font-family: 'Source Code Pro';
+ font-style: normal;
+ font-weight: 400;
+ src: url('source-code-pro-v6-latin-regular.eot');
+ src: local('Source Code Pro'), local('SourceCodePro-Regular'),
+ url('source-code-pro-v6-latin-regular.eot?#iefix') format('embedded-opentype'),
+ url('source-code-pro-v6-latin-regular.woff') format('woff'),
+ url('source-code-pro-v6-latin-regular.ttf') format('truetype');
+}
+@font-face {
+ font-family: 'Source Code Pro';
+ font-style: normal;
+ font-weight: 700;
+ src: url('source-code-pro-v6-latin-700.eot');
+ src: local('Source Code Pro Bold'), local('SourceCodePro-Bold'),
+ url('source-code-pro-v6-latin-700.eot?#iefix') format('embedded-opentype'),
+ url('source-code-pro-v6-latin-700.woff') format('woff'),
+ url('source-code-pro-v6-latin-700.ttf') format('truetype');
+}
+
+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;
+}
+
+div.entry {
+ padding: 0.5em;
+ background-color: #e1e7ed;
+ border-radius: 0.2em;
+ color: #103a51;
+ margin: 0.5em 0;
+}
+
+.name {
+ font-family: "Source Code Pro";
+ font-size: 1.1em;
+}
+
+.occurrences {
+ margin-left: 1em;
+ margin-top: 5px;
+}