X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/ccc5179dd8a95f3867173f5e2265d6153b9d2635..e6f3a812b7e2531d4862d94e46075d927ff2558a:/index.css diff --git a/index.css b/index.css new file mode 100644 index 00000000..7acadb52 --- /dev/null +++ b/index.css @@ -0,0 +1,44 @@ +body { color: #333333; + font-size: smaller; + font-family: Verdana, Tahoma, Arial, sans-serif; } + +table.frame { max-width: 800px; + padding-left: 10px; } + +table { padding-left: 40px; } + +p { padding-left: 40px; + text-align: justify; } + +h1 { font-weight: bold; + font-size: small; + font-family: Verdana, Tahoma, Arial, sans-serif; } + +h2 { font-weight: bold; + font-size: small; + padding-left: 20px; + margin-bottom: 0px; + font-family: Verdana, Tahoma, Arial, sans-serif; } + +span.rev { font-weight: bold; } + +span.nm { color: #000000; font-weight: bold; } + +span.attn { color: #000000; font-weight: bold; } + +span.flag { 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; } + +span.date { color: #808080; } + +col.date { width: 8em; }