aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/expat/doc/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/extras/expat/doc/style.css')
-rw-r--r--nx-X11/extras/expat/doc/style.css51
1 files changed, 51 insertions, 0 deletions
diff --git a/nx-X11/extras/expat/doc/style.css b/nx-X11/extras/expat/doc/style.css
new file mode 100644
index 000000000..6f4886077
--- /dev/null
+++ b/nx-X11/extras/expat/doc/style.css
@@ -0,0 +1,51 @@
+body {
+ background-color: white
+}
+
+.noborder {
+ border-width: 0px;
+}
+
+.eg {
+ padding-left: 1em;
+ padding-top: .5em;
+ padding-bottom: .5em;
+ border: solid thin;
+ margin: 1em 0;
+ background-color: tan;
+ margin-left: 2em;
+ margin-right: 10%;
+}
+
+.handler {
+ width: 100%;
+ border-top-width: thin;
+ margin-bottom: 1em;
+}
+
+.handler p {
+ margin-left: 2em;
+}
+
+.setter {
+ font-weight: bold;
+}
+
+.signature {
+ color: navy;
+}
+
+.fcndec {
+ width: 100%;
+ border-top-width: thin;
+ font-weight: bold;
+}
+
+.fcndef {
+ margin-left: 2em;
+ margin-bottom: 2em;
+}
+
+dd {
+ margin-bottom: 2em;
+}