summaryrefslogtreecommitdiff
path: root/client/docgen/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/docgen/style.css')
-rw-r--r--client/docgen/style.css167
1 files changed, 105 insertions, 62 deletions
diff --git a/client/docgen/style.css b/client/docgen/style.css
index 9ef9a68..c13b0e5 100644
--- a/client/docgen/style.css
+++ b/client/docgen/style.css
@@ -1,18 +1,18 @@
body {
- font-family: Verdana;
- font-size: 12px;
+ font-family: Verdana;
+ font-size: 12px;
}
a {
- color: #5c7b8b;
+ color: #5c7b8b;
}
a:visited {
- color: #465d69;
+ color: #465d69;
}
a:hover {
- color: #000;
+ color: #000;
}
.doc {
@@ -20,102 +20,145 @@ a:hover {
}
.doc .title {
- font-weight: bold;
- font-size: 1.5em;
- text-align: center;
+ font-weight: bold;
+ font-size: 1.5em;
+ text-align: center;
}
.doc .tagname {
- text-align: center;
- font-family: courier;
+ text-align: center;
}
-
.doc .extends {}
.doc .container {}
.doc .screenshot {
- text-align: center;
+ text-align: center;
}
.doc .description {
- padding-top: 4px;
- padding-bottom: 4px;
+ padding-top: 4px;
+ padding-bottom: 4px;
+}
+
+.example {
+ border: solid #DEDEEE 1px;
+ margin-top: 4px;
+ margin-bottom: 4px;
+ border-radius: 8px 8px 8px 8px;
+}
+.example .header {
+ background-color: #D5E1E8;
+ border-radius: 8px 8px 0px 0px;
+ border: solid #84B0C7 1px;
+ padding: 4px;
+ margin: -1px;
+}
+.example .header .name {
+ border: 0px;
+ background-color: transparent;
+ padding: 0px;
+ border-radius: 0px;
+}
+.example .code {
+ padding-left: 4px;
}
.attributes {}
.attribute {}
.attribute .name {
- font-weight: normal;
- font-style: italic;
- border: 0px;
- border-radius: 0px 0px 0px 0px;
- background-color: transparent;
- display: inline;
- color: green;
- font-family: courier;
- padding-right: 4px;
- padding-left: 4px;
- font-size: 1.2em;
+ font-weight: normal;
+ font-style: italic;
+ border: 0px;
+ border-radius: 0px 0px 0px 0px;
+ background-color: transparent;
+ display: inline;
+ color: green;
+ font-family: courier;
+ padding-right: 4px;
+ padding-left: 4px;
+ font-size: 1.2em;
}
.attribute .name:before {
- content:"- ";
+ content:"- ";
}
.attribute .description {
- display: inline;
+ display: inline;
}
.attributes,
.parameters {
- margin-top: 8px;
- border-top: solid #DEDEEE 1px;
- padding-top: 8px;
+ margin-top: 8px;
+ border-top: solid #DEDEEE 1px;
+ padding-top: 8px;
- margin-bottom: 8px;
- border-bottom: solid #DEDEEE 1px;
- padding-bottom: 8px;
+ margin-bottom: 8px;
+ border-bottom: solid #DEDEEE 1px;
+ padding-bottom: 8px;
}
.method {
- background-color: #EEF3F5;
- border: solid #DEDEEE 1px;
- padding: 4px;
- border-radius: 8px 8px 8px 8px;
- margin-bottom: 8px;
+ background-color: #EEF3F5;
+ border: solid #DEDEEE 1px;
+ padding: 4px;
+ border-radius: 8px 8px 8px 8px;
+ margin-bottom: 8px;
}
-
.method .name {
- background-color: #D5E1E8;
- width: *;
- border: solid #84B0C7 1px;
- padding: 4px;
- border-radius: 8px 8px 8px 8px;
+ background-color: #D5E1E8;
+ width: *;
+ border: solid #84B0C7 1px;
+ padding: 4px;
+ border-radius: 8px 8px 8px 8px;
}
-
-
.method .description {}
.method .returns {}
+.method .luamethod {
+ font-weight: bold;
+}
+.method .luatype {
+ font-style: italic;
+ color: blue;
+}
+.method .luaparms {
+ font-style: italic;
+ color: green;
+}
.parameter {}
.parameter .name {
- font-weight: normal;
- font-style: italic;
- border: 0px;
- border-radius: 0px 0px 0px 0px;
- background-color: transparent;
- display: inline;
+ font-weight: normal;
+ font-style: italic;
+ border: 0px;
+ border-radius: 0px 0px 0px 0px;
+ background-color: transparent;
+ display: inline;
}
.parameter .description {
- display: inline;
+ display: inline;
}
-.method .luamethod {
- font-weight: bold;
+.code .tag {
+ color: #0000FF;
+}
+.code .attribute {
+ color: #B8840A;
+}
+.code .string {
+ color: #BC8F8F;
+}
+.code .characters {
+ color: #000000;
+}
+.code .brackets {
+ color: #000000;
}
-.method .luatype {
- font-style: italic;
- color: blue;
+.code .keyword {
+ color: #9D20F0;
+}
+.code .function {
+ color: #0000FF;
+}
+.code .identifier {
+ color: #000000;
}
-.method .luaparms {
- font-style: italic;
- color: green;
-} \ No newline at end of file
+