autodoc.git/
modref/
style.css
Branch:
Tag:
Non-build tags
All tags
No tags
2001-11-24
2001-11-24 04:57:55 by Martin Nilsson <mani@lysator.liu.se>
544db6f0cdabbb64f239f2b28a08dab075c6bf8f (
91
lines) (+
91
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Quick conversion of the wmml operator chapter.
Rev: refdoc/chapters/operators.xml:1.1
1:
+
body, td, th {
+
font-family: arial,helvetica,sans-serif;
+
font-size: 95%;
+
}
-
+
em {
+
font-weight: bold;
+
font-style: italic;
+
}
+
+
.error {
+
color: #cc0000;
+
}
+
+
.newsDate {
+
font-size: 85%;
+
font-style: italic;
+
color: #6666cc;
+
}
+
+
.sidebar {
+
font-size: 95%;
+
}
+
+
+
pre,code {
+
font-family: "andale mono", "monotype.com", "courier new", monospace;
+
font-size: 90%;
+
}
+
+
h1 {
+
font-family: arial,helvetica,sans-serif;
+
font-size: 140%;
+
font-weight: bold;
+
color: #000066;
+
}
+
+
h2 {
+
font-family: arial,helvetica,sans-serif;
+
font-size: 125%;
+
font-weight: bold;
+
color: #000066;
+
}
+
+
h3 {
+
font-family: arial,helvetica,sans-serif;
+
font-size: 110%;
+
font-weight: bold;
+
color: #000066;
+
}
+
+
small {
+
font-family: arial,helvetica,sans-serif;
+
font-size: 75%;
+
}
+
+
a.small {
+
font-family: arial,helvetica,sans-serif;
+
font-size: 75%;
+
text-decoration: none;
+
}
+
+
.tableTitle {
+
font-family: arial,helvetica,sans-serif;
+
font-weight: bold;
+
}
+
+
.tableExtras {
+
font-family: arial,helvetica,sans-serif;
+
font-size: 85%;
+
color: #FFFFFF;
+
}
+
+
+
input {
+
font-family: arial,helvetica,sans-serif;
+
}
+
+
textarea {
+
font-family: "andale mono", "monotype.com", "courier new", monospace;
+
}
+
+
input.small, select.small {
+
font-family: arial,helvetica,sans-serif;
+
font-size: 75%;
+
}
+
+
textarea.small {
+
font-family: "andale mono", "monotype.com", "courier new", monospace;
+
font-size: 75%;
+
}
Newline at end of file added.