aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-23 15:19:47 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-23 15:19:47 +0000
commit208a41e586edfd25d5c60acb38932f689d5d1a43 (patch)
tree91e785ccb282fa8cf1d8d7f09cefe3e3c09ab793 /style.css
parent6a4217540b7dab72e441d0fb427eed052d3d0581 (diff)
downloadmandoc-208a41e586edfd25d5c60acb38932f689d5d1a43.tar.gz
mandoc-208a41e586edfd25d5c60acb38932f689d5d1a43.tar.zst
mandoc-208a41e586edfd25d5c60acb38932f689d5d1a43.zip
Adding revamped webpage.
Diffstat (limited to 'style.css')
-rw-r--r--style.css52
1 files changed, 52 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 00000000..a8d6cbc5
--- /dev/null
+++ b/style.css
@@ -0,0 +1,52 @@
+body { color: #333333;
+ font-size: smaller;
+ font-family: Verdana, Tahoma, Arial, sans-serif; }
+
+p { margin-left: 40px;
+ text-align: justify; }
+
+table { margin-left: 40px; }
+
+ul { margin-left: 40px; }
+
+p.boxed { border: 1px solid #cccccc;
+ margin-left: 40px;
+ text-align: justify;
+ padding: 2px;
+ color: black; }
+
+h1 { font-weight: bold;
+ font-size: small;
+ font-family: Verdana, Tahoma, Arial, sans-serif; }
+
+h2 { font-weight: bold;
+ font-size: small;
+ margin-left: 20px;
+ margin-bottom: 0px;
+ font-family: Verdana, Tahoma, Arial, sans-serif; }
+
+h3 { font-size: small;
+ font-weight: normal;
+ margin-left: 20px;
+ margin-bottom: 0px;
+ font-family: Verdana, Tahoma, Arial, sans-serif; }
+
+span.man { color: #000000; border-bottom: 1px dotted #999999; }
+
+span.path { color: #000000; }
+
+span.nm { color: #000000; font-weight: bold; }
+
+span.attn { color: #000000; font-weight: bold; }
+
+div.head { border-bottom: 1px dotted #cccccc;
+ padding-bottom: 5px;
+ text-align: right; }
+
+div.foot { border-top: 1px dotted #cccccc;
+ padding-top: 5px;
+ font-size: smaller;
+ text-align: right; }
+
+a.external { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }
+