summaryrefslogtreecommitdiffstatshomepage
path: root/scss/man.scss
diff options
context:
space:
mode:
authorWolfgang Müller2019-07-21 21:09:36 +0200
committerWolfgang Müller2019-07-21 21:09:36 +0200
commit4fe23d93c4f39b08f5bc4320af37ba109e618295 (patch)
tree5fd739e5189f68bb6ea9f5edc60aa68325adfe44 /scss/man.scss
downloadsite-4fe23d93c4f39b08f5bc4320af37ba109e618295.tar.gz
Initial import
Diffstat (limited to 'scss/man.scss')
-rw-r--r--scss/man.scss39
1 files changed, 39 insertions, 0 deletions
diff --git a/scss/man.scss b/scss/man.scss
new file mode 100644
index 0000000..db02e86
--- /dev/null
+++ b/scss/man.scss
@@ -0,0 +1,39 @@
+@import '_webfonts';
+@import '_responsive_fonts';
+
+body {
+ background-color: white;
+ font-family: "Alegreya Sans", sans;
+ font-size: 1.4em;
+ line-height: 1.4;
+ margin: 1em auto;
+ max-width: 1024px;
+ padding: 0 1em;
+}
+
+table {
+ border-collapse: collapse;
+}
+
+.tbl td:not(:last-child) {
+ border-right: solid 1px;
+}
+
+.tbl td {
+ padding: 0 5px;
+}
+
+table.foot {
+ margin-top: 1em;
+}
+
+table.head, table.foot { width: 100%; }
+td.head-rtitle, td.foot-os { text-align: right; }
+td.head-vol { text-align: center; }
+div.Pp { margin: 1ex 0ex; }
+div.Nd, div.Bf, div.Op { display: inline; }
+span.Pa, span.Ad { font-style: italic; }
+span.Ms { font-weight: bold; }
+dl.Bl-diag > dt { font-weight: bold; }
+code.Nm, code.Fl, code.Cm, code.Ic, code.In, code.Fd, code.Fn,
+code.Cd { font-weight: bold; font-family: inherit; }