aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdocml.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-04 11:25:29 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-04 11:25:29 +0000
commitff889942f7c344c157152d8ed3c19809b62ff504 (patch)
treee4212cc4f2e9948193aff908bf5e38d4c8c7c76c /mdocml.css
parent42bf2c72d14bba2a852d97de53916afef4f57269 (diff)
downloadmandoc-ff889942f7c344c157152d8ed3c19809b62ff504.tar.gz
mandoc-ff889942f7c344c157152d8ed3c19809b62ff504.tar.zst
mandoc-ff889942f7c344c157152d8ed3c19809b62ff504.zip
More html-css.
Diffstat (limited to 'mdocml.css')
-rw-r--r--mdocml.css92
1 files changed, 92 insertions, 0 deletions
diff --git a/mdocml.css b/mdocml.css
new file mode 100644
index 00000000..3acf0d0e
--- /dev/null
+++ b/mdocml.css
@@ -0,0 +1,92 @@
+ body
+ {
+ margin: 0px;
+ font-family: Tahoma, sans-serif;
+ font-size: small;
+ }
+
+ div.mdoc
+ {
+ width: 600px;
+ }
+
+ div.block-Sh
+ {
+ margin-bottom: 20px;
+ }
+
+ div.head-Sh
+ {
+ font-weight: bold;
+ font-size: larger;
+ }
+
+ div.head-Ss
+ {
+ font-weight: bold;
+ margin-top: 10px;
+ text-align: justify;
+ }
+
+ div.body-Sh
+ {
+ margin-left: 20px;
+ margin-top: 10px;
+ text-align: justify;
+ }
+
+ span.inline-Nd:before
+ {
+ content: ' - ';
+ }
+
+ span.inline-Fl:before
+ {
+ content: '-';
+ }
+
+ span.inline-Fl
+ {
+ font-weight: bolder;
+ }
+
+ span.inline-Ar
+ {
+ text-decoration: underline;
+ }
+
+ span.inline-Pa
+ {
+ text-decoration: underline;
+ }
+
+ span.inline-Op:before
+ {
+ content: '[';
+ }
+
+ span.inline-Op:after
+ {
+ content: ']';
+ }
+
+ div.block-Bl
+ {
+ margin-top: 10px;
+ margin-left: 20px;
+ }
+
+ div.inline-Pp
+ {
+ margin-bottom: 10px;
+ }
+
+ span.inline-D1
+ {
+ margin-left: 20px;
+ }
+
+ span.inline-Qq:before { content: '``'; }
+ span.inline-Qq:after { content: '\'\''; }
+ span.inline-Sq:before { content: '`'; }
+ span.inline-Sq:after { content: '\''; }